The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build Freedom, reference master (b14ae8), with Swift 6.0 for watchOS using Xcode 16.0 on 31 Oct 2024 02:46:11 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=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete

Build Log

    ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift:21:18: error: property does not override any property from its superclass
    override var activityTitle: String? {
    ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift:25:32: error: cannot find type 'UIActivity' in scope
    override var activityType: UIActivity.ActivityType? {
                               ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift:25:18: error: property does not override any property from its superclass
    override var activityType: UIActivity.ActivityType? {
    ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift:39:19: error: method does not override any method from its superclass
    override func canPerform(withActivityItems activityItems: [Any]) -> Bool {
    ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift:64:19: error: method does not override any method from its superclass
    override func prepare(withActivityItems activityItems: [Any]) {
    ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift:75:19: error: method does not override any method from its superclass
    override func perform() {
    ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/ChromeFreedomActivity.swift:11:36: error: cannot find type 'UIActivity' in scope
final class ChromeFreedomActivity: UIActivity, FreedomActivating {
                                   ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ChromeFreedomActivity.swift:13:42: error: cannot find type 'UIActivity' in scope
    override class var activityCategory: UIActivity.Category {
                                         ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ChromeFreedomActivity.swift:13:24: error: property does not override any property from its superclass
    override class var activityCategory: UIActivity.Category {
    ~~~~~~~~           ^
/Users/admin/builder/spi-builder-workspace/Sources/ChromeFreedomActivity.swift:17:18: error: property does not override any property from its superclass
    override var activityImage: UIImage? {
    ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/ChromeFreedomActivity.swift:21:18: error: property does not override any property from its superclass
    override var activityTitle: String? {
    ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/ChromeFreedomActivity.swift:25:32: error: cannot find type 'UIActivity' in scope
    override var activityType: UIActivity.ActivityType? {
                               ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ChromeFreedomActivity.swift:25:18: error: property does not override any property from its superclass
    override var activityType: UIActivity.ActivityType? {
    ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/ChromeFreedomActivity.swift:52:19: error: method does not override any method from its superclass
    override func canPerform(withActivityItems activityItems: [Any]) -> Bool {
    ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/ChromeFreedomActivity.swift:77:19: error: method does not override any method from its superclass
    override func prepare(withActivityItems activityItems: [Any]) {
    ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/ChromeFreedomActivity.swift:88:19: error: method does not override any method from its superclass
    override func perform() {
    ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/DolphinFreedomActivity.swift:11:37: error: cannot find type 'UIActivity' in scope
final class DolphinFreedomActivity: UIActivity, FreedomActivating {
                                    ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DolphinFreedomActivity.swift:13:42: error: cannot find type 'UIActivity' in scope
    override class var activityCategory: UIActivity.Category {
                                         ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DolphinFreedomActivity.swift:13:24: error: property does not override any property from its superclass
    override class var activityCategory: UIActivity.Category {
    ~~~~~~~~           ^
/Users/admin/builder/spi-builder-workspace/Sources/DolphinFreedomActivity.swift:17:18: error: property does not override any property from its superclass
    override var activityImage: UIImage? {
    ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/DolphinFreedomActivity.swift:21:18: error: property does not override any property from its superclass
    override var activityTitle: String? {
    ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/DolphinFreedomActivity.swift:25:32: error: cannot find type 'UIActivity' in scope
    override var activityType: UIActivity.ActivityType? {
                               ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DolphinFreedomActivity.swift:25:18: error: property does not override any property from its superclass
    override var activityType: UIActivity.ActivityType? {
    ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/DolphinFreedomActivity.swift:39:19: error: method does not override any method from its superclass
    override func canPerform(withActivityItems activityItems: [Any]) -> Bool {
    ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/DolphinFreedomActivity.swift:64:19: error: method does not override any method from its superclass
    override func prepare(withActivityItems activityItems: [Any]) {
    ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/DolphinFreedomActivity.swift:75:19: error: method does not override any method from its superclass
    override func perform() {
    ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFocusFreedomActivity.swift:11:42: error: cannot find type 'UIActivity' in scope
final class FirefoxFocusFreedomActivity: UIActivity, FreedomActivating {
                                         ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFocusFreedomActivity.swift:13:42: error: cannot find type 'UIActivity' in scope
    override class var activityCategory: UIActivity.Category {
                                         ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFocusFreedomActivity.swift:13:24: error: property does not override any property from its superclass
    override class var activityCategory: UIActivity.Category {
    ~~~~~~~~           ^
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFocusFreedomActivity.swift:17:18: error: property does not override any property from its superclass
    override var activityImage: UIImage? {
    ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFocusFreedomActivity.swift:21:18: error: property does not override any property from its superclass
    override var activityTitle: String? {
    ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFocusFreedomActivity.swift:25:32: error: cannot find type 'UIActivity' in scope
    override var activityType: UIActivity.ActivityType? {
                               ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFocusFreedomActivity.swift:25:18: error: property does not override any property from its superclass
    override var activityType: UIActivity.ActivityType? {
    ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFocusFreedomActivity.swift:39:19: error: method does not override any method from its superclass
    override func canPerform(withActivityItems activityItems: [Any]) -> Bool {
    ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFocusFreedomActivity.swift:64:19: error: method does not override any method from its superclass
    override func prepare(withActivityItems activityItems: [Any]) {
    ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFocusFreedomActivity.swift:75:19: error: method does not override any method from its superclass
    override func perform() {
    ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFreedomActivity.swift:11:37: error: cannot find type 'UIActivity' in scope
final class FirefoxFreedomActivity: UIActivity, FreedomActivating {
                                    ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFreedomActivity.swift:13:42: error: cannot find type 'UIActivity' in scope
    override class var activityCategory: UIActivity.Category {
                                         ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFreedomActivity.swift:13:24: error: property does not override any property from its superclass
    override class var activityCategory: UIActivity.Category {
    ~~~~~~~~           ^
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFreedomActivity.swift:17:18: error: property does not override any property from its superclass
    override var activityImage: UIImage? {
    ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFreedomActivity.swift:21:18: error: property does not override any property from its superclass
    override var activityTitle: String? {
    ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFreedomActivity.swift:25:32: error: cannot find type 'UIActivity' in scope
    override var activityType: UIActivity.ActivityType? {
                               ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFreedomActivity.swift:25:18: error: property does not override any property from its superclass
    override var activityType: UIActivity.ActivityType? {
    ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFreedomActivity.swift:39:19: error: method does not override any method from its superclass
    override func canPerform(withActivityItems activityItems: [Any]) -> Bool {
    ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFreedomActivity.swift:64:19: error: method does not override any method from its superclass
    override func prepare(withActivityItems activityItems: [Any]) {
    ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFreedomActivity.swift:75:19: error: method does not override any method from its superclass
    override func perform() {
    ~~~~~~~~      ^
/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)
/Users/admin/builder/spi-builder-workspace/Sources/Freedom.swift:41:74: error: cannot find type 'UIActivity' in scope
    public static func browsers(_ browsers: [Browser] = Browser.all) -> [UIActivity] {
                                                                         ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SafariFreedomActivity.swift:11:36: error: cannot find type 'UIActivity' in scope
final class SafariFreedomActivity: UIActivity, FreedomActivating {
                                   ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SafariFreedomActivity.swift:13:42: error: cannot find type 'UIActivity' in scope
    override class var activityCategory: UIActivity.Category {
                                         ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SafariFreedomActivity.swift:13:24: error: property does not override any property from its superclass
    override class var activityCategory: UIActivity.Category {
    ~~~~~~~~           ^
/Users/admin/builder/spi-builder-workspace/Sources/SafariFreedomActivity.swift:17:18: error: property does not override any property from its superclass
    override var activityImage: UIImage? {
    ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/SafariFreedomActivity.swift:21:18: error: property does not override any property from its superclass
    override var activityTitle: String? {
    ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/SafariFreedomActivity.swift:25:32: error: cannot find type 'UIActivity' in scope
    override var activityType: UIActivity.ActivityType? {
                               ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SafariFreedomActivity.swift:25:18: error: property does not override any property from its superclass
    override var activityType: UIActivity.ActivityType? {
    ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/SafariFreedomActivity.swift:39:19: error: method does not override any method from its superclass
    override func canPerform(withActivityItems activityItems: [Any]) -> Bool {
    ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/SafariFreedomActivity.swift:58:19: error: method does not override any method from its superclass
    override func prepare(withActivityItems activityItems: [Any]) {
    ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/SafariFreedomActivity.swift:69:19: error: method does not override any method from its superclass
    override func perform() {
    ~~~~~~~~      ^
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-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.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-watchos/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/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Freedom -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.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-watchos/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-watchos/Freedom.build/Objects-normal/arm64/Freedom.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/Objects-normal/arm64/Freedom-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/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-watchos/Freedom.build/Objects-normal/arm64/Freedom-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/Objects-normal/arm64/Freedom.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/Objects-normal/arm64/Freedom.abi.json
Command SwiftEmitModule failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64_32 Emitting\ module\ for\ Freedom (in target 'Freedom' from project 'Freedom')
	EmitSwiftModule normal arm64_32 (in target 'Freedom' from project 'Freedom')
	SwiftEmitModule normal armv7k Emitting\ module\ for\ Freedom (in target 'Freedom' from project 'Freedom')
	EmitSwiftModule normal armv7k (in target 'Freedom' from project 'Freedom')
	SwiftEmitModule normal arm64 Emitting\ module\ for\ Freedom (in target 'Freedom' from project 'Freedom')
	Building workspace spi-builder-workspace with scheme Freedom
(6 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=watchOS "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/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.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/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache
SwiftDriver Freedom normal armv7k 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-watchos/Freedom.build/Objects-normal/armv7k/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/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -target armv7k-apple-watchos5.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-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/Objects-normal/armv7k/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-watchos/Freedom.build/Objects-normal/armv7k/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-watchos/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-watchos/Freedom.build/Objects-normal/armv7k/Freedom_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/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-watchos/Freedom.build/Objects-normal/armv7k/Freedom-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
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-watchos/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/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -target arm64-apple-watchos5.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-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/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-watchos/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-watchos/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-watchos/Freedom.build/Objects-normal/arm64/Freedom_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/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-watchos/Freedom.build/Objects-normal/arm64/Freedom-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver Freedom normal arm64_32 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-watchos/Freedom.build/Objects-normal/arm64_32/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/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -target arm64_32-apple-watchos5.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-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/Objects-normal/arm64_32/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-watchos/Freedom.build/Objects-normal/arm64_32/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-watchos/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-watchos/Freedom.build/Objects-normal/arm64_32/Freedom_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/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-watchos/Freedom.build/Objects-normal/arm64_32/Freedom-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal armv7k Compiling\ FreedomActivating.swift /Users/admin/builder/spi-builder-workspace/Sources/FreedomActivating.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 -primary-file /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-watchos/Freedom.build/Objects-normal/armv7k/FreedomActivating.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/Objects-normal/armv7k/FreedomActivating.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/Objects-normal/armv7k/FreedomActivating.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/Objects-normal/armv7k/FreedomActivating.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.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-watchos/Freedom.build/Objects-normal/armv7k/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/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Freedom -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.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-watchos/Freedom.build/Objects-normal/armv7k/FreedomActivating.o -index-unit-output-path /Freedom.build/Debug-watchos/Freedom.build/Objects-normal/armv7k/FreedomActivating.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FreedomActivating.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 -primary-file /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-watchos/Freedom.build/Objects-normal/armv7k/FreedomActivating.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/Objects-normal/armv7k/FreedomActivating.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/Objects-normal/armv7k/FreedomActivating.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/Objects-normal/armv7k/FreedomActivating.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.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-watchos/Freedom.build/Objects-normal/armv7k/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/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Freedom -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.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-watchos/Freedom.build/Objects-normal/armv7k/FreedomActivating.o -index-unit-output-path /Freedom.build/Debug-watchos/Freedom.build/Objects-normal/armv7k/FreedomActivating.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k 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-watchos/Freedom.build/Objects-normal/armv7k/DolphinFreedomActivity.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/Objects-normal/armv7k/DolphinFreedomActivity.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/Objects-normal/armv7k/DolphinFreedomActivity.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/Objects-normal/armv7k/DolphinFreedomActivity.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.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-watchos/Freedom.build/Objects-normal/armv7k/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/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Freedom -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.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-watchos/Freedom.build/Objects-normal/armv7k/DolphinFreedomActivity.o -index-unit-output-path /Freedom.build/Debug-watchos/Freedom.build/Objects-normal/armv7k/DolphinFreedomActivity.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /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-watchos/Freedom.build/Objects-normal/armv7k/DolphinFreedomActivity.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/Objects-normal/armv7k/DolphinFreedomActivity.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/Objects-normal/armv7k/DolphinFreedomActivity.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/Objects-normal/armv7k/DolphinFreedomActivity.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.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-watchos/Freedom.build/Objects-normal/armv7k/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/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Freedom -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.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-watchos/Freedom.build/Objects-normal/armv7k/DolphinFreedomActivity.o -index-unit-output-path /Freedom.build/Debug-watchos/Freedom.build/Objects-normal/armv7k/DolphinFreedomActivity.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k Compiling\ FreedomURLExtension.swift /Users/admin/builder/spi-builder-workspace/Sources/FreedomURLExtension.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 -primary-file /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-watchos/Freedom.build/Objects-normal/armv7k/FreedomURLExtension.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/Objects-normal/armv7k/FreedomURLExtension.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/Objects-normal/armv7k/FreedomURLExtension.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/Objects-normal/armv7k/FreedomURLExtension.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.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-watchos/Freedom.build/Objects-normal/armv7k/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/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Freedom -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.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-watchos/Freedom.build/Objects-normal/armv7k/FreedomURLExtension.o -index-unit-output-path /Freedom.build/Debug-watchos/Freedom.build/Objects-normal/armv7k/FreedomURLExtension.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/FreedomURLExtension.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 -primary-file /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-watchos/Freedom.build/Objects-normal/armv7k/FreedomURLExtension.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/Objects-normal/armv7k/FreedomURLExtension.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/Objects-normal/armv7k/FreedomURLExtension.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/Objects-normal/armv7k/FreedomURLExtension.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.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-watchos/Freedom.build/Objects-normal/armv7k/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/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Freedom -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.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-watchos/Freedom.build/Objects-normal/armv7k/FreedomURLExtension.o -index-unit-output-path /Freedom.build/Debug-watchos/Freedom.build/Objects-normal/armv7k/FreedomURLExtension.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k Compiling\ Freedom.swift /Users/admin/builder/spi-builder-workspace/Sources/Freedom.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 -primary-file /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-watchos/Freedom.build/Objects-normal/armv7k/Freedom.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/Objects-normal/armv7k/Freedom.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/Objects-normal/armv7k/Freedom.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/Objects-normal/armv7k/Freedom.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.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-watchos/Freedom.build/Objects-normal/armv7k/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/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Freedom -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.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-watchos/Freedom.build/Objects-normal/armv7k/Freedom.o -index-unit-output-path /Freedom.build/Debug-watchos/Freedom.build/Objects-normal/armv7k/Freedom.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Freedom.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 -primary-file /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-watchos/Freedom.build/Objects-normal/armv7k/Freedom.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/Objects-normal/armv7k/Freedom.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/Objects-normal/armv7k/Freedom.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/Objects-normal/armv7k/Freedom.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.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-watchos/Freedom.build/Objects-normal/armv7k/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/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Freedom -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.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-watchos/Freedom.build/Objects-normal/armv7k/Freedom.o -index-unit-output-path /Freedom.build/Debug-watchos/Freedom.build/Objects-normal/armv7k/Freedom.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k 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-watchos/Freedom.build/Objects-normal/armv7k/FirefoxFreedomActivity.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/Objects-normal/armv7k/FirefoxFreedomActivity.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/Objects-normal/armv7k/FirefoxFreedomActivity.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/Objects-normal/armv7k/FirefoxFreedomActivity.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.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-watchos/Freedom.build/Objects-normal/armv7k/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/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Freedom -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.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-watchos/Freedom.build/Objects-normal/armv7k/FirefoxFreedomActivity.o -index-unit-output-path /Freedom.build/Debug-watchos/Freedom.build/Objects-normal/armv7k/FirefoxFreedomActivity.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /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-watchos/Freedom.build/Objects-normal/armv7k/FirefoxFreedomActivity.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/Objects-normal/armv7k/FirefoxFreedomActivity.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/Objects-normal/armv7k/FirefoxFreedomActivity.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/Objects-normal/armv7k/FirefoxFreedomActivity.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.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-watchos/Freedom.build/Objects-normal/armv7k/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/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Freedom -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.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-watchos/Freedom.build/Objects-normal/armv7k/FirefoxFreedomActivity.o -index-unit-output-path /Freedom.build/Debug-watchos/Freedom.build/Objects-normal/armv7k/FirefoxFreedomActivity.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k 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-watchos/Freedom.build/Objects-normal/armv7k/SafariFreedomActivity.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/Objects-normal/armv7k/SafariFreedomActivity.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/Objects-normal/armv7k/SafariFreedomActivity.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/Objects-normal/armv7k/SafariFreedomActivity.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.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-watchos/Freedom.build/Objects-normal/armv7k/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/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Freedom -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.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-watchos/Freedom.build/Objects-normal/armv7k/SafariFreedomActivity.o -index-unit-output-path /Freedom.build/Debug-watchos/Freedom.build/Objects-normal/armv7k/SafariFreedomActivity.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /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-watchos/Freedom.build/Objects-normal/armv7k/SafariFreedomActivity.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/Objects-normal/armv7k/SafariFreedomActivity.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/Objects-normal/armv7k/SafariFreedomActivity.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/Objects-normal/armv7k/SafariFreedomActivity.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.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-watchos/Freedom.build/Objects-normal/armv7k/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/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Freedom -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.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-watchos/Freedom.build/Objects-normal/armv7k/SafariFreedomActivity.o -index-unit-output-path /Freedom.build/Debug-watchos/Freedom.build/Objects-normal/armv7k/SafariFreedomActivity.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k 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-watchos/Freedom.build/Objects-normal/armv7k/FreedomURLComponentsExtension.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/Objects-normal/armv7k/FreedomURLComponentsExtension.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/Objects-normal/armv7k/FreedomURLComponentsExtension.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/Objects-normal/armv7k/FreedomURLComponentsExtension.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.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-watchos/Freedom.build/Objects-normal/armv7k/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/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Freedom -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.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-watchos/Freedom.build/Objects-normal/armv7k/FreedomURLComponentsExtension.o -index-unit-output-path /Freedom.build/Debug-watchos/Freedom.build/Objects-normal/armv7k/FreedomURLComponentsExtension.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /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-watchos/Freedom.build/Objects-normal/armv7k/FreedomURLComponentsExtension.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/Objects-normal/armv7k/FreedomURLComponentsExtension.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/Objects-normal/armv7k/FreedomURLComponentsExtension.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/Objects-normal/armv7k/FreedomURLComponentsExtension.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.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-watchos/Freedom.build/Objects-normal/armv7k/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/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Freedom -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.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-watchos/Freedom.build/Objects-normal/armv7k/FreedomURLComponentsExtension.o -index-unit-output-path /Freedom.build/Debug-watchos/Freedom.build/Objects-normal/armv7k/FreedomURLComponentsExtension.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k 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-watchos/Freedom.build/Objects-normal/armv7k/ChromeFreedomActivity.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/Objects-normal/armv7k/ChromeFreedomActivity.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/Objects-normal/armv7k/ChromeFreedomActivity.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/Objects-normal/armv7k/ChromeFreedomActivity.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.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-watchos/Freedom.build/Objects-normal/armv7k/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/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Freedom -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.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-watchos/Freedom.build/Objects-normal/armv7k/ChromeFreedomActivity.o -index-unit-output-path /Freedom.build/Debug-watchos/Freedom.build/Objects-normal/armv7k/ChromeFreedomActivity.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /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-watchos/Freedom.build/Objects-normal/armv7k/ChromeFreedomActivity.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/Objects-normal/armv7k/ChromeFreedomActivity.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/Objects-normal/armv7k/ChromeFreedomActivity.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/Objects-normal/armv7k/ChromeFreedomActivity.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.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-watchos/Freedom.build/Objects-normal/armv7k/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/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Freedom -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.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-watchos/Freedom.build/Objects-normal/armv7k/ChromeFreedomActivity.o -index-unit-output-path /Freedom.build/Debug-watchos/Freedom.build/Objects-normal/armv7k/ChromeFreedomActivity.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftEmitModule normal armv7k 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 armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.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-watchos/Freedom.build/Objects-normal/armv7k/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/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Freedom -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.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-watchos/Freedom.build/Objects-normal/armv7k/Freedom.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/Objects-normal/armv7k/Freedom.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/Objects-normal/armv7k/Freedom-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/Objects-normal/armv7k/Freedom-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/Objects-normal/armv7k/Freedom-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/Objects-normal/armv7k/Freedom.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/Objects-normal/armv7k/Freedom.abi.json
EmitSwiftModule normal armv7k (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 armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.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-watchos/Freedom.build/Objects-normal/armv7k/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/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Freedom -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.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-watchos/Freedom.build/Objects-normal/armv7k/Freedom.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/Objects-normal/armv7k/Freedom.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/Objects-normal/armv7k/Freedom-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/Objects-normal/armv7k/Freedom-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/Objects-normal/armv7k/Freedom-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/Objects-normal/armv7k/Freedom.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/Objects-normal/armv7k/Freedom.abi.json
/Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift:11:35: error: cannot find type 'UIActivity' in scope
final class BraveFreedomActivity: UIActivity, FreedomActivating {
                                  ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift:13:42: error: cannot find type 'UIActivity' in scope
    override class var activityCategory: UIActivity.Category {
                                         ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift:13:24: error: property does not override any property from its superclass
    override class var activityCategory: UIActivity.Category {
    ~~~~~~~~           ^
/Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift:17:18: error: property does not override any property from its superclass
    override var activityImage: UIImage? {
    ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift:21:18: error: property does not override any property from its superclass
    override var activityTitle: String? {
    ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift:25:32: error: cannot find type 'UIActivity' in scope
    override var activityType: UIActivity.ActivityType? {
                               ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift:25:18: error: property does not override any property from its superclass
    override var activityType: UIActivity.ActivityType? {
    ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift:39:19: error: method does not override any method from its superclass
    override func canPerform(withActivityItems activityItems: [Any]) -> Bool {
    ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift:64:19: error: method does not override any method from its superclass
    override func prepare(withActivityItems activityItems: [Any]) {
    ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift:75:19: error: method does not override any method from its superclass
    override func perform() {
    ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/ChromeFreedomActivity.swift:11:36: error: cannot find type 'UIActivity' in scope
final class ChromeFreedomActivity: UIActivity, FreedomActivating {
                                   ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ChromeFreedomActivity.swift:13:42: error: cannot find type 'UIActivity' in scope
    override class var activityCategory: UIActivity.Category {
                                         ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ChromeFreedomActivity.swift:13:24: error: property does not override any property from its superclass
    override class var activityCategory: UIActivity.Category {
    ~~~~~~~~           ^
/Users/admin/builder/spi-builder-workspace/Sources/ChromeFreedomActivity.swift:17:18: error: property does not override any property from its superclass
    override var activityImage: UIImage? {
    ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/ChromeFreedomActivity.swift:21:18: error: property does not override any property from its superclass
    override var activityTitle: String? {
    ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/ChromeFreedomActivity.swift:25:32: error: cannot find type 'UIActivity' in scope
    override var activityType: UIActivity.ActivityType? {
                               ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ChromeFreedomActivity.swift:25:18: error: property does not override any property from its superclass
    override var activityType: UIActivity.ActivityType? {
    ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/ChromeFreedomActivity.swift:52:19: error: method does not override any method from its superclass
    override func canPerform(withActivityItems activityItems: [Any]) -> Bool {
    ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/ChromeFreedomActivity.swift:77:19: error: method does not override any method from its superclass
    override func prepare(withActivityItems activityItems: [Any]) {
    ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/ChromeFreedomActivity.swift:88:19: error: method does not override any method from its superclass
    override func perform() {
    ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/DolphinFreedomActivity.swift:11:37: error: cannot find type 'UIActivity' in scope
final class DolphinFreedomActivity: UIActivity, FreedomActivating {
                                    ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DolphinFreedomActivity.swift:13:42: error: cannot find type 'UIActivity' in scope
    override class var activityCategory: UIActivity.Category {
                                         ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DolphinFreedomActivity.swift:13:24: error: property does not override any property from its superclass
    override class var activityCategory: UIActivity.Category {
    ~~~~~~~~           ^
/Users/admin/builder/spi-builder-workspace/Sources/DolphinFreedomActivity.swift:17:18: error: property does not override any property from its superclass
    override var activityImage: UIImage? {
    ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/DolphinFreedomActivity.swift:21:18: error: property does not override any property from its superclass
    override var activityTitle: String? {
    ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/DolphinFreedomActivity.swift:25:32: error: cannot find type 'UIActivity' in scope
    override var activityType: UIActivity.ActivityType? {
                               ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DolphinFreedomActivity.swift:25:18: error: property does not override any property from its superclass
    override var activityType: UIActivity.ActivityType? {
    ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/DolphinFreedomActivity.swift:39:19: error: method does not override any method from its superclass
    override func canPerform(withActivityItems activityItems: [Any]) -> Bool {
    ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/DolphinFreedomActivity.swift:64:19: error: method does not override any method from its superclass
    override func prepare(withActivityItems activityItems: [Any]) {
    ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/DolphinFreedomActivity.swift:75:19: error: method does not override any method from its superclass
    override func perform() {
    ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFocusFreedomActivity.swift:11:42: error: cannot find type 'UIActivity' in scope
final class FirefoxFocusFreedomActivity: UIActivity, FreedomActivating {
                                         ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFocusFreedomActivity.swift:13:42: error: cannot find type 'UIActivity' in scope
    override class var activityCategory: UIActivity.Category {
                                         ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFocusFreedomActivity.swift:13:24: error: property does not override any property from its superclass
    override class var activityCategory: UIActivity.Category {
    ~~~~~~~~           ^
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFocusFreedomActivity.swift:17:18: error: property does not override any property from its superclass
    override var activityImage: UIImage? {
    ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFocusFreedomActivity.swift:21:18: error: property does not override any property from its superclass
    override var activityTitle: String? {
    ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFocusFreedomActivity.swift:25:32: error: cannot find type 'UIActivity' in scope
    override var activityType: UIActivity.ActivityType? {
                               ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFocusFreedomActivity.swift:25:18: error: property does not override any property from its superclass
    override var activityType: UIActivity.ActivityType? {
    ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFocusFreedomActivity.swift:39:19: error: method does not override any method from its superclass
    override func canPerform(withActivityItems activityItems: [Any]) -> Bool {
    ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFocusFreedomActivity.swift:64:19: error: method does not override any method from its superclass
    override func prepare(withActivityItems activityItems: [Any]) {
    ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFocusFreedomActivity.swift:75:19: error: method does not override any method from its superclass
    override func perform() {
    ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFreedomActivity.swift:11:37: error: cannot find type 'UIActivity' in scope
final class FirefoxFreedomActivity: UIActivity, FreedomActivating {
                                    ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFreedomActivity.swift:13:42: error: cannot find type 'UIActivity' in scope
    override class var activityCategory: UIActivity.Category {
                                         ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFreedomActivity.swift:13:24: error: property does not override any property from its superclass
    override class var activityCategory: UIActivity.Category {
    ~~~~~~~~           ^
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFreedomActivity.swift:17:18: error: property does not override any property from its superclass
    override var activityImage: UIImage? {
    ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFreedomActivity.swift:21:18: error: property does not override any property from its superclass
    override var activityTitle: String? {
    ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFreedomActivity.swift:25:32: error: cannot find type 'UIActivity' in scope
    override var activityType: UIActivity.ActivityType? {
                               ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFreedomActivity.swift:25:18: error: property does not override any property from its superclass
    override var activityType: UIActivity.ActivityType? {
    ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFreedomActivity.swift:39:19: error: method does not override any method from its superclass
    override func canPerform(withActivityItems activityItems: [Any]) -> Bool {
    ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFreedomActivity.swift:64:19: error: method does not override any method from its superclass
    override func prepare(withActivityItems activityItems: [Any]) {
    ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFreedomActivity.swift:75:19: error: method does not override any method from its superclass
    override func perform() {
    ~~~~~~~~      ^
/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)
/Users/admin/builder/spi-builder-workspace/Sources/Freedom.swift:41:74: error: cannot find type 'UIActivity' in scope
    public static func browsers(_ browsers: [Browser] = Browser.all) -> [UIActivity] {
                                                                         ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SafariFreedomActivity.swift:11:36: error: cannot find type 'UIActivity' in scope
final class SafariFreedomActivity: UIActivity, FreedomActivating {
                                   ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SafariFreedomActivity.swift:13:42: error: cannot find type 'UIActivity' in scope
    override class var activityCategory: UIActivity.Category {
                                         ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SafariFreedomActivity.swift:13:24: error: property does not override any property from its superclass
    override class var activityCategory: UIActivity.Category {
    ~~~~~~~~           ^
/Users/admin/builder/spi-builder-workspace/Sources/SafariFreedomActivity.swift:17:18: error: property does not override any property from its superclass
    override var activityImage: UIImage? {
    ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/SafariFreedomActivity.swift:21:18: error: property does not override any property from its superclass
    override var activityTitle: String? {
    ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/SafariFreedomActivity.swift:25:32: error: cannot find type 'UIActivity' in scope
    override var activityType: UIActivity.ActivityType? {
                               ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SafariFreedomActivity.swift:25:18: error: property does not override any property from its superclass
    override var activityType: UIActivity.ActivityType? {
    ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/SafariFreedomActivity.swift:39:19: error: method does not override any method from its superclass
    override func canPerform(withActivityItems activityItems: [Any]) -> Bool {
    ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/SafariFreedomActivity.swift:58:19: error: method does not override any method from its superclass
    override func prepare(withActivityItems activityItems: [Any]) {
    ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/SafariFreedomActivity.swift:69:19: error: method does not override any method from its superclass
    override func perform() {
    ~~~~~~~~      ^
SwiftEmitModule normal arm64_32 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_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.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-watchos/Freedom.build/Objects-normal/arm64_32/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/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Freedom -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.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-watchos/Freedom.build/Objects-normal/arm64_32/Freedom.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/Objects-normal/arm64_32/Freedom.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/Objects-normal/arm64_32/Freedom-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/Objects-normal/arm64_32/Freedom-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/Objects-normal/arm64_32/Freedom-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/Objects-normal/arm64_32/Freedom.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/Objects-normal/arm64_32/Freedom.abi.json
EmitSwiftModule normal arm64_32 (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_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.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-watchos/Freedom.build/Objects-normal/arm64_32/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/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Freedom -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.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-watchos/Freedom.build/Objects-normal/arm64_32/Freedom.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/Objects-normal/arm64_32/Freedom.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/Objects-normal/arm64_32/Freedom-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/Objects-normal/arm64_32/Freedom-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/Objects-normal/arm64_32/Freedom-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/Objects-normal/arm64_32/Freedom.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/Objects-normal/arm64_32/Freedom.abi.json
/Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift:11:35: error: cannot find type 'UIActivity' in scope
final class BraveFreedomActivity: UIActivity, FreedomActivating {
                                  ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift:13:42: error: cannot find type 'UIActivity' in scope
    override class var activityCategory: UIActivity.Category {
                                         ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift:13:24: error: property does not override any property from its superclass
    override class var activityCategory: UIActivity.Category {
    ~~~~~~~~           ^
/Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift:17:18: error: property does not override any property from its superclass
    override var activityImage: UIImage? {
    ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift:21:18: error: property does not override any property from its superclass
    override var activityTitle: String? {
    ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift:25:32: error: cannot find type 'UIActivity' in scope
    override var activityType: UIActivity.ActivityType? {
                               ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift:25:18: error: property does not override any property from its superclass
    override var activityType: UIActivity.ActivityType? {
    ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift:39:19: error: method does not override any method from its superclass
    override func canPerform(withActivityItems activityItems: [Any]) -> Bool {
    ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift:64:19: error: method does not override any method from its superclass
    override func prepare(withActivityItems activityItems: [Any]) {
    ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/BraveFreedomActivity.swift:75:19: error: method does not override any method from its superclass
    override func perform() {
    ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/ChromeFreedomActivity.swift:11:36: error: cannot find type 'UIActivity' in scope
final class ChromeFreedomActivity: UIActivity, FreedomActivating {
                                   ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ChromeFreedomActivity.swift:13:42: error: cannot find type 'UIActivity' in scope
    override class var activityCategory: UIActivity.Category {
                                         ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ChromeFreedomActivity.swift:13:24: error: property does not override any property from its superclass
    override class var activityCategory: UIActivity.Category {
    ~~~~~~~~           ^
/Users/admin/builder/spi-builder-workspace/Sources/ChromeFreedomActivity.swift:17:18: error: property does not override any property from its superclass
    override var activityImage: UIImage? {
    ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/ChromeFreedomActivity.swift:21:18: error: property does not override any property from its superclass
    override var activityTitle: String? {
    ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/ChromeFreedomActivity.swift:25:32: error: cannot find type 'UIActivity' in scope
    override var activityType: UIActivity.ActivityType? {
                               ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ChromeFreedomActivity.swift:25:18: error: property does not override any property from its superclass
    override var activityType: UIActivity.ActivityType? {
    ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/ChromeFreedomActivity.swift:52:19: error: method does not override any method from its superclass
    override func canPerform(withActivityItems activityItems: [Any]) -> Bool {
    ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/ChromeFreedomActivity.swift:77:19: error: method does not override any method from its superclass
    override func prepare(withActivityItems activityItems: [Any]) {
    ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/ChromeFreedomActivity.swift:88:19: error: method does not override any method from its superclass
    override func perform() {
    ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/DolphinFreedomActivity.swift:11:37: error: cannot find type 'UIActivity' in scope
final class DolphinFreedomActivity: UIActivity, FreedomActivating {
                                    ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DolphinFreedomActivity.swift:13:42: error: cannot find type 'UIActivity' in scope
    override class var activityCategory: UIActivity.Category {
                                         ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DolphinFreedomActivity.swift:13:24: error: property does not override any property from its superclass
    override class var activityCategory: UIActivity.Category {
    ~~~~~~~~           ^
/Users/admin/builder/spi-builder-workspace/Sources/DolphinFreedomActivity.swift:17:18: error: property does not override any property from its superclass
    override var activityImage: UIImage? {
    ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/DolphinFreedomActivity.swift:21:18: error: property does not override any property from its superclass
    override var activityTitle: String? {
    ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/DolphinFreedomActivity.swift:25:32: error: cannot find type 'UIActivity' in scope
    override var activityType: UIActivity.ActivityType? {
                               ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DolphinFreedomActivity.swift:25:18: error: property does not override any property from its superclass
    override var activityType: UIActivity.ActivityType? {
    ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/DolphinFreedomActivity.swift:39:19: error: method does not override any method from its superclass
    override func canPerform(withActivityItems activityItems: [Any]) -> Bool {
    ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/DolphinFreedomActivity.swift:64:19: error: method does not override any method from its superclass
    override func prepare(withActivityItems activityItems: [Any]) {
    ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/DolphinFreedomActivity.swift:75:19: error: method does not override any method from its superclass
    override func perform() {
    ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFocusFreedomActivity.swift:11:42: error: cannot find type 'UIActivity' in scope
final class FirefoxFocusFreedomActivity: UIActivity, FreedomActivating {
                                         ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFocusFreedomActivity.swift:13:42: error: cannot find type 'UIActivity' in scope
    override class var activityCategory: UIActivity.Category {
                                         ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFocusFreedomActivity.swift:13:24: error: property does not override any property from its superclass
    override class var activityCategory: UIActivity.Category {
    ~~~~~~~~           ^
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFocusFreedomActivity.swift:17:18: error: property does not override any property from its superclass
    override var activityImage: UIImage? {
    ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFocusFreedomActivity.swift:21:18: error: property does not override any property from its superclass
    override var activityTitle: String? {
    ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFocusFreedomActivity.swift:25:32: error: cannot find type 'UIActivity' in scope
    override var activityType: UIActivity.ActivityType? {
                               ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFocusFreedomActivity.swift:25:18: error: property does not override any property from its superclass
    override var activityType: UIActivity.ActivityType? {
    ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFocusFreedomActivity.swift:39:19: error: method does not override any method from its superclass
    override func canPerform(withActivityItems activityItems: [Any]) -> Bool {
    ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFocusFreedomActivity.swift:64:19: error: method does not override any method from its superclass
    override func prepare(withActivityItems activityItems: [Any]) {
    ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFocusFreedomActivity.swift:75:19: error: method does not override any method from its superclass
    override func perform() {
    ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFreedomActivity.swift:11:37: error: cannot find type 'UIActivity' in scope
final class FirefoxFreedomActivity: UIActivity, FreedomActivating {
                                    ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFreedomActivity.swift:13:42: error: cannot find type 'UIActivity' in scope
    override class var activityCategory: UIActivity.Category {
                                         ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFreedomActivity.swift:13:24: error: property does not override any property from its superclass
    override class var activityCategory: UIActivity.Category {
    ~~~~~~~~           ^
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFreedomActivity.swift:17:18: error: property does not override any property from its superclass
    override var activityImage: UIImage? {
    ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFreedomActivity.swift:21:18: error: property does not override any property from its superclass
    override var activityTitle: String? {
    ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFreedomActivity.swift:25:32: error: cannot find type 'UIActivity' in scope
    override var activityType: UIActivity.ActivityType? {
                               ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFreedomActivity.swift:25:18: error: property does not override any property from its superclass
    override var activityType: UIActivity.ActivityType? {
    ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFreedomActivity.swift:39:19: error: method does not override any method from its superclass
    override func canPerform(withActivityItems activityItems: [Any]) -> Bool {
    ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFreedomActivity.swift:64:19: error: method does not override any method from its superclass
    override func prepare(withActivityItems activityItems: [Any]) {
    ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/FirefoxFreedomActivity.swift:75:19: error: method does not override any method from its superclass
    override func perform() {
    ~~~~~~~~      ^
/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)
/Users/admin/builder/spi-builder-workspace/Sources/Freedom.swift:41:74: error: cannot find type 'UIActivity' in scope
    public static func browsers(_ browsers: [Browser] = Browser.all) -> [UIActivity] {
                                                                         ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SafariFreedomActivity.swift:11:36: error: cannot find type 'UIActivity' in scope
final class SafariFreedomActivity: UIActivity, FreedomActivating {
                                   ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SafariFreedomActivity.swift:13:42: error: cannot find type 'UIActivity' in scope
    override class var activityCategory: UIActivity.Category {
                                         ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SafariFreedomActivity.swift:13:24: error: property does not override any property from its superclass
    override class var activityCategory: UIActivity.Category {
    ~~~~~~~~           ^
/Users/admin/builder/spi-builder-workspace/Sources/SafariFreedomActivity.swift:17:18: error: property does not override any property from its superclass
    override var activityImage: UIImage? {
    ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/SafariFreedomActivity.swift:21:18: error: property does not override any property from its superclass
    override var activityTitle: String? {
    ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/SafariFreedomActivity.swift:25:32: error: cannot find type 'UIActivity' in scope
    override var activityType: UIActivity.ActivityType? {
                               ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SafariFreedomActivity.swift:25:18: error: property does not override any property from its superclass
    override var activityType: UIActivity.ActivityType? {
    ~~~~~~~~     ^
/Users/admin/builder/spi-builder-workspace/Sources/SafariFreedomActivity.swift:39:19: error: method does not override any method from its superclass
    override func canPerform(withActivityItems activityItems: [Any]) -> Bool {
    ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/SafariFreedomActivity.swift:58:19: error: method does not override any method from its superclass
    override func prepare(withActivityItems activityItems: [Any]) {
    ~~~~~~~~      ^
/Users/admin/builder/spi-builder-workspace/Sources/SafariFreedomActivity.swift:69:19: error: method does not override any method from its superclass
    override func perform() {
    ~~~~~~~~      ^
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-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.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-watchos/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/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Freedom -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.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-watchos/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-watchos/Freedom.build/Objects-normal/arm64/Freedom.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/Objects-normal/arm64/Freedom-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/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-watchos/Freedom.build/Objects-normal/arm64/Freedom-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/Objects-normal/arm64/Freedom.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Freedom.build/Debug-watchos/Freedom.build/Objects-normal/arm64/Freedom.abi.json
Command SwiftEmitModule failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal armv7k Emitting\ module\ for\ Freedom (in target 'Freedom' from project 'Freedom')
	EmitSwiftModule normal armv7k (in target 'Freedom' from project 'Freedom')
	SwiftEmitModule normal arm64_32 Emitting\ module\ for\ Freedom (in target 'Freedom' from project 'Freedom')
	EmitSwiftModule normal arm64_32 (in target 'Freedom' from project 'Freedom')
	SwiftEmitModule normal arm64 Emitting\ module\ for\ Freedom (in target 'Freedom' from project 'Freedom')
	Building workspace spi-builder-workspace with scheme Freedom
(6 failures)
BUILD FAILURE 6.0 watchOS