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

Successful build of Athena, reference 0.0.12 (a4e351), with Swift 6.1 for watchOS using Xcode 16.3 on 27 Apr 2025 14:13:21 UTC.

Swift 6 data race errors: 27

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Athena -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

        public static let nullSkipsKey = Options(rawValue: 1 << 0)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:30:12: note: consider making struct 'Options' conform to the 'Sendable' protocol
    struct Options: OptionSet {
           ^
                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:35:27: note: add '@MainActor' to make static property 'nullSkipsKey' part of global actor 'MainActor'
        public static let nullSkipsKey = Options(rawValue: 1 << 0)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:35:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let nullSkipsKey = Options(rawValue: 1 << 0)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:38:27: warning: static property 'prettyPrinted' is not concurrency-safe because non-'Sendable' type 'JSON.Serializer.Options' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let prettyPrinted = Options(rawValue: 1 << 1)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:30:12: note: consider making struct 'Options' conform to the 'Sendable' protocol
    struct Options: OptionSet {
           ^
                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:38:27: note: add '@MainActor' to make static property 'prettyPrinted' part of global actor 'MainActor'
        public static let prettyPrinted = Options(rawValue: 1 << 1)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:38:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let prettyPrinted = Options(rawValue: 1 << 1)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:41:27: warning: static property 'sortedKeys' is not concurrency-safe because non-'Sendable' type 'JSON.Serializer.Options' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let sortedKeys = Options(rawValue: 1 << 2)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:30:12: note: consider making struct 'Options' conform to the 'Sendable' protocol
    struct Options: OptionSet {
           ^
                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:41:27: note: add '@MainActor' to make static property 'sortedKeys' part of global actor 'MainActor'
        public static let sortedKeys = Options(rawValue: 1 << 2)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:41:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let sortedKeys = Options(rawValue: 1 << 2)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:44:27: warning: static property 'fragmentsAllowed' is not concurrency-safe because non-'Sendable' type 'JSON.Serializer.Options' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let fragmentsAllowed = Options(rawValue: 1 << 4)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:30:12: note: consider making struct 'Options' conform to the 'Sendable' protocol
    struct Options: OptionSet {
           ^
                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:44:27: note: add '@MainActor' to make static property 'fragmentsAllowed' part of global actor 'MainActor'
        public static let fragmentsAllowed = Options(rawValue: 1 << 4)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:44:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let fragmentsAllowed = Options(rawValue: 1 << 4)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:48:27: warning: static property 'withoutEscapingSlashes' is not concurrency-safe because non-'Sendable' type 'JSON.Serializer.Options' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let withoutEscapingSlashes = Options(rawValue: 1 << 5)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:30:12: note: consider making struct 'Options' conform to the 'Sendable' protocol
    struct Options: OptionSet {
           ^
                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:48:27: note: add '@MainActor' to make static property 'withoutEscapingSlashes' part of global actor 'MainActor'
        public static let withoutEscapingSlashes = Options(rawValue: 1 << 5)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:48:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let withoutEscapingSlashes = Options(rawValue: 1 << 5)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:51:27: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'JSON.Serializer.Options' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let `default`: Options = [.fragmentsAllowed]
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:30:12: note: consider making struct 'Options' conform to the 'Sendable' protocol
    struct Options: OptionSet {
           ^
                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:51:27: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
        public static let `default`: Options = [.fragmentsAllowed]
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:51:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let `default`: Options = [.fragmentsAllowed]
                          ^
        nonisolated(unsafe)
SwiftDriver\ Compilation\ Requirements Athena normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Athena' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Athena -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Objects-normal/arm64/Athena.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.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.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Objects-normal/arm64/Athena-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/Athena.build/Debug-watchos/Athena.build/Objects-normal/arm64/Athena.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/Athena.build/Debug-watchos/Athena.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Objects-normal/arm64/Athena_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/Athena.build/Debug-watchos/Athena.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.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/Athena.build/Debug-watchos/Athena.build/Objects-normal/arm64/Athena-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal armv7k Compiling Number.swift, NumberDecodable.swift (in target 'Athena' from project 'Athena')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Athena.swiftmodule/armv7k-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Objects-normal/armv7k/Athena.swiftmodule (in target 'Athena' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Objects-normal/armv7k/Athena.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Athena.swiftmodule/armv7k-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Athena.swiftmodule/armv7k-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Objects-normal/armv7k/Athena.swiftdoc (in target 'Athena' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Objects-normal/armv7k/Athena.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Athena.swiftmodule/armv7k-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Athena.swiftmodule/armv7k-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Objects-normal/armv7k/Athena.abi.json (in target 'Athena' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Objects-normal/armv7k/Athena.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Athena.swiftmodule/armv7k-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Athena.swiftmodule/arm64-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Objects-normal/arm64/Athena.swiftmodule (in target 'Athena' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Objects-normal/arm64/Athena.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Athena.swiftmodule/arm64-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Athena.swiftmodule/arm64-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Objects-normal/arm64/Athena.swiftdoc (in target 'Athena' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Objects-normal/arm64/Athena.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Athena.swiftmodule/arm64-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Athena.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Objects-normal/arm64/Athena.abi.json (in target 'Athena' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Objects-normal/arm64/Athena.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Athena.swiftmodule/arm64-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Athena.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Objects-normal/armv7k/Athena.swiftsourceinfo (in target 'Athena' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Objects-normal/armv7k/Athena.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Athena.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Athena.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Objects-normal/arm64/Athena.swiftsourceinfo (in target 'Athena' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Objects-normal/arm64/Athena.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Athena.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo
SwiftCompile normal arm64 Compiling\ Literal.swift,\ LiteralDecodable.swift /Users/admin/builder/spi-builder-workspace/Sources/Athena/Literal.swift /Users/admin/builder/spi-builder-workspace/Sources/Athena/LiteralDecodable.swift (in target 'Athena' from project 'Athena')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Athena/Literal.swift (in target 'Athena' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Athena/LiteralDecodable.swift (in target 'Athena' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ JSONCodable.swift,\ JSONSubscriptRepresentable.swift /Users/admin/builder/spi-builder-workspace/Sources/Athena/JSONCodable.swift /Users/admin/builder/spi-builder-workspace/Sources/Athena/JSONSubscriptRepresentable.swift (in target 'Athena' from project 'Athena')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Athena/JSONCodable.swift (in target 'Athena' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Athena/JSONSubscriptRepresentable.swift (in target 'Athena' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Literal.swift, LiteralDecodable.swift (in target 'Athena' from project 'Athena')
SwiftCompile normal arm64_32 Compiling\ IntExtensions.swift,\ NumberParser.swift,\ SerializationOptionsExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Athena/Internal/IntExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Athena/Internal/NumberParser.swift /Users/admin/builder/spi-builder-workspace/Sources/Athena/Internal/SerializationOptionsExtensions.swift (in target 'Athena' from project 'Athena')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Athena/Internal/IntExtensions.swift (in target 'Athena' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Athena/Internal/NumberParser.swift (in target 'Athena' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Athena/Internal/SerializationOptionsExtensions.swift (in target 'Athena' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling StringExtensions.swift, UInt8Extensions.swift (in target 'Athena' from project 'Athena')
SwiftCompile normal arm64 Compiling\ StringInterpolationExtensions.swift,\ Subscript.swift /Users/admin/builder/spi-builder-workspace/Sources/Athena/StringInterpolationExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Athena/Subscript.swift (in target 'Athena' from project 'Athena')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Athena/StringInterpolationExtensions.swift (in target 'Athena' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Athena/Subscript.swift (in target 'Athena' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling JSONCodable.swift, JSONSubscriptRepresentable.swift (in target 'Athena' from project 'Athena')
SwiftCompile normal arm64_32 Compiling\ Number.swift,\ NumberDecodable.swift /Users/admin/builder/spi-builder-workspace/Sources/Athena/Number.swift /Users/admin/builder/spi-builder-workspace/Sources/Athena/NumberDecodable.swift (in target 'Athena' from project 'Athena')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Athena/Number.swift (in target 'Athena' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Athena/NumberDecodable.swift (in target 'Athena' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling StringInterpolationExtensions.swift, Subscript.swift (in target 'Athena' from project 'Athena')
SwiftCompile normal arm64_32 Compiling\ StringInterpolationExtensions.swift,\ Subscript.swift /Users/admin/builder/spi-builder-workspace/Sources/Athena/StringInterpolationExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Athena/Subscript.swift (in target 'Athena' from project 'Athena')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Athena/StringInterpolationExtensions.swift (in target 'Athena' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Athena/Subscript.swift (in target 'Athena' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling Decoder.swift, Deserializer.swift, DeserializerOptions.swift (in target 'Athena' from project 'Athena')
SwiftCompile normal arm64_32 Compiling\ Literal.swift,\ LiteralDecodable.swift /Users/admin/builder/spi-builder-workspace/Sources/Athena/Literal.swift /Users/admin/builder/spi-builder-workspace/Sources/Athena/LiteralDecodable.swift (in target 'Athena' from project 'Athena')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Athena/Literal.swift (in target 'Athena' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Athena/LiteralDecodable.swift (in target 'Athena' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling IntExtensions.swift, NumberParser.swift, SerializationOptionsExtensions.swift (in target 'Athena' from project 'Athena')
SwiftCompile normal arm64_32 Compiling\ Serializer.swift,\ SerializerOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/Athena/Serializer.swift /Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift (in target 'Athena' from project 'Athena')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Athena/Serializer.swift (in target 'Athena' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Athena/Serializer.swift:113:50: warning: capture of 'options' with non-sendable type 'JSON.Serializer.Options' in a '@Sendable' closure
                    try serialize(json, options: options)
                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:30:12: note: consider making struct 'Options' conform to the 'Sendable' protocol
    struct Options: OptionSet {
           ^
                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Serializer.swift:115:17: warning: capture of 'completionHandler' with non-sendable type '(JSON, Result<Data, any Error>) -> Void' in a '@Sendable' closure
                completionHandler(json, result)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Serializer.swift:115:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                completionHandler(json, result)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Serializer.swift:113:50: warning: capture of 'options' with non-sendable type 'JSON.Serializer.Options' in an isolated closure; this is an error in the Swift 6 language mode
                    try serialize(json, options: options)
                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:30:12: note: consider making struct 'Options' conform to the 'Sendable' protocol
    struct Options: OptionSet {
           ^
                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Serializer.swift:147:50: warning: capture of 'options' with non-sendable type 'JSON.Serializer.Options' in a '@Sendable' closure
                    try stringify(json, options: options)
                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:30:12: note: consider making struct 'Options' conform to the 'Sendable' protocol
    struct Options: OptionSet {
           ^
                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Serializer.swift:149:17: warning: capture of 'completionHandler' with non-sendable type '(JSON, Result<String, any Error>) -> Void' in a '@Sendable' closure
                completionHandler(json, result)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Serializer.swift:149:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                completionHandler(json, result)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Serializer.swift:147:50: warning: capture of 'options' with non-sendable type 'JSON.Serializer.Options' in an isolated closure; this is an error in the Swift 6 language mode
                    try stringify(json, options: options)
                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:30:12: note: consider making struct 'Options' conform to the 'Sendable' protocol
    struct Options: OptionSet {
           ^
                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Serializer.swift:78:28: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
            try await Task { try serialize(json, options: options) }.value
                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Serializer.swift:78:59: note: closure captures 'options' which is accessible to code in the current task
            try await Task { try serialize(json, options: options) }.value
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Serializer.swift:133:28: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
            try await Task { try stringify(json, options: options) }.value
                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Serializer.swift:133:59: note: closure captures 'options' which is accessible to code in the current task
            try await Task { try stringify(json, options: options) }.value
                                                          ^
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift (in target 'Athena' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:35:27: warning: static property 'nullSkipsKey' is not concurrency-safe because non-'Sendable' type 'JSON.Serializer.Options' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let nullSkipsKey = Options(rawValue: 1 << 0)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:30:12: note: consider making struct 'Options' conform to the 'Sendable' protocol
    struct Options: OptionSet {
           ^
                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:35:27: note: add '@MainActor' to make static property 'nullSkipsKey' part of global actor 'MainActor'
        public static let nullSkipsKey = Options(rawValue: 1 << 0)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:35:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let nullSkipsKey = Options(rawValue: 1 << 0)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:38:27: warning: static property 'prettyPrinted' is not concurrency-safe because non-'Sendable' type 'JSON.Serializer.Options' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let prettyPrinted = Options(rawValue: 1 << 1)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:30:12: note: consider making struct 'Options' conform to the 'Sendable' protocol
    struct Options: OptionSet {
           ^
                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:38:27: note: add '@MainActor' to make static property 'prettyPrinted' part of global actor 'MainActor'
        public static let prettyPrinted = Options(rawValue: 1 << 1)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:38:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let prettyPrinted = Options(rawValue: 1 << 1)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:41:27: warning: static property 'sortedKeys' is not concurrency-safe because non-'Sendable' type 'JSON.Serializer.Options' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let sortedKeys = Options(rawValue: 1 << 2)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:30:12: note: consider making struct 'Options' conform to the 'Sendable' protocol
    struct Options: OptionSet {
           ^
                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:41:27: note: add '@MainActor' to make static property 'sortedKeys' part of global actor 'MainActor'
        public static let sortedKeys = Options(rawValue: 1 << 2)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:41:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let sortedKeys = Options(rawValue: 1 << 2)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:44:27: warning: static property 'fragmentsAllowed' is not concurrency-safe because non-'Sendable' type 'JSON.Serializer.Options' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let fragmentsAllowed = Options(rawValue: 1 << 4)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:30:12: note: consider making struct 'Options' conform to the 'Sendable' protocol
    struct Options: OptionSet {
           ^
                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:44:27: note: add '@MainActor' to make static property 'fragmentsAllowed' part of global actor 'MainActor'
        public static let fragmentsAllowed = Options(rawValue: 1 << 4)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:44:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let fragmentsAllowed = Options(rawValue: 1 << 4)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:48:27: warning: static property 'withoutEscapingSlashes' is not concurrency-safe because non-'Sendable' type 'JSON.Serializer.Options' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let withoutEscapingSlashes = Options(rawValue: 1 << 5)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:30:12: note: consider making struct 'Options' conform to the 'Sendable' protocol
    struct Options: OptionSet {
           ^
                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:48:27: note: add '@MainActor' to make static property 'withoutEscapingSlashes' part of global actor 'MainActor'
        public static let withoutEscapingSlashes = Options(rawValue: 1 << 5)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:48:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let withoutEscapingSlashes = Options(rawValue: 1 << 5)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:51:27: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'JSON.Serializer.Options' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let `default`: Options = [.fragmentsAllowed]
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:30:12: note: consider making struct 'Options' conform to the 'Sendable' protocol
    struct Options: OptionSet {
           ^
                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:51:27: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
        public static let `default`: Options = [.fragmentsAllowed]
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:51:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let `default`: Options = [.fragmentsAllowed]
                          ^
        nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Compiling Encoder.swift, EncodingDetector.swift, Error.swift (in target 'Athena' from project 'Athena')
SwiftCompile normal arm64 Compiling\ Number.swift,\ NumberDecodable.swift /Users/admin/builder/spi-builder-workspace/Sources/Athena/Number.swift /Users/admin/builder/spi-builder-workspace/Sources/Athena/NumberDecodable.swift (in target 'Athena' from project 'Athena')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Athena/Number.swift (in target 'Athena' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Athena/NumberDecodable.swift (in target 'Athena' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ Decoder.swift,\ Deserializer.swift,\ DeserializerOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/Athena/Decoder.swift /Users/admin/builder/spi-builder-workspace/Sources/Athena/Deserializer.swift /Users/admin/builder/spi-builder-workspace/Sources/Athena/DeserializerOptions.swift (in target 'Athena' from project 'Athena')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Athena/Decoder.swift (in target 'Athena' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Athena/Decoder.swift:82:23: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
            try await Task { try decode(type, from: json) }.value
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Decoder.swift:78:35: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
        public static func decode<T>(
                                  ^
                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Decoder.swift:82:23: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
            try await Task { try decode(type, from: json) }.value
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Decoder.swift:78:35: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
        public static func decode<T>(
                                  ^
                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Decoder.swift:82:61: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
            try await Task { try decode(type, from: json) }.value
                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Decoder.swift:78:35: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
        public static func decode<T>(
                                  ^
                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Decoder.swift:122:17: warning: capture of 'completionHandler' with non-sendable type '(JSON, Result<T, any Error>) -> Void' in a '@Sendable' closure
                completionHandler(json, result)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Decoder.swift:122:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                completionHandler(json, result)
                ^
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Athena/Deserializer.swift (in target 'Athena' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Athena/Deserializer.swift:116:66: warning: capture of 'options' with non-sendable type 'JSON.Deserializer.Options' in a '@Sendable' closure
                    try parse(data, maximumDepth: .max, options: options)
                                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/DeserializerOptions.swift:30:12: note: consider making struct 'Options' conform to the 'Sendable' protocol
    struct Options: OptionSet {
           ^
                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Deserializer.swift:118:17: warning: capture of 'completionHandler' with non-sendable type '(Data, Result<JSON, any Error>) -> Void' in a '@Sendable' closure
                completionHandler(data, result)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Deserializer.swift:118:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                completionHandler(data, result)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Deserializer.swift:116:66: warning: capture of 'options' with non-sendable type 'JSON.Deserializer.Options' in an isolated closure; this is an error in the Swift 6 language mode
                    try parse(data, maximumDepth: .max, options: options)
                                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/DeserializerOptions.swift:30:12: note: consider making struct 'Options' conform to the 'Sendable' protocol
    struct Options: OptionSet {
           ^
                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Deserializer.swift:202:72: warning: capture of 'options' with non-sendable type 'JSON.Deserializer.Options' in a '@Sendable' closure
                    try parse(jsonString, maximumDepth: .max, options: options)
                                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/DeserializerOptions.swift:30:12: note: consider making struct 'Options' conform to the 'Sendable' protocol
    struct Options: OptionSet {
           ^
                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Deserializer.swift:204:17: warning: capture of 'completionHandler' with non-sendable type '(String, Result<JSON, any Error>) -> Void' in a '@Sendable' closure
                completionHandler(jsonString, result)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Deserializer.swift:204:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                completionHandler(jsonString, result)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Deserializer.swift:202:72: warning: capture of 'options' with non-sendable type 'JSON.Deserializer.Options' in an isolated closure; this is an error in the Swift 6 language mode
                    try parse(jsonString, maximumDepth: .max, options: options)
                                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/DeserializerOptions.swift:30:12: note: consider making struct 'Options' conform to the 'Sendable' protocol
    struct Options: OptionSet {
           ^
                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Deserializer.swift:80:28: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
            try await Task { try parse(data, maximumDepth: .max, options: options) }.value
                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Deserializer.swift:80:75: note: closure captures 'options' which is accessible to code in the current task
            try await Task { try parse(data, maximumDepth: .max, options: options) }.value
                                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Deserializer.swift:166:28: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
            try await Task { try parse(jsonString, maximumDepth: .max, options: options) }.value
                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Deserializer.swift:166:81: note: closure captures 'options' which is accessible to code in the current task
            try await Task { try parse(jsonString, maximumDepth: .max, options: options) }.value
                                                                                ^
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Athena/DeserializerOptions.swift (in target 'Athena' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Athena/DeserializerOptions.swift:35:27: warning: static property 'fragmentsAllowed' is not concurrency-safe because non-'Sendable' type 'JSON.Deserializer.Options' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let fragmentsAllowed = Options(rawValue: 1 << 0)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/DeserializerOptions.swift:30:12: note: consider making struct 'Options' conform to the 'Sendable' protocol
    struct Options: OptionSet {
           ^
                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Athena/DeserializerOptions.swift:35:27: note: add '@MainActor' to make static property 'fragmentsAllowed' part of global actor 'MainActor'
        public static let fragmentsAllowed = Options(rawValue: 1 << 0)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Athena/DeserializerOptions.swift:35:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let fragmentsAllowed = Options(rawValue: 1 << 0)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Athena/DeserializerOptions.swift:38:27: warning: static property 'nullSkipsKey' is not concurrency-safe because non-'Sendable' type 'JSON.Deserializer.Options' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let nullSkipsKey = Options(rawValue: 1 << 1)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/DeserializerOptions.swift:30:12: note: consider making struct 'Options' conform to the 'Sendable' protocol
    struct Options: OptionSet {
           ^
                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Athena/DeserializerOptions.swift:38:27: note: add '@MainActor' to make static property 'nullSkipsKey' part of global actor 'MainActor'
        public static let nullSkipsKey = Options(rawValue: 1 << 1)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Athena/DeserializerOptions.swift:38:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let nullSkipsKey = Options(rawValue: 1 << 1)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Athena/DeserializerOptions.swift:41:27: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'JSON.Deserializer.Options' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let `default`: Options = [.fragmentsAllowed]
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/DeserializerOptions.swift:30:12: note: consider making struct 'Options' conform to the 'Sendable' protocol
    struct Options: OptionSet {
           ^
                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Athena/DeserializerOptions.swift:41:27: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
        public static let `default`: Options = [.fragmentsAllowed]
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Athena/DeserializerOptions.swift:41:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let `default`: Options = [.fragmentsAllowed]
                          ^
        nonisolated(unsafe)
SwiftDriverJobDiscovery normal armv7k Compiling IntExtensions.swift, NumberParser.swift, SerializationOptionsExtensions.swift (in target 'Athena' from project 'Athena')
SwiftCompile normal arm64_32 Compiling\ JSONCodable.swift,\ JSONSubscriptRepresentable.swift /Users/admin/builder/spi-builder-workspace/Sources/Athena/JSONCodable.swift /Users/admin/builder/spi-builder-workspace/Sources/Athena/JSONSubscriptRepresentable.swift (in target 'Athena' from project 'Athena')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Athena/JSONCodable.swift (in target 'Athena' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Athena/JSONSubscriptRepresentable.swift (in target 'Athena' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling JSONCodable.swift, JSONSubscriptRepresentable.swift (in target 'Athena' from project 'Athena')
SwiftDriverJobDiscovery normal arm64 Compiling Decoder.swift, Deserializer.swift, DeserializerOptions.swift (in target 'Athena' from project 'Athena')
SwiftCompile normal arm64_32 Compiling\ UnicodeEscapeParser.swift,\ JSON.swift /Users/admin/builder/spi-builder-workspace/Sources/Athena/Internal/UnicodeEscapeParser.swift /Users/admin/builder/spi-builder-workspace/Sources/Athena/JSON.swift (in target 'Athena' from project 'Athena')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Athena/Internal/UnicodeEscapeParser.swift (in target 'Athena' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Athena/JSON.swift (in target 'Athena' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling StringInterpolationExtensions.swift, Subscript.swift (in target 'Athena' from project 'Athena')
SwiftCompile normal armv7k Compiling\ Literal.swift,\ LiteralDecodable.swift /Users/admin/builder/spi-builder-workspace/Sources/Athena/Literal.swift /Users/admin/builder/spi-builder-workspace/Sources/Athena/LiteralDecodable.swift (in target 'Athena' from project 'Athena')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Athena/Literal.swift (in target 'Athena' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Athena/LiteralDecodable.swift (in target 'Athena' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Number.swift, NumberDecodable.swift (in target 'Athena' from project 'Athena')
SwiftCompile normal arm64 Compiling\ Serializer.swift,\ SerializerOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/Athena/Serializer.swift /Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift (in target 'Athena' from project 'Athena')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Athena/Serializer.swift (in target 'Athena' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Athena/Serializer.swift:113:50: warning: capture of 'options' with non-sendable type 'JSON.Serializer.Options' in a '@Sendable' closure
                    try serialize(json, options: options)
                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:30:12: note: consider making struct 'Options' conform to the 'Sendable' protocol
    struct Options: OptionSet {
           ^
                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Serializer.swift:115:17: warning: capture of 'completionHandler' with non-sendable type '(JSON, Result<Data, any Error>) -> Void' in a '@Sendable' closure
                completionHandler(json, result)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Serializer.swift:115:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                completionHandler(json, result)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Serializer.swift:113:50: warning: capture of 'options' with non-sendable type 'JSON.Serializer.Options' in an isolated closure; this is an error in the Swift 6 language mode
                    try serialize(json, options: options)
                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:30:12: note: consider making struct 'Options' conform to the 'Sendable' protocol
    struct Options: OptionSet {
           ^
                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Serializer.swift:147:50: warning: capture of 'options' with non-sendable type 'JSON.Serializer.Options' in a '@Sendable' closure
                    try stringify(json, options: options)
                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:30:12: note: consider making struct 'Options' conform to the 'Sendable' protocol
    struct Options: OptionSet {
           ^
                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Serializer.swift:149:17: warning: capture of 'completionHandler' with non-sendable type '(JSON, Result<String, any Error>) -> Void' in a '@Sendable' closure
                completionHandler(json, result)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Serializer.swift:149:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                completionHandler(json, result)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Serializer.swift:147:50: warning: capture of 'options' with non-sendable type 'JSON.Serializer.Options' in an isolated closure; this is an error in the Swift 6 language mode
                    try stringify(json, options: options)
                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:30:12: note: consider making struct 'Options' conform to the 'Sendable' protocol
    struct Options: OptionSet {
           ^
                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Serializer.swift:78:28: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
            try await Task { try serialize(json, options: options) }.value
                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Serializer.swift:78:59: note: closure captures 'options' which is accessible to code in the current task
            try await Task { try serialize(json, options: options) }.value
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Serializer.swift:133:28: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
            try await Task { try stringify(json, options: options) }.value
                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Serializer.swift:133:59: note: closure captures 'options' which is accessible to code in the current task
            try await Task { try stringify(json, options: options) }.value
                                                          ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift (in target 'Athena' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:35:27: warning: static property 'nullSkipsKey' is not concurrency-safe because non-'Sendable' type 'JSON.Serializer.Options' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let nullSkipsKey = Options(rawValue: 1 << 0)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:30:12: note: consider making struct 'Options' conform to the 'Sendable' protocol
    struct Options: OptionSet {
           ^
                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:35:27: note: add '@MainActor' to make static property 'nullSkipsKey' part of global actor 'MainActor'
        public static let nullSkipsKey = Options(rawValue: 1 << 0)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:35:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let nullSkipsKey = Options(rawValue: 1 << 0)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:38:27: warning: static property 'prettyPrinted' is not concurrency-safe because non-'Sendable' type 'JSON.Serializer.Options' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let prettyPrinted = Options(rawValue: 1 << 1)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:30:12: note: consider making struct 'Options' conform to the 'Sendable' protocol
    struct Options: OptionSet {
           ^
                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:38:27: note: add '@MainActor' to make static property 'prettyPrinted' part of global actor 'MainActor'
        public static let prettyPrinted = Options(rawValue: 1 << 1)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:38:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let prettyPrinted = Options(rawValue: 1 << 1)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:41:27: warning: static property 'sortedKeys' is not concurrency-safe because non-'Sendable' type 'JSON.Serializer.Options' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let sortedKeys = Options(rawValue: 1 << 2)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:30:12: note: consider making struct 'Options' conform to the 'Sendable' protocol
    struct Options: OptionSet {
           ^
                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:41:27: note: add '@MainActor' to make static property 'sortedKeys' part of global actor 'MainActor'
        public static let sortedKeys = Options(rawValue: 1 << 2)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:41:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let sortedKeys = Options(rawValue: 1 << 2)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:44:27: warning: static property 'fragmentsAllowed' is not concurrency-safe because non-'Sendable' type 'JSON.Serializer.Options' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let fragmentsAllowed = Options(rawValue: 1 << 4)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:30:12: note: consider making struct 'Options' conform to the 'Sendable' protocol
    struct Options: OptionSet {
           ^
                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:44:27: note: add '@MainActor' to make static property 'fragmentsAllowed' part of global actor 'MainActor'
        public static let fragmentsAllowed = Options(rawValue: 1 << 4)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:44:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let fragmentsAllowed = Options(rawValue: 1 << 4)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:48:27: warning: static property 'withoutEscapingSlashes' is not concurrency-safe because non-'Sendable' type 'JSON.Serializer.Options' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let withoutEscapingSlashes = Options(rawValue: 1 << 5)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:30:12: note: consider making struct 'Options' conform to the 'Sendable' protocol
    struct Options: OptionSet {
           ^
                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:48:27: note: add '@MainActor' to make static property 'withoutEscapingSlashes' part of global actor 'MainActor'
        public static let withoutEscapingSlashes = Options(rawValue: 1 << 5)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:48:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let withoutEscapingSlashes = Options(rawValue: 1 << 5)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:51:27: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'JSON.Serializer.Options' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let `default`: Options = [.fragmentsAllowed]
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:30:12: note: consider making struct 'Options' conform to the 'Sendable' protocol
    struct Options: OptionSet {
           ^
                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:51:27: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
        public static let `default`: Options = [.fragmentsAllowed]
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:51:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let `default`: Options = [.fragmentsAllowed]
                          ^
        nonisolated(unsafe)
SwiftDriverJobDiscovery normal armv7k Compiling Literal.swift, LiteralDecodable.swift (in target 'Athena' from project 'Athena')
SwiftCompile normal armv7k Compiling\ Serializer.swift,\ SerializerOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/Athena/Serializer.swift /Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift (in target 'Athena' from project 'Athena')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Athena/Serializer.swift (in target 'Athena' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Athena/Serializer.swift:113:50: warning: capture of 'options' with non-sendable type 'JSON.Serializer.Options' in a '@Sendable' closure
                    try serialize(json, options: options)
                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:30:12: note: consider making struct 'Options' conform to the 'Sendable' protocol
    struct Options: OptionSet {
           ^
                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Serializer.swift:115:17: warning: capture of 'completionHandler' with non-sendable type '(JSON, Result<Data, any Error>) -> Void' in a '@Sendable' closure
                completionHandler(json, result)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Serializer.swift:115:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                completionHandler(json, result)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Serializer.swift:113:50: warning: capture of 'options' with non-sendable type 'JSON.Serializer.Options' in an isolated closure; this is an error in the Swift 6 language mode
                    try serialize(json, options: options)
                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:30:12: note: consider making struct 'Options' conform to the 'Sendable' protocol
    struct Options: OptionSet {
           ^
                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Serializer.swift:147:50: warning: capture of 'options' with non-sendable type 'JSON.Serializer.Options' in a '@Sendable' closure
                    try stringify(json, options: options)
                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:30:12: note: consider making struct 'Options' conform to the 'Sendable' protocol
    struct Options: OptionSet {
           ^
                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Serializer.swift:149:17: warning: capture of 'completionHandler' with non-sendable type '(JSON, Result<String, any Error>) -> Void' in a '@Sendable' closure
                completionHandler(json, result)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Serializer.swift:149:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                completionHandler(json, result)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Serializer.swift:147:50: warning: capture of 'options' with non-sendable type 'JSON.Serializer.Options' in an isolated closure; this is an error in the Swift 6 language mode
                    try stringify(json, options: options)
                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:30:12: note: consider making struct 'Options' conform to the 'Sendable' protocol
    struct Options: OptionSet {
           ^
                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Serializer.swift:78:28: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
            try await Task { try serialize(json, options: options) }.value
                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Serializer.swift:78:59: note: closure captures 'options' which is accessible to code in the current task
            try await Task { try serialize(json, options: options) }.value
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Serializer.swift:133:28: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
            try await Task { try stringify(json, options: options) }.value
                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Serializer.swift:133:59: note: closure captures 'options' which is accessible to code in the current task
            try await Task { try stringify(json, options: options) }.value
                                                          ^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift (in target 'Athena' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:35:27: warning: static property 'nullSkipsKey' is not concurrency-safe because non-'Sendable' type 'JSON.Serializer.Options' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let nullSkipsKey = Options(rawValue: 1 << 0)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:30:12: note: consider making struct 'Options' conform to the 'Sendable' protocol
    struct Options: OptionSet {
           ^
                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:35:27: note: add '@MainActor' to make static property 'nullSkipsKey' part of global actor 'MainActor'
        public static let nullSkipsKey = Options(rawValue: 1 << 0)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:35:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let nullSkipsKey = Options(rawValue: 1 << 0)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:38:27: warning: static property 'prettyPrinted' is not concurrency-safe because non-'Sendable' type 'JSON.Serializer.Options' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let prettyPrinted = Options(rawValue: 1 << 1)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:30:12: note: consider making struct 'Options' conform to the 'Sendable' protocol
    struct Options: OptionSet {
           ^
                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:38:27: note: add '@MainActor' to make static property 'prettyPrinted' part of global actor 'MainActor'
        public static let prettyPrinted = Options(rawValue: 1 << 1)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:38:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let prettyPrinted = Options(rawValue: 1 << 1)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:41:27: warning: static property 'sortedKeys' is not concurrency-safe because non-'Sendable' type 'JSON.Serializer.Options' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let sortedKeys = Options(rawValue: 1 << 2)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:30:12: note: consider making struct 'Options' conform to the 'Sendable' protocol
    struct Options: OptionSet {
           ^
                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:41:27: note: add '@MainActor' to make static property 'sortedKeys' part of global actor 'MainActor'
        public static let sortedKeys = Options(rawValue: 1 << 2)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:41:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let sortedKeys = Options(rawValue: 1 << 2)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:44:27: warning: static property 'fragmentsAllowed' is not concurrency-safe because non-'Sendable' type 'JSON.Serializer.Options' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let fragmentsAllowed = Options(rawValue: 1 << 4)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:30:12: note: consider making struct 'Options' conform to the 'Sendable' protocol
    struct Options: OptionSet {
           ^
                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:44:27: note: add '@MainActor' to make static property 'fragmentsAllowed' part of global actor 'MainActor'
        public static let fragmentsAllowed = Options(rawValue: 1 << 4)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:44:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let fragmentsAllowed = Options(rawValue: 1 << 4)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:48:27: warning: static property 'withoutEscapingSlashes' is not concurrency-safe because non-'Sendable' type 'JSON.Serializer.Options' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let withoutEscapingSlashes = Options(rawValue: 1 << 5)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:30:12: note: consider making struct 'Options' conform to the 'Sendable' protocol
    struct Options: OptionSet {
           ^
                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:48:27: note: add '@MainActor' to make static property 'withoutEscapingSlashes' part of global actor 'MainActor'
        public static let withoutEscapingSlashes = Options(rawValue: 1 << 5)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:48:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let withoutEscapingSlashes = Options(rawValue: 1 << 5)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:51:27: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'JSON.Serializer.Options' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let `default`: Options = [.fragmentsAllowed]
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:30:12: note: consider making struct 'Options' conform to the 'Sendable' protocol
    struct Options: OptionSet {
           ^
                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:51:27: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
        public static let `default`: Options = [.fragmentsAllowed]
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:51:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let `default`: Options = [.fragmentsAllowed]
                          ^
        nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64_32 Emitting module for Athena (in target 'Athena' from project 'Athena')
SwiftDriver\ Compilation\ Requirements Athena normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'Athena' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Athena -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Objects-normal/arm64_32/Athena.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.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.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Objects-normal/arm64_32/Athena-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/Athena.build/Debug-watchos/Athena.build/Objects-normal/arm64_32/Athena.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/Athena.build/Debug-watchos/Athena.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Objects-normal/arm64_32/Athena_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/Athena.build/Debug-watchos/Athena.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.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/Athena.build/Debug-watchos/Athena.build/Objects-normal/arm64_32/Athena-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Serializer.swift, SerializerOptions.swift (in target 'Athena' from project 'Athena')
SwiftCompile normal armv7k Compiling\ Encoder.swift,\ EncodingDetector.swift,\ Error.swift /Users/admin/builder/spi-builder-workspace/Sources/Athena/Encoder.swift /Users/admin/builder/spi-builder-workspace/Sources/Athena/EncodingDetector.swift /Users/admin/builder/spi-builder-workspace/Sources/Athena/Error.swift (in target 'Athena' from project 'Athena')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Athena/Encoder.swift (in target 'Athena' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Athena/Encoder.swift:99:35: warning: capture of 'value' with non-sendable type 'T' in a '@Sendable' closure
                let json = encode(value)
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Encoder.swift:94:35: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
        public static func encode<T>(
                                  ^
                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Encoder.swift:100:17: warning: capture of 'completionHandler' with non-sendable type '(T, JSON) -> Void' in a '@Sendable' closure
                completionHandler(value, json)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Encoder.swift:100:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                completionHandler(value, json)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Encoder.swift:69:24: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
            await Task { encode(value) }.value
                       ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Encoder.swift:69:33: note: closure captures 'value' which is accessible to code in the current task
            await Task { encode(value) }.value
                                ^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Athena/EncodingDetector.swift (in target 'Athena' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Athena/Error.swift (in target 'Athena' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/Athena-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Objects-normal/arm64/Athena-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Objects-normal/arm64_32/Athena-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Objects-normal/armv7k/Athena-Swift.h (in target 'Athena' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Objects-normal/arm64/Athena-Swift.h -arch arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Objects-normal/arm64_32/Athena-Swift.h -arch armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Objects-normal/armv7k/Athena-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/Athena-Swift.h
SwiftDriverJobDiscovery normal armv7k Compiling Serializer.swift, SerializerOptions.swift (in target 'Athena' from project 'Athena')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Athena.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Objects-normal/arm64_32/Athena.swiftmodule (in target 'Athena' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Objects-normal/arm64_32/Athena.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Athena.swiftmodule/arm64_32-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Athena.swiftmodule/arm64_32-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Objects-normal/arm64_32/Athena.swiftdoc (in target 'Athena' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Objects-normal/arm64_32/Athena.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Athena.swiftmodule/arm64_32-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Athena.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Objects-normal/arm64_32/Athena.abi.json (in target 'Athena' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Objects-normal/arm64_32/Athena.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Athena.swiftmodule/arm64_32-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Athena.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Objects-normal/arm64_32/Athena.swiftsourceinfo (in target 'Athena' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Objects-normal/arm64_32/Athena.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Athena.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo
SwiftCompile normal armv7k Compiling\ UnicodeEscapeParser.swift,\ JSON.swift /Users/admin/builder/spi-builder-workspace/Sources/Athena/Internal/UnicodeEscapeParser.swift /Users/admin/builder/spi-builder-workspace/Sources/Athena/JSON.swift (in target 'Athena' from project 'Athena')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Athena/Internal/UnicodeEscapeParser.swift (in target 'Athena' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Athena/JSON.swift (in target 'Athena' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ UnicodeEscapeParser.swift,\ JSON.swift /Users/admin/builder/spi-builder-workspace/Sources/Athena/Internal/UnicodeEscapeParser.swift /Users/admin/builder/spi-builder-workspace/Sources/Athena/JSON.swift (in target 'Athena' from project 'Athena')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Athena/Internal/UnicodeEscapeParser.swift (in target 'Athena' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Athena/JSON.swift (in target 'Athena' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling Encoder.swift, EncodingDetector.swift, Error.swift (in target 'Athena' from project 'Athena')
SwiftCompile normal armv7k Compiling\ StringExtensions.swift,\ UInt8Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Athena/Internal/StringExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Athena/Internal/UInt8Extensions.swift (in target 'Athena' from project 'Athena')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Athena/Internal/StringExtensions.swift (in target 'Athena' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Athena/Internal/UInt8Extensions.swift (in target 'Athena' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling Literal.swift, LiteralDecodable.swift (in target 'Athena' from project 'Athena')
SwiftCompile normal arm64_32 Compiling\ Encoder.swift,\ EncodingDetector.swift,\ Error.swift /Users/admin/builder/spi-builder-workspace/Sources/Athena/Encoder.swift /Users/admin/builder/spi-builder-workspace/Sources/Athena/EncodingDetector.swift /Users/admin/builder/spi-builder-workspace/Sources/Athena/Error.swift (in target 'Athena' from project 'Athena')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Athena/Encoder.swift (in target 'Athena' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Athena/Encoder.swift:99:35: warning: capture of 'value' with non-sendable type 'T' in a '@Sendable' closure
                let json = encode(value)
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Encoder.swift:94:35: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
        public static func encode<T>(
                                  ^
                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Encoder.swift:100:17: warning: capture of 'completionHandler' with non-sendable type '(T, JSON) -> Void' in a '@Sendable' closure
                completionHandler(value, json)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Encoder.swift:100:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                completionHandler(value, json)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Encoder.swift:69:24: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
            await Task { encode(value) }.value
                       ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Encoder.swift:69:33: note: closure captures 'value' which is accessible to code in the current task
            await Task { encode(value) }.value
                                ^
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Athena/EncodingDetector.swift (in target 'Athena' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Athena/Error.swift (in target 'Athena' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling Number.swift, NumberDecodable.swift (in target 'Athena' from project 'Athena')
SwiftCompile normal arm64_32 Compiling\ StringExtensions.swift,\ UInt8Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Athena/Internal/StringExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Athena/Internal/UInt8Extensions.swift (in target 'Athena' from project 'Athena')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Athena/Internal/StringExtensions.swift (in target 'Athena' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Athena/Internal/UInt8Extensions.swift (in target 'Athena' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling StringExtensions.swift, UInt8Extensions.swift (in target 'Athena' from project 'Athena')
SwiftDriverJobDiscovery normal arm64_32 Compiling StringExtensions.swift, UInt8Extensions.swift (in target 'Athena' from project 'Athena')
SwiftDriver AthenaTests normal armv7k com.apple.xcode.tools.swift.compiler (in target 'AthenaTests' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AthenaTests -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/armv7k/AthenaTests.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos7.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/armv7k/AthenaTests-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/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/armv7k/AthenaTests.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/armv7k/AthenaTests_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/Athena.build/Debug-watchos/AthenaTests.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver AthenaTests normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AthenaTests' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AthenaTests -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/arm64/AthenaTests.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos7.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/arm64/AthenaTests-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/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/arm64/AthenaTests.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/arm64/AthenaTests_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/Athena.build/Debug-watchos/AthenaTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver AthenaTests normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'AthenaTests' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AthenaTests -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/arm64_32/AthenaTests.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos7.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/arm64_32/AthenaTests-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/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/arm64_32/AthenaTests.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/arm64_32/AthenaTests_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/Athena.build/Debug-watchos/AthenaTests.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ AthenaTests (in target 'AthenaTests' from project 'Athena')
EmitSwiftModule normal arm64 (in target 'AthenaTests' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64_32 Emitting\ module\ for\ AthenaTests (in target 'AthenaTests' from project 'Athena')
EmitSwiftModule normal arm64_32 (in target 'AthenaTests' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling UnicodeEscapeParser.swift, JSON.swift (in target 'Athena' from project 'Athena')
SwiftEmitModule normal armv7k Emitting\ module\ for\ AthenaTests (in target 'AthenaTests' from project 'Athena')
EmitSwiftModule normal armv7k (in target 'AthenaTests' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling UnicodeEscapeParser.swift, JSON.swift (in target 'Athena' from project 'Athena')
SwiftCompile normal arm64_32 Compiling\ JSONEncodingUTFTestFixtures.swift /Users/admin/builder/spi-builder-workspace/Tests/AthenaTests/JSONEncodingUTFTestFixtures.swift (in target 'AthenaTests' from project 'Athena')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Tests/AthenaTests/JSONEncodingUTFTestFixtures.swift (in target 'AthenaTests' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling Encoder.swift, EncodingDetector.swift, Error.swift (in target 'Athena' from project 'Athena')
SwiftCompile normal armv7k Compiling\ DeserializerTests.swift /Users/admin/builder/spi-builder-workspace/Tests/AthenaTests/DeserializerTests.swift (in target 'AthenaTests' from project 'Athena')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Tests/AthenaTests/DeserializerTests.swift (in target 'AthenaTests' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling StringInterpolationExtensions.swift, Subscript.swift (in target 'Athena' from project 'Athena')
SwiftCompile normal arm64 Compiling\ JSONEncodingUTFTestFixtures.swift /Users/admin/builder/spi-builder-workspace/Tests/AthenaTests/JSONEncodingUTFTestFixtures.swift (in target 'AthenaTests' from project 'Athena')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/AthenaTests/JSONEncodingUTFTestFixtures.swift (in target 'AthenaTests' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling Serializer.swift, SerializerOptions.swift (in target 'Athena' from project 'Athena')
SwiftCompile normal armv7k Compiling\ EncodeDecodeTests.swift /Users/admin/builder/spi-builder-workspace/Tests/AthenaTests/EncodeDecodeTests.swift (in target 'AthenaTests' from project 'Athena')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Tests/AthenaTests/EncodeDecodeTests.swift (in target 'AthenaTests' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ JSONTests.swift /Users/admin/builder/spi-builder-workspace/Tests/AthenaTests/JSONTests.swift (in target 'AthenaTests' from project 'Athena')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/AthenaTests/JSONTests.swift (in target 'AthenaTests' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ DeserializerTests.swift /Users/admin/builder/spi-builder-workspace/Tests/AthenaTests/DeserializerTests.swift (in target 'AthenaTests' from project 'Athena')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/AthenaTests/DeserializerTests.swift (in target 'AthenaTests' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling IntExtensions.swift, NumberParser.swift, SerializationOptionsExtensions.swift (in target 'Athena' from project 'Athena')
SwiftDriverJobDiscovery normal arm64_32 Compiling JSONCodable.swift, JSONSubscriptRepresentable.swift (in target 'Athena' from project 'Athena')
SwiftCompile normal arm64 Compiling\ EncodeDecodeTests.swift /Users/admin/builder/spi-builder-workspace/Tests/AthenaTests/EncodeDecodeTests.swift (in target 'AthenaTests' from project 'Athena')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/AthenaTests/EncodeDecodeTests.swift (in target 'AthenaTests' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling Decoder.swift, Deserializer.swift, DeserializerOptions.swift (in target 'Athena' from project 'Athena')
SwiftDriverJobDiscovery normal arm64_32 Compiling UnicodeEscapeParser.swift, JSON.swift (in target 'Athena' from project 'Athena')
SwiftCompile normal arm64_32 Compiling\ EncodeDecodeTests.swift /Users/admin/builder/spi-builder-workspace/Tests/AthenaTests/EncodeDecodeTests.swift (in target 'AthenaTests' from project 'Athena')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Tests/AthenaTests/EncodeDecodeTests.swift (in target 'AthenaTests' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Emitting module for AthenaTests (in target 'AthenaTests' from project 'Athena')
SwiftDriver\ Compilation\ Requirements AthenaTests normal armv7k com.apple.xcode.tools.swift.compiler (in target 'AthenaTests' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AthenaTests -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/armv7k/AthenaTests.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos7.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/armv7k/AthenaTests-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/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/armv7k/AthenaTests.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/armv7k/AthenaTests_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/Athena.build/Debug-watchos/AthenaTests.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64_32 Emitting module for AthenaTests (in target 'AthenaTests' from project 'Athena')
SwiftCompile normal arm64_32 Compiling\ JSONTests.swift /Users/admin/builder/spi-builder-workspace/Tests/AthenaTests/JSONTests.swift (in target 'AthenaTests' from project 'Athena')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Tests/AthenaTests/JSONTests.swift (in target 'AthenaTests' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ DeserializerTests.swift /Users/admin/builder/spi-builder-workspace/Tests/AthenaTests/DeserializerTests.swift (in target 'AthenaTests' from project 'Athena')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Tests/AthenaTests/DeserializerTests.swift (in target 'AthenaTests' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for AthenaTests (in target 'AthenaTests' from project 'Athena')
SwiftDriver\ Compilation\ Requirements AthenaTests normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'AthenaTests' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AthenaTests -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/arm64_32/AthenaTests.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos7.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/arm64_32/AthenaTests-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/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/arm64_32/AthenaTests.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/arm64_32/AthenaTests_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/Athena.build/Debug-watchos/AthenaTests.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling JSONEncodingUTFTestFixtures.swift (in target 'AthenaTests' from project 'Athena')
SwiftDriver\ Compilation\ Requirements AthenaTests normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AthenaTests' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AthenaTests -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/arm64/AthenaTests.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos7.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/arm64/AthenaTests-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/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/arm64/AthenaTests.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/arm64/AthenaTests_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/Athena.build/Debug-watchos/AthenaTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AthenaTests.swiftmodule/armv7k-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/armv7k/AthenaTests.swiftmodule (in target 'AthenaTests' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/armv7k/AthenaTests.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AthenaTests.swiftmodule/armv7k-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AthenaTests.swiftmodule/armv7k-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/armv7k/AthenaTests.swiftdoc (in target 'AthenaTests' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/armv7k/AthenaTests.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AthenaTests.swiftmodule/armv7k-apple-watchos.swiftdoc
SwiftDriverJobDiscovery normal arm64_32 Compiling JSONEncodingUTFTestFixtures.swift (in target 'AthenaTests' from project 'Athena')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AthenaTests.swiftmodule/armv7k-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/armv7k/AthenaTests.abi.json (in target 'AthenaTests' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/armv7k/AthenaTests.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AthenaTests.swiftmodule/armv7k-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AthenaTests.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/arm64_32/AthenaTests.swiftmodule (in target 'AthenaTests' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/arm64_32/AthenaTests.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AthenaTests.swiftmodule/arm64_32-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AthenaTests.swiftmodule/arm64_32-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/arm64_32/AthenaTests.swiftdoc (in target 'AthenaTests' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/arm64_32/AthenaTests.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AthenaTests.swiftmodule/arm64_32-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AthenaTests.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/arm64_32/AthenaTests.abi.json (in target 'AthenaTests' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/arm64_32/AthenaTests.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AthenaTests.swiftmodule/arm64_32-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AthenaTests.swiftmodule/arm64-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/arm64/AthenaTests.swiftmodule (in target 'AthenaTests' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/arm64/AthenaTests.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AthenaTests.swiftmodule/arm64-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AthenaTests.swiftmodule/arm64-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/arm64/AthenaTests.swiftdoc (in target 'AthenaTests' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/arm64/AthenaTests.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AthenaTests.swiftmodule/arm64-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AthenaTests.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/arm64/AthenaTests.abi.json (in target 'AthenaTests' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/arm64/AthenaTests.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AthenaTests.swiftmodule/arm64-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AthenaTests.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/armv7k/AthenaTests.swiftsourceinfo (in target 'AthenaTests' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/armv7k/AthenaTests.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AthenaTests.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AthenaTests.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/arm64_32/AthenaTests.swiftsourceinfo (in target 'AthenaTests' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/arm64_32/AthenaTests.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AthenaTests.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AthenaTests.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/arm64/AthenaTests.swiftsourceinfo (in target 'AthenaTests' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/arm64/AthenaTests.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AthenaTests.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo
SwiftCompile normal armv7k Compiling\ JSONEncodingUTFTestFixtures.swift /Users/admin/builder/spi-builder-workspace/Tests/AthenaTests/JSONEncodingUTFTestFixtures.swift (in target 'AthenaTests' from project 'Athena')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Tests/AthenaTests/JSONEncodingUTFTestFixtures.swift (in target 'AthenaTests' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ JSONTests.swift /Users/admin/builder/spi-builder-workspace/Tests/AthenaTests/JSONTests.swift (in target 'AthenaTests' from project 'Athena')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Tests/AthenaTests/JSONTests.swift (in target 'AthenaTests' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriver\ Compilation Athena normal armv7k com.apple.xcode.tools.swift.compiler (in target 'Athena' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Athena -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Objects-normal/armv7k/Athena.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.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.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Objects-normal/armv7k/Athena-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/Athena.build/Debug-watchos/Athena.build/Objects-normal/armv7k/Athena.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/Athena.build/Debug-watchos/Athena.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Objects-normal/armv7k/Athena_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/Athena.build/Debug-watchos/Athena.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.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/Athena.build/Debug-watchos/Athena.build/Objects-normal/armv7k/Athena-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal armv7k Compiling JSONEncodingUTFTestFixtures.swift (in target 'AthenaTests' from project 'Athena')
SwiftDriver\ Compilation Athena normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'Athena' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Athena -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Objects-normal/arm64_32/Athena.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.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.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Objects-normal/arm64_32/Athena-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/Athena.build/Debug-watchos/Athena.build/Objects-normal/arm64_32/Athena.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/Athena.build/Debug-watchos/Athena.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Objects-normal/arm64_32/Athena_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/Athena.build/Debug-watchos/Athena.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.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/Athena.build/Debug-watchos/Athena.build/Objects-normal/arm64_32/Athena-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver\ Compilation Athena normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Athena' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Athena -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Objects-normal/arm64/Athena.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.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.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Objects-normal/arm64/Athena-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/Athena.build/Debug-watchos/Athena.build/Objects-normal/arm64/Athena.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/Athena.build/Debug-watchos/Athena.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Objects-normal/arm64/Athena_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/Athena.build/Debug-watchos/Athena.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.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/Athena.build/Debug-watchos/Athena.build/Objects-normal/arm64/Athena-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Objects-normal/armv7k/Binary/Athena.o normal armv7k (in target 'Athena' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target armv7k-apple-watchos5.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Objects-normal/armv7k/Athena.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Objects-normal/armv7k/Athena_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Objects-normal/armv7k/Athena_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Objects-normal/armv7k/Athena.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Objects-normal/armv7k/Binary/Athena.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Objects-normal/arm64_32/Binary/Athena.o normal arm64_32 (in target 'Athena' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64_32-apple-watchos5.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Objects-normal/arm64_32/Athena.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Objects-normal/arm64_32/Athena_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Objects-normal/arm64_32/Athena_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Objects-normal/arm64_32/Athena.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Objects-normal/arm64_32/Binary/Athena.o
SwiftDriverJobDiscovery normal armv7k Compiling EncodeDecodeTests.swift (in target 'AthenaTests' from project 'Athena')
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Objects-normal/arm64/Binary/Athena.o normal arm64 (in target 'Athena' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-watchos5.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Objects-normal/arm64/Athena.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Objects-normal/arm64/Athena_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Objects-normal/arm64/Athena_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Objects-normal/arm64/Athena.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Objects-normal/arm64/Binary/Athena.o
SwiftDriverJobDiscovery normal armv7k Compiling DeserializerTests.swift (in target 'AthenaTests' from project 'Athena')
SwiftDriverJobDiscovery normal armv7k Compiling JSONTests.swift (in target 'AthenaTests' from project 'Athena')
SwiftDriver\ Compilation AthenaTests normal armv7k com.apple.xcode.tools.swift.compiler (in target 'AthenaTests' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AthenaTests -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/armv7k/AthenaTests.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos7.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/armv7k/AthenaTests-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/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/armv7k/AthenaTests.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/armv7k/AthenaTests_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/Athena.build/Debug-watchos/AthenaTests.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling JSONTests.swift (in target 'AthenaTests' from project 'Athena')
SwiftDriverJobDiscovery normal arm64 Compiling EncodeDecodeTests.swift (in target 'AthenaTests' from project 'Athena')
SwiftDriverJobDiscovery normal arm64 Compiling DeserializerTests.swift (in target 'AthenaTests' from project 'Athena')
SwiftDriver\ Compilation AthenaTests normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AthenaTests' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AthenaTests -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/arm64/AthenaTests.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos7.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/arm64/AthenaTests-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/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/arm64/AthenaTests.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/arm64/AthenaTests_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/Athena.build/Debug-watchos/AthenaTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Athena.o normal arm64\ armv7k\ arm64_32 (in target 'Athena' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Objects-normal/arm64/Binary/Athena.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Objects-normal/armv7k/Binary/Athena.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Objects-normal/arm64_32/Binary/Athena.o -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Athena.o
ExtractAppIntentsMetadata (in target 'Athena' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Athena --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk --xcode-version 16E140 --platform-family watchOS --deployment-target 5.0 --bundle-identifier spi-builder-workspace.Athena --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Athena.appintents --target-triple arm64-apple-watchos5.0 --target-triple armv7k-apple-watchos5.0 --target-triple arm64_32-apple-watchos5.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Athena.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Objects-normal/arm64/Athena_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Objects-normal/armv7k/Athena_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Objects-normal/arm64_32/Athena_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Objects-normal/arm64/Athena.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Objects-normal/armv7k/Athena.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Objects-normal/arm64_32/Athena.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Athena.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Athena.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Objects-normal/arm64/Athena.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Objects-normal/armv7k/Athena.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Objects-normal/arm64_32/Athena.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-27 07:13:19.492 appintentsmetadataprocessor[1104:6805] Starting appintentsmetadataprocessor export
2025-04-27 07:13:19.539 appintentsmetadataprocessor[1104:6805] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64_32 Compiling JSONTests.swift (in target 'AthenaTests' from project 'Athena')
SwiftDriverJobDiscovery normal arm64_32 Compiling EncodeDecodeTests.swift (in target 'AthenaTests' from project 'Athena')
SwiftDriverJobDiscovery normal arm64_32 Compiling DeserializerTests.swift (in target 'AthenaTests' from project 'Athena')
SwiftDriver\ Compilation AthenaTests normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'AthenaTests' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AthenaTests -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/arm64_32/AthenaTests.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos7.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/arm64_32/AthenaTests-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/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/arm64_32/AthenaTests.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/arm64_32/AthenaTests_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/Athena.build/Debug-watchos/AthenaTests.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Athena.o (in target 'Athena' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Athena.o
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AthenaTests.xctest/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/empty-AthenaTests.plist (in target 'AthenaTests' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/empty-AthenaTests.plist -producttype com.apple.product-type.bundle.unit-test -expandbuildsettings -format binary -platform watchos -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AthenaTests.xctest/Info.plist
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/armv7k/Binary/AthenaTests normal armv7k (in target 'AthenaTests' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target armv7k-apple-watchos7.0 -bundle -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/armv7k/AthenaTests.LinkFileList -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/../Frameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/armv7k/AthenaTests_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/armv7k/AthenaTests_dependency_info.dat -fobjc-link-runtime -fprofile-instr-generate -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/armv7k/AthenaTests.swiftmodule -Wl,-no_warn_duplicate_libraries -framework XCTest -lXCTestSwiftSupport -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/armv7k/Binary/AthenaTests -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Objects-normal/armv7k/Athena.swiftmodule
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/arm64_32/Binary/AthenaTests normal arm64_32 (in target 'AthenaTests' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64_32-apple-watchos7.0 -bundle -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/arm64_32/AthenaTests.LinkFileList -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/../Frameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/arm64_32/AthenaTests_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/arm64_32/AthenaTests_dependency_info.dat -fobjc-link-runtime -fprofile-instr-generate -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/arm64_32/AthenaTests.swiftmodule -Wl,-no_warn_duplicate_libraries -framework XCTest -lXCTestSwiftSupport -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/arm64_32/Binary/AthenaTests -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Objects-normal/arm64_32/Athena.swiftmodule
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/arm64/Binary/AthenaTests normal arm64 (in target 'AthenaTests' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-watchos7.0 -bundle -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/arm64/AthenaTests.LinkFileList -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/../Frameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/arm64/AthenaTests_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/arm64/AthenaTests_dependency_info.dat -fobjc-link-runtime -fprofile-instr-generate -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/arm64/AthenaTests.swiftmodule -Wl,-no_warn_duplicate_libraries -framework XCTest -lXCTestSwiftSupport -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/arm64/Binary/AthenaTests -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/Athena.build/Objects-normal/arm64/Athena.swiftmodule
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AthenaTests.xctest/AthenaTests normal arm64\ armv7k\ arm64_32 (in target 'AthenaTests' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/arm64/Binary/AthenaTests /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/armv7k/Binary/AthenaTests /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/arm64_32/Binary/AthenaTests -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AthenaTests.xctest/AthenaTests
CopySwiftLibs /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AthenaTests.xctest (in target 'AthenaTests' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftStdLibTool --copy --verbose --scan-executable /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AthenaTests.xctest/AthenaTests --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AthenaTests.xctest/Frameworks --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AthenaTests.xctest/PlugIns --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AthenaTests.xctest/SystemExtensions --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AthenaTests.xctest/Extensions --platform watchos --toolchain /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --destination /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AthenaTests.xctest/Frameworks --strip-bitcode --scan-executable /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/libXCTestSwiftSupport.dylib --strip-bitcode-tool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/bitcode_strip --emit-dependency-info /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/SwiftStdLibToolInputDependencies.dep --filter-for-swift-os --back-deploy-swift-concurrency
Ignoring --strip-bitcode because --sign was not passed
Copying /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift-5.5/watchos/libswift_Concurrency.dylib to /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AthenaTests.xctest/Frameworks/libswift_Concurrency.dylib
ExtractAppIntentsMetadata (in target 'AthenaTests' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name AthenaTests --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk --xcode-version 16E140 --platform-family watchOS --deployment-target 7.0 --bundle-identifier spi-builder-workspace.AthenaTests --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AthenaTests.xctest --target-triple arm64-apple-watchos7.0 --target-triple armv7k-apple-watchos7.0 --target-triple arm64_32-apple-watchos7.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AthenaTests.xctest/AthenaTests --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/arm64/AthenaTests_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/armv7k/AthenaTests_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/arm64_32/AthenaTests_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/arm64/AthenaTests.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/armv7k/AthenaTests.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/arm64_32/AthenaTests.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/AthenaTests.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/AthenaTests.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/arm64/AthenaTests.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/armv7k/AthenaTests.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-watchos/AthenaTests.build/Objects-normal/arm64_32/AthenaTests.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-27 07:13:19.805 appintentsmetadataprocessor[1112:6863] Starting appintentsmetadataprocessor export
2025-04-27 07:13:19.808 appintentsmetadataprocessor[1112:6863] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateDSYMFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AthenaTests.xctest.dSYM /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AthenaTests.xctest/AthenaTests (in target 'AthenaTests' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AthenaTests.xctest/AthenaTests -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AthenaTests.xctest.dSYM
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AthenaTests.xctest (in target 'AthenaTests' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AthenaTests.xctest
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AthenaTests.xctest (in target 'AthenaTests' from project 'Athena')
    cd /Users/admin/builder/spi-builder-workspace
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AthenaTests.xctest
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "swiftformat",
      "requirement" : {
        "exact" : [
          "0.51.7"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nicklockwood/SwiftFormat"
    }
  ],
  "manifest_display_name" : "Athena",
  "name" : "Athena",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "macos",
      "version" : "10.14"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "5.0"
    }
  ],
  "products" : [
    {
      "name" : "Athena",
      "targets" : [
        "Athena"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AthenaTests",
      "module_type" : "SwiftTarget",
      "name" : "AthenaTests",
      "path" : "Tests/AthenaTests",
      "sources" : [
        "DeserializerTests.swift",
        "EncodeDecodeTests.swift",
        "JSONEncodingUTFTestFixtures.swift",
        "JSONTests.swift"
      ],
      "target_dependencies" : [
        "Athena"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Athena",
      "module_type" : "SwiftTarget",
      "name" : "Athena",
      "path" : "Sources/Athena",
      "product_memberships" : [
        "Athena"
      ],
      "sources" : [
        "Decoder.swift",
        "Deserializer.swift",
        "DeserializerOptions.swift",
        "Encoder.swift",
        "EncodingDetector.swift",
        "Error.swift",
        "Internal/IntExtensions.swift",
        "Internal/NumberParser.swift",
        "Internal/SerializationOptionsExtensions.swift",
        "Internal/StringExtensions.swift",
        "Internal/UInt8Extensions.swift",
        "Internal/UnicodeEscapeParser.swift",
        "JSON.swift",
        "JSONCodable.swift",
        "JSONSubscriptRepresentable.swift",
        "Literal.swift",
        "LiteralDecodable.swift",
        "Number.swift",
        "NumberDecodable.swift",
        "Serializer.swift",
        "SerializerOptions.swift",
        "StringInterpolationExtensions.swift",
        "Subscript.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Done.