Build Information
Successful build of ObjectEncoder, reference master (91461b
), with Swift 6.1 for watchOS using Xcode 16.3 on 24 Apr 2025 11:38:06 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 ObjectEncoder-Package -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Build Log
public struct EncodingStrategy<T: Encodable> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:397:23: note: add '@MainActor' to make static property 'compatibleWithJSONEncoder' part of global actor 'MainActor'
public static let compatibleWithJSONEncoder = ObjectEncoder.EncodingStrategy<Decimal>.custom { decimal, encoder in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:397:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let compatibleWithJSONEncoder = ObjectEncoder.EncodingStrategy<Decimal>.custom { decimal, encoder in
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:403:23: warning: static property 'throwOnNonConformingFloat' is not concurrency-safe because non-'Sendable' type 'ObjectEncoder.EncodingStrategy<Double>' may have shared mutable state; this is an error in the Swift 6 language mode
public static let throwOnNonConformingFloat = ObjectEncoder.DoubleEncodingStrategy.custom { double, encoder in
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:30:19: note: consider making generic struct 'EncodingStrategy' conform to the 'Sendable' protocol
public struct EncodingStrategy<T: Encodable> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:403:23: note: add '@MainActor' to make static property 'throwOnNonConformingFloat' part of global actor 'MainActor'
public static let throwOnNonConformingFloat = ObjectEncoder.DoubleEncodingStrategy.custom { double, encoder in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:403:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let throwOnNonConformingFloat = ObjectEncoder.DoubleEncodingStrategy.custom { double, encoder in
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:428:23: warning: static property 'throwOnNonConformingFloat' is not concurrency-safe because non-'Sendable' type 'ObjectEncoder.EncodingStrategy<Float>' may have shared mutable state; this is an error in the Swift 6 language mode
public static let throwOnNonConformingFloat = ObjectEncoder.FloatEncodingStrategy.custom { float, encoder in
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:30:19: note: consider making generic struct 'EncodingStrategy' conform to the 'Sendable' protocol
public struct EncodingStrategy<T: Encodable> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:428:23: note: add '@MainActor' to make static property 'throwOnNonConformingFloat' part of global actor 'MainActor'
public static let throwOnNonConformingFloat = ObjectEncoder.FloatEncodingStrategy.custom { float, encoder in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:428:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let throwOnNonConformingFloat = ObjectEncoder.FloatEncodingStrategy.custom { float, encoder in
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:453:23: warning: static property 'compatibleWithJSONEncoder' is not concurrency-safe because non-'Sendable' type 'ObjectEncoder.EncodingStrategy<URL>' may have shared mutable state; this is an error in the Swift 6 language mode
public static let compatibleWithJSONEncoder = ObjectEncoder.EncodingStrategy<URL>.custom { url, encoder in
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:30:19: note: consider making generic struct 'EncodingStrategy' conform to the 'Sendable' protocol
public struct EncodingStrategy<T: Encodable> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:453:23: note: add '@MainActor' to make static property 'compatibleWithJSONEncoder' part of global actor 'MainActor'
public static let compatibleWithJSONEncoder = ObjectEncoder.EncodingStrategy<URL>.custom { url, encoder in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:453:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let compatibleWithJSONEncoder = ObjectEncoder.EncodingStrategy<URL>.custom { url, encoder in
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:357:23: warning: static property 'deferredToData' is not concurrency-safe because non-'Sendable' type 'ObjectDecoder.DataDecodingStrategy?' (aka 'Optional<ObjectDecoder.DecodingStrategy<Data>>') may have shared mutable state; this is an error in the Swift 6 language mode
public static let deferredToData: ObjectDecoder.DataDecodingStrategy? = nil
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:28:19: note: consider making generic struct 'DecodingStrategy' conform to the 'Sendable' protocol
public struct DecodingStrategy<T: Decodable> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:357:23: note: add '@MainActor' to make static property 'deferredToData' part of global actor 'MainActor'
public static let deferredToData: ObjectDecoder.DataDecodingStrategy? = nil
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:357:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let deferredToData: ObjectDecoder.DataDecodingStrategy? = nil
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:360:23: warning: static property 'base64' is not concurrency-safe because non-'Sendable' type 'ObjectDecoder.DecodingStrategy<Data>' may have shared mutable state; this is an error in the Swift 6 language mode
public static let base64 = ObjectDecoder.DataDecodingStrategy.custom { decoder in
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:28:19: note: consider making generic struct 'DecodingStrategy' conform to the 'Sendable' protocol
public struct DecodingStrategy<T: Decodable> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:360:23: note: add '@MainActor' to make static property 'base64' part of global actor 'MainActor'
public static let base64 = ObjectDecoder.DataDecodingStrategy.custom { decoder in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:360:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let base64 = ObjectDecoder.DataDecodingStrategy.custom { decoder in
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:370:23: warning: static property 'deferredToDate' is not concurrency-safe because non-'Sendable' type 'ObjectDecoder.DateDecodingStrategy?' (aka 'Optional<ObjectDecoder.DecodingStrategy<Date>>') may have shared mutable state; this is an error in the Swift 6 language mode
public static let deferredToDate: ObjectDecoder.DateDecodingStrategy? = nil
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:28:19: note: consider making generic struct 'DecodingStrategy' conform to the 'Sendable' protocol
public struct DecodingStrategy<T: Decodable> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:370:23: note: add '@MainActor' to make static property 'deferredToDate' part of global actor 'MainActor'
public static let deferredToDate: ObjectDecoder.DateDecodingStrategy? = nil
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:370:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let deferredToDate: ObjectDecoder.DateDecodingStrategy? = nil
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:373:23: warning: static property 'secondsSince1970' is not concurrency-safe because non-'Sendable' type 'ObjectDecoder.DecodingStrategy<Date>' may have shared mutable state; this is an error in the Swift 6 language mode
public static let secondsSince1970 = ObjectDecoder.DateDecodingStrategy.custom { decoder in
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:28:19: note: consider making generic struct 'DecodingStrategy' conform to the 'Sendable' protocol
public struct DecodingStrategy<T: Decodable> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:373:23: note: add '@MainActor' to make static property 'secondsSince1970' part of global actor 'MainActor'
public static let secondsSince1970 = ObjectDecoder.DateDecodingStrategy.custom { decoder in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:373:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let secondsSince1970 = ObjectDecoder.DateDecodingStrategy.custom { decoder in
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:378:23: warning: static property 'millisecondsSince1970' is not concurrency-safe because non-'Sendable' type 'ObjectDecoder.DecodingStrategy<Date>' may have shared mutable state; this is an error in the Swift 6 language mode
public static let millisecondsSince1970 = ObjectDecoder.DateDecodingStrategy.custom { decoder in
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:28:19: note: consider making generic struct 'DecodingStrategy' conform to the 'Sendable' protocol
public struct DecodingStrategy<T: Decodable> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:378:23: note: add '@MainActor' to make static property 'millisecondsSince1970' part of global actor 'MainActor'
public static let millisecondsSince1970 = ObjectDecoder.DateDecodingStrategy.custom { decoder in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:378:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let millisecondsSince1970 = ObjectDecoder.DateDecodingStrategy.custom { decoder in
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:383:23: warning: static property 'iso8601' is not concurrency-safe because non-'Sendable' type 'ObjectDecoder.DecodingStrategy<Date>' may have shared mutable state; this is an error in the Swift 6 language mode
public static let iso8601 = ObjectDecoder.DateDecodingStrategy.custom { decoder in
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:28:19: note: consider making generic struct 'DecodingStrategy' conform to the 'Sendable' protocol
public struct DecodingStrategy<T: Decodable> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:383:23: note: add '@MainActor' to make static property 'iso8601' part of global actor 'MainActor'
public static let iso8601 = ObjectDecoder.DateDecodingStrategy.custom { decoder in
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:383:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let iso8601 = ObjectDecoder.DateDecodingStrategy.custom { decoder in
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:402:23: warning: static property 'compatibleWithJSONDecoder' is not concurrency-safe because non-'Sendable' type 'ObjectDecoder.DecodingStrategy<Decimal>' may have shared mutable state; this is an error in the Swift 6 language mode
public static let compatibleWithJSONDecoder = ObjectDecoder.DecodingStrategy<Decimal>.custom { decoder in
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:28:19: note: consider making generic struct 'DecodingStrategy' conform to the 'Sendable' protocol
public struct DecodingStrategy<T: Decodable> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:402:23: note: add '@MainActor' to make static property 'compatibleWithJSONDecoder' part of global actor 'MainActor'
public static let compatibleWithJSONDecoder = ObjectDecoder.DecodingStrategy<Decimal>.custom { decoder in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:402:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let compatibleWithJSONDecoder = ObjectDecoder.DecodingStrategy<Decimal>.custom { decoder in
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:412:23: warning: static property 'deferredToDouble' is not concurrency-safe because non-'Sendable' type 'ObjectDecoder.DoubleDecodingStrategy?' (aka 'Optional<ObjectDecoder.DecodingStrategy<Double>>') may have shared mutable state; this is an error in the Swift 6 language mode
public static let deferredToDouble: ObjectDecoder.DoubleDecodingStrategy? = nil
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:28:19: note: consider making generic struct 'DecodingStrategy' conform to the 'Sendable' protocol
public struct DecodingStrategy<T: Decodable> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:412:23: note: add '@MainActor' to make static property 'deferredToDouble' part of global actor 'MainActor'
public static let deferredToDouble: ObjectDecoder.DoubleDecodingStrategy? = nil
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:412:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let deferredToDouble: ObjectDecoder.DoubleDecodingStrategy? = nil
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:435:23: warning: static property 'deferredToFloat' is not concurrency-safe because non-'Sendable' type 'ObjectDecoder.FloatDecodingStrategy?' (aka 'Optional<ObjectDecoder.DecodingStrategy<Float>>') may have shared mutable state; this is an error in the Swift 6 language mode
public static let deferredToFloat: ObjectDecoder.FloatDecodingStrategy? = nil
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:28:19: note: consider making generic struct 'DecodingStrategy' conform to the 'Sendable' protocol
public struct DecodingStrategy<T: Decodable> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:435:23: note: add '@MainActor' to make static property 'deferredToFloat' part of global actor 'MainActor'
public static let deferredToFloat: ObjectDecoder.FloatDecodingStrategy? = nil
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:435:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let deferredToFloat: ObjectDecoder.FloatDecodingStrategy? = nil
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:458:23: warning: static property 'compatibleWithJSONDecoder' is not concurrency-safe because non-'Sendable' type 'ObjectDecoder.DecodingStrategy<URL>' may have shared mutable state; this is an error in the Swift 6 language mode
public static let compatibleWithJSONDecoder = ObjectDecoder.DecodingStrategy<URL>.custom { decoder in
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:28:19: note: consider making generic struct 'DecodingStrategy' conform to the 'Sendable' protocol
public struct DecodingStrategy<T: Decodable> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:458:23: note: add '@MainActor' to make static property 'compatibleWithJSONDecoder' part of global actor 'MainActor'
public static let compatibleWithJSONDecoder = ObjectDecoder.DecodingStrategy<URL>.custom { decoder in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:458:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let compatibleWithJSONDecoder = ObjectDecoder.DecodingStrategy<URL>.custom { decoder in
^
nonisolated(unsafe)
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745494681920641-swift-frontend-ObjectEncoder-all-arm64_32_apple_watchos2.0-swiftmodule-Onone-450311320.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.7531 seconds (4.1926 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0214 ( 4.7%) 0.0947 ( 31.5%) 0.1161 ( 15.4%) 1.8009 ( 43.0%) parse-and-resolve-imports
0.0205 ( 4.5%) 0.0943 ( 31.3%) 0.1148 ( 15.2%) 1.7996 ( 42.9%) Import resolution
0.0930 ( 20.6%) 0.0200 ( 6.6%) 0.1130 ( 15.0%) 0.1131 ( 2.7%) perform-sema
0.0930 ( 20.5%) 0.0200 ( 6.6%) 0.1129 ( 15.0%) 0.1130 ( 2.7%) Type checking and Semantic analysis
0.0926 ( 20.5%) 0.0197 ( 6.5%) 0.1123 ( 14.9%) 0.1124 ( 2.7%) typecheck-decl
0.0016 ( 0.4%) 0.0123 ( 4.1%) 0.0139 ( 1.8%) 0.0833 ( 2.0%) load-stdlib
0.0516 ( 11.4%) 0.0161 ( 5.4%) 0.0677 ( 9.0%) 0.0678 ( 1.6%) typecheck-expr
0.0222 ( 4.9%) 0.0046 ( 1.5%) 0.0269 ( 3.6%) 0.0269 ( 0.6%) SILGen
0.0151 ( 3.3%) 0.0031 ( 1.0%) 0.0183 ( 2.4%) 0.0183 ( 0.4%) SIL optimization
0.0123 ( 2.7%) 0.0048 ( 1.6%) 0.0171 ( 2.3%) 0.0171 ( 0.4%) build-rewrite-system
0.0105 ( 2.3%) 0.0016 ( 0.5%) 0.0121 ( 1.6%) 0.0121 ( 0.3%) SILGen-function
0.0057 ( 1.3%) 0.0045 ( 1.5%) 0.0102 ( 1.3%) 0.0101 ( 0.2%) import-clang-decl
0.0055 ( 1.2%) 0.0027 ( 0.9%) 0.0082 ( 1.1%) 0.0082 ( 0.2%) precheck-target
0.0033 ( 0.7%) 0.0012 ( 0.4%) 0.0046 ( 0.6%) 0.0046 ( 0.1%) Serialization, swiftmodule
0.0025 ( 0.6%) 0.0010 ( 0.3%) 0.0035 ( 0.5%) 0.0035 ( 0.1%) typecheck-stmt
0.0007 ( 0.2%) 0.0001 ( 0.0%) 0.0008 ( 0.1%) 0.0008 ( 0.0%) Serialization, swiftsourceinfo
0.0006 ( 0.1%) 0.0000 ( 0.0%) 0.0006 ( 0.1%) 0.0006 ( 0.0%) Serialization, swiftdoc
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) load-all-members
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) SIL verification, pre-optimization
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 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%) associated-type-inference
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%) module-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%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.4525 (100.0%) 0.3007 (100.0%) 0.7531 (100.0%) 4.1926 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.3121 seconds (2.0664 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1736 (100.0%) 0.1384 (100.0%) 0.3121 (100.0%) 2.0664 (100.0%) Building Target
0.1736 (100.0%) 0.1384 (100.0%) 0.3121 (100.0%) 2.0664 (100.0%) Total
SwiftCompile normal armv7k Compiling\ JSON.swift /Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/JSON.swift (in target 'ObjectEncoder' from project 'ObjectEncoder')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/JSON.swift (in target 'ObjectEncoder' from project 'ObjectEncoder')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745494681923626-swift-frontend-ObjectEncoder-JSON.swift-armv7k_apple_watchos2.0-o-Onone-2621377920.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.7212 seconds (4.2807 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0267 ( 7.0%) 0.1050 ( 30.9%) 0.1317 ( 18.3%) 1.8920 ( 44.2%) parse-and-resolve-imports
0.0254 ( 6.6%) 0.1040 ( 30.6%) 0.1294 ( 17.9%) 1.8896 ( 44.1%) Import resolution
0.0816 ( 21.4%) 0.0265 ( 7.8%) 0.1080 ( 15.0%) 0.1079 ( 2.5%) build-rewrite-system
0.0114 ( 3.0%) 0.0289 ( 8.5%) 0.0402 ( 5.6%) 0.0785 ( 1.8%) load-stdlib
0.0449 ( 11.8%) 0.0133 ( 3.9%) 0.0582 ( 8.1%) 0.0582 ( 1.4%) perform-sema
0.0448 ( 11.7%) 0.0133 ( 3.9%) 0.0581 ( 8.1%) 0.0581 ( 1.4%) Type checking and Semantic analysis
0.0420 ( 11.0%) 0.0125 ( 3.7%) 0.0545 ( 7.6%) 0.0545 ( 1.3%) typecheck-decl
0.0402 ( 10.5%) 0.0125 ( 3.7%) 0.0527 ( 7.3%) 0.0528 ( 1.2%) typecheck-expr
0.0145 ( 3.8%) 0.0105 ( 3.1%) 0.0250 ( 3.5%) 0.0250 ( 0.6%) import-clang-decl
0.0153 ( 4.0%) 0.0037 ( 1.1%) 0.0190 ( 2.6%) 0.0190 ( 0.4%) SILGen
0.0112 ( 2.9%) 0.0039 ( 1.1%) 0.0151 ( 2.1%) 0.0157 ( 0.4%) IRGen
0.0064 ( 1.7%) 0.0022 ( 0.6%) 0.0086 ( 1.2%) 0.0086 ( 0.2%) typecheck-stmt
0.0062 ( 1.6%) 0.0009 ( 0.3%) 0.0071 ( 1.0%) 0.0071 ( 0.2%) SILGen-function
0.0062 ( 1.6%) 0.0001 ( 0.0%) 0.0063 ( 0.9%) 0.0063 ( 0.1%) SIL optimization
0.0037 ( 1.0%) 0.0016 ( 0.5%) 0.0053 ( 0.7%) 0.0053 ( 0.1%) precheck-target
0.0013 ( 0.3%) 0.0006 ( 0.2%) 0.0019 ( 0.3%) 0.0019 ( 0.0%) load-all-members
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%) module-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%) 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.3817 (100.0%) 0.3395 (100.0%) 0.7212 (100.0%) 4.2807 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.3323 seconds (3.1514 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9629 (100.0%) 0.3693 (100.0%) 1.3323 (100.0%) 3.1514 (100.0%) Building Target
0.9629 (100.0%) 0.3693 (100.0%) 1.3323 (100.0%) 3.1514 (100.0%) Total
SwiftCompile normal arm64_32 Compiling\ Encoder.swift /Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift (in target 'ObjectEncoder' from project 'ObjectEncoder')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745494681916752-swift-frontend-ObjectEncoder-Encoder.swift-arm64_32_apple_watchos2.0-o-Onone-2175462555.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 3.4794 seconds (3.9103 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9769 ( 40.4%) 0.4627 ( 43.6%) 1.4396 ( 41.4%) 1.6256 ( 41.6%) parse-and-resolve-imports
0.9758 ( 40.3%) 0.4608 ( 43.5%) 1.4366 ( 41.3%) 1.6204 ( 41.4%) Import resolution
0.0846 ( 3.5%) 0.0216 ( 2.0%) 0.1062 ( 3.1%) 0.1113 ( 2.8%) perform-sema
0.0846 ( 3.5%) 0.0216 ( 2.0%) 0.1061 ( 3.0%) 0.1112 ( 2.8%) Type checking and Semantic analysis
0.0771 ( 3.2%) 0.0146 ( 1.4%) 0.0917 ( 2.6%) 0.0918 ( 2.3%) build-rewrite-system
0.0131 ( 0.5%) 0.0285 ( 2.7%) 0.0415 ( 1.2%) 0.0854 ( 2.2%) load-stdlib
0.0518 ( 2.1%) 0.0184 ( 1.7%) 0.0702 ( 2.0%) 0.0753 ( 1.9%) typecheck-decl
0.0404 ( 1.7%) 0.0106 ( 1.0%) 0.0510 ( 1.5%) 0.0524 ( 1.3%) typecheck-expr
0.0316 ( 1.3%) 0.0030 ( 0.3%) 0.0346 ( 1.0%) 0.0345 ( 0.9%) typecheck-stmt
0.0197 ( 0.8%) 0.0042 ( 0.4%) 0.0239 ( 0.7%) 0.0240 ( 0.6%) IRGen
0.0135 ( 0.6%) 0.0095 ( 0.9%) 0.0230 ( 0.7%) 0.0230 ( 0.6%) import-clang-decl
0.0169 ( 0.7%) 0.0017 ( 0.2%) 0.0186 ( 0.5%) 0.0186 ( 0.5%) SILGen
0.0120 ( 0.5%) 0.0023 ( 0.2%) 0.0143 ( 0.4%) 0.0147 ( 0.4%) precheck-target
0.0099 ( 0.4%) 0.0006 ( 0.1%) 0.0106 ( 0.3%) 0.0105 ( 0.3%) SILGen-function
0.0105 ( 0.4%) 0.0000 ( 0.0%) 0.0105 ( 0.3%) 0.0105 ( 0.3%) SIL optimization
0.0007 ( 0.0%) 0.0002 ( 0.0%) 0.0009 ( 0.0%) 0.0009 ( 0.0%) load-all-members
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
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%) 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
2.4192 (100.0%) 1.0602 (100.0%) 3.4794 (100.0%) 3.9103 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 2.8882 seconds (3.1551 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
2.0068 (100.0%) 0.8814 (100.0%) 2.8882 (100.0%) 3.1551 (100.0%) Building Target
2.0068 (100.0%) 0.8814 (100.0%) 2.8882 (100.0%) 3.1551 (100.0%) Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift (in target 'ObjectEncoder' from project 'ObjectEncoder')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:349:23: warning: static property 'deferredToData' is not concurrency-safe because non-'Sendable' type 'ObjectEncoder.DataEncodingStrategy?' (aka 'Optional<ObjectEncoder.EncodingStrategy<Data>>') may have shared mutable state; this is an error in the Swift 6 language mode
public static let deferredToData: ObjectEncoder.DataEncodingStrategy? = nil
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:30:19: note: consider making generic struct 'EncodingStrategy' conform to the 'Sendable' protocol
public struct EncodingStrategy<T: Encodable> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:349:23: note: add '@MainActor' to make static property 'deferredToData' part of global actor 'MainActor'
public static let deferredToData: ObjectEncoder.DataEncodingStrategy? = nil
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:349:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let deferredToData: ObjectEncoder.DataEncodingStrategy? = nil
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:352:23: warning: static property 'base64' is not concurrency-safe because non-'Sendable' type 'ObjectEncoder.EncodingStrategy<Data>' may have shared mutable state; this is an error in the Swift 6 language mode
public static let base64 = ObjectEncoder.DataEncodingStrategy.custom {
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:30:19: note: consider making generic struct 'EncodingStrategy' conform to the 'Sendable' protocol
public struct EncodingStrategy<T: Encodable> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:352:23: note: add '@MainActor' to make static property 'base64' part of global actor 'MainActor'
public static let base64 = ObjectEncoder.DataEncodingStrategy.custom {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:352:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let base64 = ObjectEncoder.DataEncodingStrategy.custom {
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:358:5: warning: var 'iso8601Formatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
var iso8601Formatter: ISO8601DateFormatter = {
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:358:5: note: convert 'iso8601Formatter' to a 'let' constant to make 'Sendable' shared state immutable
var iso8601Formatter: ISO8601DateFormatter = {
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:358:5: note: add '@MainActor' to make var 'iso8601Formatter' part of global actor 'MainActor'
var iso8601Formatter: ISO8601DateFormatter = {
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:358:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var iso8601Formatter: ISO8601DateFormatter = {
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:366:23: warning: static property 'deferredToDate' is not concurrency-safe because non-'Sendable' type 'ObjectEncoder.DateEncodingStrategy?' (aka 'Optional<ObjectEncoder.EncodingStrategy<Date>>') may have shared mutable state; this is an error in the Swift 6 language mode
public static let deferredToDate: ObjectEncoder.DateEncodingStrategy? = nil
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:30:19: note: consider making generic struct 'EncodingStrategy' conform to the 'Sendable' protocol
public struct EncodingStrategy<T: Encodable> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:366:23: note: add '@MainActor' to make static property 'deferredToDate' part of global actor 'MainActor'
public static let deferredToDate: ObjectEncoder.DateEncodingStrategy? = nil
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:366:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let deferredToDate: ObjectEncoder.DateEncodingStrategy? = nil
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:369:23: warning: static property 'secondsSince1970' is not concurrency-safe because non-'Sendable' type 'ObjectEncoder.EncodingStrategy<Date>' may have shared mutable state; this is an error in the Swift 6 language mode
public static let secondsSince1970 = ObjectEncoder.DateEncodingStrategy.custom { date, encoder in
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:30:19: note: consider making generic struct 'EncodingStrategy' conform to the 'Sendable' protocol
public struct EncodingStrategy<T: Encodable> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:369:23: note: add '@MainActor' to make static property 'secondsSince1970' part of global actor 'MainActor'
public static let secondsSince1970 = ObjectEncoder.DateEncodingStrategy.custom { date, encoder in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:369:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let secondsSince1970 = ObjectEncoder.DateEncodingStrategy.custom { date, encoder in
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:375:23: warning: static property 'millisecondsSince1970' is not concurrency-safe because non-'Sendable' type 'ObjectEncoder.EncodingStrategy<Date>' may have shared mutable state; this is an error in the Swift 6 language mode
public static let millisecondsSince1970 = ObjectEncoder.DateEncodingStrategy.custom { date, encoder in
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:30:19: note: consider making generic struct 'EncodingStrategy' conform to the 'Sendable' protocol
public struct EncodingStrategy<T: Encodable> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:375:23: note: add '@MainActor' to make static property 'millisecondsSince1970' part of global actor 'MainActor'
public static let millisecondsSince1970 = ObjectEncoder.DateEncodingStrategy.custom { date, encoder in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:375:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let millisecondsSince1970 = ObjectEncoder.DateEncodingStrategy.custom { date, encoder in
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:382:23: warning: static property 'iso8601' is not concurrency-safe because non-'Sendable' type 'ObjectEncoder.EncodingStrategy<Date>' may have shared mutable state; this is an error in the Swift 6 language mode
public static let iso8601 = ObjectEncoder.DateEncodingStrategy.custom { date, encoder in
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:30:19: note: consider making generic struct 'EncodingStrategy' conform to the 'Sendable' protocol
public struct EncodingStrategy<T: Encodable> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:382:23: note: add '@MainActor' to make static property 'iso8601' part of global actor 'MainActor'
public static let iso8601 = ObjectEncoder.DateEncodingStrategy.custom { date, encoder in
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:382:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let iso8601 = ObjectEncoder.DateEncodingStrategy.custom { date, encoder in
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:397:23: warning: static property 'compatibleWithJSONEncoder' is not concurrency-safe because non-'Sendable' type 'ObjectEncoder.EncodingStrategy<Decimal>' may have shared mutable state; this is an error in the Swift 6 language mode
public static let compatibleWithJSONEncoder = ObjectEncoder.EncodingStrategy<Decimal>.custom { decimal, encoder in
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:30:19: note: consider making generic struct 'EncodingStrategy' conform to the 'Sendable' protocol
public struct EncodingStrategy<T: Encodable> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:397:23: note: add '@MainActor' to make static property 'compatibleWithJSONEncoder' part of global actor 'MainActor'
public static let compatibleWithJSONEncoder = ObjectEncoder.EncodingStrategy<Decimal>.custom { decimal, encoder in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:397:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let compatibleWithJSONEncoder = ObjectEncoder.EncodingStrategy<Decimal>.custom { decimal, encoder in
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:403:23: warning: static property 'throwOnNonConformingFloat' is not concurrency-safe because non-'Sendable' type 'ObjectEncoder.EncodingStrategy<Double>' may have shared mutable state; this is an error in the Swift 6 language mode
public static let throwOnNonConformingFloat = ObjectEncoder.DoubleEncodingStrategy.custom { double, encoder in
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:30:19: note: consider making generic struct 'EncodingStrategy' conform to the 'Sendable' protocol
public struct EncodingStrategy<T: Encodable> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:403:23: note: add '@MainActor' to make static property 'throwOnNonConformingFloat' part of global actor 'MainActor'
public static let throwOnNonConformingFloat = ObjectEncoder.DoubleEncodingStrategy.custom { double, encoder in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:403:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let throwOnNonConformingFloat = ObjectEncoder.DoubleEncodingStrategy.custom { double, encoder in
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:428:23: warning: static property 'throwOnNonConformingFloat' is not concurrency-safe because non-'Sendable' type 'ObjectEncoder.EncodingStrategy<Float>' may have shared mutable state; this is an error in the Swift 6 language mode
public static let throwOnNonConformingFloat = ObjectEncoder.FloatEncodingStrategy.custom { float, encoder in
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:30:19: note: consider making generic struct 'EncodingStrategy' conform to the 'Sendable' protocol
public struct EncodingStrategy<T: Encodable> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:428:23: note: add '@MainActor' to make static property 'throwOnNonConformingFloat' part of global actor 'MainActor'
public static let throwOnNonConformingFloat = ObjectEncoder.FloatEncodingStrategy.custom { float, encoder in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:428:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let throwOnNonConformingFloat = ObjectEncoder.FloatEncodingStrategy.custom { float, encoder in
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:453:23: warning: static property 'compatibleWithJSONEncoder' is not concurrency-safe because non-'Sendable' type 'ObjectEncoder.EncodingStrategy<URL>' may have shared mutable state; this is an error in the Swift 6 language mode
public static let compatibleWithJSONEncoder = ObjectEncoder.EncodingStrategy<URL>.custom { url, encoder in
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:30:19: note: consider making generic struct 'EncodingStrategy' conform to the 'Sendable' protocol
public struct EncodingStrategy<T: Encodable> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:453:23: note: add '@MainActor' to make static property 'compatibleWithJSONEncoder' part of global actor 'MainActor'
public static let compatibleWithJSONEncoder = ObjectEncoder.EncodingStrategy<URL>.custom { url, encoder in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:453:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let compatibleWithJSONEncoder = ObjectEncoder.EncodingStrategy<URL>.custom { url, encoder in
^
nonisolated(unsafe)
SwiftCompile normal arm64_32 Compiling\ JSON.swift /Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/JSON.swift (in target 'ObjectEncoder' from project 'ObjectEncoder')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745494681925656-swift-frontend-ObjectEncoder-JSON.swift-arm64_32_apple_watchos2.0-o-Onone-1375129288.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.6450 seconds (3.7203 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0209 ( 6.2%) 0.0886 ( 28.9%) 0.1095 ( 17.0%) 1.5902 ( 42.7%) parse-and-resolve-imports
0.0197 ( 5.8%) 0.0872 ( 28.5%) 0.1068 ( 16.6%) 1.5844 ( 42.6%) Import resolution
0.0017 ( 0.5%) 0.0078 ( 2.6%) 0.0096 ( 1.5%) 0.1118 ( 3.0%) load-stdlib
0.0829 ( 24.5%) 0.0280 ( 9.2%) 0.1110 ( 17.2%) 0.1111 ( 3.0%) build-rewrite-system
0.0416 ( 12.3%) 0.0196 ( 6.4%) 0.0612 ( 9.5%) 0.0655 ( 1.8%) perform-sema
0.0415 ( 12.2%) 0.0196 ( 6.4%) 0.0611 ( 9.5%) 0.0654 ( 1.8%) Type checking and Semantic analysis
0.0389 ( 11.5%) 0.0188 ( 6.1%) 0.0577 ( 9.0%) 0.0621 ( 1.7%) typecheck-decl
0.0367 ( 10.8%) 0.0140 ( 4.6%) 0.0506 ( 7.9%) 0.0517 ( 1.4%) typecheck-expr
0.0133 ( 3.9%) 0.0095 ( 3.1%) 0.0228 ( 3.5%) 0.0228 ( 0.6%) import-clang-decl
0.0087 ( 2.6%) 0.0055 ( 1.8%) 0.0143 ( 2.2%) 0.0149 ( 0.4%) IRGen
0.0113 ( 3.3%) 0.0025 ( 0.8%) 0.0138 ( 2.1%) 0.0138 ( 0.4%) SILGen
0.0063 ( 1.9%) 0.0021 ( 0.7%) 0.0084 ( 1.3%) 0.0084 ( 0.2%) typecheck-stmt
0.0060 ( 1.8%) 0.0001 ( 0.0%) 0.0061 ( 0.9%) 0.0061 ( 0.2%) SIL optimization
0.0048 ( 1.4%) 0.0005 ( 0.2%) 0.0054 ( 0.8%) 0.0054 ( 0.1%) SILGen-function
0.0035 ( 1.0%) 0.0017 ( 0.5%) 0.0051 ( 0.8%) 0.0051 ( 0.1%) precheck-target
0.0009 ( 0.3%) 0.0006 ( 0.2%) 0.0014 ( 0.2%) 0.0014 ( 0.0%) load-all-members
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%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
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.3388 (100.0%) 0.3061 (100.0%) 0.6450 (100.0%) 3.7203 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.5087 seconds (3.1422 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9591 (100.0%) 0.5496 (100.0%) 1.5087 (100.0%) 3.1422 (100.0%) Building Target
0.9591 (100.0%) 0.5496 (100.0%) 1.5087 (100.0%) 3.1422 (100.0%) Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/JSON.swift (in target 'ObjectEncoder' from project 'ObjectEncoder')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64_32 Compiling\ Decoder.swift /Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift (in target 'ObjectEncoder' from project 'ObjectEncoder')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745494681918955-swift-frontend-ObjectEncoder-Decoder.swift-arm64_32_apple_watchos2.0-o-Onone-3380385917.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.7881 seconds (4.3075 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0219 ( 4.5%) 0.0939 ( 31.0%) 0.1158 ( 14.7%) 1.8243 ( 42.4%) parse-and-resolve-imports
0.0210 ( 4.3%) 0.0932 ( 30.7%) 0.1142 ( 14.5%) 1.8227 ( 42.3%) Import resolution
0.0017 ( 0.3%) 0.0095 ( 3.1%) 0.0111 ( 1.4%) 0.1128 ( 2.6%) load-stdlib
0.0862 ( 17.8%) 0.0182 ( 6.0%) 0.1044 ( 13.2%) 0.1045 ( 2.4%) perform-sema
0.0861 ( 17.8%) 0.0182 ( 6.0%) 0.1043 ( 13.2%) 0.1044 ( 2.4%) Type checking and Semantic analysis
0.0540 ( 11.1%) 0.0172 ( 5.7%) 0.0712 ( 9.0%) 0.0712 ( 1.7%) build-rewrite-system
0.0523 ( 10.8%) 0.0120 ( 4.0%) 0.0642 ( 8.2%) 0.0643 ( 1.5%) typecheck-decl
0.0338 ( 7.0%) 0.0101 ( 3.3%) 0.0439 ( 5.6%) 0.0439 ( 1.0%) typecheck-expr
0.0320 ( 6.6%) 0.0059 ( 1.9%) 0.0379 ( 4.8%) 0.0380 ( 0.9%) typecheck-stmt
0.0254 ( 5.2%) 0.0042 ( 1.4%) 0.0296 ( 3.8%) 0.0297 ( 0.7%) SILGen
0.0194 ( 4.0%) 0.0053 ( 1.8%) 0.0247 ( 3.1%) 0.0248 ( 0.6%) IRGen
0.0120 ( 2.5%) 0.0096 ( 3.2%) 0.0216 ( 2.7%) 0.0218 ( 0.5%) import-clang-decl
0.0156 ( 3.2%) 0.0021 ( 0.7%) 0.0176 ( 2.2%) 0.0176 ( 0.4%) SILGen-function
0.0135 ( 2.8%) 0.0033 ( 1.1%) 0.0168 ( 2.1%) 0.0168 ( 0.4%) precheck-target
0.0094 ( 1.9%) 0.0002 ( 0.1%) 0.0096 ( 1.2%) 0.0097 ( 0.2%) SIL optimization
0.0007 ( 0.1%) 0.0003 ( 0.1%) 0.0010 ( 0.1%) 0.0010 ( 0.0%) load-all-members
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%) 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%) module-populate-cache
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%) 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.4850 (100.0%) 0.3031 (100.0%) 0.7881 (100.0%) 4.3075 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.3198 seconds (3.1566 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8460 (100.0%) 0.4737 (100.0%) 1.3198 (100.0%) 3.1566 (100.0%) Building Target
0.8460 (100.0%) 0.4737 (100.0%) 1.3198 (100.0%) 3.1566 (100.0%) Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift (in target 'ObjectEncoder' from project 'ObjectEncoder')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:357:23: warning: static property 'deferredToData' is not concurrency-safe because non-'Sendable' type 'ObjectDecoder.DataDecodingStrategy?' (aka 'Optional<ObjectDecoder.DecodingStrategy<Data>>') may have shared mutable state; this is an error in the Swift 6 language mode
public static let deferredToData: ObjectDecoder.DataDecodingStrategy? = nil
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:28:19: note: consider making generic struct 'DecodingStrategy' conform to the 'Sendable' protocol
public struct DecodingStrategy<T: Decodable> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:357:23: note: add '@MainActor' to make static property 'deferredToData' part of global actor 'MainActor'
public static let deferredToData: ObjectDecoder.DataDecodingStrategy? = nil
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:357:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let deferredToData: ObjectDecoder.DataDecodingStrategy? = nil
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:360:23: warning: static property 'base64' is not concurrency-safe because non-'Sendable' type 'ObjectDecoder.DecodingStrategy<Data>' may have shared mutable state; this is an error in the Swift 6 language mode
public static let base64 = ObjectDecoder.DataDecodingStrategy.custom { decoder in
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:28:19: note: consider making generic struct 'DecodingStrategy' conform to the 'Sendable' protocol
public struct DecodingStrategy<T: Decodable> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:360:23: note: add '@MainActor' to make static property 'base64' part of global actor 'MainActor'
public static let base64 = ObjectDecoder.DataDecodingStrategy.custom { decoder in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:360:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let base64 = ObjectDecoder.DataDecodingStrategy.custom { decoder in
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:370:23: warning: static property 'deferredToDate' is not concurrency-safe because non-'Sendable' type 'ObjectDecoder.DateDecodingStrategy?' (aka 'Optional<ObjectDecoder.DecodingStrategy<Date>>') may have shared mutable state; this is an error in the Swift 6 language mode
public static let deferredToDate: ObjectDecoder.DateDecodingStrategy? = nil
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:28:19: note: consider making generic struct 'DecodingStrategy' conform to the 'Sendable' protocol
public struct DecodingStrategy<T: Decodable> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:370:23: note: add '@MainActor' to make static property 'deferredToDate' part of global actor 'MainActor'
public static let deferredToDate: ObjectDecoder.DateDecodingStrategy? = nil
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:370:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let deferredToDate: ObjectDecoder.DateDecodingStrategy? = nil
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:373:23: warning: static property 'secondsSince1970' is not concurrency-safe because non-'Sendable' type 'ObjectDecoder.DecodingStrategy<Date>' may have shared mutable state; this is an error in the Swift 6 language mode
public static let secondsSince1970 = ObjectDecoder.DateDecodingStrategy.custom { decoder in
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:28:19: note: consider making generic struct 'DecodingStrategy' conform to the 'Sendable' protocol
public struct DecodingStrategy<T: Decodable> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:373:23: note: add '@MainActor' to make static property 'secondsSince1970' part of global actor 'MainActor'
public static let secondsSince1970 = ObjectDecoder.DateDecodingStrategy.custom { decoder in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:373:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let secondsSince1970 = ObjectDecoder.DateDecodingStrategy.custom { decoder in
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:378:23: warning: static property 'millisecondsSince1970' is not concurrency-safe because non-'Sendable' type 'ObjectDecoder.DecodingStrategy<Date>' may have shared mutable state; this is an error in the Swift 6 language mode
public static let millisecondsSince1970 = ObjectDecoder.DateDecodingStrategy.custom { decoder in
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:28:19: note: consider making generic struct 'DecodingStrategy' conform to the 'Sendable' protocol
public struct DecodingStrategy<T: Decodable> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:378:23: note: add '@MainActor' to make static property 'millisecondsSince1970' part of global actor 'MainActor'
public static let millisecondsSince1970 = ObjectDecoder.DateDecodingStrategy.custom { decoder in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:378:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let millisecondsSince1970 = ObjectDecoder.DateDecodingStrategy.custom { decoder in
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:383:23: warning: static property 'iso8601' is not concurrency-safe because non-'Sendable' type 'ObjectDecoder.DecodingStrategy<Date>' may have shared mutable state; this is an error in the Swift 6 language mode
public static let iso8601 = ObjectDecoder.DateDecodingStrategy.custom { decoder in
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:28:19: note: consider making generic struct 'DecodingStrategy' conform to the 'Sendable' protocol
public struct DecodingStrategy<T: Decodable> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:383:23: note: add '@MainActor' to make static property 'iso8601' part of global actor 'MainActor'
public static let iso8601 = ObjectDecoder.DateDecodingStrategy.custom { decoder in
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:383:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let iso8601 = ObjectDecoder.DateDecodingStrategy.custom { decoder in
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:402:23: warning: static property 'compatibleWithJSONDecoder' is not concurrency-safe because non-'Sendable' type 'ObjectDecoder.DecodingStrategy<Decimal>' may have shared mutable state; this is an error in the Swift 6 language mode
public static let compatibleWithJSONDecoder = ObjectDecoder.DecodingStrategy<Decimal>.custom { decoder in
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:28:19: note: consider making generic struct 'DecodingStrategy' conform to the 'Sendable' protocol
public struct DecodingStrategy<T: Decodable> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:402:23: note: add '@MainActor' to make static property 'compatibleWithJSONDecoder' part of global actor 'MainActor'
public static let compatibleWithJSONDecoder = ObjectDecoder.DecodingStrategy<Decimal>.custom { decoder in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:402:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let compatibleWithJSONDecoder = ObjectDecoder.DecodingStrategy<Decimal>.custom { decoder in
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:412:23: warning: static property 'deferredToDouble' is not concurrency-safe because non-'Sendable' type 'ObjectDecoder.DoubleDecodingStrategy?' (aka 'Optional<ObjectDecoder.DecodingStrategy<Double>>') may have shared mutable state; this is an error in the Swift 6 language mode
public static let deferredToDouble: ObjectDecoder.DoubleDecodingStrategy? = nil
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:28:19: note: consider making generic struct 'DecodingStrategy' conform to the 'Sendable' protocol
public struct DecodingStrategy<T: Decodable> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:412:23: note: add '@MainActor' to make static property 'deferredToDouble' part of global actor 'MainActor'
public static let deferredToDouble: ObjectDecoder.DoubleDecodingStrategy? = nil
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:412:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let deferredToDouble: ObjectDecoder.DoubleDecodingStrategy? = nil
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:435:23: warning: static property 'deferredToFloat' is not concurrency-safe because non-'Sendable' type 'ObjectDecoder.FloatDecodingStrategy?' (aka 'Optional<ObjectDecoder.DecodingStrategy<Float>>') may have shared mutable state; this is an error in the Swift 6 language mode
public static let deferredToFloat: ObjectDecoder.FloatDecodingStrategy? = nil
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:28:19: note: consider making generic struct 'DecodingStrategy' conform to the 'Sendable' protocol
public struct DecodingStrategy<T: Decodable> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:435:23: note: add '@MainActor' to make static property 'deferredToFloat' part of global actor 'MainActor'
public static let deferredToFloat: ObjectDecoder.FloatDecodingStrategy? = nil
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:435:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let deferredToFloat: ObjectDecoder.FloatDecodingStrategy? = nil
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:458:23: warning: static property 'compatibleWithJSONDecoder' is not concurrency-safe because non-'Sendable' type 'ObjectDecoder.DecodingStrategy<URL>' may have shared mutable state; this is an error in the Swift 6 language mode
public static let compatibleWithJSONDecoder = ObjectDecoder.DecodingStrategy<URL>.custom { decoder in
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:28:19: note: consider making generic struct 'DecodingStrategy' conform to the 'Sendable' protocol
public struct DecodingStrategy<T: Decodable> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:458:23: note: add '@MainActor' to make static property 'compatibleWithJSONDecoder' part of global actor 'MainActor'
public static let compatibleWithJSONDecoder = ObjectDecoder.DecodingStrategy<URL>.custom { decoder in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:458:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let compatibleWithJSONDecoder = ObjectDecoder.DecodingStrategy<URL>.custom { decoder in
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ Decoder.swift /Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift (in target 'ObjectEncoder' from project 'ObjectEncoder')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745494681921002-swift-frontend-ObjectEncoder-Decoder.swift-arm64_apple_watchos2.0-o-Onone-2897304418.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.8144 seconds (4.2280 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0208 ( 4.1%) 0.0979 ( 31.4%) 0.1187 ( 14.6%) 1.7873 ( 42.3%) parse-and-resolve-imports
0.0200 ( 4.0%) 0.0973 ( 31.2%) 0.1173 ( 14.4%) 1.7858 ( 42.2%) Import resolution
0.0788 ( 15.7%) 0.0244 ( 7.8%) 0.1032 ( 12.7%) 0.1032 ( 2.4%) build-rewrite-system
0.0854 ( 17.0%) 0.0166 ( 5.3%) 0.1020 ( 12.5%) 0.1021 ( 2.4%) perform-sema
0.0854 ( 17.0%) 0.0166 ( 5.3%) 0.1020 ( 12.5%) 0.1020 ( 2.4%) Type checking and Semantic analysis
0.0016 ( 0.3%) 0.0079 ( 2.5%) 0.0096 ( 1.2%) 0.0856 ( 2.0%) load-stdlib
0.0519 ( 10.3%) 0.0110 ( 3.5%) 0.0629 ( 7.7%) 0.0629 ( 1.5%) typecheck-decl
0.0315 ( 6.3%) 0.0088 ( 2.8%) 0.0403 ( 4.9%) 0.0403 ( 1.0%) typecheck-expr
0.0319 ( 6.3%) 0.0054 ( 1.7%) 0.0373 ( 4.6%) 0.0373 ( 0.9%) typecheck-stmt
0.0241 ( 4.8%) 0.0067 ( 2.1%) 0.0308 ( 3.8%) 0.0309 ( 0.7%) IRGen
0.0218 ( 4.3%) 0.0041 ( 1.3%) 0.0259 ( 3.2%) 0.0259 ( 0.6%) SILGen
0.0128 ( 2.5%) 0.0100 ( 3.2%) 0.0227 ( 2.8%) 0.0228 ( 0.5%) import-clang-decl
0.0135 ( 2.7%) 0.0031 ( 1.0%) 0.0165 ( 2.0%) 0.0165 ( 0.4%) precheck-target
0.0129 ( 2.6%) 0.0020 ( 0.6%) 0.0148 ( 1.8%) 0.0148 ( 0.3%) SILGen-function
0.0092 ( 1.8%) 0.0002 ( 0.0%) 0.0094 ( 1.2%) 0.0094 ( 0.2%) SIL optimization
0.0007 ( 0.1%) 0.0002 ( 0.1%) 0.0009 ( 0.1%) 0.0009 ( 0.0%) load-all-members
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%) 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%) associated-type-inference
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-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.5024 (100.0%) 0.3119 (100.0%) 0.8144 (100.0%) 4.2280 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.3847 seconds (3.1510 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9736 (100.0%) 0.4111 (100.0%) 1.3847 (100.0%) 3.1510 (100.0%) Building Target
0.9736 (100.0%) 0.4111 (100.0%) 1.3847 (100.0%) 3.1510 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift (in target 'ObjectEncoder' from project 'ObjectEncoder')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:357:23: warning: static property 'deferredToData' is not concurrency-safe because non-'Sendable' type 'ObjectDecoder.DataDecodingStrategy?' (aka 'Optional<ObjectDecoder.DecodingStrategy<Data>>') may have shared mutable state; this is an error in the Swift 6 language mode
public static let deferredToData: ObjectDecoder.DataDecodingStrategy? = nil
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:28:19: note: consider making generic struct 'DecodingStrategy' conform to the 'Sendable' protocol
public struct DecodingStrategy<T: Decodable> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:357:23: note: add '@MainActor' to make static property 'deferredToData' part of global actor 'MainActor'
public static let deferredToData: ObjectDecoder.DataDecodingStrategy? = nil
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:357:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let deferredToData: ObjectDecoder.DataDecodingStrategy? = nil
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:360:23: warning: static property 'base64' is not concurrency-safe because non-'Sendable' type 'ObjectDecoder.DecodingStrategy<Data>' may have shared mutable state; this is an error in the Swift 6 language mode
public static let base64 = ObjectDecoder.DataDecodingStrategy.custom { decoder in
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:28:19: note: consider making generic struct 'DecodingStrategy' conform to the 'Sendable' protocol
public struct DecodingStrategy<T: Decodable> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:360:23: note: add '@MainActor' to make static property 'base64' part of global actor 'MainActor'
public static let base64 = ObjectDecoder.DataDecodingStrategy.custom { decoder in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:360:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let base64 = ObjectDecoder.DataDecodingStrategy.custom { decoder in
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:370:23: warning: static property 'deferredToDate' is not concurrency-safe because non-'Sendable' type 'ObjectDecoder.DateDecodingStrategy?' (aka 'Optional<ObjectDecoder.DecodingStrategy<Date>>') may have shared mutable state; this is an error in the Swift 6 language mode
public static let deferredToDate: ObjectDecoder.DateDecodingStrategy? = nil
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:28:19: note: consider making generic struct 'DecodingStrategy' conform to the 'Sendable' protocol
public struct DecodingStrategy<T: Decodable> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:370:23: note: add '@MainActor' to make static property 'deferredToDate' part of global actor 'MainActor'
public static let deferredToDate: ObjectDecoder.DateDecodingStrategy? = nil
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:370:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let deferredToDate: ObjectDecoder.DateDecodingStrategy? = nil
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:373:23: warning: static property 'secondsSince1970' is not concurrency-safe because non-'Sendable' type 'ObjectDecoder.DecodingStrategy<Date>' may have shared mutable state; this is an error in the Swift 6 language mode
public static let secondsSince1970 = ObjectDecoder.DateDecodingStrategy.custom { decoder in
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:28:19: note: consider making generic struct 'DecodingStrategy' conform to the 'Sendable' protocol
public struct DecodingStrategy<T: Decodable> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:373:23: note: add '@MainActor' to make static property 'secondsSince1970' part of global actor 'MainActor'
public static let secondsSince1970 = ObjectDecoder.DateDecodingStrategy.custom { decoder in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:373:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let secondsSince1970 = ObjectDecoder.DateDecodingStrategy.custom { decoder in
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:378:23: warning: static property 'millisecondsSince1970' is not concurrency-safe because non-'Sendable' type 'ObjectDecoder.DecodingStrategy<Date>' may have shared mutable state; this is an error in the Swift 6 language mode
public static let millisecondsSince1970 = ObjectDecoder.DateDecodingStrategy.custom { decoder in
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:28:19: note: consider making generic struct 'DecodingStrategy' conform to the 'Sendable' protocol
public struct DecodingStrategy<T: Decodable> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:378:23: note: add '@MainActor' to make static property 'millisecondsSince1970' part of global actor 'MainActor'
public static let millisecondsSince1970 = ObjectDecoder.DateDecodingStrategy.custom { decoder in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:378:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let millisecondsSince1970 = ObjectDecoder.DateDecodingStrategy.custom { decoder in
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:383:23: warning: static property 'iso8601' is not concurrency-safe because non-'Sendable' type 'ObjectDecoder.DecodingStrategy<Date>' may have shared mutable state; this is an error in the Swift 6 language mode
public static let iso8601 = ObjectDecoder.DateDecodingStrategy.custom { decoder in
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:28:19: note: consider making generic struct 'DecodingStrategy' conform to the 'Sendable' protocol
public struct DecodingStrategy<T: Decodable> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:383:23: note: add '@MainActor' to make static property 'iso8601' part of global actor 'MainActor'
public static let iso8601 = ObjectDecoder.DateDecodingStrategy.custom { decoder in
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:383:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let iso8601 = ObjectDecoder.DateDecodingStrategy.custom { decoder in
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:402:23: warning: static property 'compatibleWithJSONDecoder' is not concurrency-safe because non-'Sendable' type 'ObjectDecoder.DecodingStrategy<Decimal>' may have shared mutable state; this is an error in the Swift 6 language mode
public static let compatibleWithJSONDecoder = ObjectDecoder.DecodingStrategy<Decimal>.custom { decoder in
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:28:19: note: consider making generic struct 'DecodingStrategy' conform to the 'Sendable' protocol
public struct DecodingStrategy<T: Decodable> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:402:23: note: add '@MainActor' to make static property 'compatibleWithJSONDecoder' part of global actor 'MainActor'
public static let compatibleWithJSONDecoder = ObjectDecoder.DecodingStrategy<Decimal>.custom { decoder in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:402:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let compatibleWithJSONDecoder = ObjectDecoder.DecodingStrategy<Decimal>.custom { decoder in
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:412:23: warning: static property 'deferredToDouble' is not concurrency-safe because non-'Sendable' type 'ObjectDecoder.DoubleDecodingStrategy?' (aka 'Optional<ObjectDecoder.DecodingStrategy<Double>>') may have shared mutable state; this is an error in the Swift 6 language mode
public static let deferredToDouble: ObjectDecoder.DoubleDecodingStrategy? = nil
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:28:19: note: consider making generic struct 'DecodingStrategy' conform to the 'Sendable' protocol
public struct DecodingStrategy<T: Decodable> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:412:23: note: add '@MainActor' to make static property 'deferredToDouble' part of global actor 'MainActor'
public static let deferredToDouble: ObjectDecoder.DoubleDecodingStrategy? = nil
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:412:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let deferredToDouble: ObjectDecoder.DoubleDecodingStrategy? = nil
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:435:23: warning: static property 'deferredToFloat' is not concurrency-safe because non-'Sendable' type 'ObjectDecoder.FloatDecodingStrategy?' (aka 'Optional<ObjectDecoder.DecodingStrategy<Float>>') may have shared mutable state; this is an error in the Swift 6 language mode
public static let deferredToFloat: ObjectDecoder.FloatDecodingStrategy? = nil
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:28:19: note: consider making generic struct 'DecodingStrategy' conform to the 'Sendable' protocol
public struct DecodingStrategy<T: Decodable> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:435:23: note: add '@MainActor' to make static property 'deferredToFloat' part of global actor 'MainActor'
public static let deferredToFloat: ObjectDecoder.FloatDecodingStrategy? = nil
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:435:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let deferredToFloat: ObjectDecoder.FloatDecodingStrategy? = nil
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:458:23: warning: static property 'compatibleWithJSONDecoder' is not concurrency-safe because non-'Sendable' type 'ObjectDecoder.DecodingStrategy<URL>' may have shared mutable state; this is an error in the Swift 6 language mode
public static let compatibleWithJSONDecoder = ObjectDecoder.DecodingStrategy<URL>.custom { decoder in
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:28:19: note: consider making generic struct 'DecodingStrategy' conform to the 'Sendable' protocol
public struct DecodingStrategy<T: Decodable> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:458:23: note: add '@MainActor' to make static property 'compatibleWithJSONDecoder' part of global actor 'MainActor'
public static let compatibleWithJSONDecoder = ObjectDecoder.DecodingStrategy<URL>.custom { decoder in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:458:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let compatibleWithJSONDecoder = ObjectDecoder.DecodingStrategy<URL>.custom { decoder in
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ Encoder.swift /Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift (in target 'ObjectEncoder' from project 'ObjectEncoder')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift (in target 'ObjectEncoder' from project 'ObjectEncoder')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:349:23: warning: static property 'deferredToData' is not concurrency-safe because non-'Sendable' type 'ObjectEncoder.DataEncodingStrategy?' (aka 'Optional<ObjectEncoder.EncodingStrategy<Data>>') may have shared mutable state; this is an error in the Swift 6 language mode
public static let deferredToData: ObjectEncoder.DataEncodingStrategy? = nil
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:30:19: note: consider making generic struct 'EncodingStrategy' conform to the 'Sendable' protocol
public struct EncodingStrategy<T: Encodable> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:349:23: note: add '@MainActor' to make static property 'deferredToData' part of global actor 'MainActor'
public static let deferredToData: ObjectEncoder.DataEncodingStrategy? = nil
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:349:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let deferredToData: ObjectEncoder.DataEncodingStrategy? = nil
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:352:23: warning: static property 'base64' is not concurrency-safe because non-'Sendable' type 'ObjectEncoder.EncodingStrategy<Data>' may have shared mutable state; this is an error in the Swift 6 language mode
public static let base64 = ObjectEncoder.DataEncodingStrategy.custom {
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:30:19: note: consider making generic struct 'EncodingStrategy' conform to the 'Sendable' protocol
public struct EncodingStrategy<T: Encodable> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:352:23: note: add '@MainActor' to make static property 'base64' part of global actor 'MainActor'
public static let base64 = ObjectEncoder.DataEncodingStrategy.custom {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:352:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let base64 = ObjectEncoder.DataEncodingStrategy.custom {
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:358:5: warning: var 'iso8601Formatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
var iso8601Formatter: ISO8601DateFormatter = {
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:358:5: note: convert 'iso8601Formatter' to a 'let' constant to make 'Sendable' shared state immutable
var iso8601Formatter: ISO8601DateFormatter = {
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:358:5: note: add '@MainActor' to make var 'iso8601Formatter' part of global actor 'MainActor'
var iso8601Formatter: ISO8601DateFormatter = {
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:358:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var iso8601Formatter: ISO8601DateFormatter = {
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:366:23: warning: static property 'deferredToDate' is not concurrency-safe because non-'Sendable' type 'ObjectEncoder.DateEncodingStrategy?' (aka 'Optional<ObjectEncoder.EncodingStrategy<Date>>') may have shared mutable state; this is an error in the Swift 6 language mode
public static let deferredToDate: ObjectEncoder.DateEncodingStrategy? = nil
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:30:19: note: consider making generic struct 'EncodingStrategy' conform to the 'Sendable' protocol
public struct EncodingStrategy<T: Encodable> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:366:23: note: add '@MainActor' to make static property 'deferredToDate' part of global actor 'MainActor'
public static let deferredToDate: ObjectEncoder.DateEncodingStrategy? = nil
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:366:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let deferredToDate: ObjectEncoder.DateEncodingStrategy? = nil
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:369:23: warning: static property 'secondsSince1970' is not concurrency-safe because non-'Sendable' type 'ObjectEncoder.EncodingStrategy<Date>' may have shared mutable state; this is an error in the Swift 6 language mode
public static let secondsSince1970 = ObjectEncoder.DateEncodingStrategy.custom { date, encoder in
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:30:19: note: consider making generic struct 'EncodingStrategy' conform to the 'Sendable' protocol
public struct EncodingStrategy<T: Encodable> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:369:23: note: add '@MainActor' to make static property 'secondsSince1970' part of global actor 'MainActor'
public static let secondsSince1970 = ObjectEncoder.DateEncodingStrategy.custom { date, encoder in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:369:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let secondsSince1970 = ObjectEncoder.DateEncodingStrategy.custom { date, encoder in
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:375:23: warning: static property 'millisecondsSince1970' is not concurrency-safe because non-'Sendable' type 'ObjectEncoder.EncodingStrategy<Date>' may have shared mutable state; this is an error in the Swift 6 language mode
public static let millisecondsSince1970 = ObjectEncoder.DateEncodingStrategy.custom { date, encoder in
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:30:19: note: consider making generic struct 'EncodingStrategy' conform to the 'Sendable' protocol
public struct EncodingStrategy<T: Encodable> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:375:23: note: add '@MainActor' to make static property 'millisecondsSince1970' part of global actor 'MainActor'
public static let millisecondsSince1970 = ObjectEncoder.DateEncodingStrategy.custom { date, encoder in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:375:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let millisecondsSince1970 = ObjectEncoder.DateEncodingStrategy.custom { date, encoder in
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:382:23: warning: static property 'iso8601' is not concurrency-safe because non-'Sendable' type 'ObjectEncoder.EncodingStrategy<Date>' may have shared mutable state; this is an error in the Swift 6 language mode
public static let iso8601 = ObjectEncoder.DateEncodingStrategy.custom { date, encoder in
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:30:19: note: consider making generic struct 'EncodingStrategy' conform to the 'Sendable' protocol
public struct EncodingStrategy<T: Encodable> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:382:23: note: add '@MainActor' to make static property 'iso8601' part of global actor 'MainActor'
public static let iso8601 = ObjectEncoder.DateEncodingStrategy.custom { date, encoder in
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:382:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let iso8601 = ObjectEncoder.DateEncodingStrategy.custom { date, encoder in
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:397:23: warning: static property 'compatibleWithJSONEncoder' is not concurrency-safe because non-'Sendable' type 'ObjectEncoder.EncodingStrategy<Decimal>' may have shared mutable state; this is an error in the Swift 6 language mode
public static let compatibleWithJSONEncoder = ObjectEncoder.EncodingStrategy<Decimal>.custom { decimal, encoder in
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:30:19: note: consider making generic struct 'EncodingStrategy' conform to the 'Sendable' protocol
public struct EncodingStrategy<T: Encodable> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:397:23: note: add '@MainActor' to make static property 'compatibleWithJSONEncoder' part of global actor 'MainActor'
public static let compatibleWithJSONEncoder = ObjectEncoder.EncodingStrategy<Decimal>.custom { decimal, encoder in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:397:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let compatibleWithJSONEncoder = ObjectEncoder.EncodingStrategy<Decimal>.custom { decimal, encoder in
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:403:23: warning: static property 'throwOnNonConformingFloat' is not concurrency-safe because non-'Sendable' type 'ObjectEncoder.EncodingStrategy<Double>' may have shared mutable state; this is an error in the Swift 6 language mode
public static let throwOnNonConformingFloat = ObjectEncoder.DoubleEncodingStrategy.custom { double, encoder in
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:30:19: note: consider making generic struct 'EncodingStrategy' conform to the 'Sendable' protocol
public struct EncodingStrategy<T: Encodable> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:403:23: note: add '@MainActor' to make static property 'throwOnNonConformingFloat' part of global actor 'MainActor'
public static let throwOnNonConformingFloat = ObjectEncoder.DoubleEncodingStrategy.custom { double, encoder in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:403:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let throwOnNonConformingFloat = ObjectEncoder.DoubleEncodingStrategy.custom { double, encoder in
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:428:23: warning: static property 'throwOnNonConformingFloat' is not concurrency-safe because non-'Sendable' type 'ObjectEncoder.EncodingStrategy<Float>' may have shared mutable state; this is an error in the Swift 6 language mode
public static let throwOnNonConformingFloat = ObjectEncoder.FloatEncodingStrategy.custom { float, encoder in
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:30:19: note: consider making generic struct 'EncodingStrategy' conform to the 'Sendable' protocol
public struct EncodingStrategy<T: Encodable> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:428:23: note: add '@MainActor' to make static property 'throwOnNonConformingFloat' part of global actor 'MainActor'
public static let throwOnNonConformingFloat = ObjectEncoder.FloatEncodingStrategy.custom { float, encoder in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:428:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let throwOnNonConformingFloat = ObjectEncoder.FloatEncodingStrategy.custom { float, encoder in
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:453:23: warning: static property 'compatibleWithJSONEncoder' is not concurrency-safe because non-'Sendable' type 'ObjectEncoder.EncodingStrategy<URL>' may have shared mutable state; this is an error in the Swift 6 language mode
public static let compatibleWithJSONEncoder = ObjectEncoder.EncodingStrategy<URL>.custom { url, encoder in
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:30:19: note: consider making generic struct 'EncodingStrategy' conform to the 'Sendable' protocol
public struct EncodingStrategy<T: Encodable> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:453:23: note: add '@MainActor' to make static property 'compatibleWithJSONEncoder' part of global actor 'MainActor'
public static let compatibleWithJSONEncoder = ObjectEncoder.EncodingStrategy<URL>.custom { url, encoder in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:453:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let compatibleWithJSONEncoder = ObjectEncoder.EncodingStrategy<URL>.custom { url, encoder in
^
nonisolated(unsafe)
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745494681923369-swift-frontend-ObjectEncoder-Encoder.swift-arm64_apple_watchos2.0-o-Onone-618986608.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.8599 seconds (3.9239 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0225 ( 4.5%) 0.1047 ( 29.4%) 0.1273 ( 14.8%) 1.6099 ( 41.0%) parse-and-resolve-imports
0.0216 ( 4.3%) 0.1035 ( 29.0%) 0.1251 ( 14.5%) 1.6039 ( 40.9%) Import resolution
0.0844 ( 16.8%) 0.0259 ( 7.3%) 0.1102 ( 12.8%) 0.1152 ( 2.9%) perform-sema
0.0843 ( 16.7%) 0.0258 ( 7.3%) 0.1101 ( 12.8%) 0.1151 ( 2.9%) Type checking and Semantic analysis
0.0801 ( 15.9%) 0.0238 ( 6.7%) 0.1039 ( 12.1%) 0.1041 ( 2.7%) build-rewrite-system
0.0016 ( 0.3%) 0.0079 ( 2.2%) 0.0096 ( 1.1%) 0.0950 ( 2.4%) load-stdlib
0.0519 ( 10.3%) 0.0210 ( 5.9%) 0.0729 ( 8.5%) 0.0779 ( 2.0%) typecheck-decl
0.0411 ( 8.2%) 0.0135 ( 3.8%) 0.0546 ( 6.3%) 0.0560 ( 1.4%) typecheck-expr
0.0311 ( 6.2%) 0.0047 ( 1.3%) 0.0358 ( 4.2%) 0.0358 ( 0.9%) typecheck-stmt
0.0144 ( 2.9%) 0.0113 ( 3.2%) 0.0257 ( 3.0%) 0.0258 ( 0.7%) import-clang-decl
0.0195 ( 3.9%) 0.0058 ( 1.6%) 0.0252 ( 2.9%) 0.0252 ( 0.6%) IRGen
0.0174 ( 3.5%) 0.0029 ( 0.8%) 0.0203 ( 2.4%) 0.0203 ( 0.5%) SILGen
0.0122 ( 2.4%) 0.0037 ( 1.0%) 0.0158 ( 1.8%) 0.0162 ( 0.4%) precheck-target
0.0100 ( 2.0%) 0.0014 ( 0.4%) 0.0114 ( 1.3%) 0.0114 ( 0.3%) SILGen-function
0.0105 ( 2.1%) 0.0002 ( 0.1%) 0.0107 ( 1.2%) 0.0107 ( 0.3%) SIL optimization
0.0009 ( 0.2%) 0.0004 ( 0.1%) 0.0012 ( 0.1%) 0.0012 ( 0.0%) load-all-members
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%) 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%) associated-type-inference
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-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.5035 (100.0%) 0.3564 (100.0%) 0.8599 (100.0%) 3.9239 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.5473 seconds (3.1471 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.0503 (100.0%) 0.4971 (100.0%) 1.5473 (100.0%) 3.1471 (100.0%) Building Target
1.0503 (100.0%) 0.4971 (100.0%) 1.5473 (100.0%) 3.1471 (100.0%) Total
SwiftCompile normal arm64 Compiling\ JSON.swift /Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/JSON.swift (in target 'ObjectEncoder' from project 'ObjectEncoder')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745494681926108-swift-frontend-ObjectEncoder-JSON.swift-arm64_apple_watchos2.0-o-Onone-2188936209.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 3.2720 seconds (3.7153 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9738 ( 43.4%) 0.4646 ( 45.2%) 1.4384 ( 44.0%) 1.6111 ( 43.4%) parse-and-resolve-imports
0.9728 ( 43.3%) 0.4632 ( 45.1%) 1.4360 ( 43.9%) 1.6045 ( 43.2%) Import resolution
0.0829 ( 3.7%) 0.0178 ( 1.7%) 0.1007 ( 3.1%) 0.1007 ( 2.7%) build-rewrite-system
0.0017 ( 0.1%) 0.0058 ( 0.6%) 0.0075 ( 0.2%) 0.0911 ( 2.5%) load-stdlib
0.0413 ( 1.8%) 0.0135 ( 1.3%) 0.0548 ( 1.7%) 0.0605 ( 1.6%) perform-sema
0.0412 ( 1.8%) 0.0135 ( 1.3%) 0.0547 ( 1.7%) 0.0604 ( 1.6%) Type checking and Semantic analysis
0.0387 ( 1.7%) 0.0129 ( 1.3%) 0.0516 ( 1.6%) 0.0573 ( 1.5%) typecheck-decl
0.0368 ( 1.6%) 0.0106 ( 1.0%) 0.0474 ( 1.4%) 0.0481 ( 1.3%) typecheck-expr
0.0136 ( 0.6%) 0.0094 ( 0.9%) 0.0230 ( 0.7%) 0.0230 ( 0.6%) import-clang-decl
0.0113 ( 0.5%) 0.0043 ( 0.4%) 0.0156 ( 0.5%) 0.0156 ( 0.4%) SILGen
0.0084 ( 0.4%) 0.0063 ( 0.6%) 0.0147 ( 0.4%) 0.0152 ( 0.4%) IRGen
0.0065 ( 0.3%) 0.0019 ( 0.2%) 0.0084 ( 0.3%) 0.0084 ( 0.2%) typecheck-stmt
0.0059 ( 0.3%) 0.0004 ( 0.0%) 0.0063 ( 0.2%) 0.0064 ( 0.2%) SIL optimization
0.0049 ( 0.2%) 0.0012 ( 0.1%) 0.0060 ( 0.2%) 0.0060 ( 0.2%) SILGen-function
0.0036 ( 0.2%) 0.0015 ( 0.1%) 0.0051 ( 0.2%) 0.0051 ( 0.1%) precheck-target
0.0010 ( 0.0%) 0.0006 ( 0.1%) 0.0016 ( 0.0%) 0.0016 ( 0.0%) load-all-members
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-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%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
2.2445 (100.0%) 1.0275 (100.0%) 3.2720 (100.0%) 3.7153 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 2.8379 seconds (3.1418 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.9148 (100.0%) 0.9232 (100.0%) 2.8379 (100.0%) 3.1418 (100.0%) Building Target
1.9148 (100.0%) 0.9232 (100.0%) 2.8379 (100.0%) 3.1418 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/JSON.swift (in target 'ObjectEncoder' from project 'ObjectEncoder')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal armv7k Compiling\ Encoder.swift /Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift (in target 'ObjectEncoder' from project 'ObjectEncoder')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift (in target 'ObjectEncoder' from project 'ObjectEncoder')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:349:23: warning: static property 'deferredToData' is not concurrency-safe because non-'Sendable' type 'ObjectEncoder.DataEncodingStrategy?' (aka 'Optional<ObjectEncoder.EncodingStrategy<Data>>') may have shared mutable state; this is an error in the Swift 6 language mode
public static let deferredToData: ObjectEncoder.DataEncodingStrategy? = nil
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:30:19: note: consider making generic struct 'EncodingStrategy' conform to the 'Sendable' protocol
public struct EncodingStrategy<T: Encodable> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:349:23: note: add '@MainActor' to make static property 'deferredToData' part of global actor 'MainActor'
public static let deferredToData: ObjectEncoder.DataEncodingStrategy? = nil
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:349:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let deferredToData: ObjectEncoder.DataEncodingStrategy? = nil
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:352:23: warning: static property 'base64' is not concurrency-safe because non-'Sendable' type 'ObjectEncoder.EncodingStrategy<Data>' may have shared mutable state; this is an error in the Swift 6 language mode
public static let base64 = ObjectEncoder.DataEncodingStrategy.custom {
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:30:19: note: consider making generic struct 'EncodingStrategy' conform to the 'Sendable' protocol
public struct EncodingStrategy<T: Encodable> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:352:23: note: add '@MainActor' to make static property 'base64' part of global actor 'MainActor'
public static let base64 = ObjectEncoder.DataEncodingStrategy.custom {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:352:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let base64 = ObjectEncoder.DataEncodingStrategy.custom {
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:358:5: warning: var 'iso8601Formatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
var iso8601Formatter: ISO8601DateFormatter = {
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:358:5: note: convert 'iso8601Formatter' to a 'let' constant to make 'Sendable' shared state immutable
var iso8601Formatter: ISO8601DateFormatter = {
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:358:5: note: add '@MainActor' to make var 'iso8601Formatter' part of global actor 'MainActor'
var iso8601Formatter: ISO8601DateFormatter = {
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:358:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var iso8601Formatter: ISO8601DateFormatter = {
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:366:23: warning: static property 'deferredToDate' is not concurrency-safe because non-'Sendable' type 'ObjectEncoder.DateEncodingStrategy?' (aka 'Optional<ObjectEncoder.EncodingStrategy<Date>>') may have shared mutable state; this is an error in the Swift 6 language mode
public static let deferredToDate: ObjectEncoder.DateEncodingStrategy? = nil
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:30:19: note: consider making generic struct 'EncodingStrategy' conform to the 'Sendable' protocol
public struct EncodingStrategy<T: Encodable> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:366:23: note: add '@MainActor' to make static property 'deferredToDate' part of global actor 'MainActor'
public static let deferredToDate: ObjectEncoder.DateEncodingStrategy? = nil
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:366:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let deferredToDate: ObjectEncoder.DateEncodingStrategy? = nil
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:369:23: warning: static property 'secondsSince1970' is not concurrency-safe because non-'Sendable' type 'ObjectEncoder.EncodingStrategy<Date>' may have shared mutable state; this is an error in the Swift 6 language mode
public static let secondsSince1970 = ObjectEncoder.DateEncodingStrategy.custom { date, encoder in
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:30:19: note: consider making generic struct 'EncodingStrategy' conform to the 'Sendable' protocol
public struct EncodingStrategy<T: Encodable> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:369:23: note: add '@MainActor' to make static property 'secondsSince1970' part of global actor 'MainActor'
public static let secondsSince1970 = ObjectEncoder.DateEncodingStrategy.custom { date, encoder in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:369:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let secondsSince1970 = ObjectEncoder.DateEncodingStrategy.custom { date, encoder in
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:375:23: warning: static property 'millisecondsSince1970' is not concurrency-safe because non-'Sendable' type 'ObjectEncoder.EncodingStrategy<Date>' may have shared mutable state; this is an error in the Swift 6 language mode
public static let millisecondsSince1970 = ObjectEncoder.DateEncodingStrategy.custom { date, encoder in
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:30:19: note: consider making generic struct 'EncodingStrategy' conform to the 'Sendable' protocol
public struct EncodingStrategy<T: Encodable> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:375:23: note: add '@MainActor' to make static property 'millisecondsSince1970' part of global actor 'MainActor'
public static let millisecondsSince1970 = ObjectEncoder.DateEncodingStrategy.custom { date, encoder in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:375:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let millisecondsSince1970 = ObjectEncoder.DateEncodingStrategy.custom { date, encoder in
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:382:23: warning: static property 'iso8601' is not concurrency-safe because non-'Sendable' type 'ObjectEncoder.EncodingStrategy<Date>' may have shared mutable state; this is an error in the Swift 6 language mode
public static let iso8601 = ObjectEncoder.DateEncodingStrategy.custom { date, encoder in
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:30:19: note: consider making generic struct 'EncodingStrategy' conform to the 'Sendable' protocol
public struct EncodingStrategy<T: Encodable> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:382:23: note: add '@MainActor' to make static property 'iso8601' part of global actor 'MainActor'
public static let iso8601 = ObjectEncoder.DateEncodingStrategy.custom { date, encoder in
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:382:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let iso8601 = ObjectEncoder.DateEncodingStrategy.custom { date, encoder in
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:397:23: warning: static property 'compatibleWithJSONEncoder' is not concurrency-safe because non-'Sendable' type 'ObjectEncoder.EncodingStrategy<Decimal>' may have shared mutable state; this is an error in the Swift 6 language mode
public static let compatibleWithJSONEncoder = ObjectEncoder.EncodingStrategy<Decimal>.custom { decimal, encoder in
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:30:19: note: consider making generic struct 'EncodingStrategy' conform to the 'Sendable' protocol
public struct EncodingStrategy<T: Encodable> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:397:23: note: add '@MainActor' to make static property 'compatibleWithJSONEncoder' part of global actor 'MainActor'
public static let compatibleWithJSONEncoder = ObjectEncoder.EncodingStrategy<Decimal>.custom { decimal, encoder in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:397:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let compatibleWithJSONEncoder = ObjectEncoder.EncodingStrategy<Decimal>.custom { decimal, encoder in
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:403:23: warning: static property 'throwOnNonConformingFloat' is not concurrency-safe because non-'Sendable' type 'ObjectEncoder.EncodingStrategy<Double>' may have shared mutable state; this is an error in the Swift 6 language mode
public static let throwOnNonConformingFloat = ObjectEncoder.DoubleEncodingStrategy.custom { double, encoder in
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:30:19: note: consider making generic struct 'EncodingStrategy' conform to the 'Sendable' protocol
public struct EncodingStrategy<T: Encodable> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:403:23: note: add '@MainActor' to make static property 'throwOnNonConformingFloat' part of global actor 'MainActor'
public static let throwOnNonConformingFloat = ObjectEncoder.DoubleEncodingStrategy.custom { double, encoder in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:403:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let throwOnNonConformingFloat = ObjectEncoder.DoubleEncodingStrategy.custom { double, encoder in
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:428:23: warning: static property 'throwOnNonConformingFloat' is not concurrency-safe because non-'Sendable' type 'ObjectEncoder.EncodingStrategy<Float>' may have shared mutable state; this is an error in the Swift 6 language mode
public static let throwOnNonConformingFloat = ObjectEncoder.FloatEncodingStrategy.custom { float, encoder in
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:30:19: note: consider making generic struct 'EncodingStrategy' conform to the 'Sendable' protocol
public struct EncodingStrategy<T: Encodable> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:428:23: note: add '@MainActor' to make static property 'throwOnNonConformingFloat' part of global actor 'MainActor'
public static let throwOnNonConformingFloat = ObjectEncoder.FloatEncodingStrategy.custom { float, encoder in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:428:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let throwOnNonConformingFloat = ObjectEncoder.FloatEncodingStrategy.custom { float, encoder in
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:453:23: warning: static property 'compatibleWithJSONEncoder' is not concurrency-safe because non-'Sendable' type 'ObjectEncoder.EncodingStrategy<URL>' may have shared mutable state; this is an error in the Swift 6 language mode
public static let compatibleWithJSONEncoder = ObjectEncoder.EncodingStrategy<URL>.custom { url, encoder in
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:30:19: note: consider making generic struct 'EncodingStrategy' conform to the 'Sendable' protocol
public struct EncodingStrategy<T: Encodable> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:453:23: note: add '@MainActor' to make static property 'compatibleWithJSONEncoder' part of global actor 'MainActor'
public static let compatibleWithJSONEncoder = ObjectEncoder.EncodingStrategy<URL>.custom { url, encoder in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Encoder.swift:453:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let compatibleWithJSONEncoder = ObjectEncoder.EncodingStrategy<URL>.custom { url, encoder in
^
nonisolated(unsafe)
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745494683890341-swift-frontend-ObjectEncoder-Encoder.swift-armv7k_apple_watchos2.0-o-Onone-1216853838.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.7276 seconds (0.7410 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0992 ( 17.8%) 0.0207 ( 12.1%) 0.1199 ( 16.5%) 0.1225 ( 16.5%) perform-sema
0.0992 ( 17.8%) 0.0206 ( 12.1%) 0.1198 ( 16.5%) 0.1224 ( 16.5%) Type checking and Semantic analysis
0.0797 ( 14.3%) 0.0239 ( 14.0%) 0.1036 ( 14.2%) 0.1059 ( 14.3%) build-rewrite-system
0.0611 ( 11.0%) 0.0150 ( 8.8%) 0.0761 ( 10.5%) 0.0780 ( 10.5%) typecheck-decl
0.0485 ( 8.7%) 0.0134 ( 7.9%) 0.0619 ( 8.5%) 0.0644 ( 8.7%) typecheck-expr
0.0367 ( 6.6%) 0.0054 ( 3.2%) 0.0421 ( 5.8%) 0.0428 ( 5.8%) typecheck-stmt
0.0173 ( 3.1%) 0.0211 ( 12.4%) 0.0384 ( 5.3%) 0.0385 ( 5.2%) parse-and-resolve-imports
0.0167 ( 3.0%) 0.0205 ( 12.0%) 0.0372 ( 5.1%) 0.0373 ( 5.0%) Import resolution
0.0218 ( 3.9%) 0.0059 ( 3.5%) 0.0277 ( 3.8%) 0.0277 ( 3.7%) IRGen
0.0156 ( 2.8%) 0.0117 ( 6.9%) 0.0273 ( 3.8%) 0.0276 ( 3.7%) import-clang-decl
0.0213 ( 3.8%) 0.0038 ( 2.2%) 0.0251 ( 3.4%) 0.0251 ( 3.4%) SILGen
0.0140 ( 2.5%) 0.0034 ( 2.0%) 0.0174 ( 2.4%) 0.0175 ( 2.4%) precheck-target
0.0126 ( 2.3%) 0.0019 ( 1.1%) 0.0144 ( 2.0%) 0.0144 ( 1.9%) SILGen-function
0.0109 ( 2.0%) 0.0001 ( 0.1%) 0.0110 ( 1.5%) 0.0110 ( 1.5%) SIL optimization
0.0018 ( 0.3%) 0.0024 ( 1.4%) 0.0043 ( 0.6%) 0.0043 ( 0.6%) load-stdlib
0.0010 ( 0.2%) 0.0003 ( 0.2%) 0.0013 ( 0.2%) 0.0013 ( 0.2%) load-all-members
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
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%) 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.5575 (100.0%) 0.1702 (100.0%) 0.7276 (100.0%) 0.7410 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.1793 seconds (1.1889 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9878 (100.0%) 0.1916 (100.0%) 1.1793 (100.0%) 1.1889 (100.0%) Building Target
0.9878 (100.0%) 0.1916 (100.0%) 1.1793 (100.0%) 1.1889 (100.0%) Total
SwiftDriverJobDiscovery normal arm64 Emitting module for ObjectEncoder (in target 'ObjectEncoder' from project 'ObjectEncoder')
SwiftCompile normal armv7k Compiling\ Decoder.swift /Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift (in target 'ObjectEncoder' from project 'ObjectEncoder')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745494683890653-swift-frontend-ObjectEncoder-Decoder.swift-armv7k_apple_watchos2.0-o-Onone-1805228682.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.6795 seconds (0.6847 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0912 ( 17.7%) 0.0203 ( 12.4%) 0.1116 ( 16.4%) 0.1128 ( 16.5%) perform-sema
0.0911 ( 17.7%) 0.0203 ( 12.4%) 0.1115 ( 16.4%) 0.1127 ( 16.5%) Type checking and Semantic analysis
0.0782 ( 15.2%) 0.0237 ( 14.4%) 0.1020 ( 15.0%) 0.1021 ( 14.9%) build-rewrite-system
0.0547 ( 10.6%) 0.0122 ( 7.5%) 0.0669 ( 9.8%) 0.0677 ( 9.9%) typecheck-decl
0.0376 ( 7.3%) 0.0105 ( 6.4%) 0.0481 ( 7.1%) 0.0490 ( 7.2%) typecheck-expr
0.0349 ( 6.8%) 0.0080 ( 4.8%) 0.0428 ( 6.3%) 0.0434 ( 6.3%) typecheck-stmt
0.0185 ( 3.6%) 0.0210 ( 12.8%) 0.0395 ( 5.8%) 0.0395 ( 5.8%) parse-and-resolve-imports
0.0176 ( 3.4%) 0.0204 ( 12.4%) 0.0380 ( 5.6%) 0.0381 ( 5.6%) Import resolution
0.0199 ( 3.9%) 0.0052 ( 3.2%) 0.0251 ( 3.7%) 0.0251 ( 3.7%) IRGen
0.0210 ( 4.1%) 0.0038 ( 2.3%) 0.0248 ( 3.6%) 0.0248 ( 3.6%) SILGen
0.0130 ( 2.5%) 0.0102 ( 6.2%) 0.0233 ( 3.4%) 0.0234 ( 3.4%) import-clang-decl
0.0146 ( 2.8%) 0.0046 ( 2.8%) 0.0192 ( 2.8%) 0.0193 ( 2.8%) precheck-target
0.0122 ( 2.4%) 0.0017 ( 1.1%) 0.0140 ( 2.1%) 0.0139 ( 2.0%) SILGen-function
0.0088 ( 1.7%) 0.0002 ( 0.1%) 0.0091 ( 1.3%) 0.0091 ( 1.3%) SIL optimization
0.0011 ( 0.2%) 0.0017 ( 1.0%) 0.0027 ( 0.4%) 0.0027 ( 0.4%) load-stdlib
0.0007 ( 0.1%) 0.0002 ( 0.1%) 0.0010 ( 0.1%) 0.0010 ( 0.1%) load-all-members
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%) associated-type-inference
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.5152 (100.0%) 0.1643 (100.0%) 0.6795 (100.0%) 0.6847 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.1808 seconds (1.1882 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9842 (100.0%) 0.1967 (100.0%) 1.1808 (100.0%) 1.1882 (100.0%) Building Target
0.9842 (100.0%) 0.1967 (100.0%) 1.1808 (100.0%) 1.1882 (100.0%) Total
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift (in target 'ObjectEncoder' from project 'ObjectEncoder')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:357:23: warning: static property 'deferredToData' is not concurrency-safe because non-'Sendable' type 'ObjectDecoder.DataDecodingStrategy?' (aka 'Optional<ObjectDecoder.DecodingStrategy<Data>>') may have shared mutable state; this is an error in the Swift 6 language mode
public static let deferredToData: ObjectDecoder.DataDecodingStrategy? = nil
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:28:19: note: consider making generic struct 'DecodingStrategy' conform to the 'Sendable' protocol
public struct DecodingStrategy<T: Decodable> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:357:23: note: add '@MainActor' to make static property 'deferredToData' part of global actor 'MainActor'
public static let deferredToData: ObjectDecoder.DataDecodingStrategy? = nil
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:357:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let deferredToData: ObjectDecoder.DataDecodingStrategy? = nil
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:360:23: warning: static property 'base64' is not concurrency-safe because non-'Sendable' type 'ObjectDecoder.DecodingStrategy<Data>' may have shared mutable state; this is an error in the Swift 6 language mode
public static let base64 = ObjectDecoder.DataDecodingStrategy.custom { decoder in
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:28:19: note: consider making generic struct 'DecodingStrategy' conform to the 'Sendable' protocol
public struct DecodingStrategy<T: Decodable> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:360:23: note: add '@MainActor' to make static property 'base64' part of global actor 'MainActor'
public static let base64 = ObjectDecoder.DataDecodingStrategy.custom { decoder in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:360:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let base64 = ObjectDecoder.DataDecodingStrategy.custom { decoder in
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:370:23: warning: static property 'deferredToDate' is not concurrency-safe because non-'Sendable' type 'ObjectDecoder.DateDecodingStrategy?' (aka 'Optional<ObjectDecoder.DecodingStrategy<Date>>') may have shared mutable state; this is an error in the Swift 6 language mode
public static let deferredToDate: ObjectDecoder.DateDecodingStrategy? = nil
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:28:19: note: consider making generic struct 'DecodingStrategy' conform to the 'Sendable' protocol
public struct DecodingStrategy<T: Decodable> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:370:23: note: add '@MainActor' to make static property 'deferredToDate' part of global actor 'MainActor'
public static let deferredToDate: ObjectDecoder.DateDecodingStrategy? = nil
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:370:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let deferredToDate: ObjectDecoder.DateDecodingStrategy? = nil
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:373:23: warning: static property 'secondsSince1970' is not concurrency-safe because non-'Sendable' type 'ObjectDecoder.DecodingStrategy<Date>' may have shared mutable state; this is an error in the Swift 6 language mode
public static let secondsSince1970 = ObjectDecoder.DateDecodingStrategy.custom { decoder in
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:28:19: note: consider making generic struct 'DecodingStrategy' conform to the 'Sendable' protocol
public struct DecodingStrategy<T: Decodable> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:373:23: note: add '@MainActor' to make static property 'secondsSince1970' part of global actor 'MainActor'
public static let secondsSince1970 = ObjectDecoder.DateDecodingStrategy.custom { decoder in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:373:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let secondsSince1970 = ObjectDecoder.DateDecodingStrategy.custom { decoder in
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:378:23: warning: static property 'millisecondsSince1970' is not concurrency-safe because non-'Sendable' type 'ObjectDecoder.DecodingStrategy<Date>' may have shared mutable state; this is an error in the Swift 6 language mode
public static let millisecondsSince1970 = ObjectDecoder.DateDecodingStrategy.custom { decoder in
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:28:19: note: consider making generic struct 'DecodingStrategy' conform to the 'Sendable' protocol
public struct DecodingStrategy<T: Decodable> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:378:23: note: add '@MainActor' to make static property 'millisecondsSince1970' part of global actor 'MainActor'
public static let millisecondsSince1970 = ObjectDecoder.DateDecodingStrategy.custom { decoder in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:378:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let millisecondsSince1970 = ObjectDecoder.DateDecodingStrategy.custom { decoder in
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:383:23: warning: static property 'iso8601' is not concurrency-safe because non-'Sendable' type 'ObjectDecoder.DecodingStrategy<Date>' may have shared mutable state; this is an error in the Swift 6 language mode
public static let iso8601 = ObjectDecoder.DateDecodingStrategy.custom { decoder in
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:28:19: note: consider making generic struct 'DecodingStrategy' conform to the 'Sendable' protocol
public struct DecodingStrategy<T: Decodable> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:383:23: note: add '@MainActor' to make static property 'iso8601' part of global actor 'MainActor'
public static let iso8601 = ObjectDecoder.DateDecodingStrategy.custom { decoder in
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:383:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let iso8601 = ObjectDecoder.DateDecodingStrategy.custom { decoder in
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:402:23: warning: static property 'compatibleWithJSONDecoder' is not concurrency-safe because non-'Sendable' type 'ObjectDecoder.DecodingStrategy<Decimal>' may have shared mutable state; this is an error in the Swift 6 language mode
public static let compatibleWithJSONDecoder = ObjectDecoder.DecodingStrategy<Decimal>.custom { decoder in
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:28:19: note: consider making generic struct 'DecodingStrategy' conform to the 'Sendable' protocol
public struct DecodingStrategy<T: Decodable> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:402:23: note: add '@MainActor' to make static property 'compatibleWithJSONDecoder' part of global actor 'MainActor'
public static let compatibleWithJSONDecoder = ObjectDecoder.DecodingStrategy<Decimal>.custom { decoder in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:402:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let compatibleWithJSONDecoder = ObjectDecoder.DecodingStrategy<Decimal>.custom { decoder in
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:412:23: warning: static property 'deferredToDouble' is not concurrency-safe because non-'Sendable' type 'ObjectDecoder.DoubleDecodingStrategy?' (aka 'Optional<ObjectDecoder.DecodingStrategy<Double>>') may have shared mutable state; this is an error in the Swift 6 language mode
public static let deferredToDouble: ObjectDecoder.DoubleDecodingStrategy? = nil
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:28:19: note: consider making generic struct 'DecodingStrategy' conform to the 'Sendable' protocol
public struct DecodingStrategy<T: Decodable> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:412:23: note: add '@MainActor' to make static property 'deferredToDouble' part of global actor 'MainActor'
public static let deferredToDouble: ObjectDecoder.DoubleDecodingStrategy? = nil
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:412:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let deferredToDouble: ObjectDecoder.DoubleDecodingStrategy? = nil
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:435:23: warning: static property 'deferredToFloat' is not concurrency-safe because non-'Sendable' type 'ObjectDecoder.FloatDecodingStrategy?' (aka 'Optional<ObjectDecoder.DecodingStrategy<Float>>') may have shared mutable state; this is an error in the Swift 6 language mode
public static let deferredToFloat: ObjectDecoder.FloatDecodingStrategy? = nil
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:28:19: note: consider making generic struct 'DecodingStrategy' conform to the 'Sendable' protocol
public struct DecodingStrategy<T: Decodable> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:435:23: note: add '@MainActor' to make static property 'deferredToFloat' part of global actor 'MainActor'
public static let deferredToFloat: ObjectDecoder.FloatDecodingStrategy? = nil
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:435:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let deferredToFloat: ObjectDecoder.FloatDecodingStrategy? = nil
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:458:23: warning: static property 'compatibleWithJSONDecoder' is not concurrency-safe because non-'Sendable' type 'ObjectDecoder.DecodingStrategy<URL>' may have shared mutable state; this is an error in the Swift 6 language mode
public static let compatibleWithJSONDecoder = ObjectDecoder.DecodingStrategy<URL>.custom { decoder in
^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:28:19: note: consider making generic struct 'DecodingStrategy' conform to the 'Sendable' protocol
public struct DecodingStrategy<T: Decodable> {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:458:23: note: add '@MainActor' to make static property 'compatibleWithJSONDecoder' part of global actor 'MainActor'
public static let compatibleWithJSONDecoder = ObjectDecoder.DecodingStrategy<URL>.custom { decoder in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift:458:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let compatibleWithJSONDecoder = ObjectDecoder.DecodingStrategy<URL>.custom { decoder in
^
nonisolated(unsafe)
SwiftDriverJobDiscovery normal armv7k Emitting module for ObjectEncoder (in target 'ObjectEncoder' from project 'ObjectEncoder')
SwiftDriver\ Compilation\ Requirements ObjectEncoder normal armv7k com.apple.xcode.tools.swift.compiler (in target 'ObjectEncoder' from project 'ObjectEncoder')
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 ObjectEncoder -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/armv7k/ObjectEncoder.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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos2.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -application-extension -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/armv7k/ObjectEncoder-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/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/armv7k/ObjectEncoder.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/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/armv7k/ObjectEncoder_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/armv7k/ObjectEncoder-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64_32 Emitting module for ObjectEncoder (in target 'ObjectEncoder' from project 'ObjectEncoder')
SwiftDriver\ Compilation\ Requirements ObjectEncoder normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ObjectEncoder' from project 'ObjectEncoder')
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 ObjectEncoder -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/arm64/ObjectEncoder.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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos2.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -application-extension -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/arm64/ObjectEncoder-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/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/arm64/ObjectEncoder.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/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/arm64/ObjectEncoder_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/arm64/ObjectEncoder-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriver\ Compilation\ Requirements ObjectEncoder normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'ObjectEncoder' from project 'ObjectEncoder')
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 ObjectEncoder -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/arm64_32/ObjectEncoder.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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos2.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -application-extension -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/arm64_32/ObjectEncoder-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/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/arm64_32/ObjectEncoder.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/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/arm64_32/ObjectEncoder_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/arm64_32/ObjectEncoder-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ObjectEncoder.framework/Modules/ObjectEncoder.swiftmodule/armv7k-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/armv7k/ObjectEncoder.swiftmodule (in target 'ObjectEncoder' from project 'ObjectEncoder')
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/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/armv7k/ObjectEncoder.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ObjectEncoder.framework/Modules/ObjectEncoder.swiftmodule/armv7k-apple-watchos.swiftmodule
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ObjectEncoder.framework/Headers/ObjectEncoder-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/arm64/ObjectEncoder-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/arm64_32/ObjectEncoder-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/armv7k/ObjectEncoder-Swift.h (in target 'ObjectEncoder' from project 'ObjectEncoder')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/arm64/ObjectEncoder-Swift.h -arch arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/arm64_32/ObjectEncoder-Swift.h -arch armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/armv7k/ObjectEncoder-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ObjectEncoder.framework/Headers/ObjectEncoder-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ObjectEncoder.framework/Modules/ObjectEncoder.swiftmodule/armv7k-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/armv7k/ObjectEncoder.swiftdoc (in target 'ObjectEncoder' from project 'ObjectEncoder')
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/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/armv7k/ObjectEncoder.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ObjectEncoder.framework/Modules/ObjectEncoder.swiftmodule/armv7k-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ObjectEncoder.framework/Modules/ObjectEncoder.swiftmodule/armv7k-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/armv7k/ObjectEncoder.abi.json (in target 'ObjectEncoder' from project 'ObjectEncoder')
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/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/armv7k/ObjectEncoder.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ObjectEncoder.framework/Modules/ObjectEncoder.swiftmodule/armv7k-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ObjectEncoder.framework/Modules/ObjectEncoder.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/arm64_32/ObjectEncoder.swiftmodule (in target 'ObjectEncoder' from project 'ObjectEncoder')
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/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/arm64_32/ObjectEncoder.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ObjectEncoder.framework/Modules/ObjectEncoder.swiftmodule/arm64_32-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ObjectEncoder.framework/Modules/ObjectEncoder.swiftmodule/arm64_32-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/arm64_32/ObjectEncoder.swiftdoc (in target 'ObjectEncoder' from project 'ObjectEncoder')
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/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/arm64_32/ObjectEncoder.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ObjectEncoder.framework/Modules/ObjectEncoder.swiftmodule/arm64_32-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ObjectEncoder.framework/Modules/ObjectEncoder.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/arm64_32/ObjectEncoder.abi.json (in target 'ObjectEncoder' from project 'ObjectEncoder')
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/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/arm64_32/ObjectEncoder.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ObjectEncoder.framework/Modules/ObjectEncoder.swiftmodule/arm64_32-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ObjectEncoder.framework/Modules/ObjectEncoder.swiftmodule/arm64-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/arm64/ObjectEncoder.swiftmodule (in target 'ObjectEncoder' from project 'ObjectEncoder')
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/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/arm64/ObjectEncoder.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ObjectEncoder.framework/Modules/ObjectEncoder.swiftmodule/arm64-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ObjectEncoder.framework/Modules/ObjectEncoder.swiftmodule/arm64-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/arm64/ObjectEncoder.swiftdoc (in target 'ObjectEncoder' from project 'ObjectEncoder')
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/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/arm64/ObjectEncoder.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ObjectEncoder.framework/Modules/ObjectEncoder.swiftmodule/arm64-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ObjectEncoder.framework/Modules/ObjectEncoder.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/arm64/ObjectEncoder.abi.json (in target 'ObjectEncoder' from project 'ObjectEncoder')
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/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/arm64/ObjectEncoder.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ObjectEncoder.framework/Modules/ObjectEncoder.swiftmodule/arm64-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ObjectEncoder.framework/Modules/ObjectEncoder.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/armv7k/ObjectEncoder.swiftsourceinfo (in target 'ObjectEncoder' from project 'ObjectEncoder')
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/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/armv7k/ObjectEncoder.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ObjectEncoder.framework/Modules/ObjectEncoder.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ObjectEncoder.framework/Modules/ObjectEncoder.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/arm64_32/ObjectEncoder.swiftsourceinfo (in target 'ObjectEncoder' from project 'ObjectEncoder')
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/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/arm64_32/ObjectEncoder.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ObjectEncoder.framework/Modules/ObjectEncoder.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ObjectEncoder.framework/Modules/ObjectEncoder.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/arm64/ObjectEncoder.swiftsourceinfo (in target 'ObjectEncoder' from project 'ObjectEncoder')
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/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/arm64/ObjectEncoder.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ObjectEncoder.framework/Modules/ObjectEncoder.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64_32 Compiling Decoder.swift (in target 'ObjectEncoder' from project 'ObjectEncoder')
SwiftDriverJobDiscovery normal arm64_32 Compiling Encoder.swift (in target 'ObjectEncoder' from project 'ObjectEncoder')
SwiftDriverJobDiscovery normal arm64 Compiling Decoder.swift (in target 'ObjectEncoder' from project 'ObjectEncoder')
SwiftDriverJobDiscovery normal arm64_32 Compiling JSON.swift (in target 'ObjectEncoder' from project 'ObjectEncoder')
SwiftDriver\ Compilation ObjectEncoder normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'ObjectEncoder' from project 'ObjectEncoder')
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 ObjectEncoder -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/arm64_32/ObjectEncoder.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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos2.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -application-extension -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/arm64_32/ObjectEncoder-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/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/arm64_32/ObjectEncoder.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/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/arm64_32/ObjectEncoder_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/arm64_32/ObjectEncoder-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/arm64_32/Binary/ObjectEncoder normal arm64_32 (in target 'ObjectEncoder' from project 'ObjectEncoder')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64_32-apple-watchos2.0 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/arm64_32/ObjectEncoder.LinkFileList -install_name @rpath/ObjectEncoder.framework/ObjectEncoder -Xlinker -rpath -Xlinker /usr/lib/swift -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/arm64_32/ObjectEncoder_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/arm64_32/ObjectEncoder_dependency_info.dat -fapplication-extension -fobjc-link-runtime -fprofile-instr-generate -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/arm64_32/ObjectEncoder.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/arm64_32/Binary/ObjectEncoder
SwiftDriverJobDiscovery normal arm64 Compiling JSON.swift (in target 'ObjectEncoder' from project 'ObjectEncoder')
SwiftDriverJobDiscovery normal armv7k Compiling Decoder.swift (in target 'ObjectEncoder' from project 'ObjectEncoder')
SwiftDriverJobDiscovery normal armv7k Compiling JSON.swift (in target 'ObjectEncoder' from project 'ObjectEncoder')
SwiftDriverJobDiscovery normal arm64 Compiling Encoder.swift (in target 'ObjectEncoder' from project 'ObjectEncoder')
SwiftDriver\ Compilation ObjectEncoder normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ObjectEncoder' from project 'ObjectEncoder')
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 ObjectEncoder -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/arm64/ObjectEncoder.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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos2.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -application-extension -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/arm64/ObjectEncoder-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/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/arm64/ObjectEncoder.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/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/arm64/ObjectEncoder_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/arm64/ObjectEncoder-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal armv7k Compiling Encoder.swift (in target 'ObjectEncoder' from project 'ObjectEncoder')
SwiftDriver\ Compilation ObjectEncoder normal armv7k com.apple.xcode.tools.swift.compiler (in target 'ObjectEncoder' from project 'ObjectEncoder')
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 ObjectEncoder -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/armv7k/ObjectEncoder.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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos2.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -application-extension -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/armv7k/ObjectEncoder-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/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/armv7k/ObjectEncoder.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/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/armv7k/ObjectEncoder_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/armv7k/ObjectEncoder-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/arm64/Binary/ObjectEncoder normal arm64 (in target 'ObjectEncoder' from project 'ObjectEncoder')
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-watchos2.0 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/arm64/ObjectEncoder.LinkFileList -install_name @rpath/ObjectEncoder.framework/ObjectEncoder -Xlinker -rpath -Xlinker /usr/lib/swift -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/arm64/ObjectEncoder_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/arm64/ObjectEncoder_dependency_info.dat -fapplication-extension -fobjc-link-runtime -fprofile-instr-generate -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/arm64/ObjectEncoder.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/arm64/Binary/ObjectEncoder
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/armv7k/Binary/ObjectEncoder normal armv7k (in target 'ObjectEncoder' from project 'ObjectEncoder')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target armv7k-apple-watchos2.0 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/armv7k/ObjectEncoder.LinkFileList -install_name @rpath/ObjectEncoder.framework/ObjectEncoder -Xlinker -rpath -Xlinker /usr/lib/swift -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/armv7k/ObjectEncoder_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/armv7k/ObjectEncoder_dependency_info.dat -fapplication-extension -fobjc-link-runtime -fprofile-instr-generate -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/armv7k/ObjectEncoder.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/armv7k/Binary/ObjectEncoder
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ObjectEncoder.framework/ObjectEncoder normal arm64\ armv7k\ arm64_32 (in target 'ObjectEncoder' from project 'ObjectEncoder')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/arm64/Binary/ObjectEncoder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/armv7k/Binary/ObjectEncoder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/arm64_32/Binary/ObjectEncoder -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ObjectEncoder.framework/ObjectEncoder
PhaseScriptExecution Run\ Script /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Script-6C7FA7DE1F9B2D0100F15D2A.sh (in target 'ObjectEncoder' from project 'ObjectEncoder')
cd /Users/admin/builder/spi-builder-workspace
/bin/sh -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Script-6C7FA7DE1F9B2D0100F15D2A.sh
warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint
ExtractAppIntentsMetadata (in target 'ObjectEncoder' from project 'ObjectEncoder')
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 ObjectEncoder --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk --xcode-version 16E140 --platform-family watchOS --deployment-target 2.0 --bundle-identifier ObjectEncoder --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ObjectEncoder.framework --target-triple arm64-apple-watchos2.0 --target-triple armv7k-apple-watchos2.0 --target-triple arm64_32-apple-watchos2.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ObjectEncoder.framework/ObjectEncoder --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/arm64/ObjectEncoder_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/armv7k/ObjectEncoder_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/arm64_32/ObjectEncoder_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/arm64/ObjectEncoder.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/armv7k/ObjectEncoder.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/arm64_32/ObjectEncoder.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/ObjectEncoder.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/ObjectEncoder.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/arm64/ObjectEncoder.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/armv7k/ObjectEncoder.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug-watchos/ObjectEncoder.build/Objects-normal/arm64_32/ObjectEncoder.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-24 04:38:05.708 appintentsmetadataprocessor[712:4134] Starting appintentsmetadataprocessor export
2025-04-24 04:38:05.711 appintentsmetadataprocessor[712:4134] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos/ObjectEncoder.framework/ObjectEncoder.tbd (in target 'ObjectEncoder' from project 'ObjectEncoder')
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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ObjectEncoder.framework/ObjectEncoder -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos/ObjectEncoder.framework/ObjectEncoder.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ObjectEncoder.framework (in target 'ObjectEncoder' from project 'ObjectEncoder')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ObjectEncoder.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ObjectEncoder.framework (in target 'ObjectEncoder' from project 'ObjectEncoder')
cd /Users/admin/builder/spi-builder-workspace
/usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ObjectEncoder.framework
/Users/admin/builder/spi-builder-workspace/ObjectEncoder.xcodeproj: warning: The watchOS deployment target 'WATCHOS_DEPLOYMENT_TARGET' is set to 2.0, but the range of supported deployment target versions is 4.0 to 11.4.99. (in target 'ObjectEncoder' from project 'ObjectEncoder')
warning: Run script build phase 'Run Script' will be run during every build because it does not specify any outputs. To address this issue, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'ObjectEncoder' from project 'ObjectEncoder')
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "ObjectEncoder",
"name" : "ObjectEncoder",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "ObjectEncoder",
"targets" : [
"ObjectEncoder"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ObjectEncoderTests",
"module_type" : "SwiftTarget",
"name" : "ObjectEncoderTests",
"path" : "Tests/ObjectEncoderTests",
"sources" : [
"ObjectEncoderTests.swift",
"TestJSONEncoder.swift"
],
"target_dependencies" : [
"ObjectEncoder"
],
"type" : "test"
},
{
"c99name" : "ObjectEncoder",
"module_type" : "SwiftTarget",
"name" : "ObjectEncoder",
"path" : "Sources/ObjectEncoder",
"product_memberships" : [
"ObjectEncoder"
],
"sources" : [
"Decoder.swift",
"Encoder.swift",
"JSON.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.