Build Information
Failed to build Freedom, reference master (b14ae8
), with Swift 6.0 for visionOS using Xcode 16.0 on 31 Oct 2024 02:46:28 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Freedom -destination generic/platform=xrOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete
Build Log
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFocusFreedomActivity.swift:44:31: warning: main actor-isolated class property 'shared' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
UIApplication.shared.canOpenURL(deepLinkURL) else {
^
UIKit.UIApplication:3:31: note: class property declared here
@MainActor open class var shared: UIApplication { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFocusFreedomActivity.swift:98:34: error: 'openURL' is unavailable in visionOS
UIApplication.shared.openURL(url)
^~~~~~~
UIKit.UIApplication:20:15: note: 'openURL' has been explicitly marked unavailable here
open func openURL(_ url: URL) -> Bool
^
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFocusFreedomActivity.swift:98:34: warning: result of call to 'openURL' is unused
UIApplication.shared.openURL(url)
^ ~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFocusFreedomActivity.swift:87:34: warning: call to main actor-isolated instance method 'open(_:options:completionHandler:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
UIApplication.shared.open(url, options: [:]) { [weak self] opened in
^
UIKit.UIApplication:24:15: note: calls to instance method 'open(_:options:completionHandler:)' from outside of its actor context are implicitly asynchronous
open func open(_ url: URL, options: [UIApplication.OpenExternalURLOptionsKey : Any] = [:], completionHandler completion: (@MainActor @Sendable (Bool) -> Void)? = nil)
^
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFocusFreedomActivity.swift:87:27: warning: main actor-isolated class property 'shared' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
UIApplication.shared.open(url, options: [:]) { [weak self] opened in
^
UIKit.UIApplication:3:31: note: class property declared here
@MainActor open class var shared: UIApplication { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFocusFreedomActivity.swift:88:40: warning: capture of 'self' with non-sendable type 'FirefoxFocusFreedomActivity?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
guard let strongSelf = self else { return }
^
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFocusFreedomActivity.swift:11:13: note: class 'FirefoxFocusFreedomActivity' does not conform to the 'Sendable' protocol
final class FirefoxFocusFreedomActivity: UIActivity, FreedomActivating {
^
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFocusFreedomActivity.swift:98:34: warning: call to main actor-isolated instance method 'openURL' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
UIApplication.shared.openURL(url)
^
UIKit.UIApplication:20:15: note: calls to instance method 'openURL' from outside of its actor context are implicitly asynchronous
open func openURL(_ url: URL) -> Bool
^
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFocusFreedomActivity.swift:98:27: warning: main actor-isolated class property 'shared' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
UIApplication.shared.openURL(url)
^
UIKit.UIApplication:3:31: note: class property declared here
@MainActor open class var shared: UIApplication { get }
^
SwiftCompile normal arm64 Compiling\ DolphinFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/DolphinFreedomActivity.swift (in target 'Freedom' from project 'Freedom')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/ChromeFreedomActivity.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DolphinFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/FirefoxFocusFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/FirefoxFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/Freedom.swift /Users/admin/builder/spi-builder-workspace/Sources/FreedomActivating.swift /Users/admin/builder/spi-builder-workspace/Sources/FreedomURLComponentsExtension.swift /Users/admin/builder/spi-builder-workspace/Sources/FreedomURLExtension.swift /Users/admin/builder/spi-builder-workspace/Sources/SafariFreedomActivity.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/DolphinFreedomActivity.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/DolphinFreedomActivity.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/DolphinFreedomActivity.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/DolphinFreedomActivity.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/Freedom_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Freedom -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/DolphinFreedomActivity.o -index-unit-output-path /Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/DolphinFreedomActivity.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DolphinFreedomActivity.swift (in target 'Freedom' from project 'Freedom')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/ChromeFreedomActivity.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DolphinFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/FirefoxFocusFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/FirefoxFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/Freedom.swift /Users/admin/builder/spi-builder-workspace/Sources/FreedomActivating.swift /Users/admin/builder/spi-builder-workspace/Sources/FreedomURLComponentsExtension.swift /Users/admin/builder/spi-builder-workspace/Sources/FreedomURLExtension.swift /Users/admin/builder/spi-builder-workspace/Sources/SafariFreedomActivity.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/DolphinFreedomActivity.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/DolphinFreedomActivity.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/DolphinFreedomActivity.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/DolphinFreedomActivity.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/Freedom_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Freedom -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/DolphinFreedomActivity.o -index-unit-output-path /Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/DolphinFreedomActivity.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/DolphinFreedomActivity.swift:44:31: warning: main actor-isolated class property 'shared' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
UIApplication.shared.canOpenURL(deepLinkURL) else {
^
UIKit.UIApplication:3:31: note: class property declared here
@MainActor open class var shared: UIApplication { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/DolphinFreedomActivity.swift:99:34: error: 'openURL' is unavailable in visionOS
UIApplication.shared.openURL(url)
^~~~~~~
UIKit.UIApplication:20:15: note: 'openURL' has been explicitly marked unavailable here
open func openURL(_ url: URL) -> Bool
^
/Users/admin/builder/spi-builder-workspace/Sources/DolphinFreedomActivity.swift:99:34: warning: result of call to 'openURL' is unused
UIApplication.shared.openURL(url)
^ ~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DolphinFreedomActivity.swift:88:34: warning: call to main actor-isolated instance method 'open(_:options:completionHandler:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
UIApplication.shared.open(url, options: [:]) { [weak self] opened in
^
UIKit.UIApplication:24:15: note: calls to instance method 'open(_:options:completionHandler:)' from outside of its actor context are implicitly asynchronous
open func open(_ url: URL, options: [UIApplication.OpenExternalURLOptionsKey : Any] = [:], completionHandler completion: (@MainActor @Sendable (Bool) -> Void)? = nil)
^
/Users/admin/builder/spi-builder-workspace/Sources/DolphinFreedomActivity.swift:88:27: warning: main actor-isolated class property 'shared' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
UIApplication.shared.open(url, options: [:]) { [weak self] opened in
^
UIKit.UIApplication:3:31: note: class property declared here
@MainActor open class var shared: UIApplication { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/DolphinFreedomActivity.swift:89:40: warning: capture of 'self' with non-sendable type 'DolphinFreedomActivity?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
guard let strongSelf = self else { return }
^
/Users/admin/builder/spi-builder-workspace/Sources/DolphinFreedomActivity.swift:11:13: note: class 'DolphinFreedomActivity' does not conform to the 'Sendable' protocol
final class DolphinFreedomActivity: UIActivity, FreedomActivating {
^
/Users/admin/builder/spi-builder-workspace/Sources/DolphinFreedomActivity.swift:99:34: warning: call to main actor-isolated instance method 'openURL' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
UIApplication.shared.openURL(url)
^
UIKit.UIApplication:20:15: note: calls to instance method 'openURL' from outside of its actor context are implicitly asynchronous
open func openURL(_ url: URL) -> Bool
^
/Users/admin/builder/spi-builder-workspace/Sources/DolphinFreedomActivity.swift:99:27: warning: main actor-isolated class property 'shared' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
UIApplication.shared.openURL(url)
^
UIKit.UIApplication:3:31: note: class property declared here
@MainActor open class var shared: UIApplication { get }
^
SwiftCompile normal arm64 Compiling\ ChromeFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/ChromeFreedomActivity.swift (in target 'Freedom' from project 'Freedom')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ChromeFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/DolphinFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/FirefoxFocusFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/FirefoxFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/Freedom.swift /Users/admin/builder/spi-builder-workspace/Sources/FreedomActivating.swift /Users/admin/builder/spi-builder-workspace/Sources/FreedomURLComponentsExtension.swift /Users/admin/builder/spi-builder-workspace/Sources/FreedomURLExtension.swift /Users/admin/builder/spi-builder-workspace/Sources/SafariFreedomActivity.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/ChromeFreedomActivity.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/ChromeFreedomActivity.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/ChromeFreedomActivity.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/ChromeFreedomActivity.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/Freedom_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Freedom -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/ChromeFreedomActivity.o -index-unit-output-path /Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/ChromeFreedomActivity.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ChromeFreedomActivity.swift (in target 'Freedom' from project 'Freedom')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ChromeFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/DolphinFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/FirefoxFocusFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/FirefoxFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/Freedom.swift /Users/admin/builder/spi-builder-workspace/Sources/FreedomActivating.swift /Users/admin/builder/spi-builder-workspace/Sources/FreedomURLComponentsExtension.swift /Users/admin/builder/spi-builder-workspace/Sources/FreedomURLExtension.swift /Users/admin/builder/spi-builder-workspace/Sources/SafariFreedomActivity.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/ChromeFreedomActivity.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/ChromeFreedomActivity.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/ChromeFreedomActivity.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/ChromeFreedomActivity.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/Freedom_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Freedom -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/ChromeFreedomActivity.o -index-unit-output-path /Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/ChromeFreedomActivity.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/ChromeFreedomActivity.swift:57:31: warning: main actor-isolated class property 'shared' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
UIApplication.shared.canOpenURL(deepLinkURL) else {
^
UIKit.UIApplication:3:31: note: class property declared here
@MainActor open class var shared: UIApplication { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/ChromeFreedomActivity.swift:112:34: error: 'openURL' is unavailable in visionOS
UIApplication.shared.openURL(url)
^~~~~~~
UIKit.UIApplication:20:15: note: 'openURL' has been explicitly marked unavailable here
open func openURL(_ url: URL) -> Bool
^
/Users/admin/builder/spi-builder-workspace/Sources/ChromeFreedomActivity.swift:112:34: warning: result of call to 'openURL' is unused
UIApplication.shared.openURL(url)
^ ~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ChromeFreedomActivity.swift:101:34: warning: call to main actor-isolated instance method 'open(_:options:completionHandler:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
UIApplication.shared.open(url, options: [:]) { [weak self] opened in
^
UIKit.UIApplication:24:15: note: calls to instance method 'open(_:options:completionHandler:)' from outside of its actor context are implicitly asynchronous
open func open(_ url: URL, options: [UIApplication.OpenExternalURLOptionsKey : Any] = [:], completionHandler completion: (@MainActor @Sendable (Bool) -> Void)? = nil)
^
/Users/admin/builder/spi-builder-workspace/Sources/ChromeFreedomActivity.swift:101:27: warning: main actor-isolated class property 'shared' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
UIApplication.shared.open(url, options: [:]) { [weak self] opened in
^
UIKit.UIApplication:3:31: note: class property declared here
@MainActor open class var shared: UIApplication { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/ChromeFreedomActivity.swift:102:40: warning: capture of 'self' with non-sendable type 'ChromeFreedomActivity?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
guard let strongSelf = self else { return }
^
/Users/admin/builder/spi-builder-workspace/Sources/ChromeFreedomActivity.swift:11:13: note: class 'ChromeFreedomActivity' does not conform to the 'Sendable' protocol
final class ChromeFreedomActivity: UIActivity, FreedomActivating {
^
/Users/admin/builder/spi-builder-workspace/Sources/ChromeFreedomActivity.swift:112:34: warning: call to main actor-isolated instance method 'openURL' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
UIApplication.shared.openURL(url)
^
UIKit.UIApplication:20:15: note: calls to instance method 'openURL' from outside of its actor context are implicitly asynchronous
open func openURL(_ url: URL) -> Bool
^
/Users/admin/builder/spi-builder-workspace/Sources/ChromeFreedomActivity.swift:112:27: warning: main actor-isolated class property 'shared' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
UIApplication.shared.openURL(url)
^
UIKit.UIApplication:3:31: note: class property declared here
@MainActor open class var shared: UIApplication { get }
^
SwiftCompile normal arm64 Compiling\ BraveFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift (in target 'Freedom' from project 'Freedom')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/ChromeFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/DolphinFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/FirefoxFocusFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/FirefoxFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/Freedom.swift /Users/admin/builder/spi-builder-workspace/Sources/FreedomActivating.swift /Users/admin/builder/spi-builder-workspace/Sources/FreedomURLComponentsExtension.swift /Users/admin/builder/spi-builder-workspace/Sources/FreedomURLExtension.swift /Users/admin/builder/spi-builder-workspace/Sources/SafariFreedomActivity.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/BraveFreedomActivity.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/BraveFreedomActivity.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/BraveFreedomActivity.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/BraveFreedomActivity.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/Freedom_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Freedom -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/BraveFreedomActivity.o -index-unit-output-path /Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/BraveFreedomActivity.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift (in target 'Freedom' from project 'Freedom')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/ChromeFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/DolphinFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/FirefoxFocusFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/FirefoxFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/Freedom.swift /Users/admin/builder/spi-builder-workspace/Sources/FreedomActivating.swift /Users/admin/builder/spi-builder-workspace/Sources/FreedomURLComponentsExtension.swift /Users/admin/builder/spi-builder-workspace/Sources/FreedomURLExtension.swift /Users/admin/builder/spi-builder-workspace/Sources/SafariFreedomActivity.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/BraveFreedomActivity.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/BraveFreedomActivity.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/BraveFreedomActivity.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/BraveFreedomActivity.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/Freedom_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Freedom -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/BraveFreedomActivity.o -index-unit-output-path /Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/BraveFreedomActivity.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift:44:31: warning: main actor-isolated class property 'shared' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
UIApplication.shared.canOpenURL(deepLinkURL) else {
^
UIKit.UIApplication:3:31: note: class property declared here
@MainActor open class var shared: UIApplication { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift:98:34: error: 'openURL' is unavailable in visionOS
UIApplication.shared.openURL(url)
^~~~~~~
UIKit.UIApplication:20:15: note: 'openURL' has been explicitly marked unavailable here
open func openURL(_ url: URL) -> Bool
^
/Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift:98:34: warning: result of call to 'openURL' is unused
UIApplication.shared.openURL(url)
^ ~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift:87:34: warning: call to main actor-isolated instance method 'open(_:options:completionHandler:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
UIApplication.shared.open(url, options: [:]) { [weak self] opened in
^
UIKit.UIApplication:24:15: note: calls to instance method 'open(_:options:completionHandler:)' from outside of its actor context are implicitly asynchronous
open func open(_ url: URL, options: [UIApplication.OpenExternalURLOptionsKey : Any] = [:], completionHandler completion: (@MainActor @Sendable (Bool) -> Void)? = nil)
^
/Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift:87:27: warning: main actor-isolated class property 'shared' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
UIApplication.shared.open(url, options: [:]) { [weak self] opened in
^
UIKit.UIApplication:3:31: note: class property declared here
@MainActor open class var shared: UIApplication { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift:88:40: warning: capture of 'self' with non-sendable type 'BraveFreedomActivity?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
guard let strongSelf = self else { return }
^
/Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift:11:13: note: class 'BraveFreedomActivity' does not conform to the 'Sendable' protocol
final class BraveFreedomActivity: UIActivity, FreedomActivating {
^
/Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift:98:34: warning: call to main actor-isolated instance method 'openURL' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
UIApplication.shared.openURL(url)
^
UIKit.UIApplication:20:15: note: calls to instance method 'openURL' from outside of its actor context are implicitly asynchronous
open func openURL(_ url: URL) -> Bool
^
/Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift:98:27: warning: main actor-isolated class property 'shared' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
UIApplication.shared.openURL(url)
^
UIKit.UIApplication:3:31: note: class property declared here
@MainActor open class var shared: UIApplication { get }
^
SwiftCompile normal arm64 Compiling\ FreedomURLComponentsExtension.swift /Users/admin/builder/spi-builder-workspace/Sources/FreedomURLComponentsExtension.swift (in target 'Freedom' from project 'Freedom')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/ChromeFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/DolphinFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/FirefoxFocusFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/FirefoxFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/Freedom.swift /Users/admin/builder/spi-builder-workspace/Sources/FreedomActivating.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FreedomURLComponentsExtension.swift /Users/admin/builder/spi-builder-workspace/Sources/FreedomURLExtension.swift /Users/admin/builder/spi-builder-workspace/Sources/SafariFreedomActivity.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/FreedomURLComponentsExtension.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/FreedomURLComponentsExtension.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/FreedomURLComponentsExtension.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/FreedomURLComponentsExtension.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/Freedom_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Freedom -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/FreedomURLComponentsExtension.o -index-unit-output-path /Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/FreedomURLComponentsExtension.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FreedomURLComponentsExtension.swift (in target 'Freedom' from project 'Freedom')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/ChromeFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/DolphinFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/FirefoxFocusFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/FirefoxFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/Freedom.swift /Users/admin/builder/spi-builder-workspace/Sources/FreedomActivating.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FreedomURLComponentsExtension.swift /Users/admin/builder/spi-builder-workspace/Sources/FreedomURLExtension.swift /Users/admin/builder/spi-builder-workspace/Sources/SafariFreedomActivity.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/FreedomURLComponentsExtension.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/FreedomURLComponentsExtension.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/FreedomURLComponentsExtension.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/FreedomURLComponentsExtension.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/Freedom_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Freedom -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/FreedomURLComponentsExtension.o -index-unit-output-path /Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/FreedomURLComponentsExtension.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Emitting module for Freedom (in target 'Freedom' from project 'Freedom')
SwiftDriverJobDiscovery normal arm64 Compiling FreedomURLExtension.swift (in target 'Freedom' from project 'Freedom')
SwiftDriver\ Compilation\ Requirements Freedom normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Freedom' from project 'Freedom')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Freedom -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/Freedom.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/Freedom-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/Freedom.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/Freedom_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/Freedom-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Freedom-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/Freedom-Swift.h (in target 'Freedom' from project 'Freedom')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/Freedom-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Freedom-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Freedom.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/Freedom.swiftmodule (in target 'Freedom' from project 'Freedom')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/Freedom.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Freedom.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Freedom.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/Freedom.swiftdoc (in target 'Freedom' from project 'Freedom')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/Freedom.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Freedom.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Freedom.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/Freedom.abi.json (in target 'Freedom' from project 'Freedom')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/Freedom.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Freedom.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Freedom.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/Freedom.swiftsourceinfo (in target 'Freedom' from project 'Freedom')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/Freedom.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Freedom.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling FreedomURLComponentsExtension.swift (in target 'Freedom' from project 'Freedom')
SwiftDriverJobDiscovery normal arm64 Compiling FreedomActivating.swift (in target 'Freedom' from project 'Freedom')
SwiftDriverJobDiscovery normal arm64 Compiling Freedom.swift (in target 'Freedom' from project 'Freedom')
** BUILD FAILED **
The following build commands failed:
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SafariFreedomActivity.swift (in target 'Freedom' from project 'Freedom')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FirefoxFreedomActivity.swift (in target 'Freedom' from project 'Freedom')
SwiftCompile normal arm64 Compiling\ FirefoxFocusFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/FirefoxFocusFreedomActivity.swift (in target 'Freedom' from project 'Freedom')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FirefoxFocusFreedomActivity.swift (in target 'Freedom' from project 'Freedom')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DolphinFreedomActivity.swift (in target 'Freedom' from project 'Freedom')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ChromeFreedomActivity.swift (in target 'Freedom' from project 'Freedom')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift (in target 'Freedom' from project 'Freedom')
Building workspace spi-builder-workspace with scheme Freedom
(8 failures)
Command line invocation:
/Applications/Xcode-16.1.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Freedom -destination generic/platform=xrOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete"
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete
Resolve Package Graph
Resolved source packages:
Freedom: /Users/admin/builder/spi-builder-workspace
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
Target 'Freedom' in project 'Freedom'
➜ Explicit dependency on target 'Freedom' in project 'Freedom'
Target 'Freedom' in project 'Freedom' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ClangStatCache /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache
SwiftDriver Freedom normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Freedom' from project 'Freedom')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Freedom -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/Freedom.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/Freedom-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/Freedom.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/Freedom_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/Freedom-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ Freedom (in target 'Freedom' from project 'Freedom')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/ChromeFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/DolphinFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/FirefoxFocusFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/FirefoxFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/Freedom.swift /Users/admin/builder/spi-builder-workspace/Sources/FreedomActivating.swift /Users/admin/builder/spi-builder-workspace/Sources/FreedomURLComponentsExtension.swift /Users/admin/builder/spi-builder-workspace/Sources/FreedomURLExtension.swift /Users/admin/builder/spi-builder-workspace/Sources/SafariFreedomActivity.swift -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/Freedom_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Freedom -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/Freedom.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/Freedom.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/Freedom-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/Freedom-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/Freedom-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/Freedom.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/Freedom.abi.json
EmitSwiftModule normal arm64 (in target 'Freedom' from project 'Freedom')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/ChromeFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/DolphinFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/FirefoxFocusFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/FirefoxFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/Freedom.swift /Users/admin/builder/spi-builder-workspace/Sources/FreedomActivating.swift /Users/admin/builder/spi-builder-workspace/Sources/FreedomURLComponentsExtension.swift /Users/admin/builder/spi-builder-workspace/Sources/FreedomURLExtension.swift /Users/admin/builder/spi-builder-workspace/Sources/SafariFreedomActivity.swift -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/Freedom_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Freedom -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/Freedom.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/Freedom.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/Freedom-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/Freedom-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/Freedom-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/Freedom.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/Freedom.abi.json
/Users/admin/builder/spi-builder-workspace/Sources/Freedom.swift:34:23: warning: static property 'debugEnabled' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var debugEnabled = false
^
/Users/admin/builder/spi-builder-workspace/Sources/Freedom.swift:34:23: note: convert 'debugEnabled' to a 'let' constant to make 'Sendable' shared state immutable
public static var debugEnabled = false
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Freedom.swift:34:23: note: annotate 'debugEnabled' with '@MainActor' if property should only be accessed from the main actor
public static var debugEnabled = false
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Freedom.swift:34:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var debugEnabled = false
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ FirefoxFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/FirefoxFreedomActivity.swift (in target 'Freedom' from project 'Freedom')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/ChromeFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/DolphinFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/FirefoxFocusFreedomActivity.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FirefoxFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/Freedom.swift /Users/admin/builder/spi-builder-workspace/Sources/FreedomActivating.swift /Users/admin/builder/spi-builder-workspace/Sources/FreedomURLComponentsExtension.swift /Users/admin/builder/spi-builder-workspace/Sources/FreedomURLExtension.swift /Users/admin/builder/spi-builder-workspace/Sources/SafariFreedomActivity.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/FirefoxFreedomActivity.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/FirefoxFreedomActivity.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/FirefoxFreedomActivity.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/FirefoxFreedomActivity.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/Freedom_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Freedom -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/FirefoxFreedomActivity.o -index-unit-output-path /Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/FirefoxFreedomActivity.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FirefoxFreedomActivity.swift (in target 'Freedom' from project 'Freedom')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/ChromeFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/DolphinFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/FirefoxFocusFreedomActivity.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FirefoxFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/Freedom.swift /Users/admin/builder/spi-builder-workspace/Sources/FreedomActivating.swift /Users/admin/builder/spi-builder-workspace/Sources/FreedomURLComponentsExtension.swift /Users/admin/builder/spi-builder-workspace/Sources/FreedomURLExtension.swift /Users/admin/builder/spi-builder-workspace/Sources/SafariFreedomActivity.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/FirefoxFreedomActivity.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/FirefoxFreedomActivity.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/FirefoxFreedomActivity.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/FirefoxFreedomActivity.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/Freedom_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Freedom -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/FirefoxFreedomActivity.o -index-unit-output-path /Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/FirefoxFreedomActivity.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFreedomActivity.swift:44:31: warning: main actor-isolated class property 'shared' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
UIApplication.shared.canOpenURL(deepLinkURL) else {
^
UIKit.UIApplication:3:31: note: class property declared here
@MainActor open class var shared: UIApplication { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFreedomActivity.swift:98:34: error: 'openURL' is unavailable in visionOS
UIApplication.shared.openURL(url)
^~~~~~~
UIKit.UIApplication:20:15: note: 'openURL' has been explicitly marked unavailable here
open func openURL(_ url: URL) -> Bool
^
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFreedomActivity.swift:98:34: warning: result of call to 'openURL' is unused
UIApplication.shared.openURL(url)
^ ~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFreedomActivity.swift:87:34: warning: call to main actor-isolated instance method 'open(_:options:completionHandler:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
UIApplication.shared.open(url, options: [:]) { [weak self] opened in
^
UIKit.UIApplication:24:15: note: calls to instance method 'open(_:options:completionHandler:)' from outside of its actor context are implicitly asynchronous
open func open(_ url: URL, options: [UIApplication.OpenExternalURLOptionsKey : Any] = [:], completionHandler completion: (@MainActor @Sendable (Bool) -> Void)? = nil)
^
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFreedomActivity.swift:87:27: warning: main actor-isolated class property 'shared' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
UIApplication.shared.open(url, options: [:]) { [weak self] opened in
^
UIKit.UIApplication:3:31: note: class property declared here
@MainActor open class var shared: UIApplication { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFreedomActivity.swift:88:40: warning: capture of 'self' with non-sendable type 'FirefoxFreedomActivity?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
guard let strongSelf = self else { return }
^
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFreedomActivity.swift:11:13: note: class 'FirefoxFreedomActivity' does not conform to the 'Sendable' protocol
final class FirefoxFreedomActivity: UIActivity, FreedomActivating {
^
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFreedomActivity.swift:98:34: warning: call to main actor-isolated instance method 'openURL' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
UIApplication.shared.openURL(url)
^
UIKit.UIApplication:20:15: note: calls to instance method 'openURL' from outside of its actor context are implicitly asynchronous
open func openURL(_ url: URL) -> Bool
^
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFreedomActivity.swift:98:27: warning: main actor-isolated class property 'shared' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
UIApplication.shared.openURL(url)
^
UIKit.UIApplication:3:31: note: class property declared here
@MainActor open class var shared: UIApplication { get }
^
SwiftCompile normal arm64 Compiling\ FirefoxFocusFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/FirefoxFocusFreedomActivity.swift (in target 'Freedom' from project 'Freedom')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/ChromeFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/DolphinFreedomActivity.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FirefoxFocusFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/FirefoxFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/Freedom.swift /Users/admin/builder/spi-builder-workspace/Sources/FreedomActivating.swift /Users/admin/builder/spi-builder-workspace/Sources/FreedomURLComponentsExtension.swift /Users/admin/builder/spi-builder-workspace/Sources/FreedomURLExtension.swift /Users/admin/builder/spi-builder-workspace/Sources/SafariFreedomActivity.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/FirefoxFocusFreedomActivity.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/FirefoxFocusFreedomActivity.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/FirefoxFocusFreedomActivity.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/FirefoxFocusFreedomActivity.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/Freedom_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Freedom -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/FirefoxFocusFreedomActivity.o -index-unit-output-path /Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/FirefoxFocusFreedomActivity.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FirefoxFocusFreedomActivity.swift (in target 'Freedom' from project 'Freedom')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/ChromeFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/DolphinFreedomActivity.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/FirefoxFocusFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/FirefoxFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/Freedom.swift /Users/admin/builder/spi-builder-workspace/Sources/FreedomActivating.swift /Users/admin/builder/spi-builder-workspace/Sources/FreedomURLComponentsExtension.swift /Users/admin/builder/spi-builder-workspace/Sources/FreedomURLExtension.swift /Users/admin/builder/spi-builder-workspace/Sources/SafariFreedomActivity.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/FirefoxFocusFreedomActivity.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/FirefoxFocusFreedomActivity.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/FirefoxFocusFreedomActivity.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/FirefoxFocusFreedomActivity.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/Freedom_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Freedom -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/FirefoxFocusFreedomActivity.o -index-unit-output-path /Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/FirefoxFocusFreedomActivity.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFocusFreedomActivity.swift:44:31: warning: main actor-isolated class property 'shared' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
UIApplication.shared.canOpenURL(deepLinkURL) else {
^
UIKit.UIApplication:3:31: note: class property declared here
@MainActor open class var shared: UIApplication { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFocusFreedomActivity.swift:98:34: error: 'openURL' is unavailable in visionOS
UIApplication.shared.openURL(url)
^~~~~~~
UIKit.UIApplication:20:15: note: 'openURL' has been explicitly marked unavailable here
open func openURL(_ url: URL) -> Bool
^
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFocusFreedomActivity.swift:98:34: warning: result of call to 'openURL' is unused
UIApplication.shared.openURL(url)
^ ~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFocusFreedomActivity.swift:87:34: warning: call to main actor-isolated instance method 'open(_:options:completionHandler:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
UIApplication.shared.open(url, options: [:]) { [weak self] opened in
^
UIKit.UIApplication:24:15: note: calls to instance method 'open(_:options:completionHandler:)' from outside of its actor context are implicitly asynchronous
open func open(_ url: URL, options: [UIApplication.OpenExternalURLOptionsKey : Any] = [:], completionHandler completion: (@MainActor @Sendable (Bool) -> Void)? = nil)
^
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFocusFreedomActivity.swift:87:27: warning: main actor-isolated class property 'shared' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
UIApplication.shared.open(url, options: [:]) { [weak self] opened in
^
UIKit.UIApplication:3:31: note: class property declared here
@MainActor open class var shared: UIApplication { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFocusFreedomActivity.swift:88:40: warning: capture of 'self' with non-sendable type 'FirefoxFocusFreedomActivity?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
guard let strongSelf = self else { return }
^
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFocusFreedomActivity.swift:11:13: note: class 'FirefoxFocusFreedomActivity' does not conform to the 'Sendable' protocol
final class FirefoxFocusFreedomActivity: UIActivity, FreedomActivating {
^
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFocusFreedomActivity.swift:98:34: warning: call to main actor-isolated instance method 'openURL' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
UIApplication.shared.openURL(url)
^
UIKit.UIApplication:20:15: note: calls to instance method 'openURL' from outside of its actor context are implicitly asynchronous
open func openURL(_ url: URL) -> Bool
^
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFocusFreedomActivity.swift:98:27: warning: main actor-isolated class property 'shared' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
UIApplication.shared.openURL(url)
^
UIKit.UIApplication:3:31: note: class property declared here
@MainActor open class var shared: UIApplication { get }
^
SwiftCompile normal arm64 Compiling\ SafariFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/SafariFreedomActivity.swift (in target 'Freedom' from project 'Freedom')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/ChromeFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/DolphinFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/FirefoxFocusFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/FirefoxFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/Freedom.swift /Users/admin/builder/spi-builder-workspace/Sources/FreedomActivating.swift /Users/admin/builder/spi-builder-workspace/Sources/FreedomURLComponentsExtension.swift /Users/admin/builder/spi-builder-workspace/Sources/FreedomURLExtension.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SafariFreedomActivity.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/SafariFreedomActivity.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/SafariFreedomActivity.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/SafariFreedomActivity.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/SafariFreedomActivity.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/Freedom_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Freedom -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/SafariFreedomActivity.o -index-unit-output-path /Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/SafariFreedomActivity.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SafariFreedomActivity.swift (in target 'Freedom' from project 'Freedom')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/ChromeFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/DolphinFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/FirefoxFocusFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/FirefoxFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/Freedom.swift /Users/admin/builder/spi-builder-workspace/Sources/FreedomActivating.swift /Users/admin/builder/spi-builder-workspace/Sources/FreedomURLComponentsExtension.swift /Users/admin/builder/spi-builder-workspace/Sources/FreedomURLExtension.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SafariFreedomActivity.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/SafariFreedomActivity.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/SafariFreedomActivity.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/SafariFreedomActivity.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/SafariFreedomActivity.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/Freedom_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Freedom -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/SafariFreedomActivity.o -index-unit-output-path /Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/SafariFreedomActivity.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/SafariFreedomActivity.swift:86:34: error: 'openURL' is unavailable in visionOS
UIApplication.shared.openURL(activityURL)
^~~~~~~
UIKit.UIApplication:20:26: note: 'openURL' has been explicitly marked unavailable here
@MainActor open func openURL(_ url: URL) -> Bool
^
/Users/admin/builder/spi-builder-workspace/Sources/SafariFreedomActivity.swift:86:34: warning: result of call to 'openURL' is unused
UIApplication.shared.openURL(activityURL)
^ ~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SafariFreedomActivity.swift:76:34: warning: call to main actor-isolated instance method 'open(_:options:completionHandler:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
UIApplication.shared.open(activityURL, options: [:]) { [weak self] opened in
^
UIKit.UIApplication:24:26: note: calls to instance method 'open(_:options:completionHandler:)' from outside of its actor context are implicitly asynchronous
@MainActor open func open(_ url: URL, options: [UIApplication.OpenExternalURLOptionsKey : Any] = [:], completionHandler completion: (@MainActor @Sendable (Bool) -> Void)? = nil)
^
/Users/admin/builder/spi-builder-workspace/Sources/SafariFreedomActivity.swift:76:27: warning: main actor-isolated class property 'shared' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
UIApplication.shared.open(activityURL, options: [:]) { [weak self] opened in
^
UIKit.UIApplication:3:20: note: class property declared here
open class var shared: UIApplication { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/SafariFreedomActivity.swift:77:40: warning: capture of 'self' with non-sendable type 'SafariFreedomActivity?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
guard let strongSelf = self else { return }
^
/Users/admin/builder/spi-builder-workspace/Sources/SafariFreedomActivity.swift:11:13: note: class 'SafariFreedomActivity' does not conform to the 'Sendable' protocol
final class SafariFreedomActivity: UIActivity, FreedomActivating {
^
/Users/admin/builder/spi-builder-workspace/Sources/SafariFreedomActivity.swift:86:34: warning: call to main actor-isolated instance method 'openURL' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
UIApplication.shared.openURL(activityURL)
^
UIKit.UIApplication:20:26: note: calls to instance method 'openURL' from outside of its actor context are implicitly asynchronous
@MainActor open func openURL(_ url: URL) -> Bool
^
/Users/admin/builder/spi-builder-workspace/Sources/SafariFreedomActivity.swift:86:27: warning: main actor-isolated class property 'shared' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
UIApplication.shared.openURL(activityURL)
^
UIKit.UIApplication:3:20: note: class property declared here
open class var shared: UIApplication { get }
^
SwiftCompile normal arm64 Compiling\ ChromeFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/ChromeFreedomActivity.swift (in target 'Freedom' from project 'Freedom')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ChromeFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/DolphinFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/FirefoxFocusFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/FirefoxFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/Freedom.swift /Users/admin/builder/spi-builder-workspace/Sources/FreedomActivating.swift /Users/admin/builder/spi-builder-workspace/Sources/FreedomURLComponentsExtension.swift /Users/admin/builder/spi-builder-workspace/Sources/FreedomURLExtension.swift /Users/admin/builder/spi-builder-workspace/Sources/SafariFreedomActivity.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/ChromeFreedomActivity.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/ChromeFreedomActivity.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/ChromeFreedomActivity.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/ChromeFreedomActivity.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/Freedom_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Freedom -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/ChromeFreedomActivity.o -index-unit-output-path /Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/ChromeFreedomActivity.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ChromeFreedomActivity.swift (in target 'Freedom' from project 'Freedom')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ChromeFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/DolphinFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/FirefoxFocusFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/FirefoxFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/Freedom.swift /Users/admin/builder/spi-builder-workspace/Sources/FreedomActivating.swift /Users/admin/builder/spi-builder-workspace/Sources/FreedomURLComponentsExtension.swift /Users/admin/builder/spi-builder-workspace/Sources/FreedomURLExtension.swift /Users/admin/builder/spi-builder-workspace/Sources/SafariFreedomActivity.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/ChromeFreedomActivity.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/ChromeFreedomActivity.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/ChromeFreedomActivity.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/ChromeFreedomActivity.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/Freedom_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Freedom -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/ChromeFreedomActivity.o -index-unit-output-path /Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/ChromeFreedomActivity.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/ChromeFreedomActivity.swift:57:31: warning: main actor-isolated class property 'shared' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
UIApplication.shared.canOpenURL(deepLinkURL) else {
^
UIKit.UIApplication:3:31: note: class property declared here
@MainActor open class var shared: UIApplication { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/ChromeFreedomActivity.swift:112:34: error: 'openURL' is unavailable in visionOS
UIApplication.shared.openURL(url)
^~~~~~~
UIKit.UIApplication:20:15: note: 'openURL' has been explicitly marked unavailable here
open func openURL(_ url: URL) -> Bool
^
/Users/admin/builder/spi-builder-workspace/Sources/ChromeFreedomActivity.swift:112:34: warning: result of call to 'openURL' is unused
UIApplication.shared.openURL(url)
^ ~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ChromeFreedomActivity.swift:101:34: warning: call to main actor-isolated instance method 'open(_:options:completionHandler:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
UIApplication.shared.open(url, options: [:]) { [weak self] opened in
^
UIKit.UIApplication:24:15: note: calls to instance method 'open(_:options:completionHandler:)' from outside of its actor context are implicitly asynchronous
open func open(_ url: URL, options: [UIApplication.OpenExternalURLOptionsKey : Any] = [:], completionHandler completion: (@MainActor @Sendable (Bool) -> Void)? = nil)
^
/Users/admin/builder/spi-builder-workspace/Sources/ChromeFreedomActivity.swift:101:27: warning: main actor-isolated class property 'shared' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
UIApplication.shared.open(url, options: [:]) { [weak self] opened in
^
UIKit.UIApplication:3:31: note: class property declared here
@MainActor open class var shared: UIApplication { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/ChromeFreedomActivity.swift:102:40: warning: capture of 'self' with non-sendable type 'ChromeFreedomActivity?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
guard let strongSelf = self else { return }
^
/Users/admin/builder/spi-builder-workspace/Sources/ChromeFreedomActivity.swift:11:13: note: class 'ChromeFreedomActivity' does not conform to the 'Sendable' protocol
final class ChromeFreedomActivity: UIActivity, FreedomActivating {
^
/Users/admin/builder/spi-builder-workspace/Sources/ChromeFreedomActivity.swift:112:34: warning: call to main actor-isolated instance method 'openURL' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
UIApplication.shared.openURL(url)
^
UIKit.UIApplication:20:15: note: calls to instance method 'openURL' from outside of its actor context are implicitly asynchronous
open func openURL(_ url: URL) -> Bool
^
/Users/admin/builder/spi-builder-workspace/Sources/ChromeFreedomActivity.swift:112:27: warning: main actor-isolated class property 'shared' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
UIApplication.shared.openURL(url)
^
UIKit.UIApplication:3:31: note: class property declared here
@MainActor open class var shared: UIApplication { get }
^
SwiftCompile normal arm64 Compiling\ DolphinFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/DolphinFreedomActivity.swift (in target 'Freedom' from project 'Freedom')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/ChromeFreedomActivity.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DolphinFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/FirefoxFocusFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/FirefoxFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/Freedom.swift /Users/admin/builder/spi-builder-workspace/Sources/FreedomActivating.swift /Users/admin/builder/spi-builder-workspace/Sources/FreedomURLComponentsExtension.swift /Users/admin/builder/spi-builder-workspace/Sources/FreedomURLExtension.swift /Users/admin/builder/spi-builder-workspace/Sources/SafariFreedomActivity.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/DolphinFreedomActivity.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/DolphinFreedomActivity.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/DolphinFreedomActivity.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/DolphinFreedomActivity.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/Freedom_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Freedom -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/DolphinFreedomActivity.o -index-unit-output-path /Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/DolphinFreedomActivity.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DolphinFreedomActivity.swift (in target 'Freedom' from project 'Freedom')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/ChromeFreedomActivity.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DolphinFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/FirefoxFocusFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/FirefoxFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/Freedom.swift /Users/admin/builder/spi-builder-workspace/Sources/FreedomActivating.swift /Users/admin/builder/spi-builder-workspace/Sources/FreedomURLComponentsExtension.swift /Users/admin/builder/spi-builder-workspace/Sources/FreedomURLExtension.swift /Users/admin/builder/spi-builder-workspace/Sources/SafariFreedomActivity.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/DolphinFreedomActivity.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/DolphinFreedomActivity.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/DolphinFreedomActivity.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/DolphinFreedomActivity.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/Freedom_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Freedom -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/DolphinFreedomActivity.o -index-unit-output-path /Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/DolphinFreedomActivity.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/DolphinFreedomActivity.swift:44:31: warning: main actor-isolated class property 'shared' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
UIApplication.shared.canOpenURL(deepLinkURL) else {
^
UIKit.UIApplication:3:31: note: class property declared here
@MainActor open class var shared: UIApplication { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/DolphinFreedomActivity.swift:99:34: error: 'openURL' is unavailable in visionOS
UIApplication.shared.openURL(url)
^~~~~~~
UIKit.UIApplication:20:15: note: 'openURL' has been explicitly marked unavailable here
open func openURL(_ url: URL) -> Bool
^
/Users/admin/builder/spi-builder-workspace/Sources/DolphinFreedomActivity.swift:99:34: warning: result of call to 'openURL' is unused
UIApplication.shared.openURL(url)
^ ~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DolphinFreedomActivity.swift:88:34: warning: call to main actor-isolated instance method 'open(_:options:completionHandler:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
UIApplication.shared.open(url, options: [:]) { [weak self] opened in
^
UIKit.UIApplication:24:15: note: calls to instance method 'open(_:options:completionHandler:)' from outside of its actor context are implicitly asynchronous
open func open(_ url: URL, options: [UIApplication.OpenExternalURLOptionsKey : Any] = [:], completionHandler completion: (@MainActor @Sendable (Bool) -> Void)? = nil)
^
/Users/admin/builder/spi-builder-workspace/Sources/DolphinFreedomActivity.swift:88:27: warning: main actor-isolated class property 'shared' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
UIApplication.shared.open(url, options: [:]) { [weak self] opened in
^
UIKit.UIApplication:3:31: note: class property declared here
@MainActor open class var shared: UIApplication { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/DolphinFreedomActivity.swift:89:40: warning: capture of 'self' with non-sendable type 'DolphinFreedomActivity?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
guard let strongSelf = self else { return }
^
/Users/admin/builder/spi-builder-workspace/Sources/DolphinFreedomActivity.swift:11:13: note: class 'DolphinFreedomActivity' does not conform to the 'Sendable' protocol
final class DolphinFreedomActivity: UIActivity, FreedomActivating {
^
/Users/admin/builder/spi-builder-workspace/Sources/DolphinFreedomActivity.swift:99:34: warning: call to main actor-isolated instance method 'openURL' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
UIApplication.shared.openURL(url)
^
UIKit.UIApplication:20:15: note: calls to instance method 'openURL' from outside of its actor context are implicitly asynchronous
open func openURL(_ url: URL) -> Bool
^
/Users/admin/builder/spi-builder-workspace/Sources/DolphinFreedomActivity.swift:99:27: warning: main actor-isolated class property 'shared' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
UIApplication.shared.openURL(url)
^
UIKit.UIApplication:3:31: note: class property declared here
@MainActor open class var shared: UIApplication { get }
^
SwiftCompile normal arm64 Compiling\ BraveFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift (in target 'Freedom' from project 'Freedom')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/ChromeFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/DolphinFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/FirefoxFocusFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/FirefoxFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/Freedom.swift /Users/admin/builder/spi-builder-workspace/Sources/FreedomActivating.swift /Users/admin/builder/spi-builder-workspace/Sources/FreedomURLComponentsExtension.swift /Users/admin/builder/spi-builder-workspace/Sources/FreedomURLExtension.swift /Users/admin/builder/spi-builder-workspace/Sources/SafariFreedomActivity.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/BraveFreedomActivity.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/BraveFreedomActivity.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/BraveFreedomActivity.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/BraveFreedomActivity.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/Freedom_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Freedom -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/BraveFreedomActivity.o -index-unit-output-path /Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/BraveFreedomActivity.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift (in target 'Freedom' from project 'Freedom')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/ChromeFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/DolphinFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/FirefoxFocusFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/FirefoxFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/Freedom.swift /Users/admin/builder/spi-builder-workspace/Sources/FreedomActivating.swift /Users/admin/builder/spi-builder-workspace/Sources/FreedomURLComponentsExtension.swift /Users/admin/builder/spi-builder-workspace/Sources/FreedomURLExtension.swift /Users/admin/builder/spi-builder-workspace/Sources/SafariFreedomActivity.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/BraveFreedomActivity.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/BraveFreedomActivity.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/BraveFreedomActivity.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/BraveFreedomActivity.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/Freedom_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Freedom -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/BraveFreedomActivity.o -index-unit-output-path /Freedom.build/Debug-xros/Freedom.build/Objects-normal/arm64/BraveFreedomActivity.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift:44:31: warning: main actor-isolated class property 'shared' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
UIApplication.shared.canOpenURL(deepLinkURL) else {
^
UIKit.UIApplication:3:31: note: class property declared here
@MainActor open class var shared: UIApplication { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift:98:34: error: 'openURL' is unavailable in visionOS
UIApplication.shared.openURL(url)
^~~~~~~
UIKit.UIApplication:20:15: note: 'openURL' has been explicitly marked unavailable here
open func openURL(_ url: URL) -> Bool
^
/Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift:98:34: warning: result of call to 'openURL' is unused
UIApplication.shared.openURL(url)
^ ~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift:87:34: warning: call to main actor-isolated instance method 'open(_:options:completionHandler:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
UIApplication.shared.open(url, options: [:]) { [weak self] opened in
^
UIKit.UIApplication:24:15: note: calls to instance method 'open(_:options:completionHandler:)' from outside of its actor context are implicitly asynchronous
open func open(_ url: URL, options: [UIApplication.OpenExternalURLOptionsKey : Any] = [:], completionHandler completion: (@MainActor @Sendable (Bool) -> Void)? = nil)
^
/Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift:87:27: warning: main actor-isolated class property 'shared' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
UIApplication.shared.open(url, options: [:]) { [weak self] opened in
^
UIKit.UIApplication:3:31: note: class property declared here
@MainActor open class var shared: UIApplication { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift:88:40: warning: capture of 'self' with non-sendable type 'BraveFreedomActivity?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
guard let strongSelf = self else { return }
^
/Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift:11:13: note: class 'BraveFreedomActivity' does not conform to the 'Sendable' protocol
final class BraveFreedomActivity: UIActivity, FreedomActivating {
^
/Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift:98:34: warning: call to main actor-isolated instance method 'openURL' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
UIApplication.shared.openURL(url)
^
UIKit.UIApplication:20:15: note: calls to instance method 'openURL' from outside of its actor context are implicitly asynchronous
open func openURL(_ url: URL) -> Bool
^
/Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift:98:27: warning: main actor-isolated class property 'shared' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
UIApplication.shared.openURL(url)
^
UIKit.UIApplication:3:31: note: class property declared here
@MainActor open class var shared: UIApplication { get }
^
** BUILD FAILED **
The following build commands failed:
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FirefoxFreedomActivity.swift (in target 'Freedom' from project 'Freedom')
SwiftCompile normal arm64 Compiling\ FirefoxFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/FirefoxFreedomActivity.swift (in target 'Freedom' from project 'Freedom')
SwiftCompile normal arm64 Compiling\ FirefoxFocusFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/FirefoxFocusFreedomActivity.swift (in target 'Freedom' from project 'Freedom')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FirefoxFocusFreedomActivity.swift (in target 'Freedom' from project 'Freedom')
SwiftCompile normal arm64 Compiling\ SafariFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/SafariFreedomActivity.swift (in target 'Freedom' from project 'Freedom')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SafariFreedomActivity.swift (in target 'Freedom' from project 'Freedom')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ChromeFreedomActivity.swift (in target 'Freedom' from project 'Freedom')
SwiftCompile normal arm64 Compiling\ ChromeFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/ChromeFreedomActivity.swift (in target 'Freedom' from project 'Freedom')
SwiftCompile normal arm64 Compiling\ DolphinFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/DolphinFreedomActivity.swift (in target 'Freedom' from project 'Freedom')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DolphinFreedomActivity.swift (in target 'Freedom' from project 'Freedom')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift (in target 'Freedom' from project 'Freedom')
SwiftCompile normal arm64 Compiling\ BraveFreedomActivity.swift /Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift (in target 'Freedom' from project 'Freedom')
Building workspace spi-builder-workspace with scheme Freedom
(13 failures)
BUILD FAILURE 6.0 visionOS