[GH-ISSUE #125] [brew cask] macOS Sierra error 'quarantinePropertiesKey' is only available on OS X 10.10 or newer #102

Closed
opened 2026-05-05 04:55:19 -06:00 by gitea-mirror · 2 comments
Owner

Originally created by @CanRau on GitHub (Sep 4, 2018).
Original GitHub issue: https://github.com/keycastr/keycastr/issues/125

As the title hopefully suggested I'm on macOS Sierra 10.12.6 trying to install KeyCastr using brew cask and getting this error right after it downloaded the .zip

/usr/local/Homebrew/Library/Homebrew/cask/utils/quarantine.swift:29:30: error: 'quarantinePropertiesKey' is only available on OS X 10.10 or newer
      forKey: URLResourceKey.quarantinePropertiesKey
                             ^
/usr/local/Homebrew/Library/Homebrew/cask/utils/quarantine.swift:29:30: note: add 'if #available' version check
      forKey: URLResourceKey.quarantinePropertiesKey
                             ^
Error: Failed to quarantine /Users/Can/Library/Caches/Homebrew/downloads/485be960d3588025ca2c53c6393d956f741220afe6c389f0e446b5770e25ec03--KeyCastr.app.zip. Here's the reason:
/usr/local/Homebrew/Library/Homebrew/cask/utils/quarantine.swift:29:30: error: 'quarantinePropertiesKey' is only available on OS X 10.10 or newer
      forKey: URLResourceKey.quarantinePropertiesKey
                             ^
/usr/local/Homebrew/Library/Homebrew/cask/utils/quarantine.swift:29:30: note: add 'if #available' version check
      forKey: URLResourceKey.quarantinePropertiesKey
Originally created by @CanRau on GitHub (Sep 4, 2018). Original GitHub issue: https://github.com/keycastr/keycastr/issues/125 As the title hopefully suggested I'm on macOS Sierra 10.12.6 trying to install KeyCastr using `brew cask` and getting this error right after it downloaded the .zip ``` /usr/local/Homebrew/Library/Homebrew/cask/utils/quarantine.swift:29:30: error: 'quarantinePropertiesKey' is only available on OS X 10.10 or newer forKey: URLResourceKey.quarantinePropertiesKey ^ /usr/local/Homebrew/Library/Homebrew/cask/utils/quarantine.swift:29:30: note: add 'if #available' version check forKey: URLResourceKey.quarantinePropertiesKey ^ Error: Failed to quarantine /Users/Can/Library/Caches/Homebrew/downloads/485be960d3588025ca2c53c6393d956f741220afe6c389f0e446b5770e25ec03--KeyCastr.app.zip. Here's the reason: /usr/local/Homebrew/Library/Homebrew/cask/utils/quarantine.swift:29:30: error: 'quarantinePropertiesKey' is only available on OS X 10.10 or newer forKey: URLResourceKey.quarantinePropertiesKey ^ /usr/local/Homebrew/Library/Homebrew/cask/utils/quarantine.swift:29:30: note: add 'if #available' version check forKey: URLResourceKey.quarantinePropertiesKey ```
Author
Owner

@akitchen commented on GitHub (Sep 22, 2018):

Just seeing this now; sorry for the delay @CanRau

I'm not so sure this is an issue in KeyCastr; it appears to be an issue in brew cask itself. Have you search the issue list there for anything similar?

Closing for now; please reopen if there is an issue with KeyCastr itself preventing installation. Thank you

<!-- gh-comment-id:423756938 --> @akitchen commented on GitHub (Sep 22, 2018): Just seeing this now; sorry for the delay @CanRau I'm not so sure this is an issue in KeyCastr; it appears to be an issue in brew cask itself. Have you search the issue list there for anything similar? Closing for now; please reopen if there is an issue with KeyCastr itself preventing installation. Thank you
Author
Owner

@CanRau commented on GitHub (Sep 23, 2018):

Hm don't remember what I did back in the days^^ but it might be fixed in the latest release and I just realized that the error posted above does actually look more coming from cask than KeyCastr^^
Thanks for replying and closing.. 👍

<!-- gh-comment-id:423805089 --> @CanRau commented on GitHub (Sep 23, 2018): Hm don't remember what I did back in the days^^ but it might be fixed in the latest release and I just realized that the error posted above does actually look more coming from cask than KeyCastr^^ Thanks for replying and closing.. 👍
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/keycastr#102
No description provided.