Build Information
Successful build of Hitch, reference main (c954e0
), with Swift 6.0 for visionOS using Xcode 16.2 on 1 Dec 2024 21:51:20 UTC.
Swift 6 data race errors: 9
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Hitch -destination generic/platform=xrOS 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
return String(bytesNoCopy: UnsafeMutableRawPointer(mutating: raw), length: count, encoding: .utf8, freeWhenDone: false) ??
^
/Users/admin/builder/spi-builder-workspace/Sources/Hitch/Hitch+Shared.swift:264:13: warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' was deprecated in visionOS 1.0: String does not support no-copy initialization
String(bytesNoCopy: UnsafeMutableRawPointer(mutating: raw), length: count, encoding: .ascii, freeWhenDone: false) ??
^
/Users/admin/builder/spi-builder-workspace/Sources/Hitch/Hitch+Shared.swift:265:13: warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' was deprecated in visionOS 1.0: String does not support no-copy initialization
String(bytesNoCopy: UnsafeMutableRawPointer(mutating: raw), length: count, encoding: .isoLatin1, freeWhenDone: false) ??
^
/Users/admin/builder/spi-builder-workspace/Sources/Hitch/Hitch+Shared.swift:266:13: warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' was deprecated in visionOS 1.0: String does not support no-copy initialization
String(bytesNoCopy: UnsafeMutableRawPointer(mutating: raw), length: count, encoding: .nonLossyASCII, freeWhenDone: false) ??
^
/Users/admin/builder/spi-builder-workspace/Sources/Hitch/Hitch.swift:36:23: warning: static property 'empty' is not concurrency-safe because non-'Sendable' type 'Hitch' may have shared mutable state; this is an error in the Swift 6 language mode
public static let empty: Hitch = ""
^
/Users/admin/builder/spi-builder-workspace/Sources/Hitch/Hitch.swift:35:20: note: class 'Hitch' does not conform to the 'Sendable' protocol
public final class Hitch: NSObject, Hitchable, ExpressibleByStringLiteral, Sequence, Comparable, Codable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Hitch/Hitch.swift:36:23: note: annotate 'empty' with '@MainActor' if property should only be accessed from the main actor
public static let empty: Hitch = ""
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Hitch/Hitch.swift:36:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let empty: Hitch = ""
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ CHitch.swift,\ HalfHitch.swift /Users/admin/builder/spi-builder-workspace/Sources/Hitch/CHitch.swift /Users/admin/builder/spi-builder-workspace/Sources/Hitch/HalfHitch.swift (in target 'Hitch' from project 'Hitch')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Hitch/CHitch.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Hitch/HalfHitch.swift /Users/admin/builder/spi-builder-workspace/Sources/Hitch/Hitch+Base32.swift /Users/admin/builder/spi-builder-workspace/Sources/Hitch/Hitch+Base64.swift /Users/admin/builder/spi-builder-workspace/Sources/Hitch/Hitch+CodeBlock.swift /Users/admin/builder/spi-builder-workspace/Sources/Hitch/Hitch+Format.swift /Users/admin/builder/spi-builder-workspace/Sources/Hitch/Hitch+FormatOperator.swift /Users/admin/builder/spi-builder-workspace/Sources/Hitch/Hitch+MD5.swift /Users/admin/builder/spi-builder-workspace/Sources/Hitch/Hitch+Shared.swift /Users/admin/builder/spi-builder-workspace/Sources/Hitch/Hitch.swift /Users/admin/builder/spi-builder-workspace/Sources/Hitch/Utility/Int8+Ascii.swift /Users/admin/builder/spi-builder-workspace/Sources/Hitch/Utility/UInt8+Ascii.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/Objects-normal-asan/arm64/CHitch.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/Objects-normal-asan/arm64/CHitch.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/Objects-normal-asan/arm64/CHitch.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/Objects-normal-asan/arm64/CHitch.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/Objects-normal-asan/arm64/HalfHitch.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/Objects-normal-asan/arm64/HalfHitch.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/Objects-normal-asan/arm64/HalfHitch.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/Objects-normal-asan/arm64/HalfHitch.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sanitize\=address -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/Objects-normal-asan/arm64/Hitch_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Hitch -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/Objects-normal-asan/arm64/CHitch.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/Objects-normal-asan/arm64/HalfHitch.o -index-unit-output-path /Hitch.build/Debug-xros/Hitch.build/Objects-normal-asan/arm64/CHitch.o -index-unit-output-path /Hitch.build/Debug-xros/Hitch.build/Objects-normal-asan/arm64/HalfHitch.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Hitch/CHitch.swift (in target 'Hitch' from project 'Hitch')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Hitch/CHitch.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Hitch/HalfHitch.swift /Users/admin/builder/spi-builder-workspace/Sources/Hitch/Hitch+Base32.swift /Users/admin/builder/spi-builder-workspace/Sources/Hitch/Hitch+Base64.swift /Users/admin/builder/spi-builder-workspace/Sources/Hitch/Hitch+CodeBlock.swift /Users/admin/builder/spi-builder-workspace/Sources/Hitch/Hitch+Format.swift /Users/admin/builder/spi-builder-workspace/Sources/Hitch/Hitch+FormatOperator.swift /Users/admin/builder/spi-builder-workspace/Sources/Hitch/Hitch+MD5.swift /Users/admin/builder/spi-builder-workspace/Sources/Hitch/Hitch+Shared.swift /Users/admin/builder/spi-builder-workspace/Sources/Hitch/Hitch.swift /Users/admin/builder/spi-builder-workspace/Sources/Hitch/Utility/Int8+Ascii.swift /Users/admin/builder/spi-builder-workspace/Sources/Hitch/Utility/UInt8+Ascii.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/Objects-normal-asan/arm64/CHitch.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/Objects-normal-asan/arm64/CHitch.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/Objects-normal-asan/arm64/CHitch.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/Objects-normal-asan/arm64/CHitch.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/Objects-normal-asan/arm64/HalfHitch.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/Objects-normal-asan/arm64/HalfHitch.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/Objects-normal-asan/arm64/HalfHitch.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/Objects-normal-asan/arm64/HalfHitch.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sanitize\=address -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/Objects-normal-asan/arm64/Hitch_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Hitch -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/Objects-normal-asan/arm64/CHitch.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/Objects-normal-asan/arm64/HalfHitch.o -index-unit-output-path /Hitch.build/Debug-xros/Hitch.build/Objects-normal-asan/arm64/CHitch.o -index-unit-output-path /Hitch.build/Debug-xros/Hitch.build/Objects-normal-asan/arm64/HalfHitch.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/Hitch/CHitch.swift:165:20: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
c.mutableData?.assign(from: raw, count: count)
^
/Users/admin/builder/spi-builder-workspace/Sources/Hitch/CHitch.swift:165:20: note: use 'update(from:count:)' instead
c.mutableData?.assign(from: raw, count: count)
^~~~~~
update
/Users/admin/builder/spi-builder-workspace/Sources/Hitch/CHitch.swift:178:20: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
c.mutableData?.assign(from: raw, count: count)
^
/Users/admin/builder/spi-builder-workspace/Sources/Hitch/CHitch.swift:178:20: note: use 'update(from:count:)' instead
c.mutableData?.assign(from: raw, count: count)
^~~~~~
update
/Users/admin/builder/spi-builder-workspace/Sources/Hitch/CHitch.swift:191:19: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
c.mutableData?.assign(from: raw, count: count)
^
/Users/admin/builder/spi-builder-workspace/Sources/Hitch/CHitch.swift:191:19: note: use 'update(from:count:)' instead
c.mutableData?.assign(from: raw, count: count)
^~~~~~
update
/Users/admin/builder/spi-builder-workspace/Sources/Hitch/CHitch.swift:568:26: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
(c0_data + c0.count).assign(from: rhs, count: rhs_count)
^
/Users/admin/builder/spi-builder-workspace/Sources/Hitch/CHitch.swift:568:26: note: use 'update(from:count:)' instead
(c0_data + c0.count).assign(from: rhs, count: rhs_count)
^~~~~~
update
/Users/admin/builder/spi-builder-workspace/Sources/Hitch/CHitch.swift:960:29: warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' was deprecated in visionOS 1.0: String does not support no-copy initialization
guard let stringValue = String(bytesNoCopy: UnsafeMutableRawPointer(mutating: c0_data), length: c0.count, encoding: .utf8, freeWhenDone: false) else { return 0 }
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Hitch/HalfHitch.swift (in target 'Hitch' from project 'Hitch')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Hitch/CHitch.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Hitch/HalfHitch.swift /Users/admin/builder/spi-builder-workspace/Sources/Hitch/Hitch+Base32.swift /Users/admin/builder/spi-builder-workspace/Sources/Hitch/Hitch+Base64.swift /Users/admin/builder/spi-builder-workspace/Sources/Hitch/Hitch+CodeBlock.swift /Users/admin/builder/spi-builder-workspace/Sources/Hitch/Hitch+Format.swift /Users/admin/builder/spi-builder-workspace/Sources/Hitch/Hitch+FormatOperator.swift /Users/admin/builder/spi-builder-workspace/Sources/Hitch/Hitch+MD5.swift /Users/admin/builder/spi-builder-workspace/Sources/Hitch/Hitch+Shared.swift /Users/admin/builder/spi-builder-workspace/Sources/Hitch/Hitch.swift /Users/admin/builder/spi-builder-workspace/Sources/Hitch/Utility/Int8+Ascii.swift /Users/admin/builder/spi-builder-workspace/Sources/Hitch/Utility/UInt8+Ascii.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/Objects-normal-asan/arm64/CHitch.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/Objects-normal-asan/arm64/CHitch.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/Objects-normal-asan/arm64/CHitch.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/Objects-normal-asan/arm64/CHitch.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/Objects-normal-asan/arm64/HalfHitch.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/Objects-normal-asan/arm64/HalfHitch.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/Objects-normal-asan/arm64/HalfHitch.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/Objects-normal-asan/arm64/HalfHitch.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sanitize\=address -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/Objects-normal-asan/arm64/Hitch_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Hitch -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/Objects-normal-asan/arm64/CHitch.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/Objects-normal-asan/arm64/HalfHitch.o -index-unit-output-path /Hitch.build/Debug-xros/Hitch.build/Objects-normal-asan/arm64/CHitch.o -index-unit-output-path /Hitch.build/Debug-xros/Hitch.build/Objects-normal-asan/arm64/HalfHitch.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/Hitch/HalfHitch.swift:10:23: warning: static property 'empty' is not concurrency-safe because non-'Sendable' type 'HalfHitch' may have shared mutable state; this is an error in the Swift 6 language mode
public static let empty: HalfHitch = ""
^
/Users/admin/builder/spi-builder-workspace/Sources/Hitch/HalfHitch.swift:8:15: note: consider making struct 'HalfHitch' conform to the 'Sendable' protocol
public struct HalfHitch: Hitchable, CustomStringConvertible, ExpressibleByStringLiteral, Sequence, Comparable, Hashable, Codable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Hitch/HalfHitch.swift:10:23: note: annotate 'empty' with '@MainActor' if property should only be accessed from the main actor
public static let empty: HalfHitch = ""
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Hitch/HalfHitch.swift:10:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let empty: HalfHitch = ""
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ Hitch+Format.swift /Users/admin/builder/spi-builder-workspace/Sources/Hitch/Hitch+Format.swift (in target 'Hitch' from project 'Hitch')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Hitch/CHitch.swift /Users/admin/builder/spi-builder-workspace/Sources/Hitch/HalfHitch.swift /Users/admin/builder/spi-builder-workspace/Sources/Hitch/Hitch+Base32.swift /Users/admin/builder/spi-builder-workspace/Sources/Hitch/Hitch+Base64.swift /Users/admin/builder/spi-builder-workspace/Sources/Hitch/Hitch+CodeBlock.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Hitch/Hitch+Format.swift /Users/admin/builder/spi-builder-workspace/Sources/Hitch/Hitch+FormatOperator.swift /Users/admin/builder/spi-builder-workspace/Sources/Hitch/Hitch+MD5.swift /Users/admin/builder/spi-builder-workspace/Sources/Hitch/Hitch+Shared.swift /Users/admin/builder/spi-builder-workspace/Sources/Hitch/Hitch.swift /Users/admin/builder/spi-builder-workspace/Sources/Hitch/Utility/Int8+Ascii.swift /Users/admin/builder/spi-builder-workspace/Sources/Hitch/Utility/UInt8+Ascii.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/Objects-normal-asan/arm64/Hitch+Format.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/Objects-normal-asan/arm64/Hitch+Format.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/Objects-normal-asan/arm64/Hitch+Format.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/Objects-normal-asan/arm64/Hitch+Format.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sanitize\=address -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/Objects-normal-asan/arm64/Hitch_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Hitch -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/Objects-normal-asan/arm64/Hitch+Format.o -index-unit-output-path /Hitch.build/Debug-xros/Hitch.build/Objects-normal-asan/arm64/Hitch+Format.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Hitch/Hitch+Format.swift (in target 'Hitch' from project 'Hitch')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Hitch/CHitch.swift /Users/admin/builder/spi-builder-workspace/Sources/Hitch/HalfHitch.swift /Users/admin/builder/spi-builder-workspace/Sources/Hitch/Hitch+Base32.swift /Users/admin/builder/spi-builder-workspace/Sources/Hitch/Hitch+Base64.swift /Users/admin/builder/spi-builder-workspace/Sources/Hitch/Hitch+CodeBlock.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Hitch/Hitch+Format.swift /Users/admin/builder/spi-builder-workspace/Sources/Hitch/Hitch+FormatOperator.swift /Users/admin/builder/spi-builder-workspace/Sources/Hitch/Hitch+MD5.swift /Users/admin/builder/spi-builder-workspace/Sources/Hitch/Hitch+Shared.swift /Users/admin/builder/spi-builder-workspace/Sources/Hitch/Hitch.swift /Users/admin/builder/spi-builder-workspace/Sources/Hitch/Utility/Int8+Ascii.swift /Users/admin/builder/spi-builder-workspace/Sources/Hitch/Utility/UInt8+Ascii.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/Objects-normal-asan/arm64/Hitch+Format.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/Objects-normal-asan/arm64/Hitch+Format.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/Objects-normal-asan/arm64/Hitch+Format.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/Objects-normal-asan/arm64/Hitch+Format.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sanitize\=address -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/Objects-normal-asan/arm64/Hitch_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Hitch -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/Objects-normal-asan/arm64/Hitch+Format.o -index-unit-output-path /Hitch.build/Debug-xros/Hitch.build/Objects-normal-asan/arm64/Hitch+Format.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/Hitch/Hitch+Format.swift:4:5: warning: let 'trueHitch' is not concurrency-safe because non-'Sendable' type 'Hitch' may have shared mutable state; this is an error in the Swift 6 language mode
let trueHitch: Hitch = "true"
^
/Users/admin/builder/spi-builder-workspace/Sources/Hitch/Hitch.swift:35:20: note: class 'Hitch' does not conform to the 'Sendable' protocol
public final class Hitch: NSObject, Hitchable, ExpressibleByStringLiteral, Sequence, Comparable, Codable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Hitch/Hitch+Format.swift:4:5: note: annotate 'trueHitch' with '@MainActor' if property should only be accessed from the main actor
let trueHitch: Hitch = "true"
^
/Users/admin/builder/spi-builder-workspace/Sources/Hitch/Hitch+Format.swift:4:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
let trueHitch: Hitch = "true"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Hitch/Hitch+Format.swift:6:5: warning: let 'falseHitch' is not concurrency-safe because non-'Sendable' type 'Hitch' may have shared mutable state; this is an error in the Swift 6 language mode
let falseHitch: Hitch = "false"
^
/Users/admin/builder/spi-builder-workspace/Sources/Hitch/Hitch.swift:35:20: note: class 'Hitch' does not conform to the 'Sendable' protocol
public final class Hitch: NSObject, Hitchable, ExpressibleByStringLiteral, Sequence, Comparable, Codable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Hitch/Hitch+Format.swift:6:5: note: annotate 'falseHitch' with '@MainActor' if property should only be accessed from the main actor
let falseHitch: Hitch = "false"
^
/Users/admin/builder/spi-builder-workspace/Sources/Hitch/Hitch+Format.swift:6:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
let falseHitch: Hitch = "false"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Hitch/Hitch+Format.swift:8:5: warning: let 'errorHitch' is not concurrency-safe because non-'Sendable' type 'Hitch' may have shared mutable state; this is an error in the Swift 6 language mode
let errorHitch: Hitch = "error"
^
/Users/admin/builder/spi-builder-workspace/Sources/Hitch/Hitch.swift:35:20: note: class 'Hitch' does not conform to the 'Sendable' protocol
public final class Hitch: NSObject, Hitchable, ExpressibleByStringLiteral, Sequence, Comparable, Codable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Hitch/Hitch+Format.swift:8:5: note: annotate 'errorHitch' with '@MainActor' if property should only be accessed from the main actor
let errorHitch: Hitch = "error"
^
/Users/admin/builder/spi-builder-workspace/Sources/Hitch/Hitch+Format.swift:8:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
let errorHitch: Hitch = "error"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Hitch/Hitch+Format.swift:10:5: warning: let 'nullHitch' is not concurrency-safe because non-'Sendable' type 'Hitch' may have shared mutable state; this is an error in the Swift 6 language mode
let nullHitch: Hitch = "null"
^
/Users/admin/builder/spi-builder-workspace/Sources/Hitch/Hitch.swift:35:20: note: class 'Hitch' does not conform to the 'Sendable' protocol
public final class Hitch: NSObject, Hitchable, ExpressibleByStringLiteral, Sequence, Comparable, Codable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Hitch/Hitch+Format.swift:10:5: note: annotate 'nullHitch' with '@MainActor' if property should only be accessed from the main actor
let nullHitch: Hitch = "null"
^
/Users/admin/builder/spi-builder-workspace/Sources/Hitch/Hitch+Format.swift:10:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
let nullHitch: Hitch = "null"
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Hitch/Hitch.swift:36:23: warning: static property 'empty' is not concurrency-safe because non-'Sendable' type 'Hitch' may have shared mutable state; this is an error in the Swift 6 language mode
public static let empty: Hitch = ""
^
/Users/admin/builder/spi-builder-workspace/Sources/Hitch/Hitch.swift:35:20: note: class 'Hitch' does not conform to the 'Sendable' protocol
public final class Hitch: NSObject, Hitchable, ExpressibleByStringLiteral, Sequence, Comparable, Codable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Hitch/Hitch.swift:36:23: note: annotate 'empty' with '@MainActor' if property should only be accessed from the main actor
public static let empty: Hitch = ""
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Hitch/Hitch.swift:36:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let empty: Hitch = ""
^
nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Emitting module for Hitch (in target 'Hitch' from project 'Hitch')
SwiftDriverJobDiscovery normal arm64 Compiling Hitch+MD5.swift (in target 'Hitch' from project 'Hitch')
SwiftDriver\ Compilation\ Requirements Hitch normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Hitch' from project 'Hitch')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Hitch -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/Objects-normal/arm64/Hitch.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.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -sanitize\=address -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/Objects-normal-asan/arm64/Hitch-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/Hitch.build/Debug-xros/Hitch.build/Objects-normal-asan/arm64/Hitch.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/Hitch.build/Debug-xros/Hitch.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/Objects-normal-asan/arm64/Hitch_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.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/Hitch.build/Debug-xros/Hitch.build/Objects-normal-asan/arm64/Hitch-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Hitch+Base32.swift, Hitch+Base64.swift (in target 'Hitch' from project 'Hitch')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Hitch-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/Objects-normal-asan/arm64/Hitch-Swift.h (in target 'Hitch' from project 'Hitch')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/Objects-normal-asan/arm64/Hitch-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Hitch-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Hitch.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/Objects-normal-asan/arm64/Hitch.swiftmodule (in target 'Hitch' from project 'Hitch')
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/Hitch.build/Debug-xros/Hitch.build/Objects-normal-asan/arm64/Hitch.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Hitch.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Hitch.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/Objects-normal-asan/arm64/Hitch.swiftdoc (in target 'Hitch' from project 'Hitch')
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/Hitch.build/Debug-xros/Hitch.build/Objects-normal-asan/arm64/Hitch.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Hitch.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Hitch.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/Objects-normal-asan/arm64/Hitch.abi.json (in target 'Hitch' from project 'Hitch')
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/Hitch.build/Debug-xros/Hitch.build/Objects-normal-asan/arm64/Hitch.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Hitch.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Hitch.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/Objects-normal-asan/arm64/Hitch.swiftsourceinfo (in target 'Hitch' from project 'Hitch')
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/Hitch.build/Debug-xros/Hitch.build/Objects-normal-asan/arm64/Hitch.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Hitch.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling Int8+Ascii.swift (in target 'Hitch' from project 'Hitch')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/HitchTests.xctest/Frameworks/libclang_rt.asan_xros_dynamic.dylib /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/lib/darwin/libclang_rt.asan_xros_dynamic.dylib (in target 'HitchTests' from project 'Hitch')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/lib/darwin/libclang_rt.asan_xros_dynamic.dylib /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/HitchTests.xctest/Frameworks
SwiftDriver HitchTests normal arm64 com.apple.xcode.tools.swift.compiler (in target 'HitchTests' from project 'Hitch')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name HitchTests -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/Objects-normal/arm64/HitchTests.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.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -sanitize\=address -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HitchTests-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/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HitchTests.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/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HitchTests_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.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 UInt8+Ascii.swift (in target 'Hitch' from project 'Hitch')
SwiftEmitModule normal arm64 Emitting\ module\ for\ HitchTests (in target 'HitchTests' from project 'Hitch')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HalfHitchTests.swift /Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchFormatTests.swift /Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchPerformanceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sanitize\=address -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HitchTests_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name HitchTests -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HitchTests.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HitchTests.swiftsourceinfo -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HitchTests-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HitchTests-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HitchTests.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HitchTests.abi.json
EmitSwiftModule normal arm64 (in target 'HitchTests' from project 'Hitch')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HalfHitchTests.swift /Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchFormatTests.swift /Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchPerformanceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sanitize\=address -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HitchTests_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name HitchTests -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HitchTests.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HitchTests.swiftsourceinfo -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HitchTests-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HitchTests-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HitchTests.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HitchTests.abi.json
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:8:5: warning: let 'hitchLorem' is not concurrency-safe because non-'Sendable' type 'Hitch' may have shared mutable state; this is an error in the Swift 6 language mode
let hitchLorem = Hitch(stringLiteral: loremStatic)
^
/Users/admin/builder/spi-builder-workspace/Sources/Hitch/Hitch.swift:35:20: note: class 'Hitch' does not conform to the 'Sendable' protocol
public final class Hitch: NSObject, Hitchable, ExpressibleByStringLiteral, Sequence, Comparable, Codable {
^
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:3:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Hitch'
import Hitch
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:8:5: note: annotate 'hitchLorem' with '@MainActor' if property should only be accessed from the main actor
let hitchLorem = Hitch(stringLiteral: loremStatic)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:8:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
let hitchLorem = Hitch(stringLiteral: loremStatic)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:9:5: warning: let 'halfhitchLorem' is not concurrency-safe because non-'Sendable' type 'HalfHitch' may have shared mutable state; this is an error in the Swift 6 language mode
let halfhitchLorem = HalfHitch(stringLiteral: loremStatic)
^
/Users/admin/builder/spi-builder-workspace/Sources/Hitch/HalfHitch.swift:8:15: note: struct 'HalfHitch' does not conform to the 'Sendable' protocol
public struct HalfHitch: Hitchable, CustomStringConvertible, ExpressibleByStringLiteral, Sequence, Comparable, Hashable, Codable {
^
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:9:5: note: annotate 'halfhitchLorem' with '@MainActor' if property should only be accessed from the main actor
let halfhitchLorem = HalfHitch(stringLiteral: loremStatic)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:9:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
let halfhitchLorem = HalfHitch(stringLiteral: loremStatic)
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ HitchTests.swift /Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift (in target 'HitchTests' from project 'Hitch')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HalfHitchTests.swift /Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchFormatTests.swift /Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchPerformanceTests.swift -primary-file /Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HitchTests.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HitchTests.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HitchTests.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HitchTests.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sanitize\=address -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HitchTests_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name HitchTests -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HitchTests.o -index-unit-output-path /Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HitchTests.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift (in target 'HitchTests' from project 'Hitch')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HalfHitchTests.swift /Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchFormatTests.swift /Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchPerformanceTests.swift -primary-file /Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HitchTests.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HitchTests.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HitchTests.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HitchTests.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sanitize\=address -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HitchTests_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name HitchTests -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HitchTests.o -index-unit-output-path /Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HitchTests.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:8:5: warning: let 'hitchLorem' is not concurrency-safe because non-'Sendable' type 'Hitch' may have shared mutable state; this is an error in the Swift 6 language mode
let hitchLorem = Hitch(stringLiteral: loremStatic)
^
/Users/admin/builder/spi-builder-workspace/Sources/Hitch/Hitch.swift:35:20: note: class 'Hitch' does not conform to the 'Sendable' protocol
public final class Hitch: NSObject, Hitchable, ExpressibleByStringLiteral, Sequence, Comparable, Codable {
^
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:3:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Hitch'
import Hitch
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:8:5: note: annotate 'hitchLorem' with '@MainActor' if property should only be accessed from the main actor
let hitchLorem = Hitch(stringLiteral: loremStatic)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:8:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
let hitchLorem = Hitch(stringLiteral: loremStatic)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:9:5: warning: let 'halfhitchLorem' is not concurrency-safe because non-'Sendable' type 'HalfHitch' may have shared mutable state; this is an error in the Swift 6 language mode
let halfhitchLorem = HalfHitch(stringLiteral: loremStatic)
^
/Users/admin/builder/spi-builder-workspace/Sources/Hitch/HalfHitch.swift:8:15: note: struct 'HalfHitch' does not conform to the 'Sendable' protocol
public struct HalfHitch: Hitchable, CustomStringConvertible, ExpressibleByStringLiteral, Sequence, Comparable, Hashable, Codable {
^
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:9:5: note: annotate 'halfhitchLorem' with '@MainActor' if property should only be accessed from the main actor
let halfhitchLorem = HalfHitch(stringLiteral: loremStatic)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:9:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
let halfhitchLorem = HalfHitch(stringLiteral: loremStatic)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:60:18: warning: 'let' pattern has no effect; sub-pattern didn't bind any variables
case let _ as Hitch:
^~~~~~~~~~~~~~
<unknown>:0: warning: implicit capture of 'self' requires that 'HitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:15:13: note: class 'HitchTests' does not conform to the 'Sendable' protocol
final class HitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:15:13: note: class 'HitchTests' does not conform to the 'Sendable' protocol
final class HitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:15:13: note: class 'HitchTests' does not conform to the 'Sendable' protocol
final class HitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:15:13: note: class 'HitchTests' does not conform to the 'Sendable' protocol
final class HitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:15:13: note: class 'HitchTests' does not conform to the 'Sendable' protocol
final class HitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:15:13: note: class 'HitchTests' does not conform to the 'Sendable' protocol
final class HitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:15:13: note: class 'HitchTests' does not conform to the 'Sendable' protocol
final class HitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:15:13: note: class 'HitchTests' does not conform to the 'Sendable' protocol
final class HitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:15:13: note: class 'HitchTests' does not conform to the 'Sendable' protocol
final class HitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:15:13: note: class 'HitchTests' does not conform to the 'Sendable' protocol
final class HitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:15:13: note: class 'HitchTests' does not conform to the 'Sendable' protocol
final class HitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:15:13: note: class 'HitchTests' does not conform to the 'Sendable' protocol
final class HitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:15:13: note: class 'HitchTests' does not conform to the 'Sendable' protocol
final class HitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:15:13: note: class 'HitchTests' does not conform to the 'Sendable' protocol
final class HitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:15:13: note: class 'HitchTests' does not conform to the 'Sendable' protocol
final class HitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:15:13: note: class 'HitchTests' does not conform to the 'Sendable' protocol
final class HitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:15:13: note: class 'HitchTests' does not conform to the 'Sendable' protocol
final class HitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:15:13: note: class 'HitchTests' does not conform to the 'Sendable' protocol
final class HitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:15:13: note: class 'HitchTests' does not conform to the 'Sendable' protocol
final class HitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:15:13: note: class 'HitchTests' does not conform to the 'Sendable' protocol
final class HitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:15:13: note: class 'HitchTests' does not conform to the 'Sendable' protocol
final class HitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:15:13: note: class 'HitchTests' does not conform to the 'Sendable' protocol
final class HitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:15:13: note: class 'HitchTests' does not conform to the 'Sendable' protocol
final class HitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:15:13: note: class 'HitchTests' does not conform to the 'Sendable' protocol
final class HitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:15:13: note: class 'HitchTests' does not conform to the 'Sendable' protocol
final class HitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:15:13: note: class 'HitchTests' does not conform to the 'Sendable' protocol
final class HitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:15:13: note: class 'HitchTests' does not conform to the 'Sendable' protocol
final class HitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:15:13: note: class 'HitchTests' does not conform to the 'Sendable' protocol
final class HitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:15:13: note: class 'HitchTests' does not conform to the 'Sendable' protocol
final class HitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:15:13: note: class 'HitchTests' does not conform to the 'Sendable' protocol
final class HitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:15:13: note: class 'HitchTests' does not conform to the 'Sendable' protocol
final class HitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:15:13: note: class 'HitchTests' does not conform to the 'Sendable' protocol
final class HitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:15:13: note: class 'HitchTests' does not conform to the 'Sendable' protocol
final class HitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:15:13: note: class 'HitchTests' does not conform to the 'Sendable' protocol
final class HitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:15:13: note: class 'HitchTests' does not conform to the 'Sendable' protocol
final class HitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:15:13: note: class 'HitchTests' does not conform to the 'Sendable' protocol
final class HitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:15:13: note: class 'HitchTests' does not conform to the 'Sendable' protocol
final class HitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:15:13: note: class 'HitchTests' does not conform to the 'Sendable' protocol
final class HitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:15:13: note: class 'HitchTests' does not conform to the 'Sendable' protocol
final class HitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:15:13: note: class 'HitchTests' does not conform to the 'Sendable' protocol
final class HitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:15:13: note: class 'HitchTests' does not conform to the 'Sendable' protocol
final class HitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:15:13: note: class 'HitchTests' does not conform to the 'Sendable' protocol
final class HitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:15:13: note: class 'HitchTests' does not conform to the 'Sendable' protocol
final class HitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:15:13: note: class 'HitchTests' does not conform to the 'Sendable' protocol
final class HitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:15:13: note: class 'HitchTests' does not conform to the 'Sendable' protocol
final class HitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:15:13: note: class 'HitchTests' does not conform to the 'Sendable' protocol
final class HitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:15:13: note: class 'HitchTests' does not conform to the 'Sendable' protocol
final class HitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:15:13: note: class 'HitchTests' does not conform to the 'Sendable' protocol
final class HitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:15:13: note: class 'HitchTests' does not conform to the 'Sendable' protocol
final class HitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:15:13: note: class 'HitchTests' does not conform to the 'Sendable' protocol
final class HitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:15:13: note: class 'HitchTests' does not conform to the 'Sendable' protocol
final class HitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:15:13: note: class 'HitchTests' does not conform to the 'Sendable' protocol
final class HitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:15:13: note: class 'HitchTests' does not conform to the 'Sendable' protocol
final class HitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:15:13: note: class 'HitchTests' does not conform to the 'Sendable' protocol
final class HitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:15:13: note: class 'HitchTests' does not conform to the 'Sendable' protocol
final class HitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:15:13: note: class 'HitchTests' does not conform to the 'Sendable' protocol
final class HitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:15:13: note: class 'HitchTests' does not conform to the 'Sendable' protocol
final class HitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:15:13: note: class 'HitchTests' does not conform to the 'Sendable' protocol
final class HitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:15:13: note: class 'HitchTests' does not conform to the 'Sendable' protocol
final class HitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:15:13: note: class 'HitchTests' does not conform to the 'Sendable' protocol
final class HitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:15:13: note: class 'HitchTests' does not conform to the 'Sendable' protocol
final class HitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:15:13: note: class 'HitchTests' does not conform to the 'Sendable' protocol
final class HitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:15:13: note: class 'HitchTests' does not conform to the 'Sendable' protocol
final class HitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:15:13: note: class 'HitchTests' does not conform to the 'Sendable' protocol
final class HitchTests: XCTestCase {
^
SwiftCompile normal arm64 Compiling\ HitchFormatTests.swift /Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchFormatTests.swift (in target 'HitchTests' from project 'Hitch')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HalfHitchTests.swift -primary-file /Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchFormatTests.swift /Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchPerformanceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HitchFormatTests.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HitchFormatTests.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HitchFormatTests.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HitchFormatTests.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sanitize\=address -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HitchTests_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name HitchTests -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HitchFormatTests.o -index-unit-output-path /Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HitchFormatTests.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchFormatTests.swift (in target 'HitchTests' from project 'Hitch')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HalfHitchTests.swift -primary-file /Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchFormatTests.swift /Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchPerformanceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HitchFormatTests.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HitchFormatTests.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HitchFormatTests.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HitchFormatTests.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sanitize\=address -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HitchTests_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name HitchTests -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HitchFormatTests.o -index-unit-output-path /Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HitchFormatTests.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
<unknown>:0: warning: implicit capture of 'self' requires that 'HitchFormatTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchFormatTests.swift:4:13: note: class 'HitchFormatTests' does not conform to the 'Sendable' protocol
final class HitchFormatTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HitchFormatTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchFormatTests.swift:4:13: note: class 'HitchFormatTests' does not conform to the 'Sendable' protocol
final class HitchFormatTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HitchFormatTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchFormatTests.swift:4:13: note: class 'HitchFormatTests' does not conform to the 'Sendable' protocol
final class HitchFormatTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HitchFormatTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchFormatTests.swift:4:13: note: class 'HitchFormatTests' does not conform to the 'Sendable' protocol
final class HitchFormatTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HitchFormatTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchFormatTests.swift:4:13: note: class 'HitchFormatTests' does not conform to the 'Sendable' protocol
final class HitchFormatTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HitchFormatTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchFormatTests.swift:4:13: note: class 'HitchFormatTests' does not conform to the 'Sendable' protocol
final class HitchFormatTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HitchFormatTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchFormatTests.swift:4:13: note: class 'HitchFormatTests' does not conform to the 'Sendable' protocol
final class HitchFormatTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HitchFormatTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchFormatTests.swift:4:13: note: class 'HitchFormatTests' does not conform to the 'Sendable' protocol
final class HitchFormatTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HitchFormatTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchFormatTests.swift:4:13: note: class 'HitchFormatTests' does not conform to the 'Sendable' protocol
final class HitchFormatTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HitchFormatTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchFormatTests.swift:4:13: note: class 'HitchFormatTests' does not conform to the 'Sendable' protocol
final class HitchFormatTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HitchFormatTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchFormatTests.swift:4:13: note: class 'HitchFormatTests' does not conform to the 'Sendable' protocol
final class HitchFormatTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HitchFormatTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchFormatTests.swift:4:13: note: class 'HitchFormatTests' does not conform to the 'Sendable' protocol
final class HitchFormatTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HitchFormatTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchFormatTests.swift:4:13: note: class 'HitchFormatTests' does not conform to the 'Sendable' protocol
final class HitchFormatTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HitchFormatTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchFormatTests.swift:4:13: note: class 'HitchFormatTests' does not conform to the 'Sendable' protocol
final class HitchFormatTests: XCTestCase {
^
SwiftCompile normal arm64 Compiling\ HalfHitchTests.swift /Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HalfHitchTests.swift (in target 'HitchTests' from project 'Hitch')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HalfHitchTests.swift /Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchFormatTests.swift /Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchPerformanceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HalfHitchTests.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HalfHitchTests.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HalfHitchTests.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HalfHitchTests.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sanitize\=address -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HitchTests_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name HitchTests -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HalfHitchTests.o -index-unit-output-path /Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HalfHitchTests.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HalfHitchTests.swift (in target 'HitchTests' from project 'Hitch')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HalfHitchTests.swift /Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchFormatTests.swift /Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchPerformanceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HalfHitchTests.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HalfHitchTests.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HalfHitchTests.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HalfHitchTests.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sanitize\=address -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HitchTests_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name HitchTests -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HalfHitchTests.o -index-unit-output-path /Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HalfHitchTests.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:8:5: warning: let 'hitchLorem' is not concurrency-safe because non-'Sendable' type 'Hitch' may have shared mutable state; this is an error in the Swift 6 language mode
let hitchLorem = Hitch(stringLiteral: loremStatic)
^
/Users/admin/builder/spi-builder-workspace/Sources/Hitch/Hitch.swift:35:20: note: class 'Hitch' does not conform to the 'Sendable' protocol
public final class Hitch: NSObject, Hitchable, ExpressibleByStringLiteral, Sequence, Comparable, Codable {
^
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:3:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Hitch'
import Hitch
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:8:5: note: annotate 'hitchLorem' with '@MainActor' if property should only be accessed from the main actor
let hitchLorem = Hitch(stringLiteral: loremStatic)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:8:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
let hitchLorem = Hitch(stringLiteral: loremStatic)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:9:5: warning: let 'halfhitchLorem' is not concurrency-safe because non-'Sendable' type 'HalfHitch' may have shared mutable state; this is an error in the Swift 6 language mode
let halfhitchLorem = HalfHitch(stringLiteral: loremStatic)
^
/Users/admin/builder/spi-builder-workspace/Sources/Hitch/HalfHitch.swift:8:15: note: struct 'HalfHitch' does not conform to the 'Sendable' protocol
public struct HalfHitch: Hitchable, CustomStringConvertible, ExpressibleByStringLiteral, Sequence, Comparable, Hashable, Codable {
^
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:9:5: note: annotate 'halfhitchLorem' with '@MainActor' if property should only be accessed from the main actor
let halfhitchLorem = HalfHitch(stringLiteral: loremStatic)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:9:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
let halfhitchLorem = HalfHitch(stringLiteral: loremStatic)
^
nonisolated(unsafe)
<unknown>:0: warning: implicit capture of 'self' requires that 'HalfHitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HalfHitchTests.swift:8:13: note: class 'HalfHitchTests' does not conform to the 'Sendable' protocol
final class HalfHitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HalfHitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HalfHitchTests.swift:8:13: note: class 'HalfHitchTests' does not conform to the 'Sendable' protocol
final class HalfHitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HalfHitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HalfHitchTests.swift:8:13: note: class 'HalfHitchTests' does not conform to the 'Sendable' protocol
final class HalfHitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HalfHitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HalfHitchTests.swift:8:13: note: class 'HalfHitchTests' does not conform to the 'Sendable' protocol
final class HalfHitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HalfHitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HalfHitchTests.swift:8:13: note: class 'HalfHitchTests' does not conform to the 'Sendable' protocol
final class HalfHitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HalfHitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HalfHitchTests.swift:8:13: note: class 'HalfHitchTests' does not conform to the 'Sendable' protocol
final class HalfHitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HalfHitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HalfHitchTests.swift:8:13: note: class 'HalfHitchTests' does not conform to the 'Sendable' protocol
final class HalfHitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HalfHitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HalfHitchTests.swift:8:13: note: class 'HalfHitchTests' does not conform to the 'Sendable' protocol
final class HalfHitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HalfHitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HalfHitchTests.swift:8:13: note: class 'HalfHitchTests' does not conform to the 'Sendable' protocol
final class HalfHitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HalfHitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HalfHitchTests.swift:8:13: note: class 'HalfHitchTests' does not conform to the 'Sendable' protocol
final class HalfHitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HalfHitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HalfHitchTests.swift:8:13: note: class 'HalfHitchTests' does not conform to the 'Sendable' protocol
final class HalfHitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HalfHitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HalfHitchTests.swift:8:13: note: class 'HalfHitchTests' does not conform to the 'Sendable' protocol
final class HalfHitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HalfHitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HalfHitchTests.swift:8:13: note: class 'HalfHitchTests' does not conform to the 'Sendable' protocol
final class HalfHitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HalfHitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HalfHitchTests.swift:8:13: note: class 'HalfHitchTests' does not conform to the 'Sendable' protocol
final class HalfHitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HalfHitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HalfHitchTests.swift:8:13: note: class 'HalfHitchTests' does not conform to the 'Sendable' protocol
final class HalfHitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HalfHitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HalfHitchTests.swift:8:13: note: class 'HalfHitchTests' does not conform to the 'Sendable' protocol
final class HalfHitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HalfHitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HalfHitchTests.swift:8:13: note: class 'HalfHitchTests' does not conform to the 'Sendable' protocol
final class HalfHitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HalfHitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HalfHitchTests.swift:8:13: note: class 'HalfHitchTests' does not conform to the 'Sendable' protocol
final class HalfHitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HalfHitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HalfHitchTests.swift:8:13: note: class 'HalfHitchTests' does not conform to the 'Sendable' protocol
final class HalfHitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HalfHitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HalfHitchTests.swift:8:13: note: class 'HalfHitchTests' does not conform to the 'Sendable' protocol
final class HalfHitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HalfHitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HalfHitchTests.swift:8:13: note: class 'HalfHitchTests' does not conform to the 'Sendable' protocol
final class HalfHitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HalfHitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HalfHitchTests.swift:8:13: note: class 'HalfHitchTests' does not conform to the 'Sendable' protocol
final class HalfHitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HalfHitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HalfHitchTests.swift:8:13: note: class 'HalfHitchTests' does not conform to the 'Sendable' protocol
final class HalfHitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HalfHitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HalfHitchTests.swift:8:13: note: class 'HalfHitchTests' does not conform to the 'Sendable' protocol
final class HalfHitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HalfHitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HalfHitchTests.swift:8:13: note: class 'HalfHitchTests' does not conform to the 'Sendable' protocol
final class HalfHitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HalfHitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HalfHitchTests.swift:8:13: note: class 'HalfHitchTests' does not conform to the 'Sendable' protocol
final class HalfHitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HalfHitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HalfHitchTests.swift:8:13: note: class 'HalfHitchTests' does not conform to the 'Sendable' protocol
final class HalfHitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HalfHitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HalfHitchTests.swift:8:13: note: class 'HalfHitchTests' does not conform to the 'Sendable' protocol
final class HalfHitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HalfHitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HalfHitchTests.swift:8:13: note: class 'HalfHitchTests' does not conform to the 'Sendable' protocol
final class HalfHitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HalfHitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HalfHitchTests.swift:8:13: note: class 'HalfHitchTests' does not conform to the 'Sendable' protocol
final class HalfHitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HalfHitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HalfHitchTests.swift:8:13: note: class 'HalfHitchTests' does not conform to the 'Sendable' protocol
final class HalfHitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HalfHitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HalfHitchTests.swift:8:13: note: class 'HalfHitchTests' does not conform to the 'Sendable' protocol
final class HalfHitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HalfHitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HalfHitchTests.swift:8:13: note: class 'HalfHitchTests' does not conform to the 'Sendable' protocol
final class HalfHitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HalfHitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HalfHitchTests.swift:8:13: note: class 'HalfHitchTests' does not conform to the 'Sendable' protocol
final class HalfHitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HalfHitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HalfHitchTests.swift:8:13: note: class 'HalfHitchTests' does not conform to the 'Sendable' protocol
final class HalfHitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HalfHitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HalfHitchTests.swift:8:13: note: class 'HalfHitchTests' does not conform to the 'Sendable' protocol
final class HalfHitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HalfHitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HalfHitchTests.swift:8:13: note: class 'HalfHitchTests' does not conform to the 'Sendable' protocol
final class HalfHitchTests: XCTestCase {
^
<unknown>:0: warning: implicit capture of 'self' requires that 'HalfHitchTests' conforms to `Sendable`; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HalfHitchTests.swift:8:13: note: class 'HalfHitchTests' does not conform to the 'Sendable' protocol
final class HalfHitchTests: XCTestCase {
^
SwiftDriverJobDiscovery normal arm64 Compiling Hitch+FormatOperator.swift (in target 'Hitch' from project 'Hitch')
SwiftCompile normal arm64 Compiling\ HitchPerformanceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchPerformanceTests.swift (in target 'HitchTests' from project 'Hitch')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HalfHitchTests.swift /Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchFormatTests.swift -primary-file /Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchPerformanceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HitchPerformanceTests.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HitchPerformanceTests.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HitchPerformanceTests.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HitchPerformanceTests.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sanitize\=address -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HitchTests_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name HitchTests -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HitchPerformanceTests.o -index-unit-output-path /Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HitchPerformanceTests.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchPerformanceTests.swift (in target 'HitchTests' from project 'Hitch')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HalfHitchTests.swift /Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchFormatTests.swift -primary-file /Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchPerformanceTests.swift /Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HitchPerformanceTests.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HitchPerformanceTests.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HitchPerformanceTests.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HitchPerformanceTests.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sanitize\=address -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HitchTests_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name HitchTests -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HitchPerformanceTests.o -index-unit-output-path /Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HitchPerformanceTests.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:8:5: warning: let 'hitchLorem' is not concurrency-safe because non-'Sendable' type 'Hitch' may have shared mutable state; this is an error in the Swift 6 language mode
let hitchLorem = Hitch(stringLiteral: loremStatic)
^
/Users/admin/builder/spi-builder-workspace/Sources/Hitch/Hitch.swift:35:20: note: class 'Hitch' does not conform to the 'Sendable' protocol
public final class Hitch: NSObject, Hitchable, ExpressibleByStringLiteral, Sequence, Comparable, Codable {
^
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:3:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Hitch'
import Hitch
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:8:5: note: annotate 'hitchLorem' with '@MainActor' if property should only be accessed from the main actor
let hitchLorem = Hitch(stringLiteral: loremStatic)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Tests/HitchTests/HitchTests.swift:8:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
let hitchLorem = Hitch(stringLiteral: loremStatic)
^
nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Compiling Hitch+CodeBlock.swift (in target 'Hitch' from project 'Hitch')
SwiftDriverJobDiscovery normal arm64 Compiling Hitch.swift (in target 'Hitch' from project 'Hitch')
SwiftDriverJobDiscovery normal arm64 Compiling Hitch+Format.swift (in target 'Hitch' from project 'Hitch')
SwiftDriverJobDiscovery normal arm64 Compiling Hitch+Shared.swift (in target 'Hitch' from project 'Hitch')
SwiftDriverJobDiscovery normal arm64 Compiling CHitch.swift, HalfHitch.swift (in target 'Hitch' from project 'Hitch')
SwiftDriver\ Compilation Hitch normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Hitch' from project 'Hitch')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Hitch -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/Objects-normal/arm64/Hitch.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.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -sanitize\=address -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/Objects-normal-asan/arm64/Hitch-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/Hitch.build/Debug-xros/Hitch.build/Objects-normal-asan/arm64/Hitch.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/Hitch.build/Debug-xros/Hitch.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/Objects-normal-asan/arm64/Hitch_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.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/Hitch.build/Debug-xros/Hitch.build/Objects-normal-asan/arm64/Hitch-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/Products/Debug-xros/Hitch.o normal (in target 'Hitch' from project 'Hitch')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/Objects-normal/arm64/Hitch.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/Objects-normal-asan/arm64/Hitch_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -fsanitize\=address -L/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/Objects-normal-asan/arm64/Hitch.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/Objects-normal-asan/arm64/Hitch_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Hitch.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Hitch.o (in target 'Hitch' from project 'Hitch')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Hitch.o
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/HitchTests.xctest/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/empty-HitchTests.plist (in target 'HitchTests' from project 'Hitch')
cd /Users/admin/builder/spi-builder-workspace
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/empty-HitchTests.plist -producttype com.apple.product-type.bundle.unit-test -expandbuildsettings -format binary -platform xros -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/HitchTests.xctest/Info.plist
SwiftDriverJobDiscovery normal arm64 Emitting module for HitchTests (in target 'HitchTests' from project 'Hitch')
SwiftDriver\ Compilation\ Requirements HitchTests normal arm64 com.apple.xcode.tools.swift.compiler (in target 'HitchTests' from project 'Hitch')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name HitchTests -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/Objects-normal/arm64/HitchTests.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.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -sanitize\=address -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HitchTests-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/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HitchTests.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/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HitchTests_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.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-xros/HitchTests.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HitchTests.swiftdoc (in target 'HitchTests' from project 'Hitch')
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/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HitchTests.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/HitchTests.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/HitchTests.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HitchTests.swiftmodule (in target 'HitchTests' from project 'Hitch')
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/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HitchTests.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/HitchTests.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/HitchTests.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HitchTests.abi.json (in target 'HitchTests' from project 'Hitch')
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/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HitchTests.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/HitchTests.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/HitchTests.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HitchTests.swiftsourceinfo (in target 'HitchTests' from project 'Hitch')
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/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HitchTests.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/HitchTests.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling HitchPerformanceTests.swift (in target 'HitchTests' from project 'Hitch')
SwiftDriverJobDiscovery normal arm64 Compiling HitchFormatTests.swift (in target 'HitchTests' from project 'Hitch')
SwiftDriverJobDiscovery normal arm64 Compiling HalfHitchTests.swift (in target 'HitchTests' from project 'Hitch')
SwiftDriverJobDiscovery normal arm64 Compiling HitchTests.swift (in target 'HitchTests' from project 'Hitch')
SwiftDriver\ Compilation HitchTests normal arm64 com.apple.xcode.tools.swift.compiler (in target 'HitchTests' from project 'Hitch')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name HitchTests -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/Objects-normal/arm64/HitchTests.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.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -sanitize\=address -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HitchTests-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/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HitchTests.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/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HitchTests_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -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/Products/Debug-xros/HitchTests.xctest/HitchTests normal (in target 'HitchTests' from project 'Hitch')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -bundle -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/Objects-normal/arm64/HitchTests.LinkFileList -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/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/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HitchTests_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -fsanitize\=address -L/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HitchTests.swiftmodule -Wl,-no_warn_duplicate_libraries -framework XCTest -lXCTestSwiftSupport -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HitchTests_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/HitchTests.xctest/HitchTests -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/Hitch.build/Objects-normal-asan/arm64/Hitch.swiftmodule
GenerateDSYMFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/HitchTests.xctest.dSYM /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/HitchTests.xctest/HitchTests (in target 'HitchTests' from project 'Hitch')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/HitchTests.xctest/HitchTests -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/HitchTests.xctest.dSYM
CopySwiftLibs /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/HitchTests.xctest (in target 'HitchTests' from project 'Hitch')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftStdLibTool --copy --verbose --scan-executable /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/HitchTests.xctest/HitchTests --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/HitchTests.xctest/Frameworks --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/HitchTests.xctest/PlugIns --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/HitchTests.xctest/SystemExtensions --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/HitchTests.xctest/Extensions --platform xros --toolchain /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --destination /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/HitchTests.xctest/Frameworks --strip-bitcode --scan-executable /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/libXCTestSwiftSupport.dylib --strip-bitcode-tool /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/bitcode_strip --emit-dependency-info /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/SwiftStdLibToolInputDependencies.dep --filter-for-swift-os
Ignoring --strip-bitcode because --sign was not passed
ExtractAppIntentsMetadata (in target 'HitchTests' from project 'Hitch')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/HitchTests.xctest --toolchain-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name HitchTests --sdk-root /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk --xcode-version 16B40 --platform-family xrOS --deployment-target 1.0 --bundle-identifier spi-builder-workspace.HitchTests --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/HitchTests.xctest/HitchTests --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/HitchTests_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/Objects-normal-asan/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/Objects-normal/arm64/HitchTests.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/HitchTests.DependencyMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Hitch.build/Debug-xros/HitchTests.build/Objects-normal/arm64/HitchTests.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents
note: Metadata extraction skipped. No AppIntents.framework dependency found. (in target 'HitchTests' from project 'Hitch')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/HitchTests.xctest (in target 'HitchTests' from project 'Hitch')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/HitchTests.xctest
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/HitchTests.xctest (in target 'HitchTests' from project 'Hitch')
cd /Users/admin/builder/spi-builder-workspace
/usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/HitchTests.xctest
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Hitch",
"name" : "Hitch",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Hitch",
"targets" : [
"Hitch"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HitchTests",
"module_type" : "SwiftTarget",
"name" : "HitchTests",
"path" : "Tests/HitchTests",
"sources" : [
"HalfHitchTests.swift",
"HitchFormatTests.swift",
"HitchPerformanceTests.swift",
"HitchTests.swift"
],
"target_dependencies" : [
"Hitch"
],
"type" : "test"
},
{
"c99name" : "Hitch",
"module_type" : "SwiftTarget",
"name" : "Hitch",
"path" : "Sources/Hitch",
"product_memberships" : [
"Hitch"
],
"sources" : [
"CHitch.swift",
"HalfHitch.swift",
"Hitch+Base32.swift",
"Hitch+Base64.swift",
"Hitch+CodeBlock.swift",
"Hitch+Format.swift",
"Hitch+FormatOperator.swift",
"Hitch+MD5.swift",
"Hitch+Shared.swift",
"Hitch.swift",
"Utility/Int8+Ascii.swift",
"Utility/UInt8+Ascii.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.