Build Information
Successful build of PotentCodables, reference main (5aead8
), with Swift 6.1 for watchOS using Xcode 16.3 on 28 Apr 2025 22:23:54 UTC.
Swift 6 data race errors: 324
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme PotentCodables -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Build Log
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBORDecoder.swift (in target 'PotentCBOR' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBORDecoder.swift:21:21: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'CBORDecoder' may have shared mutable state; this is an error in the Swift 6 language mode
public static let `default` = CBORDecoder()
^
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBORDecoder.swift:19:14: note: class 'CBORDecoder' does not conform to the 'Sendable' protocol
public class CBORDecoder: ValueDecoder<CBOR, CBORDecoderTransform>, DecodesFromData {
^
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBORDecoder.swift:21:21: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
public static let `default` = CBORDecoder()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBORDecoder.swift:21:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let `default` = CBORDecoder()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBORDecoder.swift:63:21: warning: static property 'nilValue' is not concurrency-safe because non-'Sendable' type 'CBOR' may have shared mutable state; this is an error in the Swift 6 language mode
public static let nilValue = CBOR.null
^
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOR.swift:37:22: note: consider making enum 'CBOR' conform to the 'Sendable' protocol
public indirect enum CBOR {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBORDecoder.swift:63:21: note: add '@MainActor' to make static property 'nilValue' part of global actor 'MainActor'
public static let nilValue = CBOR.null
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBORDecoder.swift:63:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let nilValue = CBOR.null
^
nonisolated(unsafe)
SwiftCompile normal arm64_32 Compiling\ CBORStream.swift /Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBORStream.swift (in target 'PotentCBOR' from project 'PotentCodables')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBORStream.swift (in target 'PotentCBOR' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64_32 Compiling CBOREncoder.swift (in target 'PotentCBOR' from project 'PotentCodables')
SwiftCompile normal arm64 Compiling\ CBORReader.swift /Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBORReader.swift (in target 'PotentCBOR' from project 'PotentCodables')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBORReader.swift (in target 'PotentCBOR' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Compiling CBORSerialization.swift (in target 'PotentCBOR' from project 'PotentCodables')
SwiftCompile normal arm64_32 Compiling\ CBORWriter.swift /Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBORWriter.swift (in target 'PotentCBOR' from project 'PotentCodables')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBORWriter.swift (in target 'PotentCBOR' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling CBORWriter.swift (in target 'PotentCBOR' from project 'PotentCodables')
SwiftCompile normal arm64_32 Compiling\ CBORReader.swift /Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBORReader.swift (in target 'PotentCBOR' from project 'PotentCodables')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBORReader.swift (in target 'PotentCBOR' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling CBOREncoder.swift (in target 'PotentCBOR' from project 'PotentCodables')
SwiftCompile normal arm64 Compiling\ CBORSerialization.swift /Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBORSerialization.swift (in target 'PotentCBOR' from project 'PotentCodables')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBORSerialization.swift (in target 'PotentCBOR' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Compiling CBORReader.swift (in target 'PotentCBOR' from project 'PotentCodables')
SwiftCompile normal arm64_32 Compiling\ BigInts.swift,\ BitString.swift /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/BigInts.swift /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/BitString.swift (in target 'PotentASN1' from project 'PotentCodables')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/BigInts.swift (in target 'PotentASN1' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/BitString.swift (in target 'PotentASN1' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64_32 Compiling CBOR.swift (in target 'PotentCBOR' from project 'PotentCodables')
SwiftCompile normal arm64_32 Compiling\ SchemaState.swift /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/SchemaState.swift (in target 'PotentASN1' from project 'PotentCodables')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/SchemaState.swift (in target 'PotentASN1' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/SchemaState.swift:30:10: warning: associated value 'noVersion' of 'Sendable'-conforming enum 'SchemaError' has non-sendable type 'SchemaState.SchemaError.Context'; this is an error in the Swift 6 language mode
case noVersion(SchemaError.Context)
^
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/SchemaState.swift:24:19: note: consider making struct 'Context' conform to the 'Sendable' protocol
public struct Context {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/SchemaState.swift:32:10: warning: associated value 'noDynamicType' of 'Sendable'-conforming enum 'SchemaError' has non-sendable type 'SchemaState.SchemaError.Context'; this is an error in the Swift 6 language mode
case noDynamicType(SchemaError.Context)
^
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/SchemaState.swift:24:19: note: consider making struct 'Context' conform to the 'Sendable' protocol
public struct Context {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/SchemaState.swift:33:10: warning: associated value 'undefinedField' of 'Sendable'-conforming enum 'SchemaError' has non-sendable type 'SchemaState.SchemaError.Context'; this is an error in the Swift 6 language mode
case undefinedField(String, SchemaError.Context)
^
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/SchemaState.swift:24:19: note: consider making struct 'Context' conform to the 'Sendable' protocol
public struct Context {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/SchemaState.swift:34:10: warning: associated value 'structureMismatch' of 'Sendable'-conforming enum 'SchemaError' has non-sendable type 'SchemaState.SchemaError.Context'; this is an error in the Swift 6 language mode
case structureMismatch(SchemaError.Context)
^
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/SchemaState.swift:24:19: note: consider making struct 'Context' conform to the 'Sendable' protocol
public struct Context {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/SchemaState.swift:35:10: warning: associated value 'versionCheck' of 'Sendable'-conforming enum 'SchemaError' has non-sendable type 'SchemaState.SchemaError.Context'; this is an error in the Swift 6 language mode
case versionCheck(SchemaError.Context)
^
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/SchemaState.swift:24:19: note: consider making struct 'Context' conform to the 'Sendable' protocol
public struct Context {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/SchemaState.swift:36:10: warning: associated value 'unknownDynamicValue' of 'Sendable'-conforming enum 'SchemaError' has non-sendable type 'SchemaState.SchemaError.Context'; this is an error in the Swift 6 language mode
case unknownDynamicValue(SchemaError.Context)
^
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/SchemaState.swift:24:19: note: consider making struct 'Context' conform to the 'Sendable' protocol
public struct Context {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/SchemaState.swift:37:10: warning: associated value 'ambiguousImplicitTag' of 'Sendable'-conforming enum 'SchemaError' has non-sendable type 'SchemaState.SchemaError.Context'; this is an error in the Swift 6 language mode
case ambiguousImplicitTag(SchemaError.Context)
^
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/SchemaState.swift:24:19: note: consider making struct 'Context' conform to the 'Sendable' protocol
public struct Context {
^
: Sendable
SwiftDriverJobDiscovery normal arm64_32 Compiling CBORStream.swift (in target 'PotentCBOR' from project 'PotentCodables')
SwiftCompile normal arm64 Compiling\ Schema.swift,\ SchemaSpecified.swift /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/Schema.swift /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/SchemaSpecified.swift (in target 'PotentASN1' from project 'PotentCodables')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/Schema.swift (in target 'PotentASN1' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/SchemaSpecified.swift (in target 'PotentASN1' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Compiling CBOREncoder.swift (in target 'PotentCBOR' from project 'PotentCodables')
SwiftCompile normal arm64 Compiling\ Tagged.swift /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/Tagged.swift (in target 'PotentASN1' from project 'PotentCodables')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/Tagged.swift (in target 'PotentASN1' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling CBORSerialization.swift (in target 'PotentCBOR' from project 'PotentCodables')
SwiftCompile normal arm64_32 Compiling\ Dates.swift,\ ObjectIdentifier.swift /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/Dates.swift /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ObjectIdentifier.swift (in target 'PotentASN1' from project 'PotentCodables')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/Dates.swift (in target 'PotentASN1' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ObjectIdentifier.swift (in target 'PotentASN1' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling CBORReader.swift (in target 'PotentCBOR' from project 'PotentCodables')
SwiftCompile normal arm64_32 Compiling\ Tagged.swift /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/Tagged.swift (in target 'PotentASN1' from project 'PotentCodables')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/Tagged.swift (in target 'PotentASN1' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64_32 Compiling CBORReader.swift (in target 'PotentCBOR' from project 'PotentCodables')
SwiftCompile normal armv7k Compiling\ AnyString.swift,\ AnyTime.swift /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/AnyString.swift /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/AnyTime.swift (in target 'PotentASN1' from project 'PotentCodables')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/AnyString.swift (in target 'PotentASN1' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/AnyTime.swift (in target 'PotentASN1' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling Tagged.swift (in target 'PotentASN1' from project 'PotentCodables')
SwiftCompile normal armv7k Compiling\ TaggedValue.swift /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/TaggedValue.swift (in target 'PotentASN1' from project 'PotentCodables')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/TaggedValue.swift (in target 'PotentASN1' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Compiling CBORDecoder.swift (in target 'PotentCBOR' from project 'PotentCodables')
SwiftDriver\ Compilation PotentCBOR normal armv7k com.apple.xcode.tools.swift.compiler (in target 'PotentCBOR' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name PotentCBOR -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCBOR.build/Objects-normal/armv7k/PotentCBOR.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos7.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCBOR.build/Objects-normal/armv7k/PotentCBOR-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/PotentCodables.build/Debug-watchos/PotentCBOR.build/Objects-normal/armv7k/PotentCBOR.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/PotentCodables.build/Debug-watchos/PotentCBOR.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCBOR.build/Objects-normal/armv7k/PotentCBOR_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCBOR.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCBOR.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCBOR.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/PotentCodables.build/Debug-watchos/PotentCBOR.build/Objects-normal/armv7k/PotentCBOR-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64_32 Compiling CBORWriter.swift (in target 'PotentCBOR' from project 'PotentCodables')
SwiftCompile normal arm64 Compiling\ BigInts.swift,\ BitString.swift /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/BigInts.swift /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/BitString.swift (in target 'PotentASN1' from project 'PotentCodables')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/BigInts.swift (in target 'PotentASN1' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/BitString.swift (in target 'PotentASN1' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ TaggedValue.swift /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/TaggedValue.swift (in target 'PotentASN1' from project 'PotentCodables')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/TaggedValue.swift (in target 'PotentASN1' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64_32 Compiling Tagged.swift (in target 'PotentASN1' from project 'PotentCodables')
SwiftCompile normal arm64_32 Compiling\ ASN1DERWriter.swift,\ ASN1Decoder.swift /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1DERWriter.swift /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Decoder.swift (in target 'PotentASN1' from project 'PotentCodables')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1DERWriter.swift (in target 'PotentASN1' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1DERWriter.swift:287:22: warning: static property 'utcFormatters' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var utcFormatters: [TimeZone: DateFormatter] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1DERWriter.swift:287:22: note: convert 'utcFormatters' to a 'let' constant to make 'Sendable' shared state immutable
private static var utcFormatters: [TimeZone: DateFormatter] = [:]
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1DERWriter.swift:287:22: note: add '@MainActor' to make static property 'utcFormatters' part of global actor 'MainActor'
private static var utcFormatters: [TimeZone: DateFormatter] = [:]
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1DERWriter.swift:287:22: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var utcFormatters: [TimeZone: DateFormatter] = [:]
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1DERWriter.swift:313:22: warning: static property 'generalizedFormatters' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var generalizedFormatters: [TimeZone: DateFormatter] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1DERWriter.swift:313:22: note: convert 'generalizedFormatters' to a 'let' constant to make 'Sendable' shared state immutable
private static var generalizedFormatters: [TimeZone: DateFormatter] = [:]
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1DERWriter.swift:313:22: note: add '@MainActor' to make static property 'generalizedFormatters' part of global actor 'MainActor'
private static var generalizedFormatters: [TimeZone: DateFormatter] = [:]
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1DERWriter.swift:313:22: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var generalizedFormatters: [TimeZone: DateFormatter] = [:]
^
nonisolated(unsafe)
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Decoder.swift (in target 'PotentASN1' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Decoder.swift:89:21: warning: static property 'nilValue' is not concurrency-safe because non-'Sendable' type 'ASN1' may have shared mutable state; this is an error in the Swift 6 language mode
public static let nilValue = ASN1.null
^
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1.swift:18:22: note: consider making enum 'ASN1' conform to the 'Sendable' protocol
public indirect enum ASN1 {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Decoder.swift:89:21: note: add '@MainActor' to make static property 'nilValue' part of global actor 'MainActor'
public static let nilValue = ASN1.null
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Decoder.swift:89:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let nilValue = ASN1.null
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Decoder.swift:672:10: warning: associated value 'disallowedValue' of 'Sendable'-conforming enum 'DecodingError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
case disallowedValue(Any, SchemaError.Context)
^
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Decoder.swift:672:10: warning: associated value 'disallowedValue' of 'Sendable'-conforming enum 'DecodingError' has non-sendable type 'SchemaState.SchemaError.Context'; this is an error in the Swift 6 language mode
case disallowedValue(Any, SchemaError.Context)
^
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/SchemaState.swift:24:19: note: consider making struct 'Context' conform to the 'Sendable' protocol
public struct Context {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Decoder.swift:673:10: warning: associated value 'valueOutOfRange' of 'Sendable'-conforming enum 'DecodingError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
case valueOutOfRange(Any, SchemaError.Context)
^
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Decoder.swift:673:10: warning: associated value 'valueOutOfRange' of 'Sendable'-conforming enum 'DecodingError' has non-sendable type 'SchemaState.SchemaError.Context'; this is an error in the Swift 6 language mode
case valueOutOfRange(Any, SchemaError.Context)
^
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/SchemaState.swift:24:19: note: consider making struct 'Context' conform to the 'Sendable' protocol
public struct Context {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Decoder.swift:674:10: warning: associated value 'badValue' of 'Sendable'-conforming enum 'DecodingError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
case badValue(Any, SchemaError.Context)
^
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Decoder.swift:674:10: warning: associated value 'badValue' of 'Sendable'-conforming enum 'DecodingError' has non-sendable type 'SchemaState.SchemaError.Context'; this is an error in the Swift 6 language mode
case badValue(Any, SchemaError.Context)
^
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/SchemaState.swift:24:19: note: consider making struct 'Context' conform to the 'Sendable' protocol
public struct Context {
^
: Sendable
SwiftDriverJobDiscovery normal arm64_32 Compiling BigInts.swift, BitString.swift (in target 'PotentASN1' from project 'PotentCodables')
SwiftCompile normal armv7k Compiling\ ASN1Encoder.swift,\ ASN1Serialization.swift /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Encoder.swift /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Serialization.swift (in target 'PotentASN1' from project 'PotentCodables')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Encoder.swift (in target 'PotentASN1' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Encoder.swift:92:21: warning: static property 'emptyKeyedContainer' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var emptyKeyedContainer = ASN1.sequence([])
^
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Encoder.swift:92:21: note: convert 'emptyKeyedContainer' to a 'let' constant to make 'Sendable' shared state immutable
public static var emptyKeyedContainer = ASN1.sequence([])
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Encoder.swift:92:21: note: add '@MainActor' to make static property 'emptyKeyedContainer' part of global actor 'MainActor'
public static var emptyKeyedContainer = ASN1.sequence([])
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Encoder.swift:92:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var emptyKeyedContainer = ASN1.sequence([])
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Encoder.swift:93:21: warning: static property 'emptyUnkeyedContainer' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var emptyUnkeyedContainer = ASN1.sequence([])
^
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Encoder.swift:93:21: note: convert 'emptyUnkeyedContainer' to a 'let' constant to make 'Sendable' shared state immutable
public static var emptyUnkeyedContainer = ASN1.sequence([])
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Encoder.swift:93:21: note: add '@MainActor' to make static property 'emptyUnkeyedContainer' part of global actor 'MainActor'
public static var emptyUnkeyedContainer = ASN1.sequence([])
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Encoder.swift:93:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var emptyUnkeyedContainer = ASN1.sequence([])
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Encoder.swift:235:10: warning: associated value 'disallowedValue' of 'Sendable'-conforming enum 'EncodingError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
case disallowedValue(Any, SchemaError.Context)
^
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Encoder.swift:235:10: warning: associated value 'disallowedValue' of 'Sendable'-conforming enum 'EncodingError' has non-sendable type 'SchemaState.SchemaError.Context'; this is an error in the Swift 6 language mode
case disallowedValue(Any, SchemaError.Context)
^
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/SchemaState.swift:24:19: note: consider making struct 'Context' conform to the 'Sendable' protocol
public struct Context {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Encoder.swift:236:10: warning: associated value 'valueOutOfRange' of 'Sendable'-conforming enum 'EncodingError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
case valueOutOfRange(Any, SchemaError.Context)
^
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Encoder.swift:236:10: warning: associated value 'valueOutOfRange' of 'Sendable'-conforming enum 'EncodingError' has non-sendable type 'SchemaState.SchemaError.Context'; this is an error in the Swift 6 language mode
case valueOutOfRange(Any, SchemaError.Context)
^
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/SchemaState.swift:24:19: note: consider making struct 'Context' conform to the 'Sendable' protocol
public struct Context {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Encoder.swift:237:10: warning: associated value 'badValue' of 'Sendable'-conforming enum 'EncodingError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
case badValue(Any, SchemaError.Context)
^
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Encoder.swift:237:10: warning: associated value 'badValue' of 'Sendable'-conforming enum 'EncodingError' has non-sendable type 'SchemaState.SchemaError.Context'; this is an error in the Swift 6 language mode
case badValue(Any, SchemaError.Context)
^
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/SchemaState.swift:24:19: note: consider making struct 'Context' conform to the 'Sendable' protocol
public struct Context {
^
: Sendable
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Serialization.swift (in target 'PotentASN1' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64_32 Compiling CBORDecoder.swift (in target 'PotentCBOR' from project 'PotentCodables')
SwiftDriver\ Compilation PotentCBOR normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'PotentCBOR' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name PotentCBOR -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCBOR.build/Objects-normal/arm64_32/PotentCBOR.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos7.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCBOR.build/Objects-normal/arm64_32/PotentCBOR-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/PotentCodables.build/Debug-watchos/PotentCBOR.build/Objects-normal/arm64_32/PotentCBOR.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/PotentCodables.build/Debug-watchos/PotentCBOR.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCBOR.build/Objects-normal/arm64_32/PotentCBOR_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCBOR.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCBOR.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCBOR.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/PotentCodables.build/Debug-watchos/PotentCBOR.build/Objects-normal/arm64_32/PotentCBOR-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64_32 Compiling SchemaState.swift (in target 'PotentASN1' from project 'PotentCodables')
SwiftCompile normal arm64 Compiling\ ASN1DERWriter.swift,\ ASN1Decoder.swift /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1DERWriter.swift /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Decoder.swift (in target 'PotentASN1' from project 'PotentCodables')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1DERWriter.swift (in target 'PotentASN1' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1DERWriter.swift:287:22: warning: static property 'utcFormatters' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var utcFormatters: [TimeZone: DateFormatter] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1DERWriter.swift:287:22: note: convert 'utcFormatters' to a 'let' constant to make 'Sendable' shared state immutable
private static var utcFormatters: [TimeZone: DateFormatter] = [:]
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1DERWriter.swift:287:22: note: add '@MainActor' to make static property 'utcFormatters' part of global actor 'MainActor'
private static var utcFormatters: [TimeZone: DateFormatter] = [:]
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1DERWriter.swift:287:22: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var utcFormatters: [TimeZone: DateFormatter] = [:]
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1DERWriter.swift:313:22: warning: static property 'generalizedFormatters' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var generalizedFormatters: [TimeZone: DateFormatter] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1DERWriter.swift:313:22: note: convert 'generalizedFormatters' to a 'let' constant to make 'Sendable' shared state immutable
private static var generalizedFormatters: [TimeZone: DateFormatter] = [:]
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1DERWriter.swift:313:22: note: add '@MainActor' to make static property 'generalizedFormatters' part of global actor 'MainActor'
private static var generalizedFormatters: [TimeZone: DateFormatter] = [:]
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1DERWriter.swift:313:22: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var generalizedFormatters: [TimeZone: DateFormatter] = [:]
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Decoder.swift (in target 'PotentASN1' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Decoder.swift:89:21: warning: static property 'nilValue' is not concurrency-safe because non-'Sendable' type 'ASN1' may have shared mutable state; this is an error in the Swift 6 language mode
public static let nilValue = ASN1.null
^
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1.swift:18:22: note: consider making enum 'ASN1' conform to the 'Sendable' protocol
public indirect enum ASN1 {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Decoder.swift:89:21: note: add '@MainActor' to make static property 'nilValue' part of global actor 'MainActor'
public static let nilValue = ASN1.null
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Decoder.swift:89:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let nilValue = ASN1.null
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Decoder.swift:672:10: warning: associated value 'disallowedValue' of 'Sendable'-conforming enum 'DecodingError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
case disallowedValue(Any, SchemaError.Context)
^
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Decoder.swift:672:10: warning: associated value 'disallowedValue' of 'Sendable'-conforming enum 'DecodingError' has non-sendable type 'SchemaState.SchemaError.Context'; this is an error in the Swift 6 language mode
case disallowedValue(Any, SchemaError.Context)
^
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/SchemaState.swift:24:19: note: consider making struct 'Context' conform to the 'Sendable' protocol
public struct Context {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Decoder.swift:673:10: warning: associated value 'valueOutOfRange' of 'Sendable'-conforming enum 'DecodingError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
case valueOutOfRange(Any, SchemaError.Context)
^
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Decoder.swift:673:10: warning: associated value 'valueOutOfRange' of 'Sendable'-conforming enum 'DecodingError' has non-sendable type 'SchemaState.SchemaError.Context'; this is an error in the Swift 6 language mode
case valueOutOfRange(Any, SchemaError.Context)
^
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/SchemaState.swift:24:19: note: consider making struct 'Context' conform to the 'Sendable' protocol
public struct Context {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Decoder.swift:674:10: warning: associated value 'badValue' of 'Sendable'-conforming enum 'DecodingError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
case badValue(Any, SchemaError.Context)
^
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Decoder.swift:674:10: warning: associated value 'badValue' of 'Sendable'-conforming enum 'DecodingError' has non-sendable type 'SchemaState.SchemaError.Context'; this is an error in the Swift 6 language mode
case badValue(Any, SchemaError.Context)
^
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/SchemaState.swift:24:19: note: consider making struct 'Context' conform to the 'Sendable' protocol
public struct Context {
^
: Sendable
SwiftCompile normal armv7k Compiling\ ASN1.swift,\ ASN1DERReader.swift /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1.swift /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1DERReader.swift (in target 'PotentASN1' from project 'PotentCodables')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1.swift (in target 'PotentASN1' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1DERReader.swift (in target 'PotentASN1' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1DERReader.swift:367:13: warning: let 'utcFormatter' is not concurrency-safe because non-'Sendable' type 'SuffixedDateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
private let utcFormatter =
^
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/Dates.swift:15:15: note: consider making struct 'SuffixedDateFormatter' conform to the 'Sendable' protocol
public struct SuffixedDateFormatter {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1DERReader.swift:367:13: note: add '@MainActor' to make let 'utcFormatter' part of global actor 'MainActor'
private let utcFormatter =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1DERReader.swift:367:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let utcFormatter =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1DERReader.swift:370:13: warning: let 'generalizedFormatter' is not concurrency-safe because non-'Sendable' type 'SuffixedDateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
private let generalizedFormatter =
^
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/Dates.swift:15:15: note: consider making struct 'SuffixedDateFormatter' conform to the 'Sendable' protocol
public struct SuffixedDateFormatter {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1DERReader.swift:370:13: note: add '@MainActor' to make let 'generalizedFormatter' part of global actor 'MainActor'
private let generalizedFormatter =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1DERReader.swift:370:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let generalizedFormatter =
^
nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Compiling CBORDecoder.swift (in target 'PotentCBOR' from project 'PotentCodables')
SwiftDriver\ Compilation PotentCBOR normal arm64 com.apple.xcode.tools.swift.compiler (in target 'PotentCBOR' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name PotentCBOR -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCBOR.build/Objects-normal/arm64/PotentCBOR.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos7.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCBOR.build/Objects-normal/arm64/PotentCBOR-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/PotentCodables.build/Debug-watchos/PotentCBOR.build/Objects-normal/arm64/PotentCBOR.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/PotentCodables.build/Debug-watchos/PotentCBOR.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCBOR.build/Objects-normal/arm64/PotentCBOR_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCBOR.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCBOR.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCBOR.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/PotentCodables.build/Debug-watchos/PotentCBOR.build/Objects-normal/arm64/PotentCBOR-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal armv7k Compiling TaggedValue.swift (in target 'PotentASN1' from project 'PotentCodables')
SwiftCompile normal arm64_32 Compiling\ ASN1Encoder.swift,\ ASN1Serialization.swift /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Encoder.swift /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Serialization.swift (in target 'PotentASN1' from project 'PotentCodables')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Encoder.swift (in target 'PotentASN1' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Encoder.swift:92:21: warning: static property 'emptyKeyedContainer' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var emptyKeyedContainer = ASN1.sequence([])
^
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Encoder.swift:92:21: note: convert 'emptyKeyedContainer' to a 'let' constant to make 'Sendable' shared state immutable
public static var emptyKeyedContainer = ASN1.sequence([])
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Encoder.swift:92:21: note: add '@MainActor' to make static property 'emptyKeyedContainer' part of global actor 'MainActor'
public static var emptyKeyedContainer = ASN1.sequence([])
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Encoder.swift:92:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var emptyKeyedContainer = ASN1.sequence([])
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Encoder.swift:93:21: warning: static property 'emptyUnkeyedContainer' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var emptyUnkeyedContainer = ASN1.sequence([])
^
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Encoder.swift:93:21: note: convert 'emptyUnkeyedContainer' to a 'let' constant to make 'Sendable' shared state immutable
public static var emptyUnkeyedContainer = ASN1.sequence([])
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Encoder.swift:93:21: note: add '@MainActor' to make static property 'emptyUnkeyedContainer' part of global actor 'MainActor'
public static var emptyUnkeyedContainer = ASN1.sequence([])
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Encoder.swift:93:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var emptyUnkeyedContainer = ASN1.sequence([])
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Encoder.swift:235:10: warning: associated value 'disallowedValue' of 'Sendable'-conforming enum 'EncodingError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
case disallowedValue(Any, SchemaError.Context)
^
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Encoder.swift:235:10: warning: associated value 'disallowedValue' of 'Sendable'-conforming enum 'EncodingError' has non-sendable type 'SchemaState.SchemaError.Context'; this is an error in the Swift 6 language mode
case disallowedValue(Any, SchemaError.Context)
^
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/SchemaState.swift:24:19: note: consider making struct 'Context' conform to the 'Sendable' protocol
public struct Context {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Encoder.swift:236:10: warning: associated value 'valueOutOfRange' of 'Sendable'-conforming enum 'EncodingError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
case valueOutOfRange(Any, SchemaError.Context)
^
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Encoder.swift:236:10: warning: associated value 'valueOutOfRange' of 'Sendable'-conforming enum 'EncodingError' has non-sendable type 'SchemaState.SchemaError.Context'; this is an error in the Swift 6 language mode
case valueOutOfRange(Any, SchemaError.Context)
^
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/SchemaState.swift:24:19: note: consider making struct 'Context' conform to the 'Sendable' protocol
public struct Context {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Encoder.swift:237:10: warning: associated value 'badValue' of 'Sendable'-conforming enum 'EncodingError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
case badValue(Any, SchemaError.Context)
^
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Encoder.swift:237:10: warning: associated value 'badValue' of 'Sendable'-conforming enum 'EncodingError' has non-sendable type 'SchemaState.SchemaError.Context'; this is an error in the Swift 6 language mode
case badValue(Any, SchemaError.Context)
^
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/SchemaState.swift:24:19: note: consider making struct 'Context' conform to the 'Sendable' protocol
public struct Context {
^
: Sendable
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Serialization.swift (in target 'PotentASN1' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ SchemaState.swift /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/SchemaState.swift (in target 'PotentASN1' from project 'PotentCodables')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/SchemaState.swift (in target 'PotentASN1' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/SchemaState.swift:30:10: warning: associated value 'noVersion' of 'Sendable'-conforming enum 'SchemaError' has non-sendable type 'SchemaState.SchemaError.Context'; this is an error in the Swift 6 language mode
case noVersion(SchemaError.Context)
^
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/SchemaState.swift:24:19: note: consider making struct 'Context' conform to the 'Sendable' protocol
public struct Context {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/SchemaState.swift:32:10: warning: associated value 'noDynamicType' of 'Sendable'-conforming enum 'SchemaError' has non-sendable type 'SchemaState.SchemaError.Context'; this is an error in the Swift 6 language mode
case noDynamicType(SchemaError.Context)
^
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/SchemaState.swift:24:19: note: consider making struct 'Context' conform to the 'Sendable' protocol
public struct Context {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/SchemaState.swift:33:10: warning: associated value 'undefinedField' of 'Sendable'-conforming enum 'SchemaError' has non-sendable type 'SchemaState.SchemaError.Context'; this is an error in the Swift 6 language mode
case undefinedField(String, SchemaError.Context)
^
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/SchemaState.swift:24:19: note: consider making struct 'Context' conform to the 'Sendable' protocol
public struct Context {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/SchemaState.swift:34:10: warning: associated value 'structureMismatch' of 'Sendable'-conforming enum 'SchemaError' has non-sendable type 'SchemaState.SchemaError.Context'; this is an error in the Swift 6 language mode
case structureMismatch(SchemaError.Context)
^
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/SchemaState.swift:24:19: note: consider making struct 'Context' conform to the 'Sendable' protocol
public struct Context {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/SchemaState.swift:35:10: warning: associated value 'versionCheck' of 'Sendable'-conforming enum 'SchemaError' has non-sendable type 'SchemaState.SchemaError.Context'; this is an error in the Swift 6 language mode
case versionCheck(SchemaError.Context)
^
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/SchemaState.swift:24:19: note: consider making struct 'Context' conform to the 'Sendable' protocol
public struct Context {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/SchemaState.swift:36:10: warning: associated value 'unknownDynamicValue' of 'Sendable'-conforming enum 'SchemaError' has non-sendable type 'SchemaState.SchemaError.Context'; this is an error in the Swift 6 language mode
case unknownDynamicValue(SchemaError.Context)
^
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/SchemaState.swift:24:19: note: consider making struct 'Context' conform to the 'Sendable' protocol
public struct Context {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/SchemaState.swift:37:10: warning: associated value 'ambiguousImplicitTag' of 'Sendable'-conforming enum 'SchemaError' has non-sendable type 'SchemaState.SchemaError.Context'; this is an error in the Swift 6 language mode
case ambiguousImplicitTag(SchemaError.Context)
^
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/SchemaState.swift:24:19: note: consider making struct 'Context' conform to the 'Sendable' protocol
public struct Context {
^
: Sendable
SwiftDriverJobDiscovery normal arm64_32 Compiling Dates.swift, ObjectIdentifier.swift (in target 'PotentASN1' from project 'PotentCodables')
SwiftCompile normal armv7k Compiling\ Schema.swift,\ SchemaSpecified.swift /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/Schema.swift /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/SchemaSpecified.swift (in target 'PotentASN1' from project 'PotentCodables')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/Schema.swift (in target 'PotentASN1' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/SchemaSpecified.swift (in target 'PotentASN1' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64_32 Compiling TaggedValue.swift (in target 'PotentASN1' from project 'PotentCodables')
SwiftCompile normal armv7k Compiling\ Tagged.swift /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/Tagged.swift (in target 'PotentASN1' from project 'PotentCodables')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/Tagged.swift (in target 'PotentASN1' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling Schema.swift, SchemaSpecified.swift (in target 'PotentASN1' from project 'PotentCodables')
SwiftCompile normal armv7k Compiling\ ASN1DERWriter.swift,\ ASN1Decoder.swift /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1DERWriter.swift /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Decoder.swift (in target 'PotentASN1' from project 'PotentCodables')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1DERWriter.swift (in target 'PotentASN1' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1DERWriter.swift:287:22: warning: static property 'utcFormatters' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var utcFormatters: [TimeZone: DateFormatter] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1DERWriter.swift:287:22: note: convert 'utcFormatters' to a 'let' constant to make 'Sendable' shared state immutable
private static var utcFormatters: [TimeZone: DateFormatter] = [:]
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1DERWriter.swift:287:22: note: add '@MainActor' to make static property 'utcFormatters' part of global actor 'MainActor'
private static var utcFormatters: [TimeZone: DateFormatter] = [:]
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1DERWriter.swift:287:22: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var utcFormatters: [TimeZone: DateFormatter] = [:]
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1DERWriter.swift:313:22: warning: static property 'generalizedFormatters' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var generalizedFormatters: [TimeZone: DateFormatter] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1DERWriter.swift:313:22: note: convert 'generalizedFormatters' to a 'let' constant to make 'Sendable' shared state immutable
private static var generalizedFormatters: [TimeZone: DateFormatter] = [:]
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1DERWriter.swift:313:22: note: add '@MainActor' to make static property 'generalizedFormatters' part of global actor 'MainActor'
private static var generalizedFormatters: [TimeZone: DateFormatter] = [:]
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1DERWriter.swift:313:22: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var generalizedFormatters: [TimeZone: DateFormatter] = [:]
^
nonisolated(unsafe)
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Decoder.swift (in target 'PotentASN1' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Decoder.swift:89:21: warning: static property 'nilValue' is not concurrency-safe because non-'Sendable' type 'ASN1' may have shared mutable state; this is an error in the Swift 6 language mode
public static let nilValue = ASN1.null
^
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1.swift:18:22: note: consider making enum 'ASN1' conform to the 'Sendable' protocol
public indirect enum ASN1 {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Decoder.swift:89:21: note: add '@MainActor' to make static property 'nilValue' part of global actor 'MainActor'
public static let nilValue = ASN1.null
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Decoder.swift:89:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let nilValue = ASN1.null
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Decoder.swift:672:10: warning: associated value 'disallowedValue' of 'Sendable'-conforming enum 'DecodingError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
case disallowedValue(Any, SchemaError.Context)
^
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Decoder.swift:672:10: warning: associated value 'disallowedValue' of 'Sendable'-conforming enum 'DecodingError' has non-sendable type 'SchemaState.SchemaError.Context'; this is an error in the Swift 6 language mode
case disallowedValue(Any, SchemaError.Context)
^
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/SchemaState.swift:24:19: note: consider making struct 'Context' conform to the 'Sendable' protocol
public struct Context {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Decoder.swift:673:10: warning: associated value 'valueOutOfRange' of 'Sendable'-conforming enum 'DecodingError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
case valueOutOfRange(Any, SchemaError.Context)
^
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Decoder.swift:673:10: warning: associated value 'valueOutOfRange' of 'Sendable'-conforming enum 'DecodingError' has non-sendable type 'SchemaState.SchemaError.Context'; this is an error in the Swift 6 language mode
case valueOutOfRange(Any, SchemaError.Context)
^
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/SchemaState.swift:24:19: note: consider making struct 'Context' conform to the 'Sendable' protocol
public struct Context {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Decoder.swift:674:10: warning: associated value 'badValue' of 'Sendable'-conforming enum 'DecodingError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
case badValue(Any, SchemaError.Context)
^
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Decoder.swift:674:10: warning: associated value 'badValue' of 'Sendable'-conforming enum 'DecodingError' has non-sendable type 'SchemaState.SchemaError.Context'; this is an error in the Swift 6 language mode
case badValue(Any, SchemaError.Context)
^
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/SchemaState.swift:24:19: note: consider making struct 'Context' conform to the 'Sendable' protocol
public struct Context {
^
: Sendable
SwiftDriverJobDiscovery normal armv7k Compiling AnyString.swift, AnyTime.swift (in target 'PotentASN1' from project 'PotentCodables')
SwiftCompile normal arm64 Compiling\ AnyString.swift,\ AnyTime.swift /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/AnyString.swift /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/AnyTime.swift (in target 'PotentASN1' from project 'PotentCodables')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/AnyString.swift (in target 'PotentASN1' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/AnyTime.swift (in target 'PotentASN1' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling BigInts.swift, BitString.swift (in target 'PotentASN1' from project 'PotentCodables')
SwiftCompile normal arm64_32 Compiling\ Schema.swift,\ SchemaSpecified.swift /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/Schema.swift /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/SchemaSpecified.swift (in target 'PotentASN1' from project 'PotentCodables')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/Schema.swift (in target 'PotentASN1' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/SchemaSpecified.swift (in target 'PotentASN1' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Compiling Tagged.swift (in target 'PotentASN1' from project 'PotentCodables')
SwiftCompile normal armv7k Compiling\ SchemaState.swift /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/SchemaState.swift (in target 'PotentASN1' from project 'PotentCodables')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/SchemaState.swift (in target 'PotentASN1' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/SchemaState.swift:30:10: warning: associated value 'noVersion' of 'Sendable'-conforming enum 'SchemaError' has non-sendable type 'SchemaState.SchemaError.Context'; this is an error in the Swift 6 language mode
case noVersion(SchemaError.Context)
^
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/SchemaState.swift:24:19: note: consider making struct 'Context' conform to the 'Sendable' protocol
public struct Context {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/SchemaState.swift:32:10: warning: associated value 'noDynamicType' of 'Sendable'-conforming enum 'SchemaError' has non-sendable type 'SchemaState.SchemaError.Context'; this is an error in the Swift 6 language mode
case noDynamicType(SchemaError.Context)
^
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/SchemaState.swift:24:19: note: consider making struct 'Context' conform to the 'Sendable' protocol
public struct Context {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/SchemaState.swift:33:10: warning: associated value 'undefinedField' of 'Sendable'-conforming enum 'SchemaError' has non-sendable type 'SchemaState.SchemaError.Context'; this is an error in the Swift 6 language mode
case undefinedField(String, SchemaError.Context)
^
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/SchemaState.swift:24:19: note: consider making struct 'Context' conform to the 'Sendable' protocol
public struct Context {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/SchemaState.swift:34:10: warning: associated value 'structureMismatch' of 'Sendable'-conforming enum 'SchemaError' has non-sendable type 'SchemaState.SchemaError.Context'; this is an error in the Swift 6 language mode
case structureMismatch(SchemaError.Context)
^
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/SchemaState.swift:24:19: note: consider making struct 'Context' conform to the 'Sendable' protocol
public struct Context {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/SchemaState.swift:35:10: warning: associated value 'versionCheck' of 'Sendable'-conforming enum 'SchemaError' has non-sendable type 'SchemaState.SchemaError.Context'; this is an error in the Swift 6 language mode
case versionCheck(SchemaError.Context)
^
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/SchemaState.swift:24:19: note: consider making struct 'Context' conform to the 'Sendable' protocol
public struct Context {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/SchemaState.swift:36:10: warning: associated value 'unknownDynamicValue' of 'Sendable'-conforming enum 'SchemaError' has non-sendable type 'SchemaState.SchemaError.Context'; this is an error in the Swift 6 language mode
case unknownDynamicValue(SchemaError.Context)
^
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/SchemaState.swift:24:19: note: consider making struct 'Context' conform to the 'Sendable' protocol
public struct Context {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/SchemaState.swift:37:10: warning: associated value 'ambiguousImplicitTag' of 'Sendable'-conforming enum 'SchemaError' has non-sendable type 'SchemaState.SchemaError.Context'; this is an error in the Swift 6 language mode
case ambiguousImplicitTag(SchemaError.Context)
^
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/SchemaState.swift:24:19: note: consider making struct 'Context' conform to the 'Sendable' protocol
public struct Context {
^
: Sendable
SwiftDriverJobDiscovery normal arm64 Compiling SchemaState.swift (in target 'PotentASN1' from project 'PotentCodables')
SwiftCompile normal arm64 Compiling\ ASN1.swift,\ ASN1DERReader.swift /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1.swift /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1DERReader.swift (in target 'PotentASN1' from project 'PotentCodables')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1.swift (in target 'PotentASN1' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1DERReader.swift (in target 'PotentASN1' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1DERReader.swift:367:13: warning: let 'utcFormatter' is not concurrency-safe because non-'Sendable' type 'SuffixedDateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
private let utcFormatter =
^
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/Dates.swift:15:15: note: consider making struct 'SuffixedDateFormatter' conform to the 'Sendable' protocol
public struct SuffixedDateFormatter {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1DERReader.swift:367:13: note: add '@MainActor' to make let 'utcFormatter' part of global actor 'MainActor'
private let utcFormatter =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1DERReader.swift:367:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let utcFormatter =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1DERReader.swift:370:13: warning: let 'generalizedFormatter' is not concurrency-safe because non-'Sendable' type 'SuffixedDateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
private let generalizedFormatter =
^
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/Dates.swift:15:15: note: consider making struct 'SuffixedDateFormatter' conform to the 'Sendable' protocol
public struct SuffixedDateFormatter {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1DERReader.swift:370:13: note: add '@MainActor' to make let 'generalizedFormatter' part of global actor 'MainActor'
private let generalizedFormatter =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1DERReader.swift:370:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let generalizedFormatter =
^
nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Compiling AnyString.swift, AnyTime.swift (in target 'PotentASN1' from project 'PotentCodables')
SwiftCompile normal armv7k Compiling\ Dates.swift,\ ObjectIdentifier.swift /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/Dates.swift /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ObjectIdentifier.swift (in target 'PotentASN1' from project 'PotentCodables')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/Dates.swift (in target 'PotentASN1' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ObjectIdentifier.swift (in target 'PotentASN1' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Compiling ASN1Encoder.swift, ASN1Serialization.swift (in target 'PotentASN1' from project 'PotentCodables')
SwiftCompile normal arm64_32 Compiling\ ASN1.swift,\ ASN1DERReader.swift /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1.swift /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1DERReader.swift (in target 'PotentASN1' from project 'PotentCodables')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1.swift (in target 'PotentASN1' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1DERReader.swift (in target 'PotentASN1' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1DERReader.swift:367:13: warning: let 'utcFormatter' is not concurrency-safe because non-'Sendable' type 'SuffixedDateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
private let utcFormatter =
^
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/Dates.swift:15:15: note: consider making struct 'SuffixedDateFormatter' conform to the 'Sendable' protocol
public struct SuffixedDateFormatter {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1DERReader.swift:367:13: note: add '@MainActor' to make let 'utcFormatter' part of global actor 'MainActor'
private let utcFormatter =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1DERReader.swift:367:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let utcFormatter =
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1DERReader.swift:370:13: warning: let 'generalizedFormatter' is not concurrency-safe because non-'Sendable' type 'SuffixedDateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
private let generalizedFormatter =
^
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/Dates.swift:15:15: note: consider making struct 'SuffixedDateFormatter' conform to the 'Sendable' protocol
public struct SuffixedDateFormatter {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1DERReader.swift:370:13: note: add '@MainActor' to make let 'generalizedFormatter' part of global actor 'MainActor'
private let generalizedFormatter =
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1DERReader.swift:370:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let generalizedFormatter =
^
nonisolated(unsafe)
SwiftDriverJobDiscovery normal armv7k Compiling Schema.swift, SchemaSpecified.swift (in target 'PotentASN1' from project 'PotentCodables')
SwiftCompile normal armv7k Compiling\ BigInts.swift,\ BitString.swift /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/BigInts.swift /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/BitString.swift (in target 'PotentASN1' from project 'PotentCodables')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/BigInts.swift (in target 'PotentASN1' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/BitString.swift (in target 'PotentASN1' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64_32 Compiling ASN1Encoder.swift, ASN1Serialization.swift (in target 'PotentASN1' from project 'PotentCodables')
SwiftCompile normal arm64 Compiling\ TaggedValue.swift /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/TaggedValue.swift (in target 'PotentASN1' from project 'PotentCodables')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/TaggedValue.swift (in target 'PotentASN1' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Compiling SchemaState.swift (in target 'PotentASN1' from project 'PotentCodables')
SwiftCompile normal arm64 Compiling\ Dates.swift,\ ObjectIdentifier.swift /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/Dates.swift /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ObjectIdentifier.swift (in target 'PotentASN1' from project 'PotentCodables')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/Dates.swift (in target 'PotentASN1' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ObjectIdentifier.swift (in target 'PotentASN1' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Compiling ASN1.swift, ASN1DERReader.swift (in target 'PotentASN1' from project 'PotentCodables')
SwiftCompile normal arm64_32 Compiling\ AnyString.swift,\ AnyTime.swift /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/AnyString.swift /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/AnyTime.swift (in target 'PotentASN1' from project 'PotentCodables')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/AnyString.swift (in target 'PotentASN1' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/AnyTime.swift (in target 'PotentASN1' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64_32 Compiling Schema.swift, SchemaSpecified.swift (in target 'PotentASN1' from project 'PotentCodables')
SwiftCompile normal arm64 Compiling\ ASN1Encoder.swift,\ ASN1Serialization.swift /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Encoder.swift /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Serialization.swift (in target 'PotentASN1' from project 'PotentCodables')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Encoder.swift (in target 'PotentASN1' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Encoder.swift:92:21: warning: static property 'emptyKeyedContainer' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var emptyKeyedContainer = ASN1.sequence([])
^
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Encoder.swift:92:21: note: convert 'emptyKeyedContainer' to a 'let' constant to make 'Sendable' shared state immutable
public static var emptyKeyedContainer = ASN1.sequence([])
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Encoder.swift:92:21: note: add '@MainActor' to make static property 'emptyKeyedContainer' part of global actor 'MainActor'
public static var emptyKeyedContainer = ASN1.sequence([])
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Encoder.swift:92:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var emptyKeyedContainer = ASN1.sequence([])
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Encoder.swift:93:21: warning: static property 'emptyUnkeyedContainer' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var emptyUnkeyedContainer = ASN1.sequence([])
^
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Encoder.swift:93:21: note: convert 'emptyUnkeyedContainer' to a 'let' constant to make 'Sendable' shared state immutable
public static var emptyUnkeyedContainer = ASN1.sequence([])
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Encoder.swift:93:21: note: add '@MainActor' to make static property 'emptyUnkeyedContainer' part of global actor 'MainActor'
public static var emptyUnkeyedContainer = ASN1.sequence([])
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Encoder.swift:93:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var emptyUnkeyedContainer = ASN1.sequence([])
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Encoder.swift:235:10: warning: associated value 'disallowedValue' of 'Sendable'-conforming enum 'EncodingError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
case disallowedValue(Any, SchemaError.Context)
^
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Encoder.swift:235:10: warning: associated value 'disallowedValue' of 'Sendable'-conforming enum 'EncodingError' has non-sendable type 'SchemaState.SchemaError.Context'; this is an error in the Swift 6 language mode
case disallowedValue(Any, SchemaError.Context)
^
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/SchemaState.swift:24:19: note: consider making struct 'Context' conform to the 'Sendable' protocol
public struct Context {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Encoder.swift:236:10: warning: associated value 'valueOutOfRange' of 'Sendable'-conforming enum 'EncodingError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
case valueOutOfRange(Any, SchemaError.Context)
^
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Encoder.swift:236:10: warning: associated value 'valueOutOfRange' of 'Sendable'-conforming enum 'EncodingError' has non-sendable type 'SchemaState.SchemaError.Context'; this is an error in the Swift 6 language mode
case valueOutOfRange(Any, SchemaError.Context)
^
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/SchemaState.swift:24:19: note: consider making struct 'Context' conform to the 'Sendable' protocol
public struct Context {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Encoder.swift:237:10: warning: associated value 'badValue' of 'Sendable'-conforming enum 'EncodingError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
case badValue(Any, SchemaError.Context)
^
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Encoder.swift:237:10: warning: associated value 'badValue' of 'Sendable'-conforming enum 'EncodingError' has non-sendable type 'SchemaState.SchemaError.Context'; this is an error in the Swift 6 language mode
case badValue(Any, SchemaError.Context)
^
/Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/SchemaState.swift:24:19: note: consider making struct 'Context' conform to the 'Sendable' protocol
public struct Context {
^
: Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PotentASN1/ASN1Serialization.swift (in target 'PotentASN1' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling ASN1DERWriter.swift, ASN1Decoder.swift (in target 'PotentASN1' from project 'PotentCodables')
SwiftDriverJobDiscovery normal arm64_32 Compiling ASN1DERWriter.swift, ASN1Decoder.swift (in target 'PotentASN1' from project 'PotentCodables')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Collections.o (in target 'Collections' from project 'swift-collections')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-collections
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Collections.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/BigInt.o (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/BigInt.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCodables.build/Objects-normal/armv7k/Binary/PotentCodables.o normal armv7k (in target 'PotentCodables' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target armv7k-apple-watchos7.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCodables.build/Objects-normal/armv7k/PotentCodables.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCodables.build/Objects-normal/armv7k/PotentCodables_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCodables.build/Objects-normal/armv7k/PotentCodables_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCodables.build/Objects-normal/armv7k/PotentCodables.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCodables.build/Objects-normal/armv7k/Binary/PotentCodables.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCodables.build/Objects-normal/arm64_32/Binary/PotentCodables.o normal arm64_32 (in target 'PotentCodables' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64_32-apple-watchos7.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCodables.build/Objects-normal/arm64_32/PotentCodables.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCodables.build/Objects-normal/arm64_32/PotentCodables_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCodables.build/Objects-normal/arm64_32/PotentCodables_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCodables.build/Objects-normal/arm64_32/PotentCodables.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCodables.build/Objects-normal/arm64_32/Binary/PotentCodables.o
SwiftDriverJobDiscovery normal arm64 Compiling TaggedValue.swift (in target 'PotentASN1' from project 'PotentCodables')
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCodables.build/Objects-normal/arm64/Binary/PotentCodables.o normal arm64 (in target 'PotentCodables' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-watchos7.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCodables.build/Objects-normal/arm64/PotentCodables.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCodables.build/Objects-normal/arm64/PotentCodables_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCodables.build/Objects-normal/arm64/PotentCodables_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCodables.build/Objects-normal/arm64/PotentCodables.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCodables.build/Objects-normal/arm64/Binary/PotentCodables.o
SwiftDriverJobDiscovery normal armv7k Compiling Dates.swift, ObjectIdentifier.swift (in target 'PotentASN1' from project 'PotentCodables')
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PotentCodables.o normal arm64\ armv7k\ arm64_32 (in target 'PotentCodables' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCodables.build/Objects-normal/arm64/Binary/PotentCodables.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCodables.build/Objects-normal/armv7k/Binary/PotentCodables.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCodables.build/Objects-normal/arm64_32/Binary/PotentCodables.o -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PotentCodables.o
ExtractAppIntentsMetadata (in target 'PotentCodables' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name PotentCodables --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk --xcode-version 16E140 --platform-family watchOS --deployment-target 7.0 --bundle-identifier spi-builder-workspace.PotentCodables --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PotentCodables.appintents --target-triple arm64-apple-watchos7.0 --target-triple armv7k-apple-watchos7.0 --target-triple arm64_32-apple-watchos7.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PotentCodables.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCodables.build/Objects-normal/arm64/PotentCodables_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCodables.build/Objects-normal/armv7k/PotentCodables_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCodables.build/Objects-normal/arm64_32/PotentCodables_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCodables.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCodables.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCodables.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCodables.build/Objects-normal/arm64/PotentCodables.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCodables.build/Objects-normal/armv7k/PotentCodables.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCodables.build/Objects-normal/arm64_32/PotentCodables.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCodables.build/PotentCodables.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCodables.build/PotentCodables.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCodables.build/Objects-normal/arm64/PotentCodables.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCodables.build/Objects-normal/armv7k/PotentCodables.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCodables.build/Objects-normal/arm64_32/PotentCodables.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-28 15:23:52.739 appintentsmetadataprocessor[1829:9373] Starting appintentsmetadataprocessor export
2025-04-28 15:23:52.778 appintentsmetadataprocessor[1829:9373] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal armv7k Compiling BigInts.swift, BitString.swift (in target 'PotentASN1' from project 'PotentCodables')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PotentCodables.o (in target 'PotentCodables' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PotentCodables.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCBOR.build/Objects-normal/armv7k/Binary/PotentCBOR.o normal armv7k (in target 'PotentCBOR' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target armv7k-apple-watchos7.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCBOR.build/Objects-normal/armv7k/PotentCBOR.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCBOR.build/Objects-normal/armv7k/PotentCBOR_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCBOR.build/Objects-normal/armv7k/PotentCBOR_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCBOR.build/Objects-normal/armv7k/PotentCBOR.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCBOR.build/Objects-normal/armv7k/Binary/PotentCBOR.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentYAML.build/Objects-normal/armv7k/Binary/PotentYAML.o normal armv7k (in target 'PotentYAML' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target armv7k-apple-watchos7.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentYAML.build/Objects-normal/armv7k/PotentYAML.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentYAML.build/Objects-normal/armv7k/PotentYAML_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentYAML.build/Objects-normal/armv7k/PotentYAML_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentYAML.build/Objects-normal/armv7k/PotentYAML.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentYAML.build/Objects-normal/armv7k/Binary/PotentYAML.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentYAML.build/Objects-normal/arm64/Binary/PotentYAML.o normal arm64 (in target 'PotentYAML' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-watchos7.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentYAML.build/Objects-normal/arm64/PotentYAML.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentYAML.build/Objects-normal/arm64/PotentYAML_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentYAML.build/Objects-normal/arm64/PotentYAML_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentYAML.build/Objects-normal/arm64/PotentYAML.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentYAML.build/Objects-normal/arm64/Binary/PotentYAML.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentYAML.build/Objects-normal/arm64_32/Binary/PotentYAML.o normal arm64_32 (in target 'PotentYAML' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64_32-apple-watchos7.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentYAML.build/Objects-normal/arm64_32/PotentYAML.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentYAML.build/Objects-normal/arm64_32/PotentYAML_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentYAML.build/Objects-normal/arm64_32/PotentYAML_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentYAML.build/Objects-normal/arm64_32/PotentYAML.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentYAML.build/Objects-normal/arm64_32/Binary/PotentYAML.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentJSON.build/Objects-normal/armv7k/Binary/PotentJSON.o normal armv7k (in target 'PotentJSON' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target armv7k-apple-watchos7.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentJSON.build/Objects-normal/armv7k/PotentJSON.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentJSON.build/Objects-normal/armv7k/PotentJSON_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentJSON.build/Objects-normal/armv7k/PotentJSON_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentJSON.build/Objects-normal/armv7k/PotentJSON.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentJSON.build/Objects-normal/armv7k/Binary/PotentJSON.o
SwiftDriverJobDiscovery normal arm64 Compiling Dates.swift, ObjectIdentifier.swift (in target 'PotentASN1' from project 'PotentCodables')
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentJSON.build/Objects-normal/arm64_32/Binary/PotentJSON.o normal arm64_32 (in target 'PotentJSON' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64_32-apple-watchos7.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentJSON.build/Objects-normal/arm64_32/PotentJSON.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentJSON.build/Objects-normal/arm64_32/PotentJSON_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentJSON.build/Objects-normal/arm64_32/PotentJSON_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentJSON.build/Objects-normal/arm64_32/PotentJSON.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentJSON.build/Objects-normal/arm64_32/Binary/PotentJSON.o
SwiftDriverJobDiscovery normal armv7k Compiling ASN1DERWriter.swift, ASN1Decoder.swift (in target 'PotentASN1' from project 'PotentCodables')
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentJSON.build/Objects-normal/arm64/Binary/PotentJSON.o normal arm64 (in target 'PotentJSON' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-watchos7.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentJSON.build/Objects-normal/arm64/PotentJSON.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentJSON.build/Objects-normal/arm64/PotentJSON_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentJSON.build/Objects-normal/arm64/PotentJSON_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentJSON.build/Objects-normal/arm64/PotentJSON.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentJSON.build/Objects-normal/arm64/Binary/PotentJSON.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCBOR.build/Objects-normal/arm64_32/Binary/PotentCBOR.o normal arm64_32 (in target 'PotentCBOR' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64_32-apple-watchos7.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCBOR.build/Objects-normal/arm64_32/PotentCBOR.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCBOR.build/Objects-normal/arm64_32/PotentCBOR_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCBOR.build/Objects-normal/arm64_32/PotentCBOR_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCBOR.build/Objects-normal/arm64_32/PotentCBOR.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCBOR.build/Objects-normal/arm64_32/Binary/PotentCBOR.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCBOR.build/Objects-normal/arm64/Binary/PotentCBOR.o normal arm64 (in target 'PotentCBOR' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-watchos7.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCBOR.build/Objects-normal/arm64/PotentCBOR.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCBOR.build/Objects-normal/arm64/PotentCBOR_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCBOR.build/Objects-normal/arm64/PotentCBOR_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCBOR.build/Objects-normal/arm64/PotentCBOR.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCBOR.build/Objects-normal/arm64/Binary/PotentCBOR.o
SwiftDriver\ Compilation PotentASN1 normal armv7k com.apple.xcode.tools.swift.compiler (in target 'PotentASN1' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name PotentASN1 -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentASN1.build/Objects-normal/armv7k/PotentASN1.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos7.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentASN1.build/Objects-normal/armv7k/PotentASN1-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/PotentCodables.build/Debug-watchos/PotentASN1.build/Objects-normal/armv7k/PotentASN1.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/PotentCodables.build/Debug-watchos/PotentASN1.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentASN1.build/Objects-normal/armv7k/PotentASN1_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentASN1.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentASN1.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentASN1.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/PotentCodables.build/Debug-watchos/PotentASN1.build/Objects-normal/armv7k/PotentASN1-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PotentYAML.o normal arm64\ armv7k\ arm64_32 (in target 'PotentYAML' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentYAML.build/Objects-normal/arm64/Binary/PotentYAML.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentYAML.build/Objects-normal/armv7k/Binary/PotentYAML.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentYAML.build/Objects-normal/arm64_32/Binary/PotentYAML.o -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PotentYAML.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentASN1.build/Objects-normal/armv7k/Binary/PotentASN1.o normal armv7k (in target 'PotentASN1' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target armv7k-apple-watchos7.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentASN1.build/Objects-normal/armv7k/PotentASN1.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentASN1.build/Objects-normal/armv7k/PotentASN1_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentASN1.build/Objects-normal/armv7k/PotentASN1_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentASN1.build/Objects-normal/armv7k/PotentASN1.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentASN1.build/Objects-normal/armv7k/Binary/PotentASN1.o
ExtractAppIntentsMetadata (in target 'PotentYAML' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name PotentYAML --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk --xcode-version 16E140 --platform-family watchOS --deployment-target 7.0 --bundle-identifier spi-builder-workspace.PotentYAML --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PotentYAML.appintents --target-triple arm64-apple-watchos7.0 --target-triple armv7k-apple-watchos7.0 --target-triple arm64_32-apple-watchos7.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PotentYAML.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentYAML.build/Objects-normal/arm64/PotentYAML_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentYAML.build/Objects-normal/armv7k/PotentYAML_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentYAML.build/Objects-normal/arm64_32/PotentYAML_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentYAML.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentYAML.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentYAML.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentYAML.build/Objects-normal/arm64/PotentYAML.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentYAML.build/Objects-normal/armv7k/PotentYAML.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentYAML.build/Objects-normal/arm64_32/PotentYAML.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentYAML.build/PotentYAML.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentYAML.build/PotentYAML.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentYAML.build/Objects-normal/arm64/PotentYAML.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentYAML.build/Objects-normal/armv7k/PotentYAML.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentYAML.build/Objects-normal/arm64_32/PotentYAML.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-28 15:23:52.885 appintentsmetadataprocessor[1849:9450] Starting appintentsmetadataprocessor export
2025-04-28 15:23:52.932 appintentsmetadataprocessor[1849:9450] Extracted no relevant App Intents symbols, skipping writing output
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PotentJSON.o normal arm64\ armv7k\ arm64_32 (in target 'PotentJSON' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentJSON.build/Objects-normal/arm64/Binary/PotentJSON.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentJSON.build/Objects-normal/armv7k/Binary/PotentJSON.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentJSON.build/Objects-normal/arm64_32/Binary/PotentJSON.o -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PotentJSON.o
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PotentCBOR.o normal arm64\ armv7k\ arm64_32 (in target 'PotentCBOR' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCBOR.build/Objects-normal/arm64/Binary/PotentCBOR.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCBOR.build/Objects-normal/armv7k/Binary/PotentCBOR.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCBOR.build/Objects-normal/arm64_32/Binary/PotentCBOR.o -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PotentCBOR.o
ExtractAppIntentsMetadata (in target 'PotentJSON' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name PotentJSON --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk --xcode-version 16E140 --platform-family watchOS --deployment-target 7.0 --bundle-identifier spi-builder-workspace.PotentJSON --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PotentJSON.appintents --target-triple arm64-apple-watchos7.0 --target-triple armv7k-apple-watchos7.0 --target-triple arm64_32-apple-watchos7.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PotentJSON.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentJSON.build/Objects-normal/arm64/PotentJSON_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentJSON.build/Objects-normal/armv7k/PotentJSON_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentJSON.build/Objects-normal/arm64_32/PotentJSON_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentJSON.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentJSON.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentJSON.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentJSON.build/Objects-normal/arm64/PotentJSON.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentJSON.build/Objects-normal/armv7k/PotentJSON.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentJSON.build/Objects-normal/arm64_32/PotentJSON.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentJSON.build/PotentJSON.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentJSON.build/PotentJSON.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentJSON.build/Objects-normal/arm64/PotentJSON.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentJSON.build/Objects-normal/armv7k/PotentJSON.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentJSON.build/Objects-normal/arm64_32/PotentJSON.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-28 15:23:52.921 appintentsmetadataprocessor[1854:9509] Starting appintentsmetadataprocessor export
2025-04-28 15:23:52.958 appintentsmetadataprocessor[1854:9509] Extracted no relevant App Intents symbols, skipping writing output
ExtractAppIntentsMetadata (in target 'PotentCBOR' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name PotentCBOR --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk --xcode-version 16E140 --platform-family watchOS --deployment-target 7.0 --bundle-identifier spi-builder-workspace.PotentCBOR --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PotentCBOR.appintents --target-triple arm64-apple-watchos7.0 --target-triple armv7k-apple-watchos7.0 --target-triple arm64_32-apple-watchos7.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PotentCBOR.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCBOR.build/Objects-normal/arm64/PotentCBOR_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCBOR.build/Objects-normal/armv7k/PotentCBOR_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCBOR.build/Objects-normal/arm64_32/PotentCBOR_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCBOR.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCBOR.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCBOR.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCBOR.build/Objects-normal/arm64/PotentCBOR.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCBOR.build/Objects-normal/armv7k/PotentCBOR.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCBOR.build/Objects-normal/arm64_32/PotentCBOR.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCBOR.build/PotentCBOR.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCBOR.build/PotentCBOR.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCBOR.build/Objects-normal/arm64/PotentCBOR.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCBOR.build/Objects-normal/armv7k/PotentCBOR.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentCBOR.build/Objects-normal/arm64_32/PotentCBOR.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-28 15:23:52.921 appintentsmetadataprocessor[1855:9510] Starting appintentsmetadataprocessor export
2025-04-28 15:23:52.958 appintentsmetadataprocessor[1855:9510] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64_32 Compiling AnyString.swift, AnyTime.swift (in target 'PotentASN1' from project 'PotentCodables')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PotentYAML.o (in target 'PotentYAML' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PotentYAML.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PotentJSON.o (in target 'PotentJSON' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PotentJSON.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PotentCBOR.o (in target 'PotentCBOR' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PotentCBOR.o
SwiftDriverJobDiscovery normal arm64 Compiling ASN1.swift, ASN1DERReader.swift (in target 'PotentASN1' from project 'PotentCodables')
SwiftDriverJobDiscovery normal arm64_32 Compiling ASN1.swift, ASN1DERReader.swift (in target 'PotentASN1' from project 'PotentCodables')
SwiftDriver\ Compilation PotentASN1 normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'PotentASN1' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name PotentASN1 -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentASN1.build/Objects-normal/arm64_32/PotentASN1.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos7.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentASN1.build/Objects-normal/arm64_32/PotentASN1-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/PotentCodables.build/Debug-watchos/PotentASN1.build/Objects-normal/arm64_32/PotentASN1.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/PotentCodables.build/Debug-watchos/PotentASN1.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentASN1.build/Objects-normal/arm64_32/PotentASN1_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentASN1.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentASN1.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentASN1.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/PotentCodables.build/Debug-watchos/PotentASN1.build/Objects-normal/arm64_32/PotentASN1-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentASN1.build/Objects-normal/arm64_32/Binary/PotentASN1.o normal arm64_32 (in target 'PotentASN1' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64_32-apple-watchos7.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentASN1.build/Objects-normal/arm64_32/PotentASN1.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentASN1.build/Objects-normal/arm64_32/PotentASN1_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentASN1.build/Objects-normal/arm64_32/PotentASN1_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentASN1.build/Objects-normal/arm64_32/PotentASN1.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentASN1.build/Objects-normal/arm64_32/Binary/PotentASN1.o
SwiftDriverJobDiscovery normal arm64 Compiling ASN1Encoder.swift, ASN1Serialization.swift (in target 'PotentASN1' from project 'PotentCodables')
SwiftDriver\ Compilation PotentASN1 normal arm64 com.apple.xcode.tools.swift.compiler (in target 'PotentASN1' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name PotentASN1 -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentASN1.build/Objects-normal/arm64/PotentASN1.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos7.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentASN1.build/Objects-normal/arm64/PotentASN1-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/PotentCodables.build/Debug-watchos/PotentASN1.build/Objects-normal/arm64/PotentASN1.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/PotentCodables.build/Debug-watchos/PotentASN1.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentASN1.build/Objects-normal/arm64/PotentASN1_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentASN1.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentASN1.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentASN1.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/PotentCodables.build/Debug-watchos/PotentASN1.build/Objects-normal/arm64/PotentASN1-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentASN1.build/Objects-normal/arm64/Binary/PotentASN1.o normal arm64 (in target 'PotentASN1' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-watchos7.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentASN1.build/Objects-normal/arm64/PotentASN1.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentASN1.build/Objects-normal/arm64/PotentASN1_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentASN1.build/Objects-normal/arm64/PotentASN1_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentASN1.build/Objects-normal/arm64/PotentASN1.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentASN1.build/Objects-normal/arm64/Binary/PotentASN1.o
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PotentASN1.o normal arm64\ armv7k\ arm64_32 (in target 'PotentASN1' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentASN1.build/Objects-normal/arm64/Binary/PotentASN1.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentASN1.build/Objects-normal/armv7k/Binary/PotentASN1.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentASN1.build/Objects-normal/arm64_32/Binary/PotentASN1.o -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PotentASN1.o
ExtractAppIntentsMetadata (in target 'PotentASN1' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name PotentASN1 --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk --xcode-version 16E140 --platform-family watchOS --deployment-target 7.0 --bundle-identifier spi-builder-workspace.PotentASN1 --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PotentASN1.appintents --target-triple arm64-apple-watchos7.0 --target-triple armv7k-apple-watchos7.0 --target-triple arm64_32-apple-watchos7.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PotentASN1.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentASN1.build/Objects-normal/arm64/PotentASN1_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentASN1.build/Objects-normal/armv7k/PotentASN1_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentASN1.build/Objects-normal/arm64_32/PotentASN1_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentASN1.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentASN1.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentASN1.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentASN1.build/Objects-normal/arm64/PotentASN1.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentASN1.build/Objects-normal/armv7k/PotentASN1.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentASN1.build/Objects-normal/arm64_32/PotentASN1.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentASN1.build/PotentASN1.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentASN1.build/PotentASN1.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentASN1.build/Objects-normal/arm64/PotentASN1.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentASN1.build/Objects-normal/armv7k/PotentASN1.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-watchos/PotentASN1.build/Objects-normal/arm64_32/PotentASN1.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-28 15:23:53.168 appintentsmetadataprocessor[1861:9548] Starting appintentsmetadataprocessor export
2025-04-28 15:23:53.202 appintentsmetadataprocessor[1861:9548] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PotentASN1.o (in target 'PotentASN1' from project 'PotentCodables')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PotentASN1.o
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
{
"identity" : "bigint",
"requirement" : {
"range" : [
{
"lower_bound" : "5.3.0",
"upper_bound" : "5.4.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/attaswift/BigInt.git"
},
{
"identity" : "float16",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.1",
"upper_bound" : "1.2.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SusanDoggie/Float16.git"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.4",
"upper_bound" : "1.1.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
},
{
"identity" : "regex",
"requirement" : {
"range" : [
{
"lower_bound" : "2.1.1",
"upper_bound" : "2.2.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/sharplet/Regex.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "PotentCodables",
"name" : "PotentCodables",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "watchos",
"version" : "7.0"
},
{
"name" : "tvos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "PotentCodables",
"targets" : [
"PotentCodables",
"PotentJSON",
"PotentCBOR",
"PotentASN1",
"PotentYAML",
"Cfyaml"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PotentYAML",
"module_type" : "SwiftTarget",
"name" : "PotentYAML",
"path" : "Sources/PotentYAML",
"product_dependencies" : [
"BigInt",
"Collections",
"Regex"
],
"product_memberships" : [
"PotentCodables"
],
"sources" : [
"Errors.swift",
"Libfyaml.swift",
"YAML.swift",
"YAMLDecoder.swift",
"YAMLEncoder.swift",
"YAMLReader.swift",
"YAMLSchema.swift",
"YAMLSchemaCore.swift",
"YAMLSerialization.swift",
"YAMLWriter.swift"
],
"target_dependencies" : [
"PotentCodables",
"Cfyaml"
],
"type" : "library"
},
{
"c99name" : "PotentJSON",
"module_type" : "SwiftTarget",
"name" : "PotentJSON",
"path" : "Sources/PotentJSON",
"product_dependencies" : [
"BigInt",
"Collections"
],
"product_memberships" : [
"PotentCodables"
],
"sources" : [
"Errors.swift",
"JSON.swift",
"JSONDecoder.swift",
"JSONEncoder.swift",
"JSONReader.swift",
"JSONSerialization.swift",
"JSONWriter.swift"
],
"target_dependencies" : [
"PotentCodables"
],
"type" : "library"
},
{
"c99name" : "PotentCodablesTests",
"module_type" : "SwiftTarget",
"name" : "PotentCodablesTests",
"path" : "Tests",
"sources" : [
"ASN1AnyStringTests.swift",
"ASN1AnyValueTests.swift",
"ASN1DERBigIntTests.swift",
"ASN1DERTests.swift",
"ASN1DecoderTests.swift",
"ASN1EncoderTests.swift",
"ASN1SchemaDecodeTests.swift",
"ASN1SchemaEncodeTests.swift",
"ASN1SchemaTests.swift",
"ASN1Tests.swift",
"ASN1ValueTests.swift",
"AnyCodingKeyTests.swift",
"AnyValueCoderTests.swift",
"AnyValueTests.swift",
"Assertions.swift",
"CBORAnyValueTests.swift",
"CBORCodableRoundtripTests.swift",
"CBORDecoderTests.swift",
"CBOREncoderTests.swift",
"CBORReaderTests.swift",
"CBORTests.swift",
"CBORValueTests.swift",
"CBORWriterTests.swift",
"ConfigurationTests.swift",
"Datas.swift",
"Dates.swift",
"JSONAnyValueTests.swift",
"JSONDecoderTests.swift",
"JSONEncoderTests.swift",
"JSONOrderTests.swift",
"JSONReaderTests.swift",
"JSONValueTests.swift",
"JSONWriterTests.swift",
"RefTests.swift",
"TimeZoneTests.swift",
"UnkeyedCodingContainerTests.swift",
"ValueCoderTests.swift",
"ValueTransformerProvidingTests.swift",
"ValueTransformerTests.swift",
"YAMLAnyValueTests.swift",
"YAMLDecoderTests.swift",
"YAMLEncoderTests.swift",
"YAMLErrorTests.swift",
"YAMLOrderTests.swift",
"YAMLReaderTests.swift",
"YAMLSchemaTests.swift",
"YAMLTests.swift",
"YAMLValueTests.swift",
"YAMLWriterTests.swift"
],
"target_dependencies" : [
"PotentCodables",
"PotentJSON",
"PotentCBOR",
"PotentASN1",
"PotentYAML"
],
"type" : "test"
},
{
"c99name" : "PotentCodables",
"module_type" : "SwiftTarget",
"name" : "PotentCodables",
"path" : "Sources/PotentCodables",
"product_dependencies" : [
"BigInt",
"Collections",
"Float16",
"Regex"
],
"product_memberships" : [
"PotentCodables"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/PotentCodables/PotentCodables.docc",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"AnyCodingKey.swift",
"AnyValue/AnyValue.swift",
"AnyValue/AnyValueDecoder.swift",
"AnyValue/AnyValueEncoder.swift",
"DecoderSupport.swift",
"EncoderSupport.swift",
"Errors.swift",
"Float16.swift",
"KeyStrategy.swift",
"KeyedNestedDecoder.swift",
"KeyedNestedEncoder.swift",
"Refs.swift",
"Regexes.swift",
"TimeZone.swift",
"TopLevel.swift",
"TreeValueDecodingContainer.swift",
"Value.swift",
"ValueDecoder.swift",
"ValueEncoder.swift",
"ValueTransformer.swift",
"ValueTransformerProviding.swift",
"ZonedDate.swift"
],
"type" : "library"
},
{
"c99name" : "PotentCBOR",
"module_type" : "SwiftTarget",
"name" : "PotentCBOR",
"path" : "Sources/PotentCBOR",
"product_dependencies" : [
"BigInt",
"Collections"
],
"product_memberships" : [
"PotentCodables"
],
"sources" : [
"CBOR.swift",
"CBORDecoder.swift",
"CBOREncoder.swift",
"CBORReader.swift",
"CBORSerialization.swift",
"CBORStream.swift",
"CBORWriter.swift"
],
"target_dependencies" : [
"PotentCodables"
],
"type" : "library"
},
{
"c99name" : "PotentASN1",
"module_type" : "SwiftTarget",
"name" : "PotentASN1",
"path" : "Sources/PotentASN1",
"product_dependencies" : [
"BigInt",
"Collections"
],
"product_memberships" : [
"PotentCodables"
],
"sources" : [
"ASN1.swift",
"ASN1DERReader.swift",
"ASN1DERWriter.swift",
"ASN1Decoder.swift",
"ASN1Encoder.swift",
"ASN1Serialization.swift",
"AnyString.swift",
"AnyTime.swift",
"BigInts.swift",
"BitString.swift",
"Dates.swift",
"ObjectIdentifier.swift",
"Schema.swift",
"SchemaSpecified.swift",
"SchemaState.swift",
"Tagged.swift",
"TaggedValue.swift"
],
"target_dependencies" : [
"PotentCodables"
],
"type" : "library"
},
{
"c99name" : "Cfyaml",
"module_type" : "ClangTarget",
"name" : "Cfyaml",
"path" : "Sources/Cfyaml",
"product_memberships" : [
"PotentCodables"
],
"sources" : [
"src/lib/fy-accel.c",
"src/lib/fy-atom.c",
"src/lib/fy-composer.c",
"src/lib/fy-diag.c",
"src/lib/fy-doc.c",
"src/lib/fy-docbuilder.c",
"src/lib/fy-docstate.c",
"src/lib/fy-dump.c",
"src/lib/fy-emit.c",
"src/lib/fy-event.c",
"src/lib/fy-input.c",
"src/lib/fy-parse.c",
"src/lib/fy-path.c",
"src/lib/fy-token.c",
"src/lib/fy-types.c",
"src/lib/fy-walk.c",
"src/util/fy-blob.c",
"src/util/fy-ctype.c",
"src/util/fy-utf8.c",
"src/util/fy-utils.c",
"src/xxhash/xxhash.c"
],
"type" : "library"
}
],
"tools_version" : "5.4"
}
Done.