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 Yams, reference main (bbfd1a), with Swift 6.1 for iOS using Xcode 16.3 on 30 Apr 2025 04:58:39 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Yams -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

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Yams/Representer.swift (in target 'Yams' from project 'Yams')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Yams/Emitter.swift (in target 'Yams' from project 'Yams')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Yams/Parser.swift (in target 'Yams' from project 'Yams')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/Yams/Parser.swift:130:27: warning: static property 'default' 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 `default`: Encoding = {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Parser.swift:130:27: note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
        public static var `default`: Encoding = {
                      ~~~ ^
                      let
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Parser.swift:130:27: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
        public static var `default`: Encoding = {
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Parser.swift:130:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static var `default`: Encoding = {
                          ^
        nonisolated(unsafe)
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745989113963938-swift-frontend-Yams-Representer.swift-arm64_apple_ios11.0-o-Onone-988909017.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.1915 seconds (4.8128 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0224 (  2.4%)   0.0191 (  7.9%)   0.0414 (  3.5%)   1.7980 ( 37.4%)  parse-and-resolve-imports
   0.0192 (  2.0%)   0.0175 (  7.3%)   0.0367 (  3.1%)   1.7932 ( 37.3%)  Import resolution
   0.1789 ( 18.8%)   0.0336 ( 14.0%)   0.2125 ( 17.8%)   0.2153 (  4.5%)  perform-sema
   0.1785 ( 18.8%)   0.0336 ( 13.9%)   0.2121 ( 17.8%)   0.2149 (  4.5%)  Type checking and Semantic analysis
   0.1198 ( 12.6%)   0.0199 (  8.3%)   0.1397 ( 11.7%)   0.1417 (  2.9%)  typecheck-stmt
   0.0981 ( 10.3%)   0.0200 (  8.3%)   0.1181 (  9.9%)   0.1209 (  2.5%)  typecheck-expr
   0.0016 (  0.2%)   0.0108 (  4.5%)   0.0124 (  1.0%)   0.1015 (  2.1%)  load-stdlib
   0.0764 (  8.0%)   0.0151 (  6.3%)   0.0916 (  7.7%)   0.0924 (  1.9%)  typecheck-decl
   0.0600 (  6.3%)   0.0197 (  8.2%)   0.0797 (  6.7%)   0.0803 (  1.7%)  build-rewrite-system
   0.0493 (  5.2%)   0.0122 (  5.1%)   0.0616 (  5.2%)   0.0644 (  1.3%)  SILGen
   0.0429 (  4.5%)   0.0091 (  3.8%)   0.0520 (  4.4%)   0.0530 (  1.1%)  IRGen
   0.0336 (  3.5%)   0.0095 (  3.9%)   0.0431 (  3.6%)   0.0456 (  0.9%)  SILGen-function
   0.0314 (  3.3%)   0.0066 (  2.8%)   0.0380 (  3.2%)   0.0386 (  0.8%)  precheck-target
   0.0164 (  1.7%)   0.0123 (  5.1%)   0.0286 (  2.4%)   0.0288 (  0.6%)  import-clang-decl
   0.0186 (  2.0%)   0.0006 (  0.3%)   0.0192 (  1.6%)   0.0192 (  0.4%)  SIL optimization
   0.0021 (  0.2%)   0.0012 (  0.5%)   0.0033 (  0.3%)   0.0033 (  0.1%)  load-all-members
   0.0009 (  0.1%)   0.0001 (  0.0%)   0.0010 (  0.1%)   0.0010 (  0.0%)  typecheck-expr-pattern
   0.0003 (  0.0%)   0.0000 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  associated-type-inference
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  module-populate-cache
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  get-conformance-access-path
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.9506 (100.0%)   0.2410 (100.0%)   1.1915 (100.0%)   4.8128 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.6729 seconds (3.5969 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.1203 (100.0%)   0.5526 (100.0%)   1.6729 (100.0%)   3.5969 (100.0%)  Building Target
   1.1203 (100.0%)   0.5526 (100.0%)   1.6729 (100.0%)   3.5969 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ Node.Mapping.swift,\ AliasDereferencingStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/Yams/Node.Mapping.swift /Users/admin/builder/spi-builder-workspace/Sources/Yams/AliasDereferencingStrategy.swift (in target 'Yams' from project 'Yams')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745989113963078-swift-frontend-Yams-Node.Mapping.swift-arm64_apple_ios11.0-o-Onone-3114001744.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 3.2076 seconds (3.6141 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.0103 ( 42.9%)   0.3712 ( 43.5%)   1.3814 ( 43.1%)   1.5674 ( 43.4%)  parse-and-resolve-imports
   1.0071 ( 42.8%)   0.3656 ( 42.8%)   1.3727 ( 42.8%)   1.5555 ( 43.0%)  Import resolution
   0.0131 (  0.6%)   0.0456 (  5.3%)   0.0587 (  1.8%)   0.0888 (  2.5%)  load-stdlib
   0.0634 (  2.7%)   0.0160 (  1.9%)   0.0793 (  2.5%)   0.0815 (  2.3%)  perform-sema
   0.0632 (  2.7%)   0.0159 (  1.9%)   0.0791 (  2.5%)   0.0813 (  2.3%)  Type checking and Semantic analysis
   0.0475 (  2.0%)   0.0100 (  1.2%)   0.0575 (  1.8%)   0.0580 (  1.6%)  build-rewrite-system
   0.0412 (  1.7%)   0.0026 (  0.3%)   0.0438 (  1.4%)   0.0438 (  1.2%)  typecheck-stmt
   0.0273 (  1.2%)   0.0136 (  1.6%)   0.0409 (  1.3%)   0.0431 (  1.2%)  typecheck-decl
   0.0208 (  0.9%)   0.0021 (  0.3%)   0.0229 (  0.7%)   0.0231 (  0.6%)  typecheck-expr
   0.0172 (  0.7%)   0.0026 (  0.3%)   0.0199 (  0.6%)   0.0199 (  0.6%)  SILGen
   0.0134 (  0.6%)   0.0036 (  0.4%)   0.0170 (  0.5%)   0.0170 (  0.5%)  IRGen
   0.0119 (  0.5%)   0.0018 (  0.2%)   0.0137 (  0.4%)   0.0137 (  0.4%)  SILGen-function
   0.0079 (  0.3%)   0.0001 (  0.0%)   0.0080 (  0.3%)   0.0080 (  0.2%)  SIL optimization
   0.0075 (  0.3%)   0.0003 (  0.0%)   0.0079 (  0.2%)   0.0078 (  0.2%)  precheck-target
   0.0017 (  0.1%)   0.0022 (  0.3%)   0.0039 (  0.1%)   0.0039 (  0.1%)  import-clang-decl
   0.0006 (  0.0%)   0.0001 (  0.0%)   0.0007 (  0.0%)   0.0007 (  0.0%)  typecheck-expr-pattern
   0.0002 (  0.0%)   0.0000 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  associated-type-inference
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   2.3544 (100.0%)   0.8532 (100.0%)   3.2076 (100.0%)   3.6141 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.8023 seconds (3.1646 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.7271 (100.0%)   1.0752 (100.0%)   2.8023 (100.0%)   3.1646 (100.0%)  Building Target
   1.7271 (100.0%)   1.0752 (100.0%)   2.8023 (100.0%)   3.1646 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Yams/Node.Mapping.swift (in target 'Yams' from project 'Yams')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/Yams/Node.Mapping.swift:142:16: warning: static property 'defaultTagName' is not concurrency-safe because non-'Sendable' type 'Tag.Name' may have shared mutable state; this is an error in the Swift 6 language mode
    static let defaultTagName = Tag.Name.map
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:12:19: note: consider making struct 'Name' conform to the 'Sendable' protocol
    public struct Name: RawRepresentable, Hashable {
                  ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Node.Mapping.swift:142:16: note: add '@MainActor' to make static property 'defaultTagName' part of global actor 'MainActor'
    static let defaultTagName = Tag.Name.map
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Node.Mapping.swift:142:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let defaultTagName = Tag.Name.map
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Yams/AliasDereferencingStrategy.swift (in target 'Yams' from project 'Yams')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ RedundancyAliasingStrategy.swift,\ Anchor.swift /Users/admin/builder/spi-builder-workspace/Sources/Yams/RedundancyAliasingStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/Yams/Anchor.swift (in target 'Yams' from project 'Yams')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745989113964679-swift-frontend-Yams-RedundancyAliasingStrategy.swift-arm64_apple_ios11.0-o-Onone-2865193190.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3843 seconds (3.8594 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0218 (  8.1%)   0.0215 ( 18.6%)   0.0434 ( 11.3%)   1.7093 ( 44.3%)  parse-and-resolve-imports
   0.0190 (  7.1%)   0.0200 ( 17.3%)   0.0390 ( 10.1%)   1.7049 ( 44.2%)  Import resolution
   0.0012 (  0.5%)   0.0032 (  2.8%)   0.0044 (  1.2%)   0.1449 (  3.8%)  load-stdlib
   0.0827 ( 30.8%)   0.0284 ( 24.6%)   0.1111 ( 28.9%)   0.1131 (  2.9%)  build-rewrite-system
   0.0289 ( 10.8%)   0.0077 (  6.6%)   0.0366 (  9.5%)   0.0366 (  0.9%)  perform-sema
   0.0288 ( 10.7%)   0.0077 (  6.6%)   0.0364 (  9.5%)   0.0364 (  0.9%)  Type checking and Semantic analysis
   0.0159 (  5.9%)   0.0046 (  4.0%)   0.0205 (  5.3%)   0.0205 (  0.5%)  typecheck-stmt
   0.0102 (  3.8%)   0.0075 (  6.5%)   0.0177 (  4.6%)   0.0184 (  0.5%)  import-clang-decl
   0.0134 (  5.0%)   0.0038 (  3.3%)   0.0172 (  4.5%)   0.0172 (  0.4%)  typecheck-expr
   0.0133 (  4.9%)   0.0036 (  3.1%)   0.0169 (  4.4%)   0.0169 (  0.4%)  typecheck-decl
   0.0092 (  3.4%)   0.0031 (  2.7%)   0.0123 (  3.2%)   0.0123 (  0.3%)  IRGen
   0.0068 (  2.5%)   0.0022 (  1.9%)   0.0090 (  2.3%)   0.0090 (  0.2%)  precheck-target
   0.0066 (  2.4%)   0.0012 (  1.0%)   0.0077 (  2.0%)   0.0077 (  0.2%)  SILGen
   0.0056 (  2.1%)   0.0001 (  0.0%)   0.0056 (  1.5%)   0.0056 (  0.1%)  SIL optimization
   0.0036 (  1.3%)   0.0006 (  0.5%)   0.0042 (  1.1%)   0.0042 (  0.1%)  SILGen-function
   0.0008 (  0.3%)   0.0003 (  0.3%)   0.0011 (  0.3%)   0.0011 (  0.0%)  load-all-members
   0.0008 (  0.3%)   0.0001 (  0.1%)   0.0010 (  0.3%)   0.0010 (  0.0%)  typecheck-for-each
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.2687 (100.0%)   0.1156 (100.0%)   0.3843 (100.0%)   3.8594 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.6077 seconds (3.5528 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9138 (100.0%)   0.6940 (100.0%)   1.6077 (100.0%)   3.5528 (100.0%)  Building Target
   0.9138 (100.0%)   0.6940 (100.0%)   1.6077 (100.0%)   3.5528 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Yams/RedundancyAliasingStrategy.swift (in target 'Yams' from project 'Yams')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Yams/Anchor.swift (in target 'Yams' from project 'Yams')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ YamlAnchorProviding.swift,\ YamlTagProviding.swift /Users/admin/builder/spi-builder-workspace/Sources/Yams/YamlAnchorProviding.swift /Users/admin/builder/spi-builder-workspace/Sources/Yams/YamlTagProviding.swift (in target 'Yams' from project 'Yams')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745989113965423-swift-frontend-Yams-YamlAnchorProviding.swift-arm64_apple_ios11.0-o-Onone-463644139.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2204 seconds (3.8275 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0228 ( 15.7%)   0.0192 ( 25.5%)   0.0420 ( 19.1%)   1.7762 ( 46.4%)  parse-and-resolve-imports
   0.0199 ( 13.7%)   0.0178 ( 23.6%)   0.0377 ( 17.1%)   1.7719 ( 46.3%)  Import resolution
   0.0012 (  0.8%)   0.0052 (  7.0%)   0.0065 (  2.9%)   0.1403 (  3.7%)  load-stdlib
   0.0495 ( 34.1%)   0.0179 ( 23.8%)   0.0674 ( 30.6%)   0.0723 (  1.9%)  build-rewrite-system
   0.0114 (  7.9%)   0.0032 (  4.2%)   0.0146 (  6.6%)   0.0146 (  0.4%)  perform-sema
   0.0114 (  7.8%)   0.0031 (  4.2%)   0.0145 (  6.6%)   0.0145 (  0.4%)  Type checking and Semantic analysis
   0.0071 (  4.9%)   0.0022 (  2.9%)   0.0092 (  4.2%)   0.0092 (  0.2%)  typecheck-stmt
   0.0036 (  2.5%)   0.0025 (  3.4%)   0.0061 (  2.8%)   0.0061 (  0.2%)  IRGen
   0.0040 (  2.7%)   0.0009 (  1.2%)   0.0049 (  2.2%)   0.0049 (  0.1%)  typecheck-decl
   0.0040 (  2.8%)   0.0006 (  0.9%)   0.0046 (  2.1%)   0.0046 (  0.1%)  SILGen
   0.0034 (  2.3%)   0.0002 (  0.3%)   0.0036 (  1.7%)   0.0037 (  0.1%)  SIL optimization
   0.0027 (  1.9%)   0.0003 (  0.4%)   0.0031 (  1.4%)   0.0031 (  0.1%)  SILGen-function
   0.0023 (  1.6%)   0.0005 (  0.6%)   0.0027 (  1.2%)   0.0027 (  0.1%)  typecheck-expr
   0.0011 (  0.8%)   0.0013 (  1.7%)   0.0024 (  1.1%)   0.0024 (  0.1%)  import-clang-decl
   0.0005 (  0.4%)   0.0003 (  0.4%)   0.0008 (  0.4%)   0.0008 (  0.0%)  precheck-target
   0.0001 (  0.1%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.1450 (100.0%)   0.0754 (100.0%)   0.2204 (100.0%)   3.8275 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.1580 seconds (3.1544 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.5497 (100.0%)   0.6083 (100.0%)   1.1580 (100.0%)   3.1544 (100.0%)  Building Target
   0.5497 (100.0%)   0.6083 (100.0%)   1.1580 (100.0%)   3.1544 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Yams/YamlAnchorProviding.swift (in target 'Yams' from project 'Yams')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/Yams/YamlAnchorProviding.swift:25:16: warning: static property 'anchorKeyNode' is not concurrency-safe because non-'Sendable' type 'Node' may have shared mutable state; this is an error in the Swift 6 language mode
    static let anchorKeyNode: Self = .scalar(.init(YamlAnchorFunctionNameProvider().getName()))
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Node.swift:12:13: note: consider making enum 'Node' conform to the 'Sendable' protocol
public enum Node: Hashable {
            ^
                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Yams/YamlAnchorProviding.swift:25:16: note: add '@MainActor' to make static property 'anchorKeyNode' part of global actor 'MainActor'
    static let anchorKeyNode: Self = .scalar(.init(YamlAnchorFunctionNameProvider().getName()))
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Yams/YamlAnchorProviding.swift:25:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let anchorKeyNode: Self = .scalar(.init(YamlAnchorFunctionNameProvider().getName()))
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Yams/YamlTagProviding.swift (in target 'Yams' from project 'Yams')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/Yams/YamlTagProviding.swift:25:16: warning: static property 'tagKeyNode' is not concurrency-safe because non-'Sendable' type 'Node' may have shared mutable state; this is an error in the Swift 6 language mode
    static let tagKeyNode: Self = .scalar(.init(YamlTagFunctionNameProvider().getName()))
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Node.swift:12:13: note: consider making enum 'Node' conform to the 'Sendable' protocol
public enum Node: Hashable {
            ^
                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Yams/YamlTagProviding.swift:25:16: note: add '@MainActor' to make static property 'tagKeyNode' part of global actor 'MainActor'
    static let tagKeyNode: Self = .scalar(.init(YamlTagFunctionNameProvider().getName()))
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Yams/YamlTagProviding.swift:25:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let tagKeyNode: Self = .scalar(.init(YamlTagFunctionNameProvider().getName()))
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ Node.swift,\ Constructor.swift /Users/admin/builder/spi-builder-workspace/Sources/Yams/Node.swift /Users/admin/builder/spi-builder-workspace/Sources/Yams/Constructor.swift (in target 'Yams' from project 'Yams')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Yams/Node.swift (in target 'Yams' from project 'Yams')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Yams/Constructor.swift (in target 'Yams' from project 'Yams')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/Yams/Constructor.swift:71:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'Constructor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let `default` = Constructor()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Constructor.swift:12:20: note: class 'Constructor' does not conform to the 'Sendable' protocol
public final class Constructor {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Constructor.swift:71:23: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    public static let `default` = Constructor()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Constructor.swift:71:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let `default` = Constructor()
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Constructor.swift:74:23: warning: static property 'defaultScalarMap' is not concurrency-safe because non-'Sendable' type 'Constructor.ScalarMap' (aka 'Dictionary<Tag.Name, (Node.Scalar) -> Optional<Any>>') may have shared mutable state; this is an error in the Swift 6 language mode
    public static let defaultScalarMap: ScalarMap = [
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:12:19: note: consider making struct 'Name' conform to the 'Sendable' protocol
    public struct Name: RawRepresentable, Hashable {
                  ^
                                                  , Sendable
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Constructor.swift:74:23: note: add '@MainActor' to make static property 'defaultScalarMap' part of global actor 'MainActor'
    public static let defaultScalarMap: ScalarMap = [
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Constructor.swift:74:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let defaultScalarMap: ScalarMap = [
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Constructor.swift:88:23: warning: static property 'defaultMappingMap' is not concurrency-safe because non-'Sendable' type 'Constructor.MappingMap' (aka 'Dictionary<Tag.Name, (Node.Mapping) -> Optional<Any>>') may have shared mutable state; this is an error in the Swift 6 language mode
    public static let defaultMappingMap: MappingMap = [
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:12:19: note: consider making struct 'Name' conform to the 'Sendable' protocol
    public struct Name: RawRepresentable, Hashable {
                  ^
                                                  , Sendable
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Constructor.swift:88:23: note: add '@MainActor' to make static property 'defaultMappingMap' part of global actor 'MainActor'
    public static let defaultMappingMap: MappingMap = [
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Constructor.swift:88:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let defaultMappingMap: MappingMap = [
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Constructor.swift:97:23: warning: static property 'defaultSequenceMap' is not concurrency-safe because non-'Sendable' type 'Constructor.SequenceMap' (aka 'Dictionary<Tag.Name, (Node.Sequence) -> Optional<Any>>') may have shared mutable state; this is an error in the Swift 6 language mode
    public static let defaultSequenceMap: SequenceMap = [
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:12:19: note: consider making struct 'Name' conform to the 'Sendable' protocol
    public struct Name: RawRepresentable, Hashable {
                  ^
                                                  , Sendable
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Constructor.swift:97:23: note: add '@MainActor' to make static property 'defaultSequenceMap' part of global actor 'MainActor'
    public static let defaultSequenceMap: SequenceMap = [
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Constructor.swift:97:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let defaultSequenceMap: SequenceMap = [
                      ^
    nonisolated(unsafe)
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745989113963513-swift-frontend-Yams-Node.swift-arm64_apple_ios11.0-o-Onone-4222574839.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.0509 seconds (4.5001 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0219 (  2.6%)   0.0196 (  9.8%)   0.0415 (  3.9%)   1.6957 ( 37.7%)  parse-and-resolve-imports
   0.0191 (  2.2%)   0.0180 (  9.0%)   0.0371 (  3.5%)   1.6913 ( 37.6%)  Import resolution
   0.1652 ( 19.4%)   0.0287 ( 14.3%)   0.1939 ( 18.4%)   0.1939 (  4.3%)  perform-sema
   0.1649 ( 19.4%)   0.0286 ( 14.3%)   0.1935 ( 18.4%)   0.1936 (  4.3%)  Type checking and Semantic analysis
   0.0016 (  0.2%)   0.0141 (  7.0%)   0.0156 (  1.5%)   0.1534 (  3.4%)  load-stdlib
   0.1200 ( 14.1%)   0.0178 (  8.9%)   0.1378 ( 13.1%)   0.1378 (  3.1%)  typecheck-stmt
   0.1022 ( 12.0%)   0.0170 (  8.5%)   0.1192 ( 11.3%)   0.1193 (  2.7%)  typecheck-expr
   0.0601 (  7.1%)   0.0176 (  8.8%)   0.0777 (  7.4%)   0.0778 (  1.7%)  build-rewrite-system
   0.0603 (  7.1%)   0.0125 (  6.2%)   0.0727 (  6.9%)   0.0727 (  1.6%)  typecheck-decl
   0.0337 (  4.0%)   0.0043 (  2.1%)   0.0380 (  3.6%)   0.0390 (  0.9%)  SILGen
   0.0263 (  3.1%)   0.0075 (  3.7%)   0.0338 (  3.2%)   0.0346 (  0.8%)  IRGen
   0.0224 (  2.6%)   0.0024 (  1.2%)   0.0248 (  2.4%)   0.0249 (  0.6%)  SILGen-function
   0.0134 (  1.6%)   0.0089 (  4.4%)   0.0223 (  2.1%)   0.0223 (  0.5%)  import-clang-decl
   0.0161 (  1.9%)   0.0021 (  1.0%)   0.0181 (  1.7%)   0.0181 (  0.4%)  precheck-target
   0.0149 (  1.7%)   0.0003 (  0.2%)   0.0152 (  1.4%)   0.0161 (  0.4%)  SIL optimization
   0.0037 (  0.4%)   0.0004 (  0.2%)   0.0041 (  0.4%)   0.0041 (  0.1%)  typecheck-for-each
   0.0033 (  0.4%)   0.0006 (  0.3%)   0.0039 (  0.4%)   0.0039 (  0.1%)  typecheck-expr-pattern
   0.0007 (  0.1%)   0.0002 (  0.1%)   0.0010 (  0.1%)   0.0010 (  0.0%)  load-all-members
   0.0003 (  0.0%)   0.0000 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  associated-type-inference
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  get-conformance-access-path
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.8503 (100.0%)   0.2006 (100.0%)   1.0509 (100.0%)   4.5001 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.6488 seconds (3.5819 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9828 (100.0%)   0.6660 (100.0%)   1.6488 (100.0%)   3.5819 (100.0%)  Building Target
   0.9828 (100.0%)   0.6660 (100.0%)   1.6488 (100.0%)   3.5819 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ Mark.swift,\ YamlError.swift /Users/admin/builder/spi-builder-workspace/Sources/Yams/Mark.swift /Users/admin/builder/spi-builder-workspace/Sources/Yams/YamlError.swift (in target 'Yams' from project 'Yams')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745989113967079-swift-frontend-Yams-Mark.swift-arm64_apple_ios11.0-o-Onone-885584603.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5227 seconds (3.6361 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0221 (  5.8%)   0.0172 ( 12.5%)   0.0394 (  7.5%)   1.5383 ( 42.3%)  parse-and-resolve-imports
   0.0195 (  5.1%)   0.0160 ( 11.6%)   0.0355 (  6.8%)   1.5345 ( 42.2%)  Import resolution
   0.0015 (  0.4%)   0.0060 (  4.4%)   0.0076 (  1.4%)   0.1208 (  3.3%)  load-stdlib
   0.0810 ( 21.1%)   0.0259 ( 18.8%)   0.1069 ( 20.5%)   0.1076 (  3.0%)  build-rewrite-system
   0.0524 ( 13.6%)   0.0135 (  9.8%)   0.0659 ( 12.6%)   0.0660 (  1.8%)  perform-sema
   0.0523 ( 13.6%)   0.0135 (  9.8%)   0.0658 ( 12.6%)   0.0659 (  1.8%)  Type checking and Semantic analysis
   0.0436 ( 11.3%)   0.0092 (  6.7%)   0.0528 ( 10.1%)   0.0529 (  1.5%)  typecheck-stmt
   0.0279 (  7.2%)   0.0060 (  4.3%)   0.0338 (  6.5%)   0.0340 (  0.9%)  typecheck-expr
   0.0230 (  6.0%)   0.0079 (  5.7%)   0.0309 (  5.9%)   0.0310 (  0.9%)  typecheck-decl
   0.0125 (  3.2%)   0.0086 (  6.2%)   0.0211 (  4.0%)   0.0214 (  0.6%)  import-clang-decl
   0.0137 (  3.5%)   0.0023 (  1.6%)   0.0159 (  3.0%)   0.0159 (  0.4%)  precheck-target
   0.0089 (  2.3%)   0.0063 (  4.5%)   0.0151 (  2.9%)   0.0156 (  0.4%)  IRGen
   0.0105 (  2.7%)   0.0037 (  2.7%)   0.0142 (  2.7%)   0.0143 (  0.4%)  SILGen
   0.0074 (  1.9%)   0.0006 (  0.4%)   0.0080 (  1.5%)   0.0080 (  0.2%)  SIL optimization
   0.0059 (  1.5%)   0.0006 (  0.4%)   0.0065 (  1.2%)   0.0065 (  0.2%)  SILGen-function
   0.0013 (  0.3%)   0.0007 (  0.5%)   0.0019 (  0.4%)   0.0019 (  0.1%)  load-all-members
   0.0008 (  0.2%)   0.0001 (  0.1%)   0.0009 (  0.2%)   0.0009 (  0.0%)  typecheck-expr-pattern
   0.0004 (  0.1%)   0.0000 (  0.0%)   0.0004 (  0.1%)   0.0004 (  0.0%)  typecheck-for-each
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.3848 (100.0%)   0.1379 (100.0%)   0.5227 (100.0%)   3.6361 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.7771 seconds (3.5521 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9907 (100.0%)   0.7864 (100.0%)   1.7771 (100.0%)   3.5521 (100.0%)  Building Target
   0.9907 (100.0%)   0.7864 (100.0%)   1.7771 (100.0%)   3.5521 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Yams/Mark.swift (in target 'Yams' from project 'Yams')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Yams/YamlError.swift (in target 'Yams' from project 'Yams')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/Yams/YamlError.swift:39:10: warning: associated value 'scanner(context:problem:_:yaml:)' of 'Sendable'-conforming enum 'YamlError' has non-sendable type 'YamlError.Context'; this is an error in the Swift 6 language mode
    case scanner(context: Context?, problem: String, Mark, yaml: String)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/YamlError.swift:85:19: note: consider making struct 'Context' conform to the 'Sendable' protocol
    public struct Context: CustomStringConvertible {
                  ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Yams/YamlError.swift:39:10: warning: associated value 'scanner(context:problem:_:yaml:)' of 'Sendable'-conforming enum 'YamlError' has non-sendable type 'Mark'; this is an error in the Swift 6 language mode
    case scanner(context: Context?, problem: String, Mark, yaml: String)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Mark.swift:10:15: note: consider making struct 'Mark' conform to the 'Sendable' protocol
public struct Mark {
              ^
                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Yams/YamlError.swift:47:10: warning: associated value 'parser(context:problem:_:yaml:)' of 'Sendable'-conforming enum 'YamlError' has non-sendable type 'YamlError.Context'; this is an error in the Swift 6 language mode
    case parser(context: Context?, problem: String, Mark, yaml: String)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/YamlError.swift:85:19: note: consider making struct 'Context' conform to the 'Sendable' protocol
    public struct Context: CustomStringConvertible {
                  ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Yams/YamlError.swift:47:10: warning: associated value 'parser(context:problem:_:yaml:)' of 'Sendable'-conforming enum 'YamlError' has non-sendable type 'Mark'; this is an error in the Swift 6 language mode
    case parser(context: Context?, problem: String, Mark, yaml: String)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Mark.swift:10:15: note: consider making struct 'Mark' conform to the 'Sendable' protocol
public struct Mark {
              ^
                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Yams/YamlError.swift:55:10: warning: associated value 'composer(context:problem:_:yaml:)' of 'Sendable'-conforming enum 'YamlError' has non-sendable type 'YamlError.Context'; this is an error in the Swift 6 language mode
    case composer(context: Context?, problem: String, Mark, yaml: String)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/YamlError.swift:85:19: note: consider making struct 'Context' conform to the 'Sendable' protocol
    public struct Context: CustomStringConvertible {
                  ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Yams/YamlError.swift:55:10: warning: associated value 'composer(context:problem:_:yaml:)' of 'Sendable'-conforming enum 'YamlError' has non-sendable type 'Mark'; this is an error in the Swift 6 language mode
    case composer(context: Context?, problem: String, Mark, yaml: String)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Mark.swift:10:15: note: consider making struct 'Mark' conform to the 'Sendable' protocol
public struct Mark {
              ^
                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Yams/YamlError.swift:82:10: warning: associated value 'duplicatedKeysInMapping(duplicates:yaml:)' of 'Sendable'-conforming enum 'YamlError' has non-sendable type 'Node'; this is an error in the Swift 6 language mode
    case duplicatedKeysInMapping(duplicates: [Node: [Node]], yaml: String)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Node.swift:12:13: note: consider making enum 'Node' conform to the 'Sendable' protocol
public enum Node: Hashable {
            ^
                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Yams/YamlError.swift:82:10: warning: associated value 'duplicatedKeysInMapping(duplicates:yaml:)' of 'Sendable'-conforming enum 'YamlError' has non-sendable type 'Node'; this is an error in the Swift 6 language mode
    case duplicatedKeysInMapping(duplicates: [Node: [Node]], yaml: String)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Node.swift:12:13: note: consider making enum 'Node' conform to the 'Sendable' protocol
public enum Node: Hashable {
            ^
                          , Sendable
SwiftEmitModule normal arm64 Emitting\ module\ for\ Yams (in target 'Yams' from project 'Yams')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745989113964541-swift-frontend-Yams-all-arm64_apple_ios11.0-swiftmodule-Onone-1634649420.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.8651 seconds (4.0653 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0206 (  2.9%)   0.0143 (  8.9%)   0.0350 (  4.0%)   1.5741 ( 38.7%)  parse-and-resolve-imports
   0.0182 (  2.6%)   0.0132 (  8.2%)   0.0314 (  3.6%)   1.5706 ( 38.6%)  Import resolution
   0.1553 ( 22.1%)   0.0242 ( 15.1%)   0.1796 ( 20.8%)   0.1796 (  4.4%)  perform-sema
   0.1550 ( 22.0%)   0.0241 ( 15.0%)   0.1791 ( 20.7%)   0.1791 (  4.4%)  Type checking and Semantic analysis
   0.1527 ( 21.7%)   0.0233 ( 14.5%)   0.1760 ( 20.3%)   0.1759 (  4.3%)  typecheck-decl
   0.0012 (  0.2%)   0.0043 (  2.7%)   0.0056 (  0.6%)   0.1260 (  3.1%)  load-stdlib
   0.0489 (  6.9%)   0.0110 (  6.8%)   0.0599 (  6.9%)   0.0599 (  1.5%)  SILGen
   0.0460 (  6.5%)   0.0134 (  8.3%)   0.0594 (  6.9%)   0.0594 (  1.5%)  typecheck-expr
   0.0312 (  4.4%)   0.0096 (  5.9%)   0.0407 (  4.7%)   0.0414 (  1.0%)  SIL optimization
   0.0238 (  3.4%)   0.0041 (  2.5%)   0.0279 (  3.2%)   0.0278 (  0.7%)  SILGen-function
   0.0161 (  2.3%)   0.0033 (  2.1%)   0.0194 (  2.2%)   0.0194 (  0.5%)  build-rewrite-system
   0.0076 (  1.1%)   0.0049 (  3.0%)   0.0125 (  1.4%)   0.0125 (  0.3%)  import-clang-decl
   0.0077 (  1.1%)   0.0040 (  2.5%)   0.0117 (  1.3%)   0.0123 (  0.3%)  Serialization, swiftmodule
   0.0071 (  1.0%)   0.0027 (  1.7%)   0.0098 (  1.1%)   0.0098 (  0.2%)  precheck-target
   0.0034 (  0.5%)   0.0015 (  0.9%)   0.0049 (  0.6%)   0.0049 (  0.1%)  Serialization, swiftdoc
   0.0035 (  0.5%)   0.0009 (  0.6%)   0.0044 (  0.5%)   0.0044 (  0.1%)  typecheck-stmt
   0.0022 (  0.3%)   0.0004 (  0.3%)   0.0026 (  0.3%)   0.0026 (  0.1%)  typecheck-expr-pattern
   0.0017 (  0.2%)   0.0005 (  0.3%)   0.0021 (  0.2%)   0.0021 (  0.1%)  Serialization, swiftsourceinfo
   0.0009 (  0.1%)   0.0011 (  0.7%)   0.0021 (  0.2%)   0.0020 (  0.1%)  load-all-members
   0.0006 (  0.1%)   0.0000 (  0.0%)   0.0006 (  0.1%)   0.0006 (  0.0%)  associated-type-inference
   0.0002 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  SIL verification, pre-optimization
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SIL verification, post-optimization
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  module-populate-cache
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  source-file-populate-cache
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-module-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.7043 (100.0%)   0.1608 (100.0%)   0.8651 (100.0%)   4.0653 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3938 seconds (2.0580 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.2994 (100.0%)   0.0944 (100.0%)   0.3938 (100.0%)   2.0580 (100.0%)  Building Target
   0.2994 (100.0%)   0.0944 (100.0%)   0.3938 (100.0%)   2.0580 (100.0%)  Total
EmitSwiftModule normal arm64 (in target 'Yams' from project 'Yams')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/Yams/Parser.swift:130:27: warning: static property 'default' 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 `default`: Encoding = {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Parser.swift:130:27: note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
        public static var `default`: Encoding = {
                      ~~~ ^
                      let
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Parser.swift:130:27: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
        public static var `default`: Encoding = {
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Parser.swift:130:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static var `default`: Encoding = {
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Constructor.swift:71:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'Constructor' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let `default` = Constructor()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Constructor.swift:12:20: note: class 'Constructor' does not conform to the 'Sendable' protocol
public final class Constructor {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Constructor.swift:71:23: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    public static let `default` = Constructor()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Constructor.swift:71:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let `default` = Constructor()
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Constructor.swift:74:23: warning: static property 'defaultScalarMap' is not concurrency-safe because non-'Sendable' type 'Constructor.ScalarMap' (aka 'Dictionary<Tag.Name, (Node.Scalar) -> Optional<Any>>') may have shared mutable state; this is an error in the Swift 6 language mode
    public static let defaultScalarMap: ScalarMap = [
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:12:19: note: consider making struct 'Name' conform to the 'Sendable' protocol
    public struct Name: RawRepresentable, Hashable {
                  ^
                                                  , Sendable
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Constructor.swift:74:23: note: add '@MainActor' to make static property 'defaultScalarMap' part of global actor 'MainActor'
    public static let defaultScalarMap: ScalarMap = [
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Constructor.swift:74:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let defaultScalarMap: ScalarMap = [
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Constructor.swift:88:23: warning: static property 'defaultMappingMap' is not concurrency-safe because non-'Sendable' type 'Constructor.MappingMap' (aka 'Dictionary<Tag.Name, (Node.Mapping) -> Optional<Any>>') may have shared mutable state; this is an error in the Swift 6 language mode
    public static let defaultMappingMap: MappingMap = [
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:12:19: note: consider making struct 'Name' conform to the 'Sendable' protocol
    public struct Name: RawRepresentable, Hashable {
                  ^
                                                  , Sendable
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Constructor.swift:88:23: note: add '@MainActor' to make static property 'defaultMappingMap' part of global actor 'MainActor'
    public static let defaultMappingMap: MappingMap = [
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Constructor.swift:88:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let defaultMappingMap: MappingMap = [
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Constructor.swift:97:23: warning: static property 'defaultSequenceMap' is not concurrency-safe because non-'Sendable' type 'Constructor.SequenceMap' (aka 'Dictionary<Tag.Name, (Node.Sequence) -> Optional<Any>>') may have shared mutable state; this is an error in the Swift 6 language mode
    public static let defaultSequenceMap: SequenceMap = [
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:12:19: note: consider making struct 'Name' conform to the 'Sendable' protocol
    public struct Name: RawRepresentable, Hashable {
                  ^
                                                  , Sendable
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Constructor.swift:97:23: note: add '@MainActor' to make static property 'defaultSequenceMap' part of global actor 'MainActor'
    public static let defaultSequenceMap: SequenceMap = [
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Constructor.swift:97:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let defaultSequenceMap: SequenceMap = [
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Resolver.swift:99:23: warning: static property 'basic' is not concurrency-safe because non-'Sendable' type 'Resolver' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let basic = Resolver()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Resolver.swift:12:20: note: class 'Resolver' does not conform to the 'Sendable' protocol
public final class Resolver {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Resolver.swift:99:23: note: add '@MainActor' to make static property 'basic' part of global actor 'MainActor'
    public static let basic = Resolver()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Resolver.swift:99:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let basic = Resolver()
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Resolver.swift:101:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'Resolver' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let `default` = Resolver([.bool, .int, .float, .merge, .null, .timestamp, .value])
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Resolver.swift:12:20: note: class 'Resolver' does not conform to the 'Sendable' protocol
public final class Resolver {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Resolver.swift:101:23: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    public static let `default` = Resolver([.bool, .int, .float, .merge, .null, .timestamp, .value])
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Resolver.swift:101:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let `default` = Resolver([.bool, .int, .float, .merge, .null, .timestamp, .value])
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Resolver.swift:110:23: warning: static property 'bool' is not concurrency-safe because non-'Sendable' type 'Resolver.Rule' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let bool = try! Resolver.Rule(.bool, """
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Resolver.swift:14:19: note: consider making struct 'Rule' conform to the 'Sendable' protocol
    public struct Rule {
                  ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Resolver.swift:110:23: note: add '@MainActor' to make static property 'bool' part of global actor 'MainActor'
    public static let bool = try! Resolver.Rule(.bool, """
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Resolver.swift:110:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let bool = try! Resolver.Rule(.bool, """
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Resolver.swift:117:23: warning: static property 'int' is not concurrency-safe because non-'Sendable' type 'Resolver.Rule' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let int = try! Resolver.Rule(.int, """
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Resolver.swift:14:19: note: consider making struct 'Rule' conform to the 'Sendable' protocol
    public struct Rule {
                  ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Resolver.swift:117:23: note: add '@MainActor' to make static property 'int' part of global actor 'MainActor'
    public static let int = try! Resolver.Rule(.int, """
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Resolver.swift:117:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let int = try! Resolver.Rule(.int, """
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Resolver.swift:126:23: warning: static property 'float' is not concurrency-safe because non-'Sendable' type 'Resolver.Rule' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let float = try! Resolver.Rule(.float, """
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Resolver.swift:14:19: note: consider making struct 'Rule' conform to the 'Sendable' protocol
    public struct Rule {
                  ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Resolver.swift:126:23: note: add '@MainActor' to make static property 'float' part of global actor 'MainActor'
    public static let float = try! Resolver.Rule(.float, """
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Resolver.swift:126:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let float = try! Resolver.Rule(.float, """
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Resolver.swift:135:23: warning: static property 'merge' is not concurrency-safe because non-'Sendable' type 'Resolver.Rule' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let merge = try! Resolver.Rule(.merge, "^(?:<<)$")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Resolver.swift:14:19: note: consider making struct 'Rule' conform to the 'Sendable' protocol
    public struct Rule {
                  ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Resolver.swift:135:23: note: add '@MainActor' to make static property 'merge' part of global actor 'MainActor'
    public static let merge = try! Resolver.Rule(.merge, "^(?:<<)$")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Resolver.swift:135:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let merge = try! Resolver.Rule(.merge, "^(?:<<)$")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Resolver.swift:138:23: warning: static property 'null' is not concurrency-safe because non-'Sendable' type 'Resolver.Rule' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let null = try! Resolver.Rule(.null, """
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Resolver.swift:14:19: note: consider making struct 'Rule' conform to the 'Sendable' protocol
    public struct Rule {
                  ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Resolver.swift:138:23: note: add '@MainActor' to make static property 'null' part of global actor 'MainActor'
    public static let null = try! Resolver.Rule(.null, """
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Resolver.swift:138:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let null = try! Resolver.Rule(.null, """
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Resolver.swift:145:23: warning: static property 'timestamp' is not concurrency-safe because non-'Sendable' type 'Resolver.Rule' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let timestamp = try! Resolver.Rule(.timestamp, """
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Resolver.swift:14:19: note: consider making struct 'Rule' conform to the 'Sendable' protocol
    public struct Rule {
                  ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Resolver.swift:145:23: note: add '@MainActor' to make static property 'timestamp' part of global actor 'MainActor'
    public static let timestamp = try! Resolver.Rule(.timestamp, """
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Resolver.swift:145:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let timestamp = try! Resolver.Rule(.timestamp, """
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Resolver.swift:154:23: warning: static property 'value' is not concurrency-safe because non-'Sendable' type 'Resolver.Rule' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let value = try! Resolver.Rule(.value, "^(?:=)$")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Resolver.swift:14:19: note: consider making struct 'Rule' conform to the 'Sendable' protocol
    public struct Rule {
                  ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Resolver.swift:154:23: note: add '@MainActor' to make static property 'value' part of global actor 'MainActor'
    public static let value = try! Resolver.Rule(.value, "^(?:=)$")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Resolver.swift:154:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let value = try! Resolver.Rule(.value, "^(?:=)$")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Node.Sequence.swift:187:16: warning: static property 'defaultTagName' is not concurrency-safe because non-'Sendable' type 'Tag.Name' may have shared mutable state; this is an error in the Swift 6 language mode
    static let defaultTagName = Tag.Name.seq
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:12:19: note: consider making struct 'Name' conform to the 'Sendable' protocol
    public struct Name: RawRepresentable, Hashable {
                  ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Node.Sequence.swift:187:16: note: add '@MainActor' to make static property 'defaultTagName' part of global actor 'MainActor'
    static let defaultTagName = Tag.Name.seq
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Node.Sequence.swift:187:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let defaultTagName = Tag.Name.seq
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Node.Mapping.swift:142:16: warning: static property 'defaultTagName' is not concurrency-safe because non-'Sendable' type 'Tag.Name' may have shared mutable state; this is an error in the Swift 6 language mode
    static let defaultTagName = Tag.Name.map
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:12:19: note: consider making struct 'Name' conform to the 'Sendable' protocol
    public struct Name: RawRepresentable, Hashable {
                  ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Node.Mapping.swift:142:16: note: add '@MainActor' to make static property 'defaultTagName' part of global actor 'MainActor'
    static let defaultTagName = Tag.Name.map
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Node.Mapping.swift:142:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let defaultTagName = Tag.Name.map
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Node.Scalar.swift:120:16: warning: static property 'defaultTagName' is not concurrency-safe because non-'Sendable' type 'Tag.Name' may have shared mutable state; this is an error in the Swift 6 language mode
    static let defaultTagName = Tag.Name.str
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:12:19: note: consider making struct 'Name' conform to the 'Sendable' protocol
    public struct Name: RawRepresentable, Hashable {
                  ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Node.Scalar.swift:120:16: note: add '@MainActor' to make static property 'defaultTagName' part of global actor 'MainActor'
    static let defaultTagName = Tag.Name.str
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Node.Scalar.swift:120:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let defaultTagName = Tag.Name.str
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Node.Alias.swift:55:16: warning: static property 'defaultTagName' is not concurrency-safe because non-'Sendable' type 'Tag.Name' may have shared mutable state; this is an error in the Swift 6 language mode
    static let defaultTagName = Tag.Name.implicit
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:12:19: note: consider making struct 'Name' conform to the 'Sendable' protocol
    public struct Name: RawRepresentable, Hashable {
                  ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Node.Alias.swift:55:16: note: add '@MainActor' to make static property 'defaultTagName' part of global actor 'MainActor'
    static let defaultTagName = Tag.Name.implicit
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Node.Alias.swift:55:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let defaultTagName = Tag.Name.implicit
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Yams/YamlAnchorProviding.swift:25:16: warning: static property 'anchorKeyNode' is not concurrency-safe because non-'Sendable' type 'Node' may have shared mutable state; this is an error in the Swift 6 language mode
    static let anchorKeyNode: Self = .scalar(.init(YamlAnchorFunctionNameProvider().getName()))
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Node.swift:12:13: note: consider making enum 'Node' conform to the 'Sendable' protocol
public enum Node: Hashable {
            ^
                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Yams/YamlAnchorProviding.swift:25:16: note: add '@MainActor' to make static property 'anchorKeyNode' part of global actor 'MainActor'
    static let anchorKeyNode: Self = .scalar(.init(YamlAnchorFunctionNameProvider().getName()))
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Yams/YamlAnchorProviding.swift:25:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let anchorKeyNode: Self = .scalar(.init(YamlAnchorFunctionNameProvider().getName()))
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Yams/YamlTagProviding.swift:25:16: warning: static property 'tagKeyNode' is not concurrency-safe because non-'Sendable' type 'Node' may have shared mutable state; this is an error in the Swift 6 language mode
    static let tagKeyNode: Self = .scalar(.init(YamlTagFunctionNameProvider().getName()))
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Node.swift:12:13: note: consider making enum 'Node' conform to the 'Sendable' protocol
public enum Node: Hashable {
            ^
                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Yams/YamlTagProviding.swift:25:16: note: add '@MainActor' to make static property 'tagKeyNode' part of global actor 'MainActor'
    static let tagKeyNode: Self = .scalar(.init(YamlTagFunctionNameProvider().getName()))
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Yams/YamlTagProviding.swift:25:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let tagKeyNode: Self = .scalar(.init(YamlTagFunctionNameProvider().getName()))
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Yams/YamlError.swift:39:10: warning: associated value 'scanner(context:problem:_:yaml:)' of 'Sendable'-conforming enum 'YamlError' has non-sendable type 'YamlError.Context'; this is an error in the Swift 6 language mode
    case scanner(context: Context?, problem: String, Mark, yaml: String)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/YamlError.swift:85:19: note: consider making struct 'Context' conform to the 'Sendable' protocol
    public struct Context: CustomStringConvertible {
                  ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Yams/YamlError.swift:39:10: warning: associated value 'scanner(context:problem:_:yaml:)' of 'Sendable'-conforming enum 'YamlError' has non-sendable type 'Mark'; this is an error in the Swift 6 language mode
    case scanner(context: Context?, problem: String, Mark, yaml: String)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Mark.swift:10:15: note: consider making struct 'Mark' conform to the 'Sendable' protocol
public struct Mark {
              ^
                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Yams/YamlError.swift:47:10: warning: associated value 'parser(context:problem:_:yaml:)' of 'Sendable'-conforming enum 'YamlError' has non-sendable type 'YamlError.Context'; this is an error in the Swift 6 language mode
    case parser(context: Context?, problem: String, Mark, yaml: String)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/YamlError.swift:85:19: note: consider making struct 'Context' conform to the 'Sendable' protocol
    public struct Context: CustomStringConvertible {
                  ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Yams/YamlError.swift:47:10: warning: associated value 'parser(context:problem:_:yaml:)' of 'Sendable'-conforming enum 'YamlError' has non-sendable type 'Mark'; this is an error in the Swift 6 language mode
    case parser(context: Context?, problem: String, Mark, yaml: String)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Mark.swift:10:15: note: consider making struct 'Mark' conform to the 'Sendable' protocol
public struct Mark {
              ^
                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Yams/YamlError.swift:55:10: warning: associated value 'composer(context:problem:_:yaml:)' of 'Sendable'-conforming enum 'YamlError' has non-sendable type 'YamlError.Context'; this is an error in the Swift 6 language mode
    case composer(context: Context?, problem: String, Mark, yaml: String)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/YamlError.swift:85:19: note: consider making struct 'Context' conform to the 'Sendable' protocol
    public struct Context: CustomStringConvertible {
                  ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Yams/YamlError.swift:55:10: warning: associated value 'composer(context:problem:_:yaml:)' of 'Sendable'-conforming enum 'YamlError' has non-sendable type 'Mark'; this is an error in the Swift 6 language mode
    case composer(context: Context?, problem: String, Mark, yaml: String)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Mark.swift:10:15: note: consider making struct 'Mark' conform to the 'Sendable' protocol
public struct Mark {
              ^
                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Yams/YamlError.swift:82:10: warning: associated value 'duplicatedKeysInMapping(duplicates:yaml:)' of 'Sendable'-conforming enum 'YamlError' has non-sendable type 'Node'; this is an error in the Swift 6 language mode
    case duplicatedKeysInMapping(duplicates: [Node: [Node]], yaml: String)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Node.swift:12:13: note: consider making enum 'Node' conform to the 'Sendable' protocol
public enum Node: Hashable {
            ^
                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Yams/YamlError.swift:82:10: warning: associated value 'duplicatedKeysInMapping(duplicates:yaml:)' of 'Sendable'-conforming enum 'YamlError' has non-sendable type 'Node'; this is an error in the Swift 6 language mode
    case duplicatedKeysInMapping(duplicates: [Node: [Node]], yaml: String)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Node.swift:12:13: note: consider making enum 'Node' conform to the 'Sendable' protocol
public enum Node: Hashable {
            ^
                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Encoder.swift:347:16: warning: static property 'null' is not concurrency-safe because non-'Sendable' type 'Node' may have shared mutable state; this is an error in the Swift 6 language mode
    static let null = Node("null", Tag(.null))
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Node.swift:12:13: note: consider making enum 'Node' conform to the 'Sendable' protocol
public enum Node: Hashable {
            ^
                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Encoder.swift:347:16: note: add '@MainActor' to make static property 'null' part of global actor 'MainActor'
    static let null = Node("null", Tag(.null))
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Encoder.swift:347:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let null = Node("null", Tag(.null))
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Encoder.swift:348:16: warning: static property 'unused' is not concurrency-safe because non-'Sendable' type 'Node' may have shared mutable state; this is an error in the Swift 6 language mode
    static let unused = Node("", .unused)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Node.swift:12:13: note: consider making enum 'Node' conform to the 'Sendable' protocol
public enum Node: Hashable {
            ^
                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Encoder.swift:348:16: note: add '@MainActor' to make static property 'unused' part of global actor 'MainActor'
    static let unused = Node("", .unused)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Encoder.swift:348:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let unused = Node("", .unused)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Encoder.swift:352:16: warning: static property 'unused' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
    static let unused = Tag(.unused)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:10:20: note: class 'Tag' does not conform to the 'Sendable' protocol
public final class Tag {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Encoder.swift:352:16: note: add '@MainActor' to make static property 'unused' part of global actor 'MainActor'
    static let unused = Tag(.unused)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Encoder.swift:352:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let unused = Tag(.unused)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Encoder.swift:356:16: warning: static property 'unused' is not concurrency-safe because non-'Sendable' type 'Tag.Name' may have shared mutable state; this is an error in the Swift 6 language mode
    static let unused: Tag.Name = "tag:yams.encoder:unused"
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:12:19: note: consider making struct 'Name' conform to the 'Sendable' protocol
    public struct Name: RawRepresentable, Hashable {
                  ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Encoder.swift:356:16: note: add '@MainActor' to make static property 'unused' part of global actor 'MainActor'
    static let unused: Tag.Name = "tag:yams.encoder:unused"
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Encoder.swift:356:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let unused: Tag.Name = "tag:yams.encoder:unused"
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:119:23: warning: static property 'implicit' is not concurrency-safe because non-'Sendable' type 'Tag.Name' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let implicit: Tag.Name = ""
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:12:19: note: consider making struct 'Name' conform to the 'Sendable' protocol
    public struct Name: RawRepresentable, Hashable {
                  ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:119:23: note: add '@MainActor' to make static property 'implicit' part of global actor 'MainActor'
    public static let implicit: Tag.Name = ""
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:119:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let implicit: Tag.Name = ""
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:121:23: warning: static property 'nonSpecific' is not concurrency-safe because non-'Sendable' type 'Tag.Name' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let nonSpecific: Tag.Name = "!"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:12:19: note: consider making struct 'Name' conform to the 'Sendable' protocol
    public struct Name: RawRepresentable, Hashable {
                  ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:121:23: note: add '@MainActor' to make static property 'nonSpecific' part of global actor 'MainActor'
    public static let nonSpecific: Tag.Name = "!"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:121:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let nonSpecific: Tag.Name = "!"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:125:23: warning: static property 'str' is not concurrency-safe because non-'Sendable' type 'Tag.Name' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let str: Tag.Name = "tag:yaml.org,2002:str"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:12:19: note: consider making struct 'Name' conform to the 'Sendable' protocol
    public struct Name: RawRepresentable, Hashable {
                  ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:125:23: note: add '@MainActor' to make static property 'str' part of global actor 'MainActor'
    public static let str: Tag.Name = "tag:yaml.org,2002:str"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:125:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let str: Tag.Name = "tag:yaml.org,2002:str"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:127:23: warning: static property 'seq' is not concurrency-safe because non-'Sendable' type 'Tag.Name' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let seq: Tag.Name  = "tag:yaml.org,2002:seq"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:12:19: note: consider making struct 'Name' conform to the 'Sendable' protocol
    public struct Name: RawRepresentable, Hashable {
                  ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:127:23: note: add '@MainActor' to make static property 'seq' part of global actor 'MainActor'
    public static let seq: Tag.Name  = "tag:yaml.org,2002:seq"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:127:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let seq: Tag.Name  = "tag:yaml.org,2002:seq"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:129:23: warning: static property 'map' is not concurrency-safe because non-'Sendable' type 'Tag.Name' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let map: Tag.Name  = "tag:yaml.org,2002:map"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:12:19: note: consider making struct 'Name' conform to the 'Sendable' protocol
    public struct Name: RawRepresentable, Hashable {
                  ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:129:23: note: add '@MainActor' to make static property 'map' part of global actor 'MainActor'
    public static let map: Tag.Name  = "tag:yaml.org,2002:map"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:129:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let map: Tag.Name  = "tag:yaml.org,2002:map"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:132:23: warning: static property 'bool' is not concurrency-safe because non-'Sendable' type 'Tag.Name' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let bool: Tag.Name  = "tag:yaml.org,2002:bool"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:12:19: note: consider making struct 'Name' conform to the 'Sendable' protocol
    public struct Name: RawRepresentable, Hashable {
                  ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:132:23: note: add '@MainActor' to make static property 'bool' part of global actor 'MainActor'
    public static let bool: Tag.Name  = "tag:yaml.org,2002:bool"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:132:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let bool: Tag.Name  = "tag:yaml.org,2002:bool"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:134:23: warning: static property 'float' is not concurrency-safe because non-'Sendable' type 'Tag.Name' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let float: Tag.Name  =  "tag:yaml.org,2002:float"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:12:19: note: consider making struct 'Name' conform to the 'Sendable' protocol
    public struct Name: RawRepresentable, Hashable {
                  ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:134:23: note: add '@MainActor' to make static property 'float' part of global actor 'MainActor'
    public static let float: Tag.Name  =  "tag:yaml.org,2002:float"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:134:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let float: Tag.Name  =  "tag:yaml.org,2002:float"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:136:23: warning: static property 'null' is not concurrency-safe because non-'Sendable' type 'Tag.Name' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let null: Tag.Name  = "tag:yaml.org,2002:null"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:12:19: note: consider making struct 'Name' conform to the 'Sendable' protocol
    public struct Name: RawRepresentable, Hashable {
                  ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:136:23: note: add '@MainActor' to make static property 'null' part of global actor 'MainActor'
    public static let null: Tag.Name  = "tag:yaml.org,2002:null"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:136:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let null: Tag.Name  = "tag:yaml.org,2002:null"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:138:23: warning: static property 'int' is not concurrency-safe because non-'Sendable' type 'Tag.Name' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let int: Tag.Name  = "tag:yaml.org,2002:int"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:12:19: note: consider making struct 'Name' conform to the 'Sendable' protocol
    public struct Name: RawRepresentable, Hashable {
                  ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:138:23: note: add '@MainActor' to make static property 'int' part of global actor 'MainActor'
    public static let int: Tag.Name  = "tag:yaml.org,2002:int"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:138:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let int: Tag.Name  = "tag:yaml.org,2002:int"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:141:23: warning: static property 'binary' is not concurrency-safe because non-'Sendable' type 'Tag.Name' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let binary: Tag.Name  = "tag:yaml.org,2002:binary"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:12:19: note: consider making struct 'Name' conform to the 'Sendable' protocol
    public struct Name: RawRepresentable, Hashable {
                  ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:141:23: note: add '@MainActor' to make static property 'binary' part of global actor 'MainActor'
    public static let binary: Tag.Name  = "tag:yaml.org,2002:binary"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:141:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let binary: Tag.Name  = "tag:yaml.org,2002:binary"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:143:23: warning: static property 'merge' is not concurrency-safe because non-'Sendable' type 'Tag.Name' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let merge: Tag.Name  = "tag:yaml.org,2002:merge"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:12:19: note: consider making struct 'Name' conform to the 'Sendable' protocol
    public struct Name: RawRepresentable, Hashable {
                  ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:143:23: note: add '@MainActor' to make static property 'merge' part of global actor 'MainActor'
    public static let merge: Tag.Name  = "tag:yaml.org,2002:merge"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:143:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let merge: Tag.Name  = "tag:yaml.org,2002:merge"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:145:23: warning: static property 'omap' is not concurrency-safe because non-'Sendable' type 'Tag.Name' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let omap: Tag.Name  = "tag:yaml.org,2002:omap"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:12:19: note: consider making struct 'Name' conform to the 'Sendable' protocol
    public struct Name: RawRepresentable, Hashable {
                  ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:145:23: note: add '@MainActor' to make static property 'omap' part of global actor 'MainActor'
    public static let omap: Tag.Name  = "tag:yaml.org,2002:omap"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:145:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let omap: Tag.Name  = "tag:yaml.org,2002:omap"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:147:23: warning: static property 'pairs' is not concurrency-safe because non-'Sendable' type 'Tag.Name' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let pairs: Tag.Name  = "tag:yaml.org,2002:pairs"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:12:19: note: consider making struct 'Name' conform to the 'Sendable' protocol
    public struct Name: RawRepresentable, Hashable {
                  ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:147:23: note: add '@MainActor' to make static property 'pairs' part of global actor 'MainActor'
    public static let pairs: Tag.Name  = "tag:yaml.org,2002:pairs"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:147:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let pairs: Tag.Name  = "tag:yaml.org,2002:pairs"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:149:23: warning: static property 'set' is not concurrency-safe because non-'Sendable' type 'Tag.Name' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let set: Tag.Name  = "tag:yaml.org,2002:set"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:12:19: note: consider making struct 'Name' conform to the 'Sendable' protocol
    public struct Name: RawRepresentable, Hashable {
                  ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:149:23: note: add '@MainActor' to make static property 'set' part of global actor 'MainActor'
    public static let set: Tag.Name  = "tag:yaml.org,2002:set"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:149:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let set: Tag.Name  = "tag:yaml.org,2002:set"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:151:23: warning: static property 'timestamp' is not concurrency-safe because non-'Sendable' type 'Tag.Name' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let timestamp: Tag.Name  = "tag:yaml.org,2002:timestamp"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:12:19: note: consider making struct 'Name' conform to the 'Sendable' protocol
    public struct Name: RawRepresentable, Hashable {
                  ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:151:23: note: add '@MainActor' to make static property 'timestamp' part of global actor 'MainActor'
    public static let timestamp: Tag.Name  = "tag:yaml.org,2002:timestamp"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:151:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let timestamp: Tag.Name  = "tag:yaml.org,2002:timestamp"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:153:23: warning: static property 'value' is not concurrency-safe because non-'Sendable' type 'Tag.Name' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let value: Tag.Name  = "tag:yaml.org,2002:value"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:12:19: note: consider making struct 'Name' conform to the 'Sendable' protocol
    public struct Name: RawRepresentable, Hashable {
                  ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:153:23: note: add '@MainActor' to make static property 'value' part of global actor 'MainActor'
    public static let value: Tag.Name  = "tag:yaml.org,2002:value"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:153:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let value: Tag.Name  = "tag:yaml.org,2002:value"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:155:23: warning: static property 'yaml' is not concurrency-safe because non-'Sendable' type 'Tag.Name' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let yaml: Tag.Name  = "tag:yaml.org,2002:yaml"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:12:19: note: consider making struct 'Name' conform to the 'Sendable' protocol
    public struct Name: RawRepresentable, Hashable {
                  ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:155:23: note: add '@MainActor' to make static property 'yaml' part of global actor 'MainActor'
    public static let yaml: Tag.Name  = "tag:yaml.org,2002:yaml"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:155:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let yaml: Tag.Name  = "tag:yaml.org,2002:yaml"
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ Encoder.swift,\ Tag.swift /Users/admin/builder/spi-builder-workspace/Sources/Yams/Encoder.swift /Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift (in target 'Yams' from project 'Yams')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745989116112740-swift-frontend-Yams-Encoder.swift-arm64_apple_ios11.0-o-Onone-604745368.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6436 seconds (0.6484 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1046 ( 20.1%)   0.0154 ( 12.5%)   0.1200 ( 18.6%)   0.1202 ( 18.5%)  perform-sema
   0.1044 ( 20.1%)   0.0154 ( 12.5%)   0.1198 ( 18.6%)   0.1200 ( 18.5%)  Type checking and Semantic analysis
   0.0595 ( 11.4%)   0.0089 (  7.2%)   0.0684 ( 10.6%)   0.0686 ( 10.6%)  typecheck-stmt
   0.0492 (  9.5%)   0.0070 (  5.7%)   0.0562 (  8.7%)   0.0563 (  8.7%)  typecheck-expr
   0.0454 (  8.7%)   0.0069 (  5.6%)   0.0524 (  8.1%)   0.0524 (  8.1%)  typecheck-decl
   0.0250 (  4.8%)   0.0231 ( 18.7%)   0.0481 (  7.5%)   0.0488 (  7.5%)  parse-and-resolve-imports
   0.0216 (  4.2%)   0.0213 ( 17.3%)   0.0430 (  6.7%)   0.0436 (  6.7%)  Import resolution
   0.0242 (  4.7%)   0.0071 (  5.7%)   0.0313 (  4.9%)   0.0335 (  5.2%)  IRGen
   0.0223 (  4.3%)   0.0043 (  3.5%)   0.0266 (  4.1%)   0.0268 (  4.1%)  SILGen
   0.0203 (  3.9%)   0.0049 (  4.0%)   0.0252 (  3.9%)   0.0255 (  3.9%)  build-rewrite-system
   0.0167 (  3.2%)   0.0030 (  2.4%)   0.0197 (  3.1%)   0.0197 (  3.0%)  precheck-target
   0.0121 (  2.3%)   0.0019 (  1.6%)   0.0140 (  2.2%)   0.0141 (  2.2%)  SILGen-function
   0.0116 (  2.2%)   0.0000 (  0.0%)   0.0117 (  1.8%)   0.0117 (  1.8%)  SIL optimization
   0.0019 (  0.4%)   0.0023 (  1.9%)   0.0042 (  0.7%)   0.0042 (  0.6%)  import-clang-decl
   0.0010 (  0.2%)   0.0016 (  1.3%)   0.0026 (  0.4%)   0.0026 (  0.4%)  load-stdlib
   0.0003 (  0.0%)   0.0000 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  associated-type-inference
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.5205 (100.0%)   0.1231 (100.0%)   0.6436 (100.0%)   0.6484 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.9562 seconds (1.0195 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.5200 (100.0%)   0.4361 (100.0%)   0.9562 (100.0%)   1.0195 (100.0%)  Building Target
   0.5200 (100.0%)   0.4361 (100.0%)   0.9562 (100.0%)   1.0195 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Yams/Encoder.swift (in target 'Yams' from project 'Yams')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/Yams/Encoder.swift:347:16: warning: static property 'null' is not concurrency-safe because non-'Sendable' type 'Node' may have shared mutable state; this is an error in the Swift 6 language mode
    static let null = Node("null", Tag(.null))
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Node.swift:12:13: note: consider making enum 'Node' conform to the 'Sendable' protocol
public enum Node: Hashable {
            ^
                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Encoder.swift:347:16: note: add '@MainActor' to make static property 'null' part of global actor 'MainActor'
    static let null = Node("null", Tag(.null))
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Encoder.swift:347:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let null = Node("null", Tag(.null))
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Encoder.swift:348:16: warning: static property 'unused' is not concurrency-safe because non-'Sendable' type 'Node' may have shared mutable state; this is an error in the Swift 6 language mode
    static let unused = Node("", .unused)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Node.swift:12:13: note: consider making enum 'Node' conform to the 'Sendable' protocol
public enum Node: Hashable {
            ^
                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Encoder.swift:348:16: note: add '@MainActor' to make static property 'unused' part of global actor 'MainActor'
    static let unused = Node("", .unused)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Encoder.swift:348:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let unused = Node("", .unused)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Encoder.swift:352:16: warning: static property 'unused' is not concurrency-safe because non-'Sendable' type 'Tag' may have shared mutable state; this is an error in the Swift 6 language mode
    static let unused = Tag(.unused)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:10:20: note: class 'Tag' does not conform to the 'Sendable' protocol
public final class Tag {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Encoder.swift:352:16: note: add '@MainActor' to make static property 'unused' part of global actor 'MainActor'
    static let unused = Tag(.unused)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Encoder.swift:352:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let unused = Tag(.unused)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Encoder.swift:356:16: warning: static property 'unused' is not concurrency-safe because non-'Sendable' type 'Tag.Name' may have shared mutable state; this is an error in the Swift 6 language mode
    static let unused: Tag.Name = "tag:yams.encoder:unused"
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:12:19: note: consider making struct 'Name' conform to the 'Sendable' protocol
    public struct Name: RawRepresentable, Hashable {
                  ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Encoder.swift:356:16: note: add '@MainActor' to make static property 'unused' part of global actor 'MainActor'
    static let unused: Tag.Name = "tag:yams.encoder:unused"
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Encoder.swift:356:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let unused: Tag.Name = "tag:yams.encoder:unused"
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift (in target 'Yams' from project 'Yams')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:119:23: warning: static property 'implicit' is not concurrency-safe because non-'Sendable' type 'Tag.Name' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let implicit: Tag.Name = ""
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:12:19: note: consider making struct 'Name' conform to the 'Sendable' protocol
    public struct Name: RawRepresentable, Hashable {
                  ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:119:23: note: add '@MainActor' to make static property 'implicit' part of global actor 'MainActor'
    public static let implicit: Tag.Name = ""
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:119:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let implicit: Tag.Name = ""
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:121:23: warning: static property 'nonSpecific' is not concurrency-safe because non-'Sendable' type 'Tag.Name' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let nonSpecific: Tag.Name = "!"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:12:19: note: consider making struct 'Name' conform to the 'Sendable' protocol
    public struct Name: RawRepresentable, Hashable {
                  ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:121:23: note: add '@MainActor' to make static property 'nonSpecific' part of global actor 'MainActor'
    public static let nonSpecific: Tag.Name = "!"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:121:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let nonSpecific: Tag.Name = "!"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:125:23: warning: static property 'str' is not concurrency-safe because non-'Sendable' type 'Tag.Name' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let str: Tag.Name = "tag:yaml.org,2002:str"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:12:19: note: consider making struct 'Name' conform to the 'Sendable' protocol
    public struct Name: RawRepresentable, Hashable {
                  ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:125:23: note: add '@MainActor' to make static property 'str' part of global actor 'MainActor'
    public static let str: Tag.Name = "tag:yaml.org,2002:str"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:125:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let str: Tag.Name = "tag:yaml.org,2002:str"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:127:23: warning: static property 'seq' is not concurrency-safe because non-'Sendable' type 'Tag.Name' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let seq: Tag.Name  = "tag:yaml.org,2002:seq"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:12:19: note: consider making struct 'Name' conform to the 'Sendable' protocol
    public struct Name: RawRepresentable, Hashable {
                  ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:127:23: note: add '@MainActor' to make static property 'seq' part of global actor 'MainActor'
    public static let seq: Tag.Name  = "tag:yaml.org,2002:seq"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:127:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let seq: Tag.Name  = "tag:yaml.org,2002:seq"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:129:23: warning: static property 'map' is not concurrency-safe because non-'Sendable' type 'Tag.Name' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let map: Tag.Name  = "tag:yaml.org,2002:map"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:12:19: note: consider making struct 'Name' conform to the 'Sendable' protocol
    public struct Name: RawRepresentable, Hashable {
                  ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:129:23: note: add '@MainActor' to make static property 'map' part of global actor 'MainActor'
    public static let map: Tag.Name  = "tag:yaml.org,2002:map"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:129:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let map: Tag.Name  = "tag:yaml.org,2002:map"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:132:23: warning: static property 'bool' is not concurrency-safe because non-'Sendable' type 'Tag.Name' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let bool: Tag.Name  = "tag:yaml.org,2002:bool"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:12:19: note: consider making struct 'Name' conform to the 'Sendable' protocol
    public struct Name: RawRepresentable, Hashable {
                  ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:132:23: note: add '@MainActor' to make static property 'bool' part of global actor 'MainActor'
    public static let bool: Tag.Name  = "tag:yaml.org,2002:bool"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:132:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let bool: Tag.Name  = "tag:yaml.org,2002:bool"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:134:23: warning: static property 'float' is not concurrency-safe because non-'Sendable' type 'Tag.Name' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let float: Tag.Name  =  "tag:yaml.org,2002:float"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:12:19: note: consider making struct 'Name' conform to the 'Sendable' protocol
    public struct Name: RawRepresentable, Hashable {
                  ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:134:23: note: add '@MainActor' to make static property 'float' part of global actor 'MainActor'
    public static let float: Tag.Name  =  "tag:yaml.org,2002:float"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:134:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let float: Tag.Name  =  "tag:yaml.org,2002:float"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:136:23: warning: static property 'null' is not concurrency-safe because non-'Sendable' type 'Tag.Name' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let null: Tag.Name  = "tag:yaml.org,2002:null"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:12:19: note: consider making struct 'Name' conform to the 'Sendable' protocol
    public struct Name: RawRepresentable, Hashable {
                  ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:136:23: note: add '@MainActor' to make static property 'null' part of global actor 'MainActor'
    public static let null: Tag.Name  = "tag:yaml.org,2002:null"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:136:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let null: Tag.Name  = "tag:yaml.org,2002:null"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:138:23: warning: static property 'int' is not concurrency-safe because non-'Sendable' type 'Tag.Name' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let int: Tag.Name  = "tag:yaml.org,2002:int"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:12:19: note: consider making struct 'Name' conform to the 'Sendable' protocol
    public struct Name: RawRepresentable, Hashable {
                  ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:138:23: note: add '@MainActor' to make static property 'int' part of global actor 'MainActor'
    public static let int: Tag.Name  = "tag:yaml.org,2002:int"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:138:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let int: Tag.Name  = "tag:yaml.org,2002:int"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:141:23: warning: static property 'binary' is not concurrency-safe because non-'Sendable' type 'Tag.Name' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let binary: Tag.Name  = "tag:yaml.org,2002:binary"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:12:19: note: consider making struct 'Name' conform to the 'Sendable' protocol
    public struct Name: RawRepresentable, Hashable {
                  ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:141:23: note: add '@MainActor' to make static property 'binary' part of global actor 'MainActor'
    public static let binary: Tag.Name  = "tag:yaml.org,2002:binary"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:141:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let binary: Tag.Name  = "tag:yaml.org,2002:binary"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:143:23: warning: static property 'merge' is not concurrency-safe because non-'Sendable' type 'Tag.Name' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let merge: Tag.Name  = "tag:yaml.org,2002:merge"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:12:19: note: consider making struct 'Name' conform to the 'Sendable' protocol
    public struct Name: RawRepresentable, Hashable {
                  ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:143:23: note: add '@MainActor' to make static property 'merge' part of global actor 'MainActor'
    public static let merge: Tag.Name  = "tag:yaml.org,2002:merge"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:143:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let merge: Tag.Name  = "tag:yaml.org,2002:merge"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:145:23: warning: static property 'omap' is not concurrency-safe because non-'Sendable' type 'Tag.Name' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let omap: Tag.Name  = "tag:yaml.org,2002:omap"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:12:19: note: consider making struct 'Name' conform to the 'Sendable' protocol
    public struct Name: RawRepresentable, Hashable {
                  ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:145:23: note: add '@MainActor' to make static property 'omap' part of global actor 'MainActor'
    public static let omap: Tag.Name  = "tag:yaml.org,2002:omap"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:145:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let omap: Tag.Name  = "tag:yaml.org,2002:omap"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:147:23: warning: static property 'pairs' is not concurrency-safe because non-'Sendable' type 'Tag.Name' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let pairs: Tag.Name  = "tag:yaml.org,2002:pairs"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:12:19: note: consider making struct 'Name' conform to the 'Sendable' protocol
    public struct Name: RawRepresentable, Hashable {
                  ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:147:23: note: add '@MainActor' to make static property 'pairs' part of global actor 'MainActor'
    public static let pairs: Tag.Name  = "tag:yaml.org,2002:pairs"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:147:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let pairs: Tag.Name  = "tag:yaml.org,2002:pairs"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:149:23: warning: static property 'set' is not concurrency-safe because non-'Sendable' type 'Tag.Name' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let set: Tag.Name  = "tag:yaml.org,2002:set"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:12:19: note: consider making struct 'Name' conform to the 'Sendable' protocol
    public struct Name: RawRepresentable, Hashable {
                  ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:149:23: note: add '@MainActor' to make static property 'set' part of global actor 'MainActor'
    public static let set: Tag.Name  = "tag:yaml.org,2002:set"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:149:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let set: Tag.Name  = "tag:yaml.org,2002:set"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:151:23: warning: static property 'timestamp' is not concurrency-safe because non-'Sendable' type 'Tag.Name' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let timestamp: Tag.Name  = "tag:yaml.org,2002:timestamp"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:12:19: note: consider making struct 'Name' conform to the 'Sendable' protocol
    public struct Name: RawRepresentable, Hashable {
                  ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:151:23: note: add '@MainActor' to make static property 'timestamp' part of global actor 'MainActor'
    public static let timestamp: Tag.Name  = "tag:yaml.org,2002:timestamp"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:151:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let timestamp: Tag.Name  = "tag:yaml.org,2002:timestamp"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:153:23: warning: static property 'value' is not concurrency-safe because non-'Sendable' type 'Tag.Name' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let value: Tag.Name  = "tag:yaml.org,2002:value"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:12:19: note: consider making struct 'Name' conform to the 'Sendable' protocol
    public struct Name: RawRepresentable, Hashable {
                  ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:153:23: note: add '@MainActor' to make static property 'value' part of global actor 'MainActor'
    public static let value: Tag.Name  = "tag:yaml.org,2002:value"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:153:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let value: Tag.Name  = "tag:yaml.org,2002:value"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:155:23: warning: static property 'yaml' is not concurrency-safe because non-'Sendable' type 'Tag.Name' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let yaml: Tag.Name  = "tag:yaml.org,2002:yaml"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:12:19: note: consider making struct 'Name' conform to the 'Sendable' protocol
    public struct Name: RawRepresentable, Hashable {
                  ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:155:23: note: add '@MainActor' to make static property 'yaml' part of global actor 'MainActor'
    public static let yaml: Tag.Name  = "tag:yaml.org,2002:yaml"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Yams/Tag.swift:155:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let yaml: Tag.Name  = "tag:yaml.org,2002:yaml"
                      ^
    nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Emitting module for Yams (in target 'Yams' from project 'Yams')
SwiftDriver\ Compilation\ Requirements Yams normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Yams' from project 'Yams')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Yams -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/Yams.SwiftFileList -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios11.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -application-extension -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 -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -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/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/Yams-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/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/Yams.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/Yams.build/Debug-iphoneos/Yams.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/Yams_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Yams-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Yams-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Yams-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams-df5d82b2269df6b45c6ccb78522e34b2-VFS-iphoneos/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Yams-project-headers.hmap -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/Yams.build/Debug-iphoneos/Yams.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/Yams-Swift.h -import-underlying-module -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/unextended-module-overlay.yaml -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling YamlAnchorProviding.swift, YamlTagProviding.swift (in target 'Yams' from project 'Yams')
SwiftDriverJobDiscovery normal arm64 Compiling Encoder.swift, Tag.swift (in target 'Yams' from project 'Yams')
SwiftDriverJobDiscovery normal arm64 Compiling Node.Mapping.swift, AliasDereferencingStrategy.swift (in target 'Yams' from project 'Yams')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Yams.framework/Headers/Yams-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/Yams-Swift.h (in target 'Yams' from project 'Yams')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/Yams-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Yams.framework/Headers/Yams-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Yams.framework/Modules/Yams.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/Yams.swiftmodule (in target 'Yams' from project 'Yams')
    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/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/Yams.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Yams.framework/Modules/Yams.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Yams.framework/Modules/Yams.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/Yams.swiftdoc (in target 'Yams' from project 'Yams')
    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/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/Yams.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Yams.framework/Modules/Yams.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Yams.framework/Modules/Yams.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/Yams.abi.json (in target 'Yams' from project 'Yams')
    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/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/Yams.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Yams.framework/Modules/Yams.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Yams.framework/Modules/Yams.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/Yams.swiftsourceinfo (in target 'Yams' from project 'Yams')
    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/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/Yams.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Yams.framework/Modules/Yams.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/writer.o /Users/admin/builder/spi-builder-workspace/Sources/CYaml/src/writer.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'Yams' from project 'Yams')
    cd /Users/admin/builder/spi-builder-workspace

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp

    builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/writer.o.scan -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wunreachable-code -Wquoted-include-in-framework-header -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Wall @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/writer.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/writer.dia -c /Users/admin/builder/spi-builder-workspace/Sources/CYaml/src/writer.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/writer.o -index-unit-output-path /Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/writer.o
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/scanner.o /Users/admin/builder/spi-builder-workspace/Sources/CYaml/src/scanner.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'Yams' from project 'Yams')
    cd /Users/admin/builder/spi-builder-workspace

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp

    builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/scanner.o.scan -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wunreachable-code -Wquoted-include-in-framework-header -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Wall @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/scanner.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/scanner.dia -c /Users/admin/builder/spi-builder-workspace/Sources/CYaml/src/scanner.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/scanner.o -index-unit-output-path /Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/scanner.o
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/reader.o /Users/admin/builder/spi-builder-workspace/Sources/CYaml/src/reader.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'Yams' from project 'Yams')
    cd /Users/admin/builder/spi-builder-workspace

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp

    builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/reader.o.scan -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wunreachable-code -Wquoted-include-in-framework-header -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Wall @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/reader.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/reader.dia -c /Users/admin/builder/spi-builder-workspace/Sources/CYaml/src/reader.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/reader.o -index-unit-output-path /Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/reader.o
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/parser-5159aa4650992fad6b72e7d5834281af.o /Users/admin/builder/spi-builder-workspace/Sources/CYaml/src/parser.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'Yams' from project 'Yams')
    cd /Users/admin/builder/spi-builder-workspace

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp

    builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/parser-5159aa4650992fad6b72e7d5834281af.o.scan -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wunreachable-code -Wquoted-include-in-framework-header -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Wall @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/parser-5159aa4650992fad6b72e7d5834281af.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/parser-5159aa4650992fad6b72e7d5834281af.dia -c /Users/admin/builder/spi-builder-workspace/Sources/CYaml/src/parser.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/parser-5159aa4650992fad6b72e7d5834281af.o -index-unit-output-path /Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/parser-5159aa4650992fad6b72e7d5834281af.o
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/emitter-14abe1e273fda229dea5bd27666e6313.o /Users/admin/builder/spi-builder-workspace/Sources/CYaml/src/emitter.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'Yams' from project 'Yams')
    cd /Users/admin/builder/spi-builder-workspace

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp

    builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/emitter-14abe1e273fda229dea5bd27666e6313.o.scan -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wunreachable-code -Wquoted-include-in-framework-header -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Wall @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/emitter-14abe1e273fda229dea5bd27666e6313.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/emitter-14abe1e273fda229dea5bd27666e6313.dia -c /Users/admin/builder/spi-builder-workspace/Sources/CYaml/src/emitter.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/emitter-14abe1e273fda229dea5bd27666e6313.o -index-unit-output-path /Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/emitter-14abe1e273fda229dea5bd27666e6313.o
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/api.o /Users/admin/builder/spi-builder-workspace/Sources/CYaml/src/api.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'Yams' from project 'Yams')
    cd /Users/admin/builder/spi-builder-workspace

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp

    builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/api.o.scan -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wunreachable-code -Wquoted-include-in-framework-header -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Wall @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/api.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/api.dia -c /Users/admin/builder/spi-builder-workspace/Sources/CYaml/src/api.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/api.o -index-unit-output-path /Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/api.o
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/os_availability_internal-MHG4FFRNK7SFQVI72O4Y0DGV.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/os_availability_internal-MHG4FFRNK7SFQVI72O4Y0DGV.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/ptrcheck-DLBH198RDJ9P3EB0XYYLHIQ5U.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/ptrcheck-DLBH198RDJ9P3EB0XYYLHIQ5U.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdarg-BNPBK0U9G8LIDIFEI77CIZTES.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdarg-BNPBK0U9G8LIDIFEI77CIZTES.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stddef-9NK2ZHBC4OL9W54PFHY0AD4WN.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stddef-9NK2ZHBC4OL9W54PFHY0AD4WN.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/os_availability-C4HI3VDZONXMPAYKFHSE5P70V.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/os_availability-C4HI3VDZONXMPAYKFHSE5P70V.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/DarwinFoundation-ACQYEHD4X5PBYT59MUJX24AVM.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/DarwinFoundation-ACQYEHD4X5PBYT59MUJX24AVM.scan
SwiftDriverJobDiscovery normal arm64 Compiling RedundancyAliasingStrategy.swift, Anchor.swift (in target 'Yams' from project 'Yams')
SwiftDriverJobDiscovery normal arm64 Compiling Mark.swift, YamlError.swift (in target 'Yams' from project 'Yams')
SwiftDriverJobDiscovery normal arm64 Compiling Resolver.swift, Node.Sequence.swift (in target 'Yams' from project 'Yams')
SwiftDriverJobDiscovery normal arm64 Compiling String+Yams.swift, Node.Alias.swift (in target 'Yams' from project 'Yams')
SwiftDriverJobDiscovery normal arm64 Compiling Decoder.swift, Node.Scalar.swift (in target 'Yams' from project 'Yams')
SwiftDriverJobDiscovery normal arm64 Compiling Representer.swift, Emitter.swift, Parser.swift (in target 'Yams' from project 'Yams')
SwiftDriverJobDiscovery normal arm64 Compiling Node.swift, Constructor.swift (in target 'Yams' from project 'Yams')
SwiftDriver\ Compilation Yams normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Yams' from project 'Yams')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Yams -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/Yams.SwiftFileList -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios11.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -application-extension -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 -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -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/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/Yams-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/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/Yams.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/Yams.build/Debug-iphoneos/Yams.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/Yams_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Yams-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Yams-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Yams-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams-df5d82b2269df6b45c6ccb78522e34b2-VFS-iphoneos/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Yams-project-headers.hmap -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/Yams.build/Debug-iphoneos/Yams.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/Yams-Swift.h -import-underlying-module -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/unextended-module-overlay.yaml -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_stdint-4VYIPYPPSMF0CEYPBDC248FO1.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_stdint-4VYIPYPPSMF0CEYPBDC248FO1.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/sys_time-4SX5VCCHE6US7K82JTHM3QF8F.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/sys_time-4SX5VCCHE6US7K82JTHM3QF8F.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/mach-4LNGRPUTJXE4YW79KHF0E1MBR.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/mach-4LNGRPUTJXE4YW79KHF0E1MBR.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_sys_select-4QVJVL0D72QA03ZHV9NWZWBT3.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_sys_select-4QVJVL0D72QA03ZHV9NWZWBT3.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_strings-1OUPXV59A9SK7XSQS6JEI9VJB.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_strings-1OUPXV59A9SK7XSQS6JEI9VJB.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/alloca-37IPX1IKJ0QO4YN6SH00TX50V.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/alloca-37IPX1IKJ0QO4YN6SH00TX50V.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/runetype-6P34A7NWH18OVTK92Y66F8BGD.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/runetype-6P34A7NWH18OVTK92Y66F8BGD.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_errno-AQ5W9739WUSGHPS0CAZ9K3Z5I.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_errno-AQ5W9739WUSGHPS0CAZ9K3Z5I.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/netinet_in-ECUILJED8BVV2IMCQ9YT5D13F.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/netinet_in-ECUILJED8BVV2IMCQ9YT5D13F.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_assert-5NNMTP7V7EU9ON700FLWUAD6.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_assert-5NNMTP7V7EU9ON700FLWUAD6.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_limits-4JQAH7WFVDDNIIKKDFHMCBL09.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_limits-4JQAH7WFVDDNIIKKDFHMCBL09.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_useconds_t-7479G9BVFE46YB9EKRJJ7SXOH.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_useconds_t-7479G9BVFE46YB9EKRJJ7SXOH.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdint-4S4EZ2PQAMQ20RSWYA5Y89REB.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdint-4S4EZ2PQAMQ20RSWYA5Y89REB.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/sys_types-DDT6CWNN8PZYT84LBFEOQLN6R.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/sys_types-DDT6CWNN8PZYT84LBFEOQLN6R.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_limits-4VB2550NBUBDTXLEV6J6OVN9C.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_limits-4VB2550NBUBDTXLEV6J6OVN9C.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_signal-8IRGVISVWEZ7LL58JGXAA3CT.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_signal-8IRGVISVWEZ7LL58JGXAA3CT.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_stdio-7ERYDOXTMG59AK4UIII3V4IT4.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_stdio-7ERYDOXTMG59AK4UIII3V4IT4.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/sys_resource-BNNVI7SCF5H0D5W7VKYGKXXXG.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/sys_resource-BNNVI7SCF5H0D5W7VKYGKXXXG.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_string-LUVAI76VZQ3ILDI9OTJKDJJ0.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_string-LUVAI76VZQ3ILDI9OTJKDJJ0.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/sys_wait-743J17HUNMVRXVXZZMFEYT8F8.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/sys_wait-743J17HUNMVRXVXZZMFEYT8F8.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_stdlib-2OA1RLTX6YEEI0LK5SGFYK5AT.scan
    cd /Users/admin/builder/spi-builder-workspace
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_stdlib-2OA1RLTX6YEEI0LK5SGFYK5AT.scan
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/parser-5159aa4650992fad6b72e7d5834281af.o /Users/admin/builder/spi-builder-workspace/Sources/CYaml/src/parser.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'Yams' from project 'Yams')
    cd /Users/admin/builder/spi-builder-workspace

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp

    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wunreachable-code -Wquoted-include-in-framework-header -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Wall @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/parser-5159aa4650992fad6b72e7d5834281af.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/parser-5159aa4650992fad6b72e7d5834281af.dia -c /Users/admin/builder/spi-builder-workspace/Sources/CYaml/src/parser.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/parser-5159aa4650992fad6b72e7d5834281af.o -index-unit-output-path /Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/parser-5159aa4650992fad6b72e7d5834281af.o
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/writer.o /Users/admin/builder/spi-builder-workspace/Sources/CYaml/src/writer.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'Yams' from project 'Yams')
    cd /Users/admin/builder/spi-builder-workspace

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp

    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wunreachable-code -Wquoted-include-in-framework-header -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Wall @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/writer.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/writer.dia -c /Users/admin/builder/spi-builder-workspace/Sources/CYaml/src/writer.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/writer.o -index-unit-output-path /Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/writer.o
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/scanner.o /Users/admin/builder/spi-builder-workspace/Sources/CYaml/src/scanner.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'Yams' from project 'Yams')
    cd /Users/admin/builder/spi-builder-workspace

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp

    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wunreachable-code -Wquoted-include-in-framework-header -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Wall @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/scanner.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/scanner.dia -c /Users/admin/builder/spi-builder-workspace/Sources/CYaml/src/scanner.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/scanner.o -index-unit-output-path /Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/scanner.o
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/reader.o /Users/admin/builder/spi-builder-workspace/Sources/CYaml/src/reader.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'Yams' from project 'Yams')
    cd /Users/admin/builder/spi-builder-workspace

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp

    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wunreachable-code -Wquoted-include-in-framework-header -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Wall @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/reader.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/reader.dia -c /Users/admin/builder/spi-builder-workspace/Sources/CYaml/src/reader.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/reader.o -index-unit-output-path /Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/reader.o
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/emitter-14abe1e273fda229dea5bd27666e6313.o /Users/admin/builder/spi-builder-workspace/Sources/CYaml/src/emitter.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'Yams' from project 'Yams')
    cd /Users/admin/builder/spi-builder-workspace

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp

    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wunreachable-code -Wquoted-include-in-framework-header -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Wall @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/emitter-14abe1e273fda229dea5bd27666e6313.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/emitter-14abe1e273fda229dea5bd27666e6313.dia -c /Users/admin/builder/spi-builder-workspace/Sources/CYaml/src/emitter.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/emitter-14abe1e273fda229dea5bd27666e6313.o -index-unit-output-path /Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/emitter-14abe1e273fda229dea5bd27666e6313.o
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/api.o /Users/admin/builder/spi-builder-workspace/Sources/CYaml/src/api.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'Yams' from project 'Yams')
    cd /Users/admin/builder/spi-builder-workspace

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp

    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wunreachable-code -Wquoted-include-in-framework-header -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Wall @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/api.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/api.dia -c /Users/admin/builder/spi-builder-workspace/Sources/CYaml/src/api.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/api.o -index-unit-output-path /Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/api.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Yams.framework/Yams normal (in target 'Yams' from project 'Yams')
    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-ios11.0 -dynamiclib -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 -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 -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/Yams.LinkFileList -install_name @rpath/Yams.framework/Yams -Xlinker -rpath -Xlinker /usr/lib/swift -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/Yams_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/Yams_dependency_info.dat -fapplication-extension -fprofile-instr-generate -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/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/Yams.swiftmodule -compatibility_version 1 -current_version 1 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Yams.framework/Yams
PhaseScriptExecution Run\ SwiftLint /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Script-6C0D2A341E0A6F5000C45545.sh (in target 'Yams' from project 'Yams')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/sh -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Script-6C0D2A341E0A6F5000C45545.sh
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Script-6C0D2A341E0A6F5000C45545.sh: line 2: eq: command not found
warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint
ExtractAppIntentsMetadata (in target 'Yams' from project 'Yams')
    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 Yams --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 11.0 --bundle-identifier com.jpsim.Yams --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Yams.framework --target-triple arm64-apple-ios11.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Yams.framework/Yams --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/Yams_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/Yams.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Yams.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Yams.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Objects-normal/arm64/Yams.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-29 21:58:38.277 appintentsmetadataprocessor[742:4060] Starting appintentsmetadataprocessor export
2025-04-29 21:58:38.280 appintentsmetadataprocessor[742:4060] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
AppIntentsSSUTraining (in target 'Yams' from project 'Yams')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsnltrainingprocessor --infoplist-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Yams.framework/Info.plist --temp-dir-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/ssu --bundle-id com.jpsim.Yams --product-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Yams.framework --extracted-metadata-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Yams.framework/Metadata.appintents --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug-iphoneos/Yams.build/Yams.DependencyMetadataFileList --archive-ssu-assets
2025-04-29 21:58:38.301 appintentsnltrainingprocessor[743:4061] Parsing options for appintentsnltrainingprocessor
2025-04-29 21:58:38.302 appintentsnltrainingprocessor[743:4061] No AppShortcuts found - Skipping.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos/Yams.framework/Yams.tbd (in target 'Yams' from project 'Yams')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/tapi stubify -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Yams.framework/Yams -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos/Yams.framework/Yams.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Yams.framework (in target 'Yams' from project 'Yams')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Yams.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Yams.framework (in target 'Yams' from project 'Yams')
    cd /Users/admin/builder/spi-builder-workspace
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Yams.framework
/Users/admin/builder/spi-builder-workspace/Yams.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 18.4.99. (in target 'Yams' from project 'Yams')
note: Run script build phase 'Run SwiftLint' will be run during every build because the option to run the script phase "Based on dependency analysis" is unchecked. (in target 'Yams' from project 'Yams')
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Yams",
  "name" : "Yams",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Yams",
      "targets" : [
        "Yams"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "YamsTests",
      "module_type" : "SwiftTarget",
      "name" : "YamsTests",
      "path" : "Tests/YamsTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/YamsTests/Fixtures/SourceKitten#289/debug.yaml",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "AliasingStrategyTests.swift",
        "AnchorCodingTests.swift",
        "AnchorTolerancesTests.swift",
        "ClassReferenceDecodingTests.swift",
        "ConstructorTests.swift",
        "EmitterTests.swift",
        "EncoderTests.swift",
        "MarkTests.swift",
        "NodeDecoderTests.swift",
        "NodeTests.swift",
        "PerformanceTests.swift",
        "RepresenterTests.swift",
        "ResolverTests.swift",
        "SpecTests.swift",
        "StringTests.swift",
        "TagCodingTests.swift",
        "TagTolerancesTests.swift",
        "TestHelper.swift",
        "TopLevelDecoderTests.swift",
        "YamlErrorTests.swift"
      ],
      "target_dependencies" : [
        "Yams"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Yams",
      "module_type" : "SwiftTarget",
      "name" : "Yams",
      "path" : "Sources/Yams",
      "product_memberships" : [
        "Yams"
      ],
      "sources" : [
        "AliasDereferencingStrategy.swift",
        "Anchor.swift",
        "Constructor.swift",
        "Decoder.swift",
        "Emitter.swift",
        "Encoder.swift",
        "Mark.swift",
        "Node.Alias.swift",
        "Node.Mapping.swift",
        "Node.Scalar.swift",
        "Node.Sequence.swift",
        "Node.swift",
        "Parser.swift",
        "RedundancyAliasingStrategy.swift",
        "Representer.swift",
        "Resolver.swift",
        "String+Yams.swift",
        "Tag.swift",
        "YamlAnchorProviding.swift",
        "YamlError.swift",
        "YamlTagProviding.swift"
      ],
      "target_dependencies" : [
        "CYaml"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CYaml",
      "module_type" : "ClangTarget",
      "name" : "CYaml",
      "path" : "Sources/CYaml",
      "product_memberships" : [
        "Yams"
      ],
      "sources" : [
        "src/api.c",
        "src/emitter.c",
        "src/parser.c",
        "src/reader.c",
        "src/scanner.c",
        "src/writer.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.