Build Information
Successful build of ObjectEncoder, reference master (91461b
), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 24 Apr 2025 11:38:33 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 platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/norio-nomura/ObjectEncoder.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/norio-nomura/ObjectEncoder
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 91461be [GitHub Actions] Update action-swiftlint to 3.0.1
Cloned https://github.com/norio-nomura/ObjectEncoder.git
Revision (git rev-parse @):
91461bedfaee24f418a74adf6b9063fe59907aa2
SUCCESS checkout https://github.com/norio-nomura/ObjectEncoder.git at master
========================================
Build
========================================
Selected platform: macosXcodebuild
Swift version: 6.1
Building package at path: $PWD
https://github.com/norio-nomura/ObjectEncoder.git
https://github.com/norio-nomura/ObjectEncoder.git
{
"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"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
"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"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "ObjectEncoder",
"schemes" : [
"ObjectEncoder-Package",
"ObjectEncoderPackageDescription",
"ObjectEncoderPackageTests"
],
"targets" : [
"ObjectEncoderPackageDescription",
"ObjectEncoderTests",
"ObjectEncoder",
"ObjectEncoderPackageTests"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ObjectEncoder-Package -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme ObjectEncoder-Package -destination platform=macOS,arch=arm64 "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
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
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
Target 'ObjectEncoder' in project 'ObjectEncoder' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: ba8877171f4ce9f97e14abccea2db796
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/ba8877171f4ce9f97e14abccea2db796.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/ObjectEncoder.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/ObjectEncoder.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/ObjectEncoder.xcodeproj
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
cd /Users/admin/builder/spi-builder-workspace/ObjectEncoder.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
cd /Users/admin/builder/spi-builder-workspace/ObjectEncoder.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ObjectEncoder.framework/Versions/Current A (in target 'ObjectEncoder' from project 'ObjectEncoder')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh A /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ObjectEncoder.framework/Versions/Current
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ObjectEncoder.framework/Resources Versions/Current/Resources (in target 'ObjectEncoder' from project 'ObjectEncoder')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh Versions/Current/Resources /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ObjectEncoder.framework/Resources
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug/ObjectEncoder.build/Script-6C7FA7DE1F9B2D0100F15D2A.sh (in target 'ObjectEncoder' from project 'ObjectEncoder')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug/ObjectEncoder.build/Script-6C7FA7DE1F9B2D0100F15D2A.sh
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug/ObjectEncoder.build/ObjectEncoder.DependencyMetadataFileList (in target 'ObjectEncoder' from project 'ObjectEncoder')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug/ObjectEncoder.build/ObjectEncoder.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug/ObjectEncoder.build/ObjectEncoder.DependencyStaticMetadataFileList (in target 'ObjectEncoder' from project 'ObjectEncoder')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug/ObjectEncoder.build/ObjectEncoder.DependencyStaticMetadataFileList
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ObjectEncoder.framework/ObjectEncoder Versions/Current/ObjectEncoder (in target 'ObjectEncoder' from project 'ObjectEncoder')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh Versions/Current/ObjectEncoder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ObjectEncoder.framework/ObjectEncoder
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug/ObjectEncoder.build/Objects-normal/arm64/ObjectEncoder_const_extract_protocols.json (in target 'ObjectEncoder' from project 'ObjectEncoder')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug/ObjectEncoder.build/Objects-normal/arm64/ObjectEncoder_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug/ObjectEncoder.build/Objects-normal/arm64/ObjectEncoder-OutputFileMap.json (in target 'ObjectEncoder' from project 'ObjectEncoder')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug/ObjectEncoder.build/Objects-normal/arm64/ObjectEncoder-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug/ObjectEncoder.build/Objects-normal/arm64/ObjectEncoder.SwiftConstValuesFileList (in target 'ObjectEncoder' from project 'ObjectEncoder')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug/ObjectEncoder.build/Objects-normal/arm64/ObjectEncoder.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug/ObjectEncoder.build/Objects-normal/arm64/ObjectEncoder.SwiftFileList (in target 'ObjectEncoder' from project 'ObjectEncoder')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug/ObjectEncoder.build/Objects-normal/arm64/ObjectEncoder.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug/ObjectEncoder.build/Objects-normal/arm64/ObjectEncoder.LinkFileList (in target 'ObjectEncoder' from project 'ObjectEncoder')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug/ObjectEncoder.build/Objects-normal/arm64/ObjectEncoder.LinkFileList
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ObjectEncoder.framework/Modules Versions/Current/Modules (in target 'ObjectEncoder' from project 'ObjectEncoder')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh Versions/Current/Modules /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ObjectEncoder.framework/Modules
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ObjectEncoder.framework/Headers Versions/Current/Headers (in target 'ObjectEncoder' from project 'ObjectEncoder')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh Versions/Current/Headers /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ObjectEncoder.framework/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ObjectEncoder.framework/Versions/A/Resources (in target 'ObjectEncoder' from project 'ObjectEncoder')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ObjectEncoder.framework/Versions/A/Resources
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ObjectEncoder.framework/Versions/A/Headers (in target 'ObjectEncoder' from project 'ObjectEncoder')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ObjectEncoder.framework/Versions/A/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ObjectEncoder.framework/Versions/A (in target 'ObjectEncoder' from project 'ObjectEncoder')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ObjectEncoder.framework/Versions/A
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ObjectEncoder.framework/Versions (in target 'ObjectEncoder' from project 'ObjectEncoder')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ObjectEncoder.framework/Versions
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ObjectEncoder.framework (in target 'ObjectEncoder' from project 'ObjectEncoder')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ObjectEncoder.framework
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ObjectEncoder.framework/Versions/A/Resources/Info.plist /Users/admin/builder/spi-builder-workspace/ObjectEncoder.xcodeproj/ObjectEncoder_Info.plist (in target 'ObjectEncoder' from project 'ObjectEncoder')
cd /Users/admin/builder/spi-builder-workspace
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/ObjectEncoder.xcodeproj/ObjectEncoder_Info.plist -producttype com.apple.product-type.framework -expandbuildsettings -platform macosx -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ObjectEncoder.framework/Versions/A/Resources/Info.plist
SwiftDriver ObjectEncoder normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ObjectEncoder' from project 'ObjectEncoder')
cd /Users/admin/builder/spi-builder-workspace
builtin-SwiftDriver -- /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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.10 -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 -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug/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/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/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/ObjectEncoder.build/Objects-normal/arm64/ObjectEncoder_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug/ObjectEncoder.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug/ObjectEncoder.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug/ObjectEncoder.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug/ObjectEncoder.build/Objects-normal/arm64/ObjectEncoder-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ JSON.swift /Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/JSON.swift (in target 'ObjectEncoder' from project 'ObjectEncoder')
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
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745494707747527-swift-frontend-ObjectEncoder-JSON.swift-arm64_apple_macos10.10-o-Onone-4169260594.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4797 seconds (5.5427 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0235 ( 6.9%) 0.0284 ( 20.8%) 0.0519 ( 10.8%) 2.5467 ( 45.9%) parse-and-resolve-imports
0.0224 ( 6.5%) 0.0278 ( 20.3%) 0.0501 ( 10.5%) 2.5449 ( 45.9%) Import resolution
0.0739 ( 21.6%) 0.0198 ( 14.5%) 0.0938 ( 19.5%) 0.0937 ( 1.7%) build-rewrite-system
0.0014 ( 0.4%) 0.0036 ( 2.7%) 0.0050 ( 1.0%) 0.0785 ( 1.4%) load-stdlib
0.0432 ( 12.6%) 0.0102 ( 7.4%) 0.0533 ( 11.1%) 0.0534 ( 1.0%) perform-sema
0.0431 ( 12.6%) 0.0101 ( 7.4%) 0.0532 ( 11.1%) 0.0532 ( 1.0%) Type checking and Semantic analysis
0.0402 ( 11.7%) 0.0095 ( 7.0%) 0.0497 ( 10.4%) 0.0497 ( 0.9%) typecheck-decl
0.0390 ( 11.4%) 0.0093 ( 6.8%) 0.0483 ( 10.1%) 0.0483 ( 0.9%) typecheck-expr
0.0134 ( 3.9%) 0.0085 ( 6.2%) 0.0220 ( 4.6%) 0.0220 ( 0.4%) import-clang-decl
0.0122 ( 3.6%) 0.0022 ( 1.6%) 0.0144 ( 3.0%) 0.0144 ( 0.3%) SILGen
0.0085 ( 2.5%) 0.0035 ( 2.5%) 0.0120 ( 2.5%) 0.0120 ( 0.2%) IRGen
0.0064 ( 1.9%) 0.0017 ( 1.2%) 0.0081 ( 1.7%) 0.0081 ( 0.1%) typecheck-stmt
0.0057 ( 1.7%) 0.0007 ( 0.5%) 0.0064 ( 1.3%) 0.0064 ( 0.1%) SILGen-function
0.0056 ( 1.6%) 0.0001 ( 0.0%) 0.0057 ( 1.2%) 0.0057 ( 0.1%) SIL optimization
0.0035 ( 1.0%) 0.0013 ( 0.9%) 0.0047 ( 1.0%) 0.0047 ( 0.1%) precheck-target
0.0008 ( 0.2%) 0.0002 ( 0.1%) 0.0009 ( 0.2%) 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%) 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.3428 (100.0%) 0.1369 (100.0%) 0.4797 (100.0%) 5.5427 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.6276 seconds (4.2135 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.0920 (100.0%) 0.5355 (100.0%) 1.6276 (100.0%) 4.2135 (100.0%) Building Target
1.0920 (100.0%) 0.5355 (100.0%) 1.6276 (100.0%) 4.2135 (100.0%) Total
SwiftEmitModule normal arm64 Emitting\ module\ for\ ObjectEncoder (in target 'ObjectEncoder' from project 'ObjectEncoder')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745494707747213-swift-frontend-ObjectEncoder-all-arm64_apple_macos10.10-swiftmodule-Onone-3602454621.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.5613 seconds (5.9310 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0241 ( 5.7%) 0.0263 ( 18.8%) 0.0504 ( 9.0%) 2.6986 ( 45.5%) parse-and-resolve-imports
0.0229 ( 5.4%) 0.0257 ( 18.3%) 0.0486 ( 8.7%) 2.6968 ( 45.5%) Import resolution
0.0849 ( 20.2%) 0.0155 ( 11.1%) 0.1004 ( 17.9%) 0.1004 ( 1.7%) perform-sema
0.0849 ( 20.2%) 0.0155 ( 11.0%) 0.1003 ( 17.9%) 0.1003 ( 1.7%) Type checking and Semantic analysis
0.0846 ( 20.1%) 0.0153 ( 10.9%) 0.0999 ( 17.8%) 0.0998 ( 1.7%) typecheck-decl
0.0013 ( 0.3%) 0.0051 ( 3.7%) 0.0065 ( 1.2%) 0.0785 ( 1.3%) load-stdlib
0.0473 ( 11.2%) 0.0124 ( 8.8%) 0.0597 ( 10.6%) 0.0597 ( 1.0%) typecheck-expr
0.0199 ( 4.7%) 0.0035 ( 2.5%) 0.0234 ( 4.2%) 0.0234 ( 0.4%) SILGen
0.0138 ( 3.3%) 0.0061 ( 4.4%) 0.0199 ( 3.6%) 0.0206 ( 0.3%) SIL optimization
0.0108 ( 2.6%) 0.0028 ( 2.0%) 0.0136 ( 2.4%) 0.0136 ( 0.2%) build-rewrite-system
0.0061 ( 1.4%) 0.0049 ( 3.5%) 0.0110 ( 2.0%) 0.0110 ( 0.2%) import-clang-decl
0.0096 ( 2.3%) 0.0012 ( 0.9%) 0.0108 ( 1.9%) 0.0108 ( 0.2%) SILGen-function
0.0050 ( 1.2%) 0.0016 ( 1.2%) 0.0067 ( 1.2%) 0.0067 ( 0.1%) precheck-target
0.0027 ( 0.6%) 0.0030 ( 2.1%) 0.0057 ( 1.0%) 0.0063 ( 0.1%) Serialization, swiftmodule
0.0018 ( 0.4%) 0.0004 ( 0.3%) 0.0022 ( 0.4%) 0.0022 ( 0.0%) typecheck-stmt
0.0004 ( 0.1%) 0.0008 ( 0.5%) 0.0012 ( 0.2%) 0.0012 ( 0.0%) Serialization, swiftdoc
0.0006 ( 0.2%) 0.0001 ( 0.1%) 0.0008 ( 0.1%) 0.0008 ( 0.0%) Serialization, swiftsourceinfo
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) load-all-members
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 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%) associated-type-inference
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-module-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.4211 (100.0%) 0.1402 (100.0%) 0.5613 (100.0%) 5.9310 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.2242 seconds (2.9454 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1623 (100.0%) 0.0618 (100.0%) 0.2242 (100.0%) 2.9454 (100.0%) Building Target
0.1623 (100.0%) 0.0618 (100.0%) 0.2242 (100.0%) 2.9454 (100.0%) Total
EmitSwiftModule normal arm64 (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)
/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')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745494707747136-swift-frontend-ObjectEncoder-Encoder.swift-arm64_apple_macos10.10-o-Onone-514176364.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 4.7751 seconds (5.2649 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.6132 ( 43.8%) 0.4821 ( 44.2%) 2.0954 ( 43.9%) 2.3314 ( 44.3%) parse-and-resolve-imports
1.6123 ( 43.7%) 0.4819 ( 44.2%) 2.0942 ( 43.9%) 2.3303 ( 44.3%) Import resolution
0.0837 ( 2.3%) 0.0162 ( 1.5%) 0.0999 ( 2.1%) 0.1008 ( 1.9%) perform-sema
0.0837 ( 2.3%) 0.0161 ( 1.5%) 0.0998 ( 2.1%) 0.1007 ( 1.9%) Type checking and Semantic analysis
0.0758 ( 2.1%) 0.0125 ( 1.2%) 0.0883 ( 1.8%) 0.0883 ( 1.7%) build-rewrite-system
0.0514 ( 1.4%) 0.0127 ( 1.2%) 0.0641 ( 1.3%) 0.0649 ( 1.2%) typecheck-decl
0.0120 ( 0.3%) 0.0333 ( 3.1%) 0.0452 ( 0.9%) 0.0596 ( 1.1%) load-stdlib
0.0412 ( 1.1%) 0.0096 ( 0.9%) 0.0508 ( 1.1%) 0.0512 ( 1.0%) typecheck-expr
0.0310 ( 0.8%) 0.0033 ( 0.3%) 0.0343 ( 0.7%) 0.0343 ( 0.7%) typecheck-stmt
0.0143 ( 0.4%) 0.0090 ( 0.8%) 0.0233 ( 0.5%) 0.0232 ( 0.4%) import-clang-decl
0.0173 ( 0.5%) 0.0039 ( 0.4%) 0.0212 ( 0.4%) 0.0212 ( 0.4%) SILGen
0.0159 ( 0.4%) 0.0046 ( 0.4%) 0.0205 ( 0.4%) 0.0210 ( 0.4%) IRGen
0.0122 ( 0.3%) 0.0025 ( 0.2%) 0.0147 ( 0.3%) 0.0147 ( 0.3%) precheck-target
0.0102 ( 0.3%) 0.0015 ( 0.1%) 0.0117 ( 0.2%) 0.0117 ( 0.2%) SILGen-function
0.0103 ( 0.3%) 0.0003 ( 0.0%) 0.0106 ( 0.2%) 0.0106 ( 0.2%) SIL optimization
0.0008 ( 0.0%) 0.0002 ( 0.0%) 0.0010 ( 0.0%) 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, 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%) perform-whole-module-type-checking
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%) 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%) AST verification
3.6854 (100.0%) 1.0897 (100.0%) 4.7751 (100.0%) 5.2649 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 3.9274 seconds (4.2162 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
2.8357 (100.0%) 1.0917 (100.0%) 3.9274 (100.0%) 4.2162 (100.0%) Building Target
2.8357 (100.0%) 1.0917 (100.0%) 3.9274 (100.0%) 4.2162 (100.0%) Total
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)
SwiftCompile normal arm64 Compiling\ Decoder.swift /Users/admin/builder/spi-builder-workspace/Sources/ObjectEncoder/Decoder.swift (in target 'ObjectEncoder' from project 'ObjectEncoder')
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)
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745494707747138-swift-frontend-ObjectEncoder-Decoder.swift-arm64_apple_macos10.10-o-Onone-2630818028.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.6194 seconds (5.3451 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0255 ( 5.4%) 0.0281 ( 19.4%) 0.0536 ( 8.7%) 2.3830 ( 44.6%) parse-and-resolve-imports
0.0245 ( 5.2%) 0.0276 ( 19.0%) 0.0521 ( 8.4%) 2.3815 ( 44.6%) Import resolution
0.0760 ( 16.0%) 0.0190 ( 13.1%) 0.0951 ( 15.3%) 0.0950 ( 1.8%) build-rewrite-system
0.0792 ( 16.7%) 0.0131 ( 9.0%) 0.0923 ( 14.9%) 0.0923 ( 1.7%) perform-sema
0.0792 ( 16.7%) 0.0131 ( 9.0%) 0.0922 ( 14.9%) 0.0923 ( 1.7%) Type checking and Semantic analysis
0.0013 ( 0.3%) 0.0041 ( 2.8%) 0.0054 ( 0.9%) 0.0721 ( 1.3%) load-stdlib
0.0478 ( 10.1%) 0.0088 ( 6.1%) 0.0566 ( 9.1%) 0.0567 ( 1.1%) typecheck-decl
0.0317 ( 6.7%) 0.0067 ( 4.6%) 0.0383 ( 6.2%) 0.0384 ( 0.7%) typecheck-expr
0.0300 ( 6.3%) 0.0041 ( 2.8%) 0.0341 ( 5.5%) 0.0341 ( 0.6%) typecheck-stmt
0.0167 ( 3.5%) 0.0050 ( 3.5%) 0.0217 ( 3.5%) 0.0218 ( 0.4%) IRGen
0.0123 ( 2.6%) 0.0088 ( 6.1%) 0.0211 ( 3.4%) 0.0211 ( 0.4%) import-clang-decl
0.0178 ( 3.7%) 0.0028 ( 1.9%) 0.0206 ( 3.3%) 0.0206 ( 0.4%) SILGen
0.0124 ( 2.6%) 0.0021 ( 1.5%) 0.0145 ( 2.3%) 0.0145 ( 0.3%) precheck-target
0.0102 ( 2.2%) 0.0013 ( 0.9%) 0.0116 ( 1.9%) 0.0116 ( 0.2%) SILGen-function
0.0090 ( 1.9%) 0.0002 ( 0.2%) 0.0092 ( 1.5%) 0.0092 ( 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, 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.4744 (100.0%) 0.1450 (100.0%) 0.6194 (100.0%) 5.3451 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.7977 seconds (4.2161 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.2143 (100.0%) 0.5835 (100.0%) 1.7977 (100.0%) 4.2161 (100.0%) Building Target
1.2143 (100.0%) 0.5835 (100.0%) 1.7977 (100.0%) 4.2161 (100.0%) Total
SwiftDriverJobDiscovery normal arm64 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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.10 -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 -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug/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/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/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/ObjectEncoder.build/Objects-normal/arm64/ObjectEncoder_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug/ObjectEncoder.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug/ObjectEncoder.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug/ObjectEncoder.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug/ObjectEncoder.build/Objects-normal/arm64/ObjectEncoder-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ObjectEncoder.framework/Versions/A/Headers/ObjectEncoder-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug/ObjectEncoder.build/Objects-normal/arm64/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/ObjectEncoder.build/Objects-normal/arm64/ObjectEncoder-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ObjectEncoder.framework/Versions/A/Headers/ObjectEncoder-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ObjectEncoder.framework/Versions/A/Modules/ObjectEncoder.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug/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/ObjectEncoder.build/Objects-normal/arm64/ObjectEncoder.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ObjectEncoder.framework/Versions/A/Modules/ObjectEncoder.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ObjectEncoder.framework/Versions/A/Modules/ObjectEncoder.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug/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/ObjectEncoder.build/Objects-normal/arm64/ObjectEncoder.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ObjectEncoder.framework/Versions/A/Modules/ObjectEncoder.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ObjectEncoder.framework/Versions/A/Modules/ObjectEncoder.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug/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/ObjectEncoder.build/Objects-normal/arm64/ObjectEncoder.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ObjectEncoder.framework/Versions/A/Modules/ObjectEncoder.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ObjectEncoder.framework/Versions/A/Modules/ObjectEncoder.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug/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/ObjectEncoder.build/Objects-normal/arm64/ObjectEncoder.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ObjectEncoder.framework/Versions/A/Modules/ObjectEncoder.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling Encoder.swift (in target 'ObjectEncoder' from project 'ObjectEncoder')
SwiftDriverJobDiscovery normal arm64 Compiling JSON.swift (in target 'ObjectEncoder' from project 'ObjectEncoder')
SwiftDriverJobDiscovery normal arm64 Compiling Decoder.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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.10 -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 -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug/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/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/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/ObjectEncoder.build/Objects-normal/arm64/ObjectEncoder_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug/ObjectEncoder.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug/ObjectEncoder.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug/ObjectEncoder.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug/ObjectEncoder.build/Objects-normal/arm64/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/Products/Debug/ObjectEncoder.framework/Versions/A/ObjectEncoder normal (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-macos10.10 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug/ObjectEncoder.build/Objects-normal/arm64/ObjectEncoder.LinkFileList -install_name @rpath/ObjectEncoder.framework/Versions/A/ObjectEncoder -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug/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/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/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug/ObjectEncoder.build/Objects-normal/arm64/ObjectEncoder.swiftmodule -Xlinker -no_adhoc_codesign -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ObjectEncoder.framework/Versions/A/ObjectEncoder
PhaseScriptExecution Run\ Script /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug/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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.10 --bundle-identifier ObjectEncoder --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ObjectEncoder.framework/Versions/A/Resources --target-triple arm64-apple-macos10.10 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ObjectEncoder.framework/Versions/A/ObjectEncoder --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug/ObjectEncoder.build/Objects-normal/arm64/ObjectEncoder_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug/ObjectEncoder.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug/ObjectEncoder.build/Objects-normal/arm64/ObjectEncoder.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug/ObjectEncoder.build/ObjectEncoder.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug/ObjectEncoder.build/ObjectEncoder.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectEncoder.build/Debug/ObjectEncoder.build/Objects-normal/arm64/ObjectEncoder.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-24 04:38:32.332 appintentsmetadataprocessor[734:3966] Starting appintentsmetadataprocessor export
2025-04-24 04:38:32.334 appintentsmetadataprocessor[734:3966] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/ObjectEncoder.framework/Versions/A/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ObjectEncoder.framework/Versions/A/ObjectEncoder -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/ObjectEncoder.framework/Versions/A/ObjectEncoder.tbd
CodeSign /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ObjectEncoder.framework/Versions/A (in target 'ObjectEncoder' from project 'ObjectEncoder')
cd /Users/admin/builder/spi-builder-workspace
Signing Identity: "Sign to Run Locally"
/usr/bin/codesign --force --sign - --timestamp\=none --generate-entitlement-der /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ObjectEncoder.framework/Versions/A
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/ObjectEncoder.framework
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/ObjectEncoder.framework/ObjectEncoder.tbd /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/ObjectEncoder.framework/Versions/A/ObjectEncoder.tbd (in target 'ObjectEncoder' from project 'ObjectEncoder')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/ObjectEncoder.framework/Versions/A/ObjectEncoder.tbd /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/ObjectEncoder.framework/ObjectEncoder.tbd
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/ObjectEncoder.framework
/Users/admin/builder/spi-builder-workspace/ObjectEncoder.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.10, but the range of supported deployment target versions is 10.13 to 15.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.