Build Information
Successful build of Yams, reference 5.3.1 (b4b804
), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 29 Apr 2025 07:42:38 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 platform=macOS,arch=arm64 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
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0303 ( 3.4%) 0.0264 ( 11.6%) 0.0567 ( 5.1%) 2.6491 ( 41.4%) parse-and-resolve-imports
0.0272 ( 3.1%) 0.0247 ( 10.9%) 0.0519 ( 4.6%) 2.6442 ( 41.3%) Import resolution
0.1651 ( 18.6%) 0.0317 ( 14.0%) 0.1968 ( 17.6%) 0.1970 ( 3.1%) perform-sema
0.1648 ( 18.5%) 0.0313 ( 13.8%) 0.1961 ( 17.6%) 0.1963 ( 3.1%) Type checking and Semantic analysis
0.1086 ( 12.2%) 0.0227 ( 10.0%) 0.1314 ( 11.8%) 0.1315 ( 2.1%) typecheck-expr
0.1088 ( 12.2%) 0.0190 ( 8.4%) 0.1278 ( 11.5%) 0.1280 ( 2.0%) typecheck-stmt
0.0013 ( 0.1%) 0.0036 ( 1.6%) 0.0049 ( 0.4%) 0.1032 ( 1.6%) load-stdlib
0.0747 ( 8.4%) 0.0150 ( 6.6%) 0.0896 ( 8.0%) 0.0896 ( 1.4%) typecheck-decl
0.0626 ( 7.0%) 0.0181 ( 8.0%) 0.0807 ( 7.2%) 0.0809 ( 1.3%) build-rewrite-system
0.0310 ( 3.5%) 0.0048 ( 2.1%) 0.0358 ( 3.2%) 0.0360 ( 0.6%) SILGen
0.0270 ( 3.0%) 0.0076 ( 3.3%) 0.0346 ( 3.1%) 0.0346 ( 0.5%) precheck-target
0.0265 ( 3.0%) 0.0070 ( 3.1%) 0.0335 ( 3.0%) 0.0336 ( 0.5%) IRGen
0.0155 ( 1.7%) 0.0107 ( 4.7%) 0.0262 ( 2.3%) 0.0262 ( 0.4%) import-clang-decl
0.0197 ( 2.2%) 0.0025 ( 1.1%) 0.0222 ( 2.0%) 0.0223 ( 0.3%) SILGen-function
0.0140 ( 1.6%) 0.0002 ( 0.1%) 0.0141 ( 1.3%) 0.0141 ( 0.2%) SIL optimization
0.0058 ( 0.7%) 0.0004 ( 0.2%) 0.0063 ( 0.6%) 0.0063 ( 0.1%) typecheck-for-each
0.0044 ( 0.5%) 0.0009 ( 0.4%) 0.0053 ( 0.5%) 0.0054 ( 0.1%) typecheck-expr-pattern
0.0007 ( 0.1%) 0.0004 ( 0.2%) 0.0011 ( 0.1%) 0.0011 ( 0.0%) load-all-members
0.0006 ( 0.1%) 0.0000 ( 0.0%) 0.0006 ( 0.1%) 0.0006 ( 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.8887 (100.0%) 0.2272 (100.0%) 1.1159 (100.0%) 6.4004 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 2.3682 seconds (5.3468 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.2201 (100.0%) 1.1481 (100.0%) 2.3682 (100.0%) 5.3468 (100.0%) Building Target
1.2201 (100.0%) 1.1481 (100.0%) 2.3682 (100.0%) 5.3468 (100.0%) Total
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)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Yams/Resolver.swift (in target 'Yams' from project 'Yams')
cd /Users/admin/builder/spi-builder-workspace
/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)
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-1745912551112307-swift-frontend-Yams-RedundancyAliasingStrategy.swift-arm64_apple_macos10.13-o-Onone-1286806402.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4191 seconds (5.6231 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0270 ( 9.1%) 0.0230 ( 18.8%) 0.0500 ( 11.9%) 2.6205 ( 46.6%) parse-and-resolve-imports
0.0240 ( 8.1%) 0.0215 ( 17.5%) 0.0455 ( 10.9%) 2.6160 ( 46.5%) Import resolution
0.0908 ( 30.6%) 0.0299 ( 24.5%) 0.1207 ( 28.8%) 0.1208 ( 2.1%) build-rewrite-system
0.0011 ( 0.4%) 0.0018 ( 1.4%) 0.0028 ( 0.7%) 0.0647 ( 1.2%) load-stdlib
0.0300 ( 10.1%) 0.0078 ( 6.4%) 0.0378 ( 9.0%) 0.0378 ( 0.7%) perform-sema
0.0299 ( 10.1%) 0.0078 ( 6.3%) 0.0377 ( 9.0%) 0.0377 ( 0.7%) Type checking and Semantic analysis
0.0164 ( 5.5%) 0.0046 ( 3.7%) 0.0210 ( 5.0%) 0.0210 ( 0.4%) typecheck-stmt
0.0106 ( 3.6%) 0.0083 ( 6.8%) 0.0189 ( 4.5%) 0.0189 ( 0.3%) import-clang-decl
0.0146 ( 4.9%) 0.0038 ( 3.1%) 0.0184 ( 4.4%) 0.0184 ( 0.3%) typecheck-expr
0.0144 ( 4.8%) 0.0038 ( 3.1%) 0.0181 ( 4.3%) 0.0181 ( 0.3%) typecheck-decl
0.0110 ( 3.7%) 0.0050 ( 4.1%) 0.0160 ( 3.8%) 0.0170 ( 0.3%) IRGen
0.0080 ( 2.7%) 0.0016 ( 1.3%) 0.0096 ( 2.3%) 0.0096 ( 0.2%) SILGen
0.0071 ( 2.4%) 0.0022 ( 1.8%) 0.0093 ( 2.2%) 0.0093 ( 0.2%) precheck-target
0.0056 ( 1.9%) 0.0001 ( 0.1%) 0.0057 ( 1.4%) 0.0057 ( 0.1%) SIL optimization
0.0045 ( 1.5%) 0.0009 ( 0.8%) 0.0055 ( 1.3%) 0.0054 ( 0.1%) SILGen-function
0.0009 ( 0.3%) 0.0002 ( 0.1%) 0.0010 ( 0.2%) 0.0010 ( 0.0%) typecheck-for-each
0.0006 ( 0.2%) 0.0002 ( 0.2%) 0.0008 ( 0.2%) 0.0008 ( 0.0%) load-all-members
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, 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.2966 (100.0%) 0.1224 (100.0%) 0.4191 (100.0%) 5.6231 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 2.4103 seconds (5.3296 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.2311 (100.0%) 1.1791 (100.0%) 2.4103 (100.0%) 5.3296 (100.0%) Building Target
1.2311 (100.0%) 1.1791 (100.0%) 2.4103 (100.0%) 5.3296 (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\ Decoder.swift,\ Node.Scalar.swift /Users/admin/builder/spi-builder-workspace/Sources/Yams/Decoder.swift /Users/admin/builder/spi-builder-workspace/Sources/Yams/Node.Scalar.swift (in target 'Yams' from project 'Yams')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745912551128309-swift-frontend-Yams-Decoder.swift-arm64_apple_macos10.13-o-Onone-4114849155.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.8162 seconds (6.1215 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0313 ( 5.0%) 0.0279 ( 14.5%) 0.0592 ( 7.3%) 2.6750 ( 43.7%) parse-and-resolve-imports
0.0275 ( 4.4%) 0.0261 ( 13.5%) 0.0536 ( 6.6%) 2.6694 ( 43.6%) Import resolution
0.1146 ( 18.4%) 0.0234 ( 12.1%) 0.1380 ( 16.9%) 0.1385 ( 2.3%) perform-sema
0.1145 ( 18.4%) 0.0234 ( 12.1%) 0.1379 ( 16.9%) 0.1383 ( 2.3%) Type checking and Semantic analysis
0.0742 ( 11.9%) 0.0158 ( 8.2%) 0.0900 ( 11.0%) 0.0901 ( 1.5%) typecheck-stmt
0.0619 ( 9.9%) 0.0219 ( 11.3%) 0.0837 ( 10.3%) 0.0840 ( 1.4%) build-rewrite-system
0.0011 ( 0.2%) 0.0022 ( 1.1%) 0.0033 ( 0.4%) 0.0742 ( 1.2%) load-stdlib
0.0388 ( 6.2%) 0.0101 ( 5.2%) 0.0489 ( 6.0%) 0.0492 ( 0.8%) typecheck-expr
0.0406 ( 6.5%) 0.0078 ( 4.1%) 0.0484 ( 5.9%) 0.0488 ( 0.8%) typecheck-decl
0.0331 ( 5.3%) 0.0105 ( 5.5%) 0.0437 ( 5.4%) 0.0440 ( 0.7%) IRGen
0.0256 ( 4.1%) 0.0048 ( 2.5%) 0.0305 ( 3.7%) 0.0306 ( 0.5%) SILGen
0.0140 ( 2.2%) 0.0117 ( 6.1%) 0.0257 ( 3.1%) 0.0258 ( 0.4%) import-clang-decl
0.0184 ( 3.0%) 0.0042 ( 2.2%) 0.0226 ( 2.8%) 0.0227 ( 0.4%) precheck-target
0.0136 ( 2.2%) 0.0019 ( 1.0%) 0.0155 ( 1.9%) 0.0156 ( 0.3%) SILGen-function
0.0111 ( 1.8%) 0.0003 ( 0.2%) 0.0114 ( 1.4%) 0.0116 ( 0.2%) SIL optimization
0.0011 ( 0.2%) 0.0009 ( 0.5%) 0.0020 ( 0.2%) 0.0020 ( 0.0%) load-all-members
0.0010 ( 0.2%) 0.0001 ( 0.1%) 0.0011 ( 0.1%) 0.0012 ( 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.0001 ( 0.0%) 0.0001 ( 0.0%) SIL verification, pre-optimization
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, 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.6231 (100.0%) 0.1931 (100.0%) 0.8162 (100.0%) 6.1215 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 2.3509 seconds (5.3259 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.1820 (100.0%) 1.1689 (100.0%) 2.3509 (100.0%) 5.3259 (100.0%) Building Target
1.1820 (100.0%) 1.1689 (100.0%) 2.3509 (100.0%) 5.3259 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Yams/Decoder.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/Node.Scalar.swift (in target 'Yams' from project 'Yams')
cd /Users/admin/builder/spi-builder-workspace
/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)
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-1745912551126403-swift-frontend-Yams-all-arm64_apple_macos10.13-swiftmodule-Onone-915808123.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 1.0156 seconds (6.7357 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0292 ( 3.6%) 0.0240 ( 11.2%) 0.0532 ( 5.2%) 2.8788 ( 42.7%) parse-and-resolve-imports
0.0262 ( 3.3%) 0.0224 ( 10.5%) 0.0485 ( 4.8%) 2.8741 ( 42.7%) Import resolution
0.1742 ( 21.7%) 0.0325 ( 15.2%) 0.2067 ( 20.4%) 0.2078 ( 3.1%) perform-sema
0.1738 ( 21.7%) 0.0324 ( 15.1%) 0.2062 ( 20.3%) 0.2073 ( 3.1%) Type checking and Semantic analysis
0.1713 ( 21.4%) 0.0315 ( 14.7%) 0.2028 ( 20.0%) 0.2039 ( 3.0%) typecheck-decl
0.0555 ( 6.9%) 0.0131 ( 6.1%) 0.0686 ( 6.8%) 0.0699 ( 1.0%) SILGen
0.0529 ( 6.6%) 0.0159 ( 7.4%) 0.0688 ( 6.8%) 0.0691 ( 1.0%) typecheck-expr
0.0011 ( 0.1%) 0.0026 ( 1.2%) 0.0037 ( 0.4%) 0.0642 ( 1.0%) load-stdlib
0.0326 ( 4.1%) 0.0104 ( 4.9%) 0.0430 ( 4.2%) 0.0446 ( 0.7%) SIL optimization
0.0286 ( 3.6%) 0.0054 ( 2.5%) 0.0339 ( 3.3%) 0.0342 ( 0.5%) SILGen-function
0.0175 ( 2.2%) 0.0049 ( 2.3%) 0.0224 ( 2.2%) 0.0224 ( 0.3%) build-rewrite-system
0.0083 ( 1.0%) 0.0055 ( 2.6%) 0.0138 ( 1.4%) 0.0153 ( 0.2%) Serialization, swiftmodule
0.0085 ( 1.1%) 0.0065 ( 3.1%) 0.0150 ( 1.5%) 0.0151 ( 0.2%) import-clang-decl
0.0080 ( 1.0%) 0.0029 ( 1.4%) 0.0110 ( 1.1%) 0.0110 ( 0.2%) precheck-target
0.0041 ( 0.5%) 0.0009 ( 0.4%) 0.0050 ( 0.5%) 0.0049 ( 0.1%) typecheck-stmt
0.0036 ( 0.4%) 0.0011 ( 0.5%) 0.0047 ( 0.5%) 0.0047 ( 0.1%) Serialization, swiftdoc
0.0025 ( 0.3%) 0.0004 ( 0.2%) 0.0029 ( 0.3%) 0.0030 ( 0.0%) typecheck-expr-pattern
0.0013 ( 0.2%) 0.0010 ( 0.5%) 0.0023 ( 0.2%) 0.0023 ( 0.0%) load-all-members
0.0016 ( 0.2%) 0.0002 ( 0.1%) 0.0017 ( 0.2%) 0.0017 ( 0.0%) Serialization, swiftsourceinfo
0.0006 ( 0.1%) 0.0000 ( 0.0%) 0.0007 ( 0.1%) 0.0007 ( 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.8019 (100.0%) 0.2137 (100.0%) 1.0156 (100.0%) 6.7357 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.4248 seconds (3.3156 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.3358 (100.0%) 0.0890 (100.0%) 0.4248 (100.0%) 3.3156 (100.0%) Building Target
0.3358 (100.0%) 0.0890 (100.0%) 0.4248 (100.0%) 3.3156 (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\ Representer.swift,\ Emitter.swift /Users/admin/builder/spi-builder-workspace/Sources/Yams/Representer.swift /Users/admin/builder/spi-builder-workspace/Sources/Yams/Emitter.swift (in target 'Yams' from project 'Yams')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745912551128360-swift-frontend-Yams-Representer.swift-arm64_apple_macos10.13-o-Onone-1194577973.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.9554 seconds (5.9635 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0290 ( 3.8%) 0.0214 ( 10.6%) 0.0504 ( 5.3%) 2.5212 ( 42.3%) parse-and-resolve-imports
0.0253 ( 3.4%) 0.0197 ( 9.8%) 0.0450 ( 4.7%) 2.5158 ( 42.2%) Import resolution
0.1348 ( 17.9%) 0.0275 ( 13.7%) 0.1623 ( 17.0%) 0.1623 ( 2.7%) perform-sema
0.1345 ( 17.8%) 0.0275 ( 13.7%) 0.1620 ( 17.0%) 0.1620 ( 2.7%) Type checking and Semantic analysis
0.0919 ( 12.2%) 0.0164 ( 8.2%) 0.1084 ( 11.3%) 0.1084 ( 1.8%) typecheck-stmt
0.0739 ( 9.8%) 0.0168 ( 8.3%) 0.0907 ( 9.5%) 0.0907 ( 1.5%) typecheck-expr
0.0602 ( 8.0%) 0.0185 ( 9.2%) 0.0787 ( 8.2%) 0.0791 ( 1.3%) build-rewrite-system
0.0565 ( 7.5%) 0.0126 ( 6.3%) 0.0691 ( 7.2%) 0.0691 ( 1.2%) typecheck-decl
0.0011 ( 0.1%) 0.0023 ( 1.1%) 0.0034 ( 0.4%) 0.0679 ( 1.1%) load-stdlib
0.0332 ( 4.4%) 0.0096 ( 4.8%) 0.0428 ( 4.5%) 0.0443 ( 0.7%) IRGen
0.0336 ( 4.5%) 0.0049 ( 2.5%) 0.0386 ( 4.0%) 0.0386 ( 0.6%) SILGen
0.0247 ( 3.3%) 0.0074 ( 3.7%) 0.0321 ( 3.4%) 0.0321 ( 0.5%) precheck-target
0.0166 ( 2.2%) 0.0128 ( 6.4%) 0.0294 ( 3.1%) 0.0294 ( 0.5%) import-clang-decl
0.0221 ( 2.9%) 0.0027 ( 1.4%) 0.0248 ( 2.6%) 0.0248 ( 0.4%) SILGen-function
0.0148 ( 2.0%) 0.0003 ( 0.1%) 0.0151 ( 1.6%) 0.0151 ( 0.3%) SIL optimization
0.0014 ( 0.2%) 0.0006 ( 0.3%) 0.0020 ( 0.2%) 0.0020 ( 0.0%) load-all-members
0.0002 ( 0.0%) 0.0000 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 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.0001 ( 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.7543 (100.0%) 0.2011 (100.0%) 0.9554 (100.0%) 5.9635 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 2.5025 seconds (5.3326 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.2976 (100.0%) 1.2049 (100.0%) 2.5025 (100.0%) 5.3326 (100.0%) Building Target
1.2976 (100.0%) 1.2049 (100.0%) 2.5025 (100.0%) 5.3326 (100.0%) Total
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 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-1745912551126802-swift-frontend-Yams-Mark.swift-arm64_apple_macos10.13-o-Onone-2803273157.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.6684 seconds (6.1503 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0349 ( 7.1%) 0.0310 ( 17.3%) 0.0660 ( 9.9%) 2.7819 ( 45.2%) parse-and-resolve-imports
0.0313 ( 6.4%) 0.0290 ( 16.2%) 0.0604 ( 9.0%) 2.7763 ( 45.1%) Import resolution
0.0736 ( 15.0%) 0.0177 ( 9.9%) 0.0913 ( 13.7%) 0.0915 ( 1.5%) perform-sema
0.0735 ( 15.0%) 0.0177 ( 9.9%) 0.0912 ( 13.6%) 0.0914 ( 1.5%) Type checking and Semantic analysis
0.0637 ( 13.0%) 0.0207 ( 11.6%) 0.0844 ( 12.6%) 0.0844 ( 1.4%) build-rewrite-system
0.0639 ( 13.1%) 0.0148 ( 8.2%) 0.0786 ( 11.8%) 0.0788 ( 1.3%) typecheck-stmt
0.0422 ( 8.6%) 0.0108 ( 6.0%) 0.0529 ( 7.9%) 0.0531 ( 0.9%) typecheck-expr
0.0011 ( 0.2%) 0.0019 ( 1.1%) 0.0030 ( 0.4%) 0.0521 ( 0.8%) load-stdlib
0.0294 ( 6.0%) 0.0097 ( 5.4%) 0.0391 ( 5.8%) 0.0391 ( 0.6%) typecheck-decl
0.0197 ( 4.0%) 0.0043 ( 2.4%) 0.0240 ( 3.6%) 0.0240 ( 0.4%) precheck-target
0.0132 ( 2.7%) 0.0107 ( 6.0%) 0.0240 ( 3.6%) 0.0240 ( 0.4%) import-clang-decl
0.0127 ( 2.6%) 0.0071 ( 4.0%) 0.0198 ( 3.0%) 0.0198 ( 0.3%) IRGen
0.0121 ( 2.5%) 0.0019 ( 1.0%) 0.0140 ( 2.1%) 0.0141 ( 0.2%) SILGen
0.0078 ( 1.6%) 0.0003 ( 0.2%) 0.0080 ( 1.2%) 0.0081 ( 0.1%) SIL optimization
0.0070 ( 1.4%) 0.0006 ( 0.3%) 0.0076 ( 1.1%) 0.0076 ( 0.1%) SILGen-function
0.0014 ( 0.3%) 0.0010 ( 0.5%) 0.0024 ( 0.4%) 0.0024 ( 0.0%) load-all-members
0.0009 ( 0.2%) 0.0001 ( 0.1%) 0.0010 ( 0.2%) 0.0010 ( 0.0%) typecheck-expr-pattern
0.0005 ( 0.1%) 0.0000 ( 0.0%) 0.0005 ( 0.1%) 0.0005 ( 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%) 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
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.4890 (100.0%) 0.1794 (100.0%) 0.6684 (100.0%) 6.1503 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 2.2654 seconds (5.3183 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.0931 (100.0%) 1.1723 (100.0%) 2.2654 (100.0%) 5.3183 (100.0%) Building Target
1.0931 (100.0%) 1.1723 (100.0%) 2.2654 (100.0%) 5.3183 (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
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-1745912554542183-swift-frontend-Yams-Encoder.swift-arm64_apple_macos10.13-o-Onone-4166176189.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.7264 seconds (0.7523 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1090 ( 19.9%) 0.0199 ( 11.2%) 0.1289 ( 17.7%) 0.1320 ( 17.5%) perform-sema
0.1089 ( 19.9%) 0.0199 ( 11.2%) 0.1287 ( 17.7%) 0.1318 ( 17.5%) Type checking and Semantic analysis
0.0325 ( 5.9%) 0.0430 ( 24.1%) 0.0754 ( 10.4%) 0.0819 ( 10.9%) parse-and-resolve-imports
0.0288 ( 5.2%) 0.0402 ( 22.6%) 0.0690 ( 9.5%) 0.0747 ( 9.9%) Import resolution
0.0607 ( 11.1%) 0.0108 ( 6.0%) 0.0714 ( 9.8%) 0.0730 ( 9.7%) typecheck-stmt
0.0509 ( 9.3%) 0.0077 ( 4.3%) 0.0586 ( 8.1%) 0.0601 ( 8.0%) typecheck-expr
0.0474 ( 8.7%) 0.0088 ( 5.0%) 0.0563 ( 7.7%) 0.0576 ( 7.7%) typecheck-decl
0.0239 ( 4.4%) 0.0076 ( 4.2%) 0.0314 ( 4.3%) 0.0323 ( 4.3%) IRGen
0.0218 ( 4.0%) 0.0028 ( 1.6%) 0.0246 ( 3.4%) 0.0248 ( 3.3%) SILGen
0.0204 ( 3.7%) 0.0041 ( 2.3%) 0.0244 ( 3.4%) 0.0248 ( 3.3%) build-rewrite-system
0.0176 ( 3.2%) 0.0036 ( 2.0%) 0.0212 ( 2.9%) 0.0221 ( 2.9%) precheck-target
0.0116 ( 2.1%) 0.0010 ( 0.5%) 0.0126 ( 1.7%) 0.0126 ( 1.7%) SILGen-function
0.0112 ( 2.0%) 0.0002 ( 0.1%) 0.0114 ( 1.6%) 0.0115 ( 1.5%) SIL optimization
0.0024 ( 0.4%) 0.0061 ( 3.4%) 0.0085 ( 1.2%) 0.0092 ( 1.2%) import-clang-decl
0.0010 ( 0.2%) 0.0023 ( 1.3%) 0.0033 ( 0.5%) 0.0033 ( 0.4%) load-stdlib
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%) SIL verification, pre-optimization
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, 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.5484 (100.0%) 0.1780 (100.0%) 0.7264 (100.0%) 0.7523 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.3254 seconds (1.4930 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.6582 (100.0%) 0.6672 (100.0%) 1.3254 (100.0%) 1.4930 (100.0%) Building Target
0.6582 (100.0%) 0.6672 (100.0%) 1.3254 (100.0%) 1.4930 (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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -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 -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug/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/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/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/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/Yams.build/Yams-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug/Yams.build/Yams-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug/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/Yams-df5d82b2269df6b45c6ccb78522e34b2-VFS/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug/Yams.build/Yams-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug/Yams.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug/Yams.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug/Yams.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug/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/Yams.build/unextended-module-overlay.yaml -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Encoder.swift, Tag.swift (in target 'Yams' from project 'Yams')
SwiftDriverJobDiscovery normal arm64 Compiling YamlAnchorProviding.swift, YamlTagProviding.swift (in target 'Yams' from project 'Yams')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Yams.framework/Versions/A/Headers/Yams-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug/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/Yams.build/Objects-normal/arm64/Yams-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Yams.framework/Versions/A/Headers/Yams-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Yams.framework/Versions/A/Modules/Yams.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug/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/Yams.build/Objects-normal/arm64/Yams.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Yams.framework/Versions/A/Modules/Yams.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Yams.framework/Versions/A/Modules/Yams.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug/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/Yams.build/Objects-normal/arm64/Yams.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Yams.framework/Versions/A/Modules/Yams.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Yams.framework/Versions/A/Modules/Yams.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug/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/Yams.build/Objects-normal/arm64/Yams.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Yams.framework/Versions/A/Modules/Yams.swiftmodule/arm64-apple-macos.abi.json
SwiftDriverJobDiscovery normal arm64 Compiling Node.Sequence.swift, Node.Mapping.swift (in target 'Yams' from project 'Yams')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Yams.framework/Versions/A/Modules/Yams.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug/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/Yams.build/Objects-normal/arm64/Yams.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Yams.framework/Versions/A/Modules/Yams.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug/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/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/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/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.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/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/Yams.build/Objects-normal/arm64/writer.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug/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/Yams.build/Objects-normal/arm64/writer.o -index-unit-output-path /Yams.build/Debug/Yams.build/Objects-normal/arm64/writer.o
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug/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/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/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/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.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/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/Yams.build/Objects-normal/arm64/reader.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug/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/Yams.build/Objects-normal/arm64/reader.o -index-unit-output-path /Yams.build/Debug/Yams.build/Objects-normal/arm64/reader.o
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug/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/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/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/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.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/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/Yams.build/Objects-normal/arm64/scanner.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug/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/Yams.build/Objects-normal/arm64/scanner.o -index-unit-output-path /Yams.build/Debug/Yams.build/Objects-normal/arm64/scanner.o
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug/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/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/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/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.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/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/Yams.build/Objects-normal/arm64/parser-5159aa4650992fad6b72e7d5834281af.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug/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/Yams.build/Objects-normal/arm64/parser-5159aa4650992fad6b72e7d5834281af.o -index-unit-output-path /Yams.build/Debug/Yams.build/Objects-normal/arm64/parser-5159aa4650992fad6b72e7d5834281af.o
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug/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/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/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/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.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/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/Yams.build/Objects-normal/arm64/emitter-14abe1e273fda229dea5bd27666e6313.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug/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/Yams.build/Objects-normal/arm64/emitter-14abe1e273fda229dea5bd27666e6313.o -index-unit-output-path /Yams.build/Debug/Yams.build/Objects-normal/arm64/emitter-14abe1e273fda229dea5bd27666e6313.o
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug/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/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/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/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.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/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/Yams.build/Objects-normal/arm64/api.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug/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/Yams.build/Objects-normal/arm64/api.o -index-unit-output-path /Yams.build/Debug/Yams.build/Objects-normal/arm64/api.o
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/ptrcheck-7N1BYYGP0812KZJHBB1STJ8UJ.scan
cd /Users/admin/builder/spi-builder-workspace
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/ptrcheck-7N1BYYGP0812KZJHBB1STJ8UJ.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdarg-B4WYJ8HOG867ZIO4H9Y7E8DCL.scan
cd /Users/admin/builder/spi-builder-workspace
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdarg-B4WYJ8HOG867ZIO4H9Y7E8DCL.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/os_availability_internal-DAI44FVPJR4VQFXRZ9QC7PW8U.scan
cd /Users/admin/builder/spi-builder-workspace
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/os_availability_internal-DAI44FVPJR4VQFXRZ9QC7PW8U.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stddef-E71O6F7ZRBUEVV9OV6LGU99IK.scan
cd /Users/admin/builder/spi-builder-workspace
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stddef-E71O6F7ZRBUEVV9OV6LGU99IK.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/os_availability-BPXORAIZCO2MMRUN6ATUZ64VG.scan
cd /Users/admin/builder/spi-builder-workspace
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/os_availability-BPXORAIZCO2MMRUN6ATUZ64VG.scan
SwiftDriverJobDiscovery normal arm64 Compiling Mark.swift, YamlError.swift (in target 'Yams' from project 'Yams')
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/DarwinFoundation-BQT0BJTPMWMREPXG3PDZKJD55.scan
cd /Users/admin/builder/spi-builder-workspace
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/DarwinFoundation-BQT0BJTPMWMREPXG3PDZKJD55.scan
SwiftDriverJobDiscovery normal arm64 Compiling Decoder.swift, Node.Scalar.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 RedundancyAliasingStrategy.swift, Anchor.swift (in target 'Yams' from project 'Yams')
SwiftDriverJobDiscovery normal arm64 Compiling Constructor.swift, Resolver.swift (in target 'Yams' from project 'Yams')
SwiftDriverJobDiscovery normal arm64 Compiling Representer.swift, Emitter.swift (in target 'Yams' from project 'Yams')
SwiftDriverJobDiscovery normal arm64 Compiling Parser.swift, Node.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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -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 -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug/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/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/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/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/Yams.build/Yams-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug/Yams.build/Yams-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug/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/Yams-df5d82b2269df6b45c6ccb78522e34b2-VFS/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug/Yams.build/Yams-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug/Yams.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug/Yams.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug/Yams.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug/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/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-4SAM0XZYMWMHNDE6YN2MRNP2Y.scan
cd /Users/admin/builder/spi-builder-workspace
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_stdint-4SAM0XZYMWMHNDE6YN2MRNP2Y.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/mach-B32IB5FRGKGO6ZJHUMDM7PQHQ.scan
cd /Users/admin/builder/spi-builder-workspace
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/mach-B32IB5FRGKGO6ZJHUMDM7PQHQ.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/sys_time-AYTD22WZ30AJYTHMOETXN711B.scan
cd /Users/admin/builder/spi-builder-workspace
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/sys_time-AYTD22WZ30AJYTHMOETXN711B.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_sys_select-4DS97NM72YW0FJAZVM8Y3Y225.scan
cd /Users/admin/builder/spi-builder-workspace
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_sys_select-4DS97NM72YW0FJAZVM8Y3Y225.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_useconds_t-93ZOSTE5OTPP7PPUOGQW2CMXH.scan
cd /Users/admin/builder/spi-builder-workspace
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_useconds_t-93ZOSTE5OTPP7PPUOGQW2CMXH.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/netinet_in-3WR0XT00AP2V88KCHH4C7KMV4.scan
cd /Users/admin/builder/spi-builder-workspace
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/netinet_in-3WR0XT00AP2V88KCHH4C7KMV4.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_strings-9DKIIFDN3LCOL57QKXBOWTMAX.scan
cd /Users/admin/builder/spi-builder-workspace
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_strings-9DKIIFDN3LCOL57QKXBOWTMAX.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/runetype-8J38XDX7RKF20Y8Y12SGZRKL5.scan
cd /Users/admin/builder/spi-builder-workspace
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/runetype-8J38XDX7RKF20Y8Y12SGZRKL5.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_errno-3NQ5G8JVB5MHQ0SCZ04KT3T6I.scan
cd /Users/admin/builder/spi-builder-workspace
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_errno-3NQ5G8JVB5MHQ0SCZ04KT3T6I.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_assert-443P3DDHVSGOAA3KY52ZLBQQA.scan
cd /Users/admin/builder/spi-builder-workspace
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_assert-443P3DDHVSGOAA3KY52ZLBQQA.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_limits-FYHOWN3915G2OOCL3TS2E19C.scan
cd /Users/admin/builder/spi-builder-workspace
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_limits-FYHOWN3915G2OOCL3TS2E19C.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/alloca-9XWFR3J4ZDO8PFC2LZJVV2T1L.scan
cd /Users/admin/builder/spi-builder-workspace
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/alloca-9XWFR3J4ZDO8PFC2LZJVV2T1L.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdint-EEQOPUG6CACN62H2MYXC4YE7P.scan
cd /Users/admin/builder/spi-builder-workspace
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdint-EEQOPUG6CACN62H2MYXC4YE7P.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/sys_types-1YVT10G5PQRN8FB6B26JS4Y0X.scan
cd /Users/admin/builder/spi-builder-workspace
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/sys_types-1YVT10G5PQRN8FB6B26JS4Y0X.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_limits-9MVRCCPFNVNH9SXXKWXP80DP4.scan
cd /Users/admin/builder/spi-builder-workspace
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_limits-9MVRCCPFNVNH9SXXKWXP80DP4.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_string-1HG7HWEYU9AYNM288P3Y6TVBP.scan
cd /Users/admin/builder/spi-builder-workspace
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_string-1HG7HWEYU9AYNM288P3Y6TVBP.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/sys_resource-3QT5Z8HBL6C9A4Q4BJ572TKWD.scan
cd /Users/admin/builder/spi-builder-workspace
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/sys_resource-3QT5Z8HBL6C9A4Q4BJ572TKWD.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_stdio-3AXVUIXSYD0N6QNGO3KD60LFE.scan
cd /Users/admin/builder/spi-builder-workspace
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_stdio-3AXVUIXSYD0N6QNGO3KD60LFE.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_signal-BYKUDIV8ZE5C63HDBEDAF06ZY.scan
cd /Users/admin/builder/spi-builder-workspace
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_signal-BYKUDIV8ZE5C63HDBEDAF06ZY.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/sys_wait-2PLG8RFYAKTZ5IHU7DZOSKD0B.scan
cd /Users/admin/builder/spi-builder-workspace
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/sys_wait-2PLG8RFYAKTZ5IHU7DZOSKD0B.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_stdlib-70ZXVDXTQNP0V45Y7QGGA6VX3.scan
cd /Users/admin/builder/spi-builder-workspace
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_stdlib-70ZXVDXTQNP0V45Y7QGGA6VX3.scan
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug/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/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/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.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/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/Yams.build/Objects-normal/arm64/scanner.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug/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/Yams.build/Objects-normal/arm64/scanner.o -index-unit-output-path /Yams.build/Debug/Yams.build/Objects-normal/arm64/scanner.o
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug/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/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/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.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/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/Yams.build/Objects-normal/arm64/writer.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug/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/Yams.build/Objects-normal/arm64/writer.o -index-unit-output-path /Yams.build/Debug/Yams.build/Objects-normal/arm64/writer.o
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug/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/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/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.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/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/Yams.build/Objects-normal/arm64/reader.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug/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/Yams.build/Objects-normal/arm64/reader.o -index-unit-output-path /Yams.build/Debug/Yams.build/Objects-normal/arm64/reader.o
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug/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/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/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.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/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/Yams.build/Objects-normal/arm64/emitter-14abe1e273fda229dea5bd27666e6313.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug/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/Yams.build/Objects-normal/arm64/emitter-14abe1e273fda229dea5bd27666e6313.o -index-unit-output-path /Yams.build/Debug/Yams.build/Objects-normal/arm64/emitter-14abe1e273fda229dea5bd27666e6313.o
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug/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/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/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.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/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/Yams.build/Objects-normal/arm64/parser-5159aa4650992fad6b72e7d5834281af.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug/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/Yams.build/Objects-normal/arm64/parser-5159aa4650992fad6b72e7d5834281af.o -index-unit-output-path /Yams.build/Debug/Yams.build/Objects-normal/arm64/parser-5159aa4650992fad6b72e7d5834281af.o
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug/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/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/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.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/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/Yams.build/Objects-normal/arm64/api.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug/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/Yams.build/Objects-normal/arm64/api.o -index-unit-output-path /Yams.build/Debug/Yams.build/Objects-normal/arm64/api.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Yams.framework/Versions/A/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-macos10.13 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug/Yams.build/Objects-normal/arm64/Yams.LinkFileList -install_name @rpath/Yams.framework/Versions/A/Yams -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug/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/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/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug/Yams.build/Objects-normal/arm64/Yams.swiftmodule -Xlinker -no_adhoc_codesign -compatibility_version 1 -current_version 1 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Yams.framework/Versions/A/Yams
PhaseScriptExecution Run\ SwiftLint /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug/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/Yams.build/Script-6C0D2A341E0A6F5000C45545.sh
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.13 --bundle-identifier com.jpsim.Yams --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Yams.framework/Versions/A/Resources --target-triple arm64-apple-macos10.13 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Yams.framework/Versions/A/Yams --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug/Yams.build/Objects-normal/arm64/Yams_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug/Yams.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug/Yams.build/Objects-normal/arm64/Yams.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug/Yams.build/Yams.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug/Yams.build/Yams.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug/Yams.build/Objects-normal/arm64/Yams.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-29 00:42:37.317 appintentsmetadataprocessor[741:4071] Starting appintentsmetadataprocessor export
2025-04-29 00:42:37.319 appintentsmetadataprocessor[741:4071] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/Yams.framework/Versions/A/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Yams.framework/Versions/A/Yams -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/Yams.framework/Versions/A/Yams.tbd
CodeSign /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Yams.framework/Versions/A (in target 'Yams' from project 'Yams')
cd /Users/admin/builder/spi-builder-workspace
Signing Identity: "Sign to Run Locally"
/usr/bin/codesign --force --sign - --timestamp\=none --generate-entitlement-der /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Yams.framework/Versions/A
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/Yams.framework
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/Yams.framework/Yams.tbd /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/Yams.framework/Versions/A/Yams.tbd (in target 'Yams' from project 'Yams')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/Yams.framework/Versions/A/Yams.tbd /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/Yams.framework/Yams.tbd
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/Yams.framework
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",
"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" : [
"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.