The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of PotentCodables, reference main (5aead8), with Swift 6.1 for iOS using Xcode 16.3 on 28 Apr 2025 22:23:01 UTC.

Swift 6 data race errors: 108

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=iOS 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

    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLSerialization.swift:76:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let json = WritingOptions(rawValue: 1 << 3)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLSerialization.swift:77:23: warning: static property 'explictDocumentMarkers' is not concurrency-safe because non-'Sendable' type 'YAMLSerialization.WritingOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let explictDocumentMarkers = WritingOptions(rawValue: 1 << 4)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLSerialization.swift:67:17: note: consider making struct 'WritingOptions' conform to the 'Sendable' protocol
  public struct WritingOptions: OptionSet {
                ^
                                         , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLSerialization.swift:77:23: note: add '@MainActor' to make static property 'explictDocumentMarkers' part of global actor 'MainActor'
    public static let explictDocumentMarkers = WritingOptions(rawValue: 1 << 4)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLSerialization.swift:77:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let explictDocumentMarkers = WritingOptions(rawValue: 1 << 4)
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ Errors.swift /Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/Errors.swift (in target 'PotentYAML' from project 'PotentCodables')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/Errors.swift (in target 'PotentYAML' from project 'PotentCodables')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for PotentCBOR (in target 'PotentCBOR' from project 'PotentCodables')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/PotentJSON-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentJSON.build/Objects-normal/arm64/PotentJSON-Swift.h (in target 'PotentJSON' from project 'PotentCodables')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentJSON.build/Objects-normal/arm64/PotentJSON-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/PotentJSON-Swift.h
SwiftDriverJobDiscovery normal arm64 Compiling JSON.swift (in target 'PotentJSON' from project 'PotentCodables')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PotentJSON.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentJSON.build/Objects-normal/arm64/PotentJSON.swiftmodule (in target 'PotentJSON' from project 'PotentCodables')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentJSON.build/Objects-normal/arm64/PotentJSON.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PotentJSON.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PotentJSON.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentJSON.build/Objects-normal/arm64/PotentJSON.swiftdoc (in target 'PotentJSON' from project 'PotentCodables')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentJSON.build/Objects-normal/arm64/PotentJSON.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PotentJSON.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PotentJSON.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentJSON.build/Objects-normal/arm64/PotentJSON.abi.json (in target 'PotentJSON' from project 'PotentCodables')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentJSON.build/Objects-normal/arm64/PotentJSON.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PotentJSON.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PotentJSON.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentJSON.build/Objects-normal/arm64/PotentJSON.swiftsourceinfo (in target 'PotentJSON' from project 'PotentCodables')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentJSON.build/Objects-normal/arm64/PotentJSON.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PotentJSON.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriver\ Compilation\ Requirements 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-Requirements -- /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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios14.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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/PotentCBOR.build/Objects-normal/arm64/PotentCBOR_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentCBOR.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentCBOR.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/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-iphoneos/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 arm64 Emitting module for PotentYAML (in target 'PotentYAML' from project 'PotentCodables')
SwiftCompile normal arm64 Compiling\ YAMLEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLEncoder.swift (in target 'PotentYAML' from project 'PotentCodables')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLEncoder.swift (in target 'PotentYAML' from project 'PotentCodables')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLEncoder.swift:20:21: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'YAMLEncoder' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `default` = YAMLEncoder()
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLEncoder.swift:18:14: note: class 'YAMLEncoder' does not conform to the 'Sendable' protocol
public class YAMLEncoder: ValueEncoder<YAML, YAMLEncoderTransform>, EncodesToString {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLEncoder.swift:20:21: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
  public static let `default` = YAMLEncoder()
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLEncoder.swift:20:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `default` = YAMLEncoder()
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLEncoder.swift:40:23: warning: static property 'pretty' is not concurrency-safe because non-'Sendable' type 'YAMLEncoder.OutputFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let pretty = OutputFormatting(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLEncoder.swift:25:17: note: consider making struct 'OutputFormatting' conform to the 'Sendable' protocol
  public struct OutputFormatting: OptionSet {
                ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLEncoder.swift:40:23: note: add '@MainActor' to make static property 'pretty' part of global actor 'MainActor'
    public static let pretty = OutputFormatting(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLEncoder.swift:40:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let pretty = OutputFormatting(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLEncoder.swift:43:23: warning: static property 'sortedKeys' is not concurrency-safe because non-'Sendable' type 'YAMLEncoder.OutputFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let sortedKeys = OutputFormatting(rawValue: 1 << 1)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLEncoder.swift:25:17: note: consider making struct 'OutputFormatting' conform to the 'Sendable' protocol
  public struct OutputFormatting: OptionSet {
                ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLEncoder.swift:43:23: note: add '@MainActor' to make static property 'sortedKeys' part of global actor 'MainActor'
    public static let sortedKeys = OutputFormatting(rawValue: 1 << 1)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLEncoder.swift:43:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let sortedKeys = OutputFormatting(rawValue: 1 << 1)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLEncoder.swift:46:23: warning: static property 'json' is not concurrency-safe because non-'Sendable' type 'YAMLEncoder.OutputFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let json = OutputFormatting(rawValue: 1 << 2)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLEncoder.swift:25:17: note: consider making struct 'OutputFormatting' conform to the 'Sendable' protocol
  public struct OutputFormatting: OptionSet {
                ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLEncoder.swift:46:23: note: add '@MainActor' to make static property 'json' part of global actor 'MainActor'
    public static let json = OutputFormatting(rawValue: 1 << 2)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLEncoder.swift:46:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let json = OutputFormatting(rawValue: 1 << 2)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLEncoder.swift:132: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 = YAML.mapping([])
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLEncoder.swift:132:21: note: convert 'emptyKeyedContainer' to a 'let' constant to make 'Sendable' shared state immutable
  public static var emptyKeyedContainer = YAML.mapping([])
                ~~~ ^
                let
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLEncoder.swift:132:21: note: add '@MainActor' to make static property 'emptyKeyedContainer' part of global actor 'MainActor'
  public static var emptyKeyedContainer = YAML.mapping([])
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLEncoder.swift:132:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static var emptyKeyedContainer = YAML.mapping([])
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLEncoder.swift:133: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 = YAML.sequence([])
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLEncoder.swift:133:21: note: convert 'emptyUnkeyedContainer' to a 'let' constant to make 'Sendable' shared state immutable
  public static var emptyUnkeyedContainer = YAML.sequence([])
                ~~~ ^
                let
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLEncoder.swift:133:21: note: add '@MainActor' to make static property 'emptyUnkeyedContainer' part of global actor 'MainActor'
  public static var emptyUnkeyedContainer = YAML.sequence([])
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLEncoder.swift:133:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static var emptyUnkeyedContainer = YAML.sequence([])
                    ^
  nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ YAMLSchema.swift /Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLSchema.swift (in target 'PotentYAML' from project 'PotentCodables')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLSchema.swift (in target 'PotentYAML' from project 'PotentCodables')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriver\ Compilation\ Requirements PotentYAML normal arm64 com.apple.xcode.tools.swift.compiler (in target 'PotentYAML' from project 'PotentCodables')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name PotentYAML -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentYAML.build/Objects-normal/arm64/PotentYAML.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Cfyaml.modulemap -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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios14.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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentYAML.build/Objects-normal/arm64/PotentYAML-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-iphoneos/PotentYAML.build/Objects-normal/arm64/PotentYAML.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-iphoneos/PotentYAML.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-iphoneos/PotentYAML.build/Objects-normal/arm64/PotentYAML_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/Cfyaml/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentYAML.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentYAML.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentYAML.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-iphoneos/PotentYAML.build/Objects-normal/arm64/PotentYAML-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling JSONEncoder.swift (in target 'PotentJSON' from project 'PotentCodables')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/PotentCBOR-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentCBOR.build/Objects-normal/arm64/PotentCBOR-Swift.h (in target 'PotentCBOR' from project 'PotentCodables')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentCBOR.build/Objects-normal/arm64/PotentCBOR-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/PotentCBOR-Swift.h
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/PotentYAML-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentYAML.build/Objects-normal/arm64/PotentYAML-Swift.h (in target 'PotentYAML' from project 'PotentCodables')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentYAML.build/Objects-normal/arm64/PotentYAML-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/PotentYAML-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PotentYAML.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentYAML.build/Objects-normal/arm64/PotentYAML.swiftmodule (in target 'PotentYAML' from project 'PotentCodables')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentYAML.build/Objects-normal/arm64/PotentYAML.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PotentYAML.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PotentYAML.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentYAML.build/Objects-normal/arm64/PotentYAML.swiftdoc (in target 'PotentYAML' from project 'PotentCodables')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentYAML.build/Objects-normal/arm64/PotentYAML.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PotentYAML.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PotentYAML.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentYAML.build/Objects-normal/arm64/PotentYAML.abi.json (in target 'PotentYAML' from project 'PotentCodables')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentYAML.build/Objects-normal/arm64/PotentYAML.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PotentYAML.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PotentYAML.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentYAML.build/Objects-normal/arm64/PotentYAML.swiftsourceinfo (in target 'PotentYAML' from project 'PotentCodables')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentYAML.build/Objects-normal/arm64/PotentYAML.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PotentYAML.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PotentCBOR.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentCBOR.build/Objects-normal/arm64/PotentCBOR.swiftmodule (in target 'PotentCBOR' from project 'PotentCodables')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentCBOR.build/Objects-normal/arm64/PotentCBOR.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PotentCBOR.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PotentCBOR.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentCBOR.build/Objects-normal/arm64/PotentCBOR.swiftdoc (in target 'PotentCBOR' from project 'PotentCodables')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentCBOR.build/Objects-normal/arm64/PotentCBOR.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PotentCBOR.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PotentCBOR.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentCBOR.build/Objects-normal/arm64/PotentCBOR.abi.json (in target 'PotentCBOR' from project 'PotentCodables')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentCBOR.build/Objects-normal/arm64/PotentCBOR.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PotentCBOR.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PotentCBOR.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentCBOR.build/Objects-normal/arm64/PotentCBOR.swiftsourceinfo (in target 'PotentCBOR' from project 'PotentCodables')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentCBOR.build/Objects-normal/arm64/PotentCBOR.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PotentCBOR.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftCompile normal arm64 Compiling\ YAMLSchemaCore.swift /Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLSchemaCore.swift (in target 'PotentYAML' from project 'PotentCodables')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLSchemaCore.swift (in target 'PotentYAML' from project 'PotentCodables')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLSchemaCore.swift:26:16: warning: static property 'nullRegex' is not concurrency-safe because non-'Sendable' type 'Regex' may have shared mutable state; this is an error in the Swift 6 language mode
    static let nullRegex: Regex = #"^((null)|(Null)|(NULL)|(~)|(^$))$"#
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Regex/Source/Regex/Regex.swift:3:15: note: struct 'Regex' does not conform to the 'Sendable' protocol
public struct Regex: CustomStringConvertible, CustomDebugStringConvertible {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLSchemaCore.swift:13:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Regex'
import Regex
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLSchemaCore.swift:26:16: note: add '@MainActor' to make static property 'nullRegex' part of global actor 'MainActor'
    static let nullRegex: Regex = #"^((null)|(Null)|(NULL)|(~)|(^$))$"#
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLSchemaCore.swift:26:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let nullRegex: Regex = #"^((null)|(Null)|(NULL)|(~)|(^$))$"#
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLSchemaCore.swift:28:16: warning: static property 'boolRegex' is not concurrency-safe because non-'Sendable' type 'Regex' may have shared mutable state; this is an error in the Swift 6 language mode
    static let boolRegex: Regex = .anyOf(trueRegex, falseRegex)
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Regex/Source/Regex/Regex.swift:3:15: note: struct 'Regex' does not conform to the 'Sendable' protocol
public struct Regex: CustomStringConvertible, CustomDebugStringConvertible {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLSchemaCore.swift:28:16: note: add '@MainActor' to make static property 'boolRegex' part of global actor 'MainActor'
    static let boolRegex: Regex = .anyOf(trueRegex, falseRegex)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLSchemaCore.swift:28:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let boolRegex: Regex = .anyOf(trueRegex, falseRegex)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLSchemaCore.swift:29:16: warning: static property 'trueRegex' is not concurrency-safe because non-'Sendable' type 'Regex' may have shared mutable state; this is an error in the Swift 6 language mode
    static let trueRegex: Regex = #"^((true)|(True)|(TRUE))$"#
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Regex/Source/Regex/Regex.swift:3:15: note: struct 'Regex' does not conform to the 'Sendable' protocol
public struct Regex: CustomStringConvertible, CustomDebugStringConvertible {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLSchemaCore.swift:29:16: note: add '@MainActor' to make static property 'trueRegex' part of global actor 'MainActor'
    static let trueRegex: Regex = #"^((true)|(True)|(TRUE))$"#
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLSchemaCore.swift:29:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let trueRegex: Regex = #"^((true)|(True)|(TRUE))$"#
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLSchemaCore.swift:30:16: warning: static property 'falseRegex' is not concurrency-safe because non-'Sendable' type 'Regex' may have shared mutable state; this is an error in the Swift 6 language mode
    static let falseRegex: Regex = #"^((false)|(False)|(FALSE))$"#
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Regex/Source/Regex/Regex.swift:3:15: note: struct 'Regex' does not conform to the 'Sendable' protocol
public struct Regex: CustomStringConvertible, CustomDebugStringConvertible {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLSchemaCore.swift:30:16: note: add '@MainActor' to make static property 'falseRegex' part of global actor 'MainActor'
    static let falseRegex: Regex = #"^((false)|(False)|(FALSE))$"#
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLSchemaCore.swift:30:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let falseRegex: Regex = #"^((false)|(False)|(FALSE))$"#
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLSchemaCore.swift:32:16: warning: static property 'int8Regex' is not concurrency-safe because non-'Sendable' type 'Regex' may have shared mutable state; this is an error in the Swift 6 language mode
    static let int8Regex: Regex = #"^(0o[0-7]+)$"#
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Regex/Source/Regex/Regex.swift:3:15: note: struct 'Regex' does not conform to the 'Sendable' protocol
public struct Regex: CustomStringConvertible, CustomDebugStringConvertible {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLSchemaCore.swift:32:16: note: add '@MainActor' to make static property 'int8Regex' part of global actor 'MainActor'
    static let int8Regex: Regex = #"^(0o[0-7]+)$"#
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLSchemaCore.swift:32:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let int8Regex: Regex = #"^(0o[0-7]+)$"#
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLSchemaCore.swift:33:16: warning: static property 'int10Regex' is not concurrency-safe because non-'Sendable' type 'Regex' may have shared mutable state; this is an error in the Swift 6 language mode
    static let int10Regex: Regex = #"^([-+]?[0-9]+)$"#
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Regex/Source/Regex/Regex.swift:3:15: note: struct 'Regex' does not conform to the 'Sendable' protocol
public struct Regex: CustomStringConvertible, CustomDebugStringConvertible {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLSchemaCore.swift:33:16: note: add '@MainActor' to make static property 'int10Regex' part of global actor 'MainActor'
    static let int10Regex: Regex = #"^([-+]?[0-9]+)$"#
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLSchemaCore.swift:33:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let int10Regex: Regex = #"^([-+]?[0-9]+)$"#
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLSchemaCore.swift:34:16: warning: static property 'int16Regex' is not concurrency-safe because non-'Sendable' type 'Regex' may have shared mutable state; this is an error in the Swift 6 language mode
    static let int16Regex: Regex = #"^(0x[0-9a-fA-F]+)$"#
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Regex/Source/Regex/Regex.swift:3:15: note: struct 'Regex' does not conform to the 'Sendable' protocol
public struct Regex: CustomStringConvertible, CustomDebugStringConvertible {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLSchemaCore.swift:34:16: note: add '@MainActor' to make static property 'int16Regex' part of global actor 'MainActor'
    static let int16Regex: Regex = #"^(0x[0-9a-fA-F]+)$"#
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLSchemaCore.swift:34:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let int16Regex: Regex = #"^(0x[0-9a-fA-F]+)$"#
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLSchemaCore.swift:35:16: warning: static property 'intRegex' is not concurrency-safe because non-'Sendable' type 'Regex' may have shared mutable state; this is an error in the Swift 6 language mode
    static let intRegex: Regex = .anyOf(int8Regex, int10Regex, int16Regex)
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Regex/Source/Regex/Regex.swift:3:15: note: struct 'Regex' does not conform to the 'Sendable' protocol
public struct Regex: CustomStringConvertible, CustomDebugStringConvertible {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLSchemaCore.swift:35:16: note: add '@MainActor' to make static property 'intRegex' part of global actor 'MainActor'
    static let intRegex: Regex = .anyOf(int8Regex, int10Regex, int16Regex)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLSchemaCore.swift:35:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let intRegex: Regex = .anyOf(int8Regex, int10Regex, int16Regex)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLSchemaCore.swift:37:16: warning: static property 'numRegex' is not concurrency-safe because non-'Sendable' type 'Regex' may have shared mutable state; this is an error in the Swift 6 language mode
    static let numRegex: Regex = #"^([-+]?(\.[0-9]+|[0-9]+(\.[0-9]*)?)([eE][-+]?[0-9]+)?)$"#
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Regex/Source/Regex/Regex.swift:3:15: note: struct 'Regex' does not conform to the 'Sendable' protocol
public struct Regex: CustomStringConvertible, CustomDebugStringConvertible {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLSchemaCore.swift:37:16: note: add '@MainActor' to make static property 'numRegex' part of global actor 'MainActor'
    static let numRegex: Regex = #"^([-+]?(\.[0-9]+|[0-9]+(\.[0-9]*)?)([eE][-+]?[0-9]+)?)$"#
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLSchemaCore.swift:37:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let numRegex: Regex = #"^([-+]?(\.[0-9]+|[0-9]+(\.[0-9]*)?)([eE][-+]?[0-9]+)?)$"#
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLSchemaCore.swift:38:16: warning: static property 'infRegex' is not concurrency-safe because non-'Sendable' type 'Regex' may have shared mutable state; this is an error in the Swift 6 language mode
    static let infRegex: Regex = #"^([-+]?((\.inf)|(\.Inf)|(\.INF)))$"#
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Regex/Source/Regex/Regex.swift:3:15: note: struct 'Regex' does not conform to the 'Sendable' protocol
public struct Regex: CustomStringConvertible, CustomDebugStringConvertible {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLSchemaCore.swift:38:16: note: add '@MainActor' to make static property 'infRegex' part of global actor 'MainActor'
    static let infRegex: Regex = #"^([-+]?((\.inf)|(\.Inf)|(\.INF)))$"#
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLSchemaCore.swift:38:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let infRegex: Regex = #"^([-+]?((\.inf)|(\.Inf)|(\.INF)))$"#
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLSchemaCore.swift:39:16: warning: static property 'nanRegex' is not concurrency-safe because non-'Sendable' type 'Regex' may have shared mutable state; this is an error in the Swift 6 language mode
    static let nanRegex: Regex = #"^((\.nan)|(\.NaN)|(\.NAN))$"#
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Regex/Source/Regex/Regex.swift:3:15: note: struct 'Regex' does not conform to the 'Sendable' protocol
public struct Regex: CustomStringConvertible, CustomDebugStringConvertible {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLSchemaCore.swift:39:16: note: add '@MainActor' to make static property 'nanRegex' part of global actor 'MainActor'
    static let nanRegex: Regex = #"^((\.nan)|(\.NaN)|(\.NAN))$"#
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLSchemaCore.swift:39:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let nanRegex: Regex = #"^((\.nan)|(\.NaN)|(\.NAN))$"#
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLSchemaCore.swift:40:16: warning: static property 'floatRegex' is not concurrency-safe because non-'Sendable' type 'Regex' may have shared mutable state; this is an error in the Swift 6 language mode
    static let floatRegex: Regex = .anyOf(numRegex, infRegex, nanRegex)
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Regex/Source/Regex/Regex.swift:3:15: note: struct 'Regex' does not conform to the 'Sendable' protocol
public struct Regex: CustomStringConvertible, CustomDebugStringConvertible {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLSchemaCore.swift:40:16: note: add '@MainActor' to make static property 'floatRegex' part of global actor 'MainActor'
    static let floatRegex: Regex = .anyOf(numRegex, infRegex, nanRegex)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLSchemaCore.swift:40:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let floatRegex: Regex = .anyOf(numRegex, infRegex, nanRegex)
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ YAMLWriter.swift /Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLWriter.swift (in target 'PotentYAML' from project 'PotentCodables')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLWriter.swift (in target 'PotentYAML' from project 'PotentCodables')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLWriter.swift:29:16: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'YAMLWriter.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    static let `default` = Options()
               ^
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLWriter.swift:27:10: note: consider making struct 'Options' conform to the 'Sendable' protocol
  struct Options {
         ^
                 : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLWriter.swift:29:16: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    static let `default` = Options()
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLWriter.swift:29:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let `default` = Options()
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLWriter.swift:41:14: warning: static property 'disallowedPlainSequencesRegex' is not concurrency-safe because non-'Sendable' type 'Regex' may have shared mutable state; this is an error in the Swift 6 language mode
  static let disallowedPlainSequencesRegex: Regex = #"(:\s)|(\s#)"#
             ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Regex/Source/Regex/Regex.swift:3:15: note: struct 'Regex' does not conform to the 'Sendable' protocol
public struct Regex: CustomStringConvertible, CustomDebugStringConvertible {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLWriter.swift:14:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Regex'
import Regex
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLWriter.swift:41:14: note: add '@MainActor' to make static property 'disallowedPlainSequencesRegex' part of global actor 'MainActor'
  static let disallowedPlainSequencesRegex: Regex = #"(:\s)|(\s#)"#
             ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLWriter.swift:41:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  static let disallowedPlainSequencesRegex: Regex = #"(:\s)|(\s#)"#
             ^
  nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Emitting module for PotentASN1 (in target 'PotentASN1' from project 'PotentCodables')
SwiftDriver\ Compilation\ Requirements 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-Requirements -- /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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios14.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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/PotentASN1.build/Objects-normal/arm64/PotentASN1_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentASN1.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentASN1.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/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-iphoneos/PotentASN1.build/Objects-normal/arm64/PotentASN1-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling JSONDecoder.swift (in target 'PotentJSON' from project 'PotentCodables')
SwiftCompile normal arm64 Compiling\ YAML.swift /Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAML.swift (in target 'PotentYAML' from project 'PotentCodables')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAML.swift (in target 'PotentYAML' from project 'PotentCodables')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAML.swift:55:23: warning: static property 'null' is not concurrency-safe because non-'Sendable' type 'YAML.Tag' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let null = Tag("tag:yaml.org,2002:null")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAML.swift:38:17: note: consider making struct 'Tag' conform to the 'Sendable' protocol
  public struct Tag: RawRepresentable, Equatable, Hashable, CustomStringConvertible {
                ^
                                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAML.swift:55:23: note: add '@MainActor' to make static property 'null' part of global actor 'MainActor'
    public static let null = Tag("tag:yaml.org,2002:null")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAML.swift:55:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let null = Tag("tag:yaml.org,2002:null")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAML.swift:56:23: warning: static property 'bool' is not concurrency-safe because non-'Sendable' type 'YAML.Tag' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let bool = Tag("tag:yaml.org,2002:bool")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAML.swift:38:17: note: consider making struct 'Tag' conform to the 'Sendable' protocol
  public struct Tag: RawRepresentable, Equatable, Hashable, CustomStringConvertible {
                ^
                                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAML.swift:56:23: note: add '@MainActor' to make static property 'bool' part of global actor 'MainActor'
    public static let bool = Tag("tag:yaml.org,2002:bool")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAML.swift:56:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let bool = Tag("tag:yaml.org,2002:bool")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAML.swift:57:23: warning: static property 'int' is not concurrency-safe because non-'Sendable' type 'YAML.Tag' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let int = Tag("tag:yaml.org,2002:int")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAML.swift:38:17: note: consider making struct 'Tag' conform to the 'Sendable' protocol
  public struct Tag: RawRepresentable, Equatable, Hashable, CustomStringConvertible {
                ^
                                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAML.swift:57:23: note: add '@MainActor' to make static property 'int' part of global actor 'MainActor'
    public static let int = Tag("tag:yaml.org,2002:int")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAML.swift:57:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let int = Tag("tag:yaml.org,2002:int")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAML.swift:58:23: warning: static property 'float' is not concurrency-safe because non-'Sendable' type 'YAML.Tag' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let float = Tag("tag:yaml.org,2002:float")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAML.swift:38:17: note: consider making struct 'Tag' conform to the 'Sendable' protocol
  public struct Tag: RawRepresentable, Equatable, Hashable, CustomStringConvertible {
                ^
                                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAML.swift:58:23: note: add '@MainActor' to make static property 'float' part of global actor 'MainActor'
    public static let float = Tag("tag:yaml.org,2002:float")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAML.swift:58:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let float = Tag("tag:yaml.org,2002:float")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAML.swift:59:23: warning: static property 'str' is not concurrency-safe because non-'Sendable' type 'YAML.Tag' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let str = Tag("tag:yaml.org,2002:str")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAML.swift:38:17: note: consider making struct 'Tag' conform to the 'Sendable' protocol
  public struct Tag: RawRepresentable, Equatable, Hashable, CustomStringConvertible {
                ^
                                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAML.swift:59:23: note: add '@MainActor' to make static property 'str' part of global actor 'MainActor'
    public static let str = Tag("tag:yaml.org,2002:str")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAML.swift:59:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let str = Tag("tag:yaml.org,2002:str")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAML.swift:61:23: warning: static property 'seq' is not concurrency-safe because non-'Sendable' type 'YAML.Tag' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let seq = Tag("tag:yaml.org,2002:seq")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAML.swift:38:17: note: consider making struct 'Tag' conform to the 'Sendable' protocol
  public struct Tag: RawRepresentable, Equatable, Hashable, CustomStringConvertible {
                ^
                                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAML.swift:61:23: note: add '@MainActor' to make static property 'seq' part of global actor 'MainActor'
    public static let seq = Tag("tag:yaml.org,2002:seq")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAML.swift:61:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let seq = Tag("tag:yaml.org,2002:seq")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAML.swift:62:23: warning: static property 'map' is not concurrency-safe because non-'Sendable' type 'YAML.Tag' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let map = Tag("tag:yaml.org,2002:map")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAML.swift:38:17: note: consider making struct 'Tag' conform to the 'Sendable' protocol
  public struct Tag: RawRepresentable, Equatable, Hashable, CustomStringConvertible {
                ^
                                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAML.swift:62:23: note: add '@MainActor' to make static property 'map' part of global actor 'MainActor'
    public static let map = Tag("tag:yaml.org,2002:map")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAML.swift:62:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let map = Tag("tag:yaml.org,2002:map")
                      ^
    nonisolated(unsafe)
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/PotentASN1-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentASN1.build/Objects-normal/arm64/PotentASN1-Swift.h (in target 'PotentASN1' from project 'PotentCodables')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentASN1.build/Objects-normal/arm64/PotentASN1-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/PotentASN1-Swift.h
SwiftDriverJobDiscovery normal arm64 Compiling YAMLSchema.swift (in target 'PotentYAML' from project 'PotentCodables')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PotentASN1.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentASN1.build/Objects-normal/arm64/PotentASN1.swiftmodule (in target 'PotentASN1' from project 'PotentCodables')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentASN1.build/Objects-normal/arm64/PotentASN1.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PotentASN1.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PotentASN1.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentASN1.build/Objects-normal/arm64/PotentASN1.swiftdoc (in target 'PotentASN1' from project 'PotentCodables')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentASN1.build/Objects-normal/arm64/PotentASN1.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PotentASN1.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PotentASN1.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentASN1.build/Objects-normal/arm64/PotentASN1.abi.json (in target 'PotentASN1' from project 'PotentCodables')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentASN1.build/Objects-normal/arm64/PotentASN1.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PotentASN1.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PotentASN1.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentASN1.build/Objects-normal/arm64/PotentASN1.swiftsourceinfo (in target 'PotentASN1' from project 'PotentCodables')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentASN1.build/Objects-normal/arm64/PotentASN1.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PotentASN1.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftCompile normal arm64 Compiling\ YAMLReader.swift /Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLReader.swift (in target 'PotentYAML' from project 'PotentCodables')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PotentYAML/YAMLReader.swift (in target 'PotentYAML' from project 'PotentCodables')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ JSONSerialization.swift /Users/admin/builder/spi-builder-workspace/Sources/PotentJSON/JSONSerialization.swift (in target 'PotentJSON' from project 'PotentCodables')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PotentJSON/JSONSerialization.swift (in target 'PotentJSON' from project 'PotentCodables')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/PotentJSON/JSONSerialization.swift:29:10: warning: associated value 'invalidData(_:position:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'JSONSerialization.Error.InvalidData'; this is an error in the Swift 6 language mode
    case invalidData(InvalidData, position: Int)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/PotentJSON/JSONSerialization.swift:18:17: note: consider making enum 'InvalidData' conform to the 'Sendable' protocol
    public enum InvalidData {
                ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PotentJSON/JSONSerialization.swift:42:23: warning: static property 'allowFragments' is not concurrency-safe because non-'Sendable' type 'JSONSerialization.ReadingOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let allowFragments = ReadingOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/PotentJSON/JSONSerialization.swift:35:17: note: consider making struct 'ReadingOptions' conform to the 'Sendable' protocol
  public struct ReadingOptions: OptionSet {
                ^
                                         , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PotentJSON/JSONSerialization.swift:42:23: note: add '@MainActor' to make static property 'allowFragments' part of global actor 'MainActor'
    public static let allowFragments = ReadingOptions(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PotentJSON/JSONSerialization.swift:42:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let allowFragments = ReadingOptions(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PotentJSON/JSONSerialization.swift:86:23: warning: static property 'sortedKeys' is not concurrency-safe because non-'Sendable' type 'JSONSerialization.WritingOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let sortedKeys = WritingOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/PotentJSON/JSONSerialization.swift:79:17: note: consider making struct 'WritingOptions' conform to the 'Sendable' protocol
  public struct WritingOptions: OptionSet {
                ^
                                         , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PotentJSON/JSONSerialization.swift:86:23: note: add '@MainActor' to make static property 'sortedKeys' part of global actor 'MainActor'
    public static let sortedKeys = WritingOptions(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PotentJSON/JSONSerialization.swift:86:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let sortedKeys = WritingOptions(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PotentJSON/JSONSerialization.swift:87:23: warning: static property 'prettyPrinted' is not concurrency-safe because non-'Sendable' type 'JSONSerialization.WritingOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let prettyPrinted = WritingOptions(rawValue: 1 << 1)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/PotentJSON/JSONSerialization.swift:79:17: note: consider making struct 'WritingOptions' conform to the 'Sendable' protocol
  public struct WritingOptions: OptionSet {
                ^
                                         , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PotentJSON/JSONSerialization.swift:87:23: note: add '@MainActor' to make static property 'prettyPrinted' part of global actor 'MainActor'
    public static let prettyPrinted = WritingOptions(rawValue: 1 << 1)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PotentJSON/JSONSerialization.swift:87:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let prettyPrinted = WritingOptions(rawValue: 1 << 1)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PotentJSON/JSONSerialization.swift:88:23: warning: static property 'escapeSlashes' is not concurrency-safe because non-'Sendable' type 'JSONSerialization.WritingOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let escapeSlashes = WritingOptions(rawValue: 1 << 2)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/PotentJSON/JSONSerialization.swift:79:17: note: consider making struct 'WritingOptions' conform to the 'Sendable' protocol
  public struct WritingOptions: OptionSet {
                ^
                                         , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PotentJSON/JSONSerialization.swift:88:23: note: add '@MainActor' to make static property 'escapeSlashes' part of global actor 'MainActor'
    public static let escapeSlashes = WritingOptions(rawValue: 1 << 2)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PotentJSON/JSONSerialization.swift:88:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let escapeSlashes = WritingOptions(rawValue: 1 << 2)
                      ^
    nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Compiling Errors.swift (in target 'PotentYAML' from project 'PotentCodables')
SwiftCompile normal arm64 Compiling\ JSONReader.swift /Users/admin/builder/spi-builder-workspace/Sources/PotentJSON/JSONReader.swift (in target 'PotentJSON' from project 'PotentCodables')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PotentJSON/JSONReader.swift (in target 'PotentJSON' from project 'PotentCodables')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling YAMLSerialization.swift (in target 'PotentYAML' from project 'PotentCodables')
SwiftCompile normal arm64 Compiling\ Errors.swift /Users/admin/builder/spi-builder-workspace/Sources/PotentJSON/Errors.swift (in target 'PotentJSON' from project 'PotentCodables')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PotentJSON/Errors.swift (in target 'PotentJSON' from project 'PotentCodables')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Libfyaml.swift (in target 'PotentYAML' from project 'PotentCodables')
SwiftCompile normal arm64 Compiling\ CBOR.swift /Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOR.swift (in target 'PotentCBOR' from project 'PotentCodables')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOR.swift (in target 'PotentCBOR' from project 'PotentCodables')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOR.swift:228:14: warning: static property 'iso8601DateTime' is not concurrency-safe because non-'Sendable' type 'CBOR.Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  static let iso8601DateTime = CBOR.Tag(rawValue: 0)
             ^
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOR.swift:41:17: note: consider making struct 'Tag' conform to the 'Sendable' protocol
  public struct Tag: RawRepresentable, Equatable, Hashable {
                ^
                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOR.swift:228:14: note: add '@MainActor' to make static property 'iso8601DateTime' part of global actor 'MainActor'
  static let iso8601DateTime = CBOR.Tag(rawValue: 0)
             ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOR.swift:228:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  static let iso8601DateTime = CBOR.Tag(rawValue: 0)
             ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOR.swift:229:14: warning: static property 'epochDateTime' is not concurrency-safe because non-'Sendable' type 'CBOR.Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  static let epochDateTime = CBOR.Tag(rawValue: 1)
             ^
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOR.swift:41:17: note: consider making struct 'Tag' conform to the 'Sendable' protocol
  public struct Tag: RawRepresentable, Equatable, Hashable {
                ^
                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOR.swift:229:14: note: add '@MainActor' to make static property 'epochDateTime' part of global actor 'MainActor'
  static let epochDateTime = CBOR.Tag(rawValue: 1)
             ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOR.swift:229:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  static let epochDateTime = CBOR.Tag(rawValue: 1)
             ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOR.swift:230:14: warning: static property 'positiveBignum' is not concurrency-safe because non-'Sendable' type 'CBOR.Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  static let positiveBignum = CBOR.Tag(rawValue: 2)
             ^
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOR.swift:41:17: note: consider making struct 'Tag' conform to the 'Sendable' protocol
  public struct Tag: RawRepresentable, Equatable, Hashable {
                ^
                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOR.swift:230:14: note: add '@MainActor' to make static property 'positiveBignum' part of global actor 'MainActor'
  static let positiveBignum = CBOR.Tag(rawValue: 2)
             ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOR.swift:230:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  static let positiveBignum = CBOR.Tag(rawValue: 2)
             ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOR.swift:231:14: warning: static property 'negativeBignum' is not concurrency-safe because non-'Sendable' type 'CBOR.Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  static let negativeBignum = CBOR.Tag(rawValue: 3)
             ^
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOR.swift:41:17: note: consider making struct 'Tag' conform to the 'Sendable' protocol
  public struct Tag: RawRepresentable, Equatable, Hashable {
                ^
                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOR.swift:231:14: note: add '@MainActor' to make static property 'negativeBignum' part of global actor 'MainActor'
  static let negativeBignum = CBOR.Tag(rawValue: 3)
             ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOR.swift:231:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  static let negativeBignum = CBOR.Tag(rawValue: 3)
             ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOR.swift:232:14: warning: static property 'decimalFraction' is not concurrency-safe because non-'Sendable' type 'CBOR.Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  static let decimalFraction = CBOR.Tag(rawValue: 4)
             ^
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOR.swift:41:17: note: consider making struct 'Tag' conform to the 'Sendable' protocol
  public struct Tag: RawRepresentable, Equatable, Hashable {
                ^
                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOR.swift:232:14: note: add '@MainActor' to make static property 'decimalFraction' part of global actor 'MainActor'
  static let decimalFraction = CBOR.Tag(rawValue: 4)
             ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOR.swift:232:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  static let decimalFraction = CBOR.Tag(rawValue: 4)
             ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOR.swift:233:14: warning: static property 'bigfloat' is not concurrency-safe because non-'Sendable' type 'CBOR.Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  static let bigfloat = CBOR.Tag(rawValue: 5)
             ^
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOR.swift:41:17: note: consider making struct 'Tag' conform to the 'Sendable' protocol
  public struct Tag: RawRepresentable, Equatable, Hashable {
                ^
                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOR.swift:233:14: note: add '@MainActor' to make static property 'bigfloat' part of global actor 'MainActor'
  static let bigfloat = CBOR.Tag(rawValue: 5)
             ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOR.swift:233:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  static let bigfloat = CBOR.Tag(rawValue: 5)
             ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOR.swift:237:14: warning: static property 'expectedConversionToBase64URLEncoding' is not concurrency-safe because non-'Sendable' type 'CBOR.Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  static let expectedConversionToBase64URLEncoding = CBOR.Tag(rawValue: 21)
             ^
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOR.swift:41:17: note: consider making struct 'Tag' conform to the 'Sendable' protocol
  public struct Tag: RawRepresentable, Equatable, Hashable {
                ^
                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOR.swift:237:14: note: add '@MainActor' to make static property 'expectedConversionToBase64URLEncoding' part of global actor 'MainActor'
  static let expectedConversionToBase64URLEncoding = CBOR.Tag(rawValue: 21)
             ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOR.swift:237:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  static let expectedConversionToBase64URLEncoding = CBOR.Tag(rawValue: 21)
             ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOR.swift:238:14: warning: static property 'expectedConversionToBase64Encoding' is not concurrency-safe because non-'Sendable' type 'CBOR.Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  static let expectedConversionToBase64Encoding = CBOR.Tag(rawValue: 22)
             ^
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOR.swift:41:17: note: consider making struct 'Tag' conform to the 'Sendable' protocol
  public struct Tag: RawRepresentable, Equatable, Hashable {
                ^
                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOR.swift:238:14: note: add '@MainActor' to make static property 'expectedConversionToBase64Encoding' part of global actor 'MainActor'
  static let expectedConversionToBase64Encoding = CBOR.Tag(rawValue: 22)
             ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOR.swift:238:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  static let expectedConversionToBase64Encoding = CBOR.Tag(rawValue: 22)
             ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOR.swift:239:14: warning: static property 'expectedConversionToBase16Encoding' is not concurrency-safe because non-'Sendable' type 'CBOR.Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  static let expectedConversionToBase16Encoding = CBOR.Tag(rawValue: 23)
             ^
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOR.swift:41:17: note: consider making struct 'Tag' conform to the 'Sendable' protocol
  public struct Tag: RawRepresentable, Equatable, Hashable {
                ^
                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOR.swift:239:14: note: add '@MainActor' to make static property 'expectedConversionToBase16Encoding' part of global actor 'MainActor'
  static let expectedConversionToBase16Encoding = CBOR.Tag(rawValue: 23)
             ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOR.swift:239:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  static let expectedConversionToBase16Encoding = CBOR.Tag(rawValue: 23)
             ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOR.swift:240:14: warning: static property 'encodedCBORDataItem' is not concurrency-safe because non-'Sendable' type 'CBOR.Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  static let encodedCBORDataItem = CBOR.Tag(rawValue: 24)
             ^
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOR.swift:41:17: note: consider making struct 'Tag' conform to the 'Sendable' protocol
  public struct Tag: RawRepresentable, Equatable, Hashable {
                ^
                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOR.swift:240:14: note: add '@MainActor' to make static property 'encodedCBORDataItem' part of global actor 'MainActor'
  static let encodedCBORDataItem = CBOR.Tag(rawValue: 24)
             ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOR.swift:240:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  static let encodedCBORDataItem = CBOR.Tag(rawValue: 24)
             ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOR.swift:244:14: warning: static property 'uri' is not concurrency-safe because non-'Sendable' type 'CBOR.Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  static let uri = CBOR.Tag(rawValue: 32)
             ^
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOR.swift:41:17: note: consider making struct 'Tag' conform to the 'Sendable' protocol
  public struct Tag: RawRepresentable, Equatable, Hashable {
                ^
                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOR.swift:244:14: note: add '@MainActor' to make static property 'uri' part of global actor 'MainActor'
  static let uri = CBOR.Tag(rawValue: 32)
             ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOR.swift:244:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  static let uri = CBOR.Tag(rawValue: 32)
             ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOR.swift:245:14: warning: static property 'base64Url' is not concurrency-safe because non-'Sendable' type 'CBOR.Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  static let base64Url = CBOR.Tag(rawValue: 33)
             ^
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOR.swift:41:17: note: consider making struct 'Tag' conform to the 'Sendable' protocol
  public struct Tag: RawRepresentable, Equatable, Hashable {
                ^
                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOR.swift:245:14: note: add '@MainActor' to make static property 'base64Url' part of global actor 'MainActor'
  static let base64Url = CBOR.Tag(rawValue: 33)
             ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOR.swift:245:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  static let base64Url = CBOR.Tag(rawValue: 33)
             ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOR.swift:246:14: warning: static property 'base64' is not concurrency-safe because non-'Sendable' type 'CBOR.Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  static let base64 = CBOR.Tag(rawValue: 34)
             ^
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOR.swift:41:17: note: consider making struct 'Tag' conform to the 'Sendable' protocol
  public struct Tag: RawRepresentable, Equatable, Hashable {
                ^
                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOR.swift:246:14: note: add '@MainActor' to make static property 'base64' part of global actor 'MainActor'
  static let base64 = CBOR.Tag(rawValue: 34)
             ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOR.swift:246:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  static let base64 = CBOR.Tag(rawValue: 34)
             ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOR.swift:247:14: warning: static property 'regularExpression' is not concurrency-safe because non-'Sendable' type 'CBOR.Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  static let regularExpression = CBOR.Tag(rawValue: 35)
             ^
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOR.swift:41:17: note: consider making struct 'Tag' conform to the 'Sendable' protocol
  public struct Tag: RawRepresentable, Equatable, Hashable {
                ^
                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOR.swift:247:14: note: add '@MainActor' to make static property 'regularExpression' part of global actor 'MainActor'
  static let regularExpression = CBOR.Tag(rawValue: 35)
             ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOR.swift:247:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  static let regularExpression = CBOR.Tag(rawValue: 35)
             ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOR.swift:248:14: warning: static property 'mimeMessage' is not concurrency-safe because non-'Sendable' type 'CBOR.Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  static let mimeMessage = CBOR.Tag(rawValue: 36)
             ^
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOR.swift:41:17: note: consider making struct 'Tag' conform to the 'Sendable' protocol
  public struct Tag: RawRepresentable, Equatable, Hashable {
                ^
                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOR.swift:248:14: note: add '@MainActor' to make static property 'mimeMessage' part of global actor 'MainActor'
  static let mimeMessage = CBOR.Tag(rawValue: 36)
             ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOR.swift:248:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  static let mimeMessage = CBOR.Tag(rawValue: 36)
             ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOR.swift:249:14: warning: static property 'uuid' is not concurrency-safe because non-'Sendable' type 'CBOR.Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  static let uuid = CBOR.Tag(rawValue: 37)
             ^
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOR.swift:41:17: note: consider making struct 'Tag' conform to the 'Sendable' protocol
  public struct Tag: RawRepresentable, Equatable, Hashable {
                ^
                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOR.swift:249:14: note: add '@MainActor' to make static property 'uuid' part of global actor 'MainActor'
  static let uuid = CBOR.Tag(rawValue: 37)
             ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOR.swift:249:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  static let uuid = CBOR.Tag(rawValue: 37)
             ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOR.swift:253:14: warning: static property 'selfDescribeCBOR' is not concurrency-safe because non-'Sendable' type 'CBOR.Tag' may have shared mutable state; this is an error in the Swift 6 language mode
  static let selfDescribeCBOR = CBOR.Tag(rawValue: 55799)
             ^
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOR.swift:41:17: note: consider making struct 'Tag' conform to the 'Sendable' protocol
  public struct Tag: RawRepresentable, Equatable, Hashable {
                ^
                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOR.swift:253:14: note: add '@MainActor' to make static property 'selfDescribeCBOR' part of global actor 'MainActor'
  static let selfDescribeCBOR = CBOR.Tag(rawValue: 55799)
             ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOR.swift:253:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  static let selfDescribeCBOR = CBOR.Tag(rawValue: 55799)
             ^
  nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Compiling YAMLSchemaCore.swift (in target 'PotentYAML' from project 'PotentCodables')
SwiftCompile normal arm64 Compiling\ CBORWriter.swift /Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBORWriter.swift (in target 'PotentCBOR' from project 'PotentCodables')
SwiftCompile normal arm64 /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 ValueEncoder.swift, ValueTransformer.swift (in target 'PotentCodables' from project 'PotentCodables')
SwiftDriverJobDiscovery normal arm64 Compiling YAMLDecoder.swift (in target 'PotentYAML' from project 'PotentCodables')
SwiftDriver\ Compilation PotentCodables normal arm64 com.apple.xcode.tools.swift.compiler (in target 'PotentCodables' 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 PotentCodables -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentCodables.build/Objects-normal/arm64/PotentCodables.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios14.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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentCodables.build/Objects-normal/arm64/PotentCodables-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-iphoneos/PotentCodables.build/Objects-normal/arm64/PotentCodables.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-iphoneos/PotentCodables.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-iphoneos/PotentCodables.build/Objects-normal/arm64/PotentCodables_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentCodables.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentCodables.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentCodables.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-iphoneos/PotentCodables.build/Objects-normal/arm64/PotentCodables-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
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

Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PotentCodables.o normal (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-ios14.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentCodables.build/Objects-normal/arm64/PotentCodables.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PotentCodables.o
SwiftDriverJobDiscovery normal arm64 Compiling YAMLWriter.swift (in target 'PotentYAML' from project 'PotentCodables')
SwiftCompile normal arm64 Compiling\ CBORStream.swift /Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBORStream.swift (in target 'PotentCBOR' from project 'PotentCodables')
SwiftCompile normal arm64 /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 Compiling Errors.swift (in target 'PotentJSON' 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 arm64 Compiling YAMLReader.swift (in target 'PotentYAML' from project 'PotentCodables')
SwiftCompile normal arm64 Compiling\ CBOREncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOREncoder.swift (in target 'PotentCBOR' from project 'PotentCodables')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOREncoder.swift (in target 'PotentCBOR' from project 'PotentCodables')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOREncoder.swift:21:21: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'CBOREncoder' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let `default` = CBOREncoder()
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOREncoder.swift:18:14: note: class 'CBOREncoder' does not conform to the 'Sendable' protocol
public class CBOREncoder: ValueEncoder<CBOR, CBOREncoderTransform>, EncodesToData {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOREncoder.swift:21:21: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
  public static let `default` = CBOREncoder()
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOREncoder.swift:21:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let `default` = CBOREncoder()
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOREncoder.swift:24:21: warning: static property 'deterministic' is not concurrency-safe because non-'Sendable' type 'CBOREncoder' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let deterministic = {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOREncoder.swift:18:14: note: class 'CBOREncoder' does not conform to the 'Sendable' protocol
public class CBOREncoder: ValueEncoder<CBOR, CBOREncoderTransform>, EncodesToData {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOREncoder.swift:24:21: note: add '@MainActor' to make static property 'deterministic' part of global actor 'MainActor'
  public static let deterministic = {
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOREncoder.swift:24:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let deterministic = {
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOREncoder.swift:76: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 = CBOR.map([:])
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOREncoder.swift:76:21: note: convert 'emptyKeyedContainer' to a 'let' constant to make 'Sendable' shared state immutable
  public static var emptyKeyedContainer = CBOR.map([:])
                ~~~ ^
                let
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOREncoder.swift:76:21: note: add '@MainActor' to make static property 'emptyKeyedContainer' part of global actor 'MainActor'
  public static var emptyKeyedContainer = CBOR.map([:])
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOREncoder.swift:76:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static var emptyKeyedContainer = CBOR.map([:])
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOREncoder.swift:77: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 = CBOR.array([])
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOREncoder.swift:77:21: note: convert 'emptyUnkeyedContainer' to a 'let' constant to make 'Sendable' shared state immutable
  public static var emptyUnkeyedContainer = CBOR.array([])
                ~~~ ^
                let
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOREncoder.swift:77:21: note: add '@MainActor' to make static property 'emptyUnkeyedContainer' part of global actor 'MainActor'
  public static var emptyUnkeyedContainer = CBOR.array([])
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBOREncoder.swift:77:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static var emptyUnkeyedContainer = CBOR.array([])
                    ^
  nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Compiling JSONSerialization.swift (in target 'PotentJSON' from project 'PotentCodables')
SwiftCompile normal arm64 Compiling\ CBORDecoder.swift /Users/admin/builder/spi-builder-workspace/Sources/PotentCBOR/CBORDecoder.swift (in target 'PotentCBOR' from project 'PotentCodables')
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 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 YAMLEncoder.swift (in target 'PotentYAML' 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 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 JSONReader.swift (in target 'PotentJSON' from project 'PotentCodables')
SwiftDriver\ Compilation PotentJSON normal arm64 com.apple.xcode.tools.swift.compiler (in target 'PotentJSON' 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 PotentJSON -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentJSON.build/Objects-normal/arm64/PotentJSON.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios14.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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentJSON.build/Objects-normal/arm64/PotentJSON-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-iphoneos/PotentJSON.build/Objects-normal/arm64/PotentJSON.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-iphoneos/PotentJSON.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-iphoneos/PotentJSON.build/Objects-normal/arm64/PotentJSON_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentJSON.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentJSON.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentJSON.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-iphoneos/PotentJSON.build/Objects-normal/arm64/PotentJSON-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling CBORWriter.swift (in target 'PotentCBOR' 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

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 arm64 Compiling CBOR.swift (in target 'PotentCBOR' 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
SwiftDriverJobDiscovery normal arm64 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 arm64 Compiling YAML.swift (in target 'PotentYAML' from project 'PotentCodables')
SwiftDriver\ Compilation PotentYAML normal arm64 com.apple.xcode.tools.swift.compiler (in target 'PotentYAML' 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 PotentYAML -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentYAML.build/Objects-normal/arm64/PotentYAML.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Cfyaml.modulemap -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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios14.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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentYAML.build/Objects-normal/arm64/PotentYAML-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-iphoneos/PotentYAML.build/Objects-normal/arm64/PotentYAML.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-iphoneos/PotentYAML.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-iphoneos/PotentYAML.build/Objects-normal/arm64/PotentYAML_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/Cfyaml/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentYAML.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentYAML.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentYAML.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-iphoneos/PotentYAML.build/Objects-normal/arm64/PotentYAML-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Tagged.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

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

SwiftDriverJobDiscovery normal arm64 Compiling CBORReader.swift (in target 'PotentCBOR' from project 'PotentCodables')
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 Compiling AnyString.swift, AnyTime.swift (in target 'PotentASN1' from project 'PotentCodables')
SwiftDriverJobDiscovery normal arm64 Compiling CBOREncoder.swift (in target 'PotentCBOR' from project 'PotentCodables')
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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 14.0 --bundle-identifier spi-builder-workspace.PotentCodables --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PotentCodables.appintents --target-triple arm64-apple-ios14.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PotentCodables.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentCodables.build/Objects-normal/arm64/PotentCodables_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentCodables.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentCodables.build/Objects-normal/arm64/PotentCodables.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentCodables.build/PotentCodables.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentCodables.build/PotentCodables.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentCodables.build/Objects-normal/arm64/PotentCodables.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-28 15:23:00.078 appintentsmetadataprocessor[1454:7789] Starting appintentsmetadataprocessor export
2025-04-28 15:23:00.120 appintentsmetadataprocessor[1454:7789] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Compiling TaggedValue.swift (in target 'PotentASN1' from project 'PotentCodables')
SwiftDriverJobDiscovery normal arm64 Compiling Dates.swift, ObjectIdentifier.swift (in target 'PotentASN1' from project 'PotentCodables')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/PotentCodables.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PotentYAML.o normal (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-ios14.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentYAML.build/Objects-normal/arm64/PotentYAML.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PotentYAML.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PotentJSON.o normal (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-ios14.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentJSON.build/Objects-normal/arm64/PotentJSON.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PotentJSON.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 14.0 --bundle-identifier spi-builder-workspace.PotentJSON --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PotentJSON.appintents --target-triple arm64-apple-ios14.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PotentJSON.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentJSON.build/Objects-normal/arm64/PotentJSON_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentJSON.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentJSON.build/Objects-normal/arm64/PotentJSON.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentJSON.build/PotentJSON.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentJSON.build/PotentJSON.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentJSON.build/Objects-normal/arm64/PotentJSON.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-28 15:23:00.189 appintentsmetadataprocessor[1459:7820] Starting appintentsmetadataprocessor export
2025-04-28 15:23:00.230 appintentsmetadataprocessor[1459:7820] Extracted no relevant App Intents symbols, skipping writing output
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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 14.0 --bundle-identifier spi-builder-workspace.PotentYAML --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PotentYAML.appintents --target-triple arm64-apple-ios14.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PotentYAML.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentYAML.build/Objects-normal/arm64/PotentYAML_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentYAML.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentYAML.build/Objects-normal/arm64/PotentYAML.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentYAML.build/PotentYAML.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentYAML.build/PotentYAML.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentYAML.build/Objects-normal/arm64/PotentYAML.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-28 15:23:00.189 appintentsmetadataprocessor[1460:7821] Starting appintentsmetadataprocessor export
2025-04-28 15:23:00.231 appintentsmetadataprocessor[1460:7821] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/PotentJSON.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/PotentYAML.o
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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios14.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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/PotentCBOR.build/Objects-normal/arm64/PotentCBOR_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentCBOR.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentCBOR.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/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-iphoneos/PotentCBOR.build/Objects-normal/arm64/PotentCBOR-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PotentCBOR.o normal (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-ios14.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentCBOR.build/Objects-normal/arm64/PotentCBOR.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PotentCBOR.o
SwiftDriverJobDiscovery normal arm64 Compiling BigInts.swift, BitString.swift (in target 'PotentASN1' from project 'PotentCodables')
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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 14.0 --bundle-identifier spi-builder-workspace.PotentCBOR --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PotentCBOR.appintents --target-triple arm64-apple-ios14.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PotentCBOR.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentCBOR.build/Objects-normal/arm64/PotentCBOR_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentCBOR.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentCBOR.build/Objects-normal/arm64/PotentCBOR.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentCBOR.build/PotentCBOR.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentCBOR.build/PotentCBOR.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentCBOR.build/Objects-normal/arm64/PotentCBOR.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-28 15:23:00.307 appintentsmetadataprocessor[1463:7845] Starting appintentsmetadataprocessor export
2025-04-28 15:23:00.346 appintentsmetadataprocessor[1463:7845] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Compiling Schema.swift, SchemaSpecified.swift (in target 'PotentASN1' from project 'PotentCodables')
SwiftDriverJobDiscovery normal arm64 Compiling SchemaState.swift (in target 'PotentASN1' from project 'PotentCodables')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/PotentCBOR.o
SwiftDriverJobDiscovery normal arm64 Compiling ASN1Encoder.swift, ASN1Serialization.swift (in target 'PotentASN1' from project 'PotentCodables')
SwiftDriverJobDiscovery normal arm64 Compiling ASN1.swift, ASN1DERReader.swift (in target 'PotentASN1' from project 'PotentCodables')
SwiftDriverJobDiscovery normal arm64 Compiling ASN1DERWriter.swift, ASN1Decoder.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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios14.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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/PotentASN1.build/Objects-normal/arm64/PotentASN1_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentASN1.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentASN1.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/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-iphoneos/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/Products/Debug-iphoneos/PotentASN1.o normal (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-ios14.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentASN1.build/Objects-normal/arm64/PotentASN1.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 14.0 --bundle-identifier spi-builder-workspace.PotentASN1 --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PotentASN1.appintents --target-triple arm64-apple-ios14.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PotentASN1.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentASN1.build/Objects-normal/arm64/PotentASN1_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentASN1.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentASN1.build/Objects-normal/arm64/PotentASN1.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentASN1.build/PotentASN1.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentASN1.build/PotentASN1.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PotentCodables.build/Debug-iphoneos/PotentASN1.build/Objects-normal/arm64/PotentASN1.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-28 15:23:00.611 appintentsmetadataprocessor[1466:7864] Starting appintentsmetadataprocessor export
2025-04-28 15:23:00.646 appintentsmetadataprocessor[1466:7864] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/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.