Build Information
Successful build of Mappable, reference master (6db81d
), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 25 Apr 2025 16:55:43 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 Mappable-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/leavez/Mappable.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/leavez/Mappable
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 6db81dc bump version
Cloned https://github.com/leavez/Mappable.git
Revision (git rev-parse @):
6db81dc7e70cf73bf9a122ed359f16d1b90606cb
SUCCESS checkout https://github.com/leavez/Mappable.git at master
========================================
Build
========================================
Selected platform: macosXcodebuild
Swift version: 6.1
Building package at path: $PWD
https://github.com/leavez/Mappable.git
https://github.com/leavez/Mappable.git
{
"dependencies" : [
],
"manifest_display_name" : "Mappable",
"name" : "Mappable",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Mappable",
"targets" : [
"Mappable"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "MappableTests",
"module_type" : "SwiftTarget",
"name" : "MappableTests",
"path" : "Tests/MappableTests",
"sources" : [
"BasicTypesTest/BaseTest.swift",
"BasicTypesTest/BasicTypeTest.swift",
"BasicTypesTest/EnumTest.swift",
"CollectionTypesTest/ArrayTests.swift",
"CollectionTypesTest/DictionaryTest.swift",
"CollectionTypesTest/OptionalTest.swift",
"CollectionTypesTest/SetTest.swift",
"MapperTests.swift",
"MiscTest.swift",
"OmniTest/DefaultValueTest.swift",
"OmniTest/InheritanceTest.swift",
"OmniTest/NestKeyPathTest.swift",
"OmniTest/OmniTest.swift"
],
"target_dependencies" : [
"Mappable"
],
"type" : "test"
},
{
"c99name" : "Mappable",
"module_type" : "SwiftTarget",
"name" : "Mappable",
"path" : "Sources/Mappable",
"product_memberships" : [
"Mappable"
],
"sources" : [
"JSON.swift",
"Mappable+BasicType.swift",
"Mappable+ContainerType.swift",
"Mappable+Enum.swift",
"Mappable.swift",
"Mapper.swift",
"Misc.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" : "Mappable",
"name" : "Mappable",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Mappable",
"targets" : [
"Mappable"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "MappableTests",
"module_type" : "SwiftTarget",
"name" : "MappableTests",
"path" : "Tests/MappableTests",
"sources" : [
"BasicTypesTest/BaseTest.swift",
"BasicTypesTest/BasicTypeTest.swift",
"BasicTypesTest/EnumTest.swift",
"CollectionTypesTest/ArrayTests.swift",
"CollectionTypesTest/DictionaryTest.swift",
"CollectionTypesTest/OptionalTest.swift",
"CollectionTypesTest/SetTest.swift",
"MapperTests.swift",
"MiscTest.swift",
"OmniTest/DefaultValueTest.swift",
"OmniTest/InheritanceTest.swift",
"OmniTest/NestKeyPathTest.swift",
"OmniTest/OmniTest.swift"
],
"target_dependencies" : [
"Mappable"
],
"type" : "test"
},
{
"c99name" : "Mappable",
"module_type" : "SwiftTarget",
"name" : "Mappable",
"path" : "Sources/Mappable",
"product_memberships" : [
"Mappable"
],
"sources" : [
"JSON.swift",
"Mappable+BasicType.swift",
"Mappable+ContainerType.swift",
"Mappable+Enum.swift",
"Mappable.swift",
"Mapper.swift",
"Misc.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "Mappable",
"schemes" : [
"Mappable-Package",
"MappablePackageDescription",
"MappablePackageTests"
],
"targets" : [
"Mappable",
"MappablePackageDescription",
"MappablePackageTests",
"MappableTests"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Mappable-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 Mappable-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 'Mappable' in project 'Mappable' (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: 15d2d1599fe55d2b5303ca458adf5644
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/15d2d1599fe55d2b5303ca458adf5644.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/Mappable.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/Mappable.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
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/Mappable.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/Products/Debug
cd /Users/admin/builder/spi-builder-workspace/Mappable.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
cd /Users/admin/builder/spi-builder-workspace/Mappable.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mappable.framework/Versions/Current A (in target 'Mappable' from project 'Mappable')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh A /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mappable.framework/Versions/Current
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug/Mappable.build/Mappable.DependencyStaticMetadataFileList (in target 'Mappable' from project 'Mappable')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug/Mappable.build/Mappable.DependencyStaticMetadataFileList
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mappable.framework/Resources Versions/Current/Resources (in target 'Mappable' from project 'Mappable')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh Versions/Current/Resources /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mappable.framework/Resources
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug/Mappable.build/Mappable.DependencyMetadataFileList (in target 'Mappable' from project 'Mappable')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug/Mappable.build/Mappable.DependencyMetadataFileList
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mappable.framework/Modules Versions/Current/Modules (in target 'Mappable' from project 'Mappable')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh Versions/Current/Modules /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mappable.framework/Modules
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug/Mappable.build/Objects-normal/arm64/Mappable-OutputFileMap.json (in target 'Mappable' from project 'Mappable')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug/Mappable.build/Objects-normal/arm64/Mappable-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug/Mappable.build/Objects-normal/arm64/Mappable.SwiftFileList (in target 'Mappable' from project 'Mappable')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug/Mappable.build/Objects-normal/arm64/Mappable.SwiftFileList
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mappable.framework/Mappable Versions/Current/Mappable (in target 'Mappable' from project 'Mappable')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh Versions/Current/Mappable /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mappable.framework/Mappable
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug/Mappable.build/Objects-normal/arm64/Mappable_const_extract_protocols.json (in target 'Mappable' from project 'Mappable')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug/Mappable.build/Objects-normal/arm64/Mappable_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug/Mappable.build/Objects-normal/arm64/Mappable.SwiftConstValuesFileList (in target 'Mappable' from project 'Mappable')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug/Mappable.build/Objects-normal/arm64/Mappable.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug/Mappable.build/Objects-normal/arm64/Mappable.LinkFileList (in target 'Mappable' from project 'Mappable')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug/Mappable.build/Objects-normal/arm64/Mappable.LinkFileList
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mappable.framework/Headers Versions/Current/Headers (in target 'Mappable' from project 'Mappable')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh Versions/Current/Headers /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mappable.framework/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mappable.framework/Versions/A/Resources (in target 'Mappable' from project 'Mappable')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mappable.framework/Versions/A/Resources
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mappable.framework/Versions/A/Headers (in target 'Mappable' from project 'Mappable')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mappable.framework/Versions/A/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mappable.framework/Versions/A (in target 'Mappable' from project 'Mappable')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mappable.framework/Versions/A
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mappable.framework/Versions (in target 'Mappable' from project 'Mappable')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mappable.framework/Versions
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mappable.framework (in target 'Mappable' from project 'Mappable')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mappable.framework
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mappable.framework/Versions/A/Resources/Info.plist /Users/admin/builder/spi-builder-workspace/Mappable.xcodeproj/Mappable_Info.plist (in target 'Mappable' from project 'Mappable')
cd /Users/admin/builder/spi-builder-workspace
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/Mappable.xcodeproj/Mappable_Info.plist -producttype com.apple.product-type.framework -expandbuildsettings -platform macosx -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mappable.framework/Versions/A/Resources/Info.plist
SwiftDriver Mappable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Mappable' from project 'Mappable')
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 Mappable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug/Mappable.build/Objects-normal/arm64/Mappable.SwiftFileList -DSWIFT_PACKAGE -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 -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 -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -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/Mappable.build/Debug/Mappable.build/Objects-normal/arm64/Mappable-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/Mappable.build/Debug/Mappable.build/Objects-normal/arm64/Mappable.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/Mappable.build/Debug/Mappable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug/Mappable.build/Objects-normal/arm64/Mappable_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/Mappable.build/Debug/Mappable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug/Mappable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug/Mappable.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug/Mappable.build/Objects-normal/arm64/Mappable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ Mapper.swift /Users/admin/builder/spi-builder-workspace/Sources/Mappable/Mapper.swift (in target 'Mappable' from project 'Mappable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Mappable/Mapper.swift (in target 'Mappable' from project 'Mappable')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745600138230597-swift-frontend-Mappable-Mapper.swift-arm64_apple_macos10.10-o-Onone-3653235769.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4013 seconds (5.0380 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0306 ( 14.0%) 0.0433 ( 23.8%) 0.0739 ( 18.4%) 2.3849 ( 47.3%) parse-and-resolve-imports
0.0294 ( 13.4%) 0.0422 ( 23.2%) 0.0716 ( 17.8%) 2.3825 ( 47.3%) Import resolution
0.0801 ( 36.5%) 0.0245 ( 13.4%) 0.1045 ( 26.0%) 0.1044 ( 2.1%) build-rewrite-system
0.0118 ( 5.4%) 0.0371 ( 20.4%) 0.0489 ( 12.2%) 0.0634 ( 1.3%) load-stdlib
0.0123 ( 5.6%) 0.0110 ( 6.1%) 0.0234 ( 5.8%) 0.0234 ( 0.5%) import-clang-decl
0.0127 ( 5.8%) 0.0058 ( 3.2%) 0.0185 ( 4.6%) 0.0186 ( 0.4%) perform-sema
0.0127 ( 5.8%) 0.0058 ( 3.2%) 0.0185 ( 4.6%) 0.0185 ( 0.4%) Type checking and Semantic analysis
0.0083 ( 3.8%) 0.0023 ( 1.3%) 0.0107 ( 2.7%) 0.0107 ( 0.2%) typecheck-stmt
0.0043 ( 2.0%) 0.0036 ( 2.0%) 0.0079 ( 2.0%) 0.0080 ( 0.2%) IRGen
0.0042 ( 1.9%) 0.0033 ( 1.8%) 0.0075 ( 1.9%) 0.0076 ( 0.2%) typecheck-decl
0.0035 ( 1.6%) 0.0014 ( 0.8%) 0.0050 ( 1.2%) 0.0050 ( 0.1%) typecheck-expr
0.0039 ( 1.8%) 0.0000 ( 0.0%) 0.0039 ( 1.0%) 0.0039 ( 0.1%) SIL optimization
0.0021 ( 1.0%) 0.0009 ( 0.5%) 0.0030 ( 0.7%) 0.0030 ( 0.1%) SILGen
0.0014 ( 0.6%) 0.0004 ( 0.2%) 0.0017 ( 0.4%) 0.0018 ( 0.0%) SILGen-function
0.0008 ( 0.4%) 0.0004 ( 0.2%) 0.0012 ( 0.3%) 0.0012 ( 0.0%) load-all-members
0.0009 ( 0.4%) 0.0002 ( 0.1%) 0.0011 ( 0.3%) 0.0011 ( 0.0%) precheck-target
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%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.2192 (100.0%) 0.1821 (100.0%) 0.4013 (100.0%) 5.0380 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 2.0450 seconds (4.4385 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.1691 (100.0%) 0.8759 (100.0%) 2.0450 (100.0%) 4.4385 (100.0%) Building Target
1.1691 (100.0%) 0.8759 (100.0%) 2.0450 (100.0%) 4.4385 (100.0%) Total
SwiftCompile normal arm64 Compiling\ Mappable+ContainerType.swift /Users/admin/builder/spi-builder-workspace/Sources/Mappable/Mappable+ContainerType.swift (in target 'Mappable' from project 'Mappable')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745600138229482-swift-frontend-Mappable-Mappable_ContainerType.swift-arm64_apple_macos10.10-o-Onone-1159961907.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3422 seconds (5.0301 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0256 ( 12.8%) 0.0401 ( 28.4%) 0.0657 ( 19.2%) 2.3771 ( 47.3%) parse-and-resolve-imports
0.0245 ( 12.2%) 0.0391 ( 27.6%) 0.0635 ( 18.6%) 2.3748 ( 47.2%) Import resolution
0.0777 ( 38.7%) 0.0243 ( 17.2%) 0.1020 ( 29.8%) 0.1020 ( 2.0%) build-rewrite-system
0.0016 ( 0.8%) 0.0053 ( 3.7%) 0.0068 ( 2.0%) 0.0714 ( 1.4%) load-stdlib
0.0120 ( 6.0%) 0.0108 ( 7.7%) 0.0229 ( 6.7%) 0.0228 ( 0.5%) import-clang-decl
0.0126 ( 6.3%) 0.0051 ( 3.6%) 0.0177 ( 5.2%) 0.0180 ( 0.4%) perform-sema
0.0126 ( 6.3%) 0.0051 ( 3.6%) 0.0177 ( 5.2%) 0.0179 ( 0.4%) Type checking and Semantic analysis
0.0086 ( 4.3%) 0.0038 ( 2.7%) 0.0124 ( 3.6%) 0.0126 ( 0.3%) typecheck-decl
0.0048 ( 2.4%) 0.0031 ( 2.2%) 0.0079 ( 2.3%) 0.0080 ( 0.2%) IRGen
0.0048 ( 2.4%) 0.0015 ( 1.1%) 0.0063 ( 1.8%) 0.0063 ( 0.1%) typecheck-stmt
0.0045 ( 2.3%) 0.0014 ( 1.0%) 0.0060 ( 1.7%) 0.0060 ( 0.1%) typecheck-expr
0.0046 ( 2.3%) 0.0001 ( 0.0%) 0.0046 ( 1.4%) 0.0047 ( 0.1%) SIL optimization
0.0031 ( 1.6%) 0.0007 ( 0.5%) 0.0039 ( 1.1%) 0.0039 ( 0.1%) SILGen
0.0024 ( 1.2%) 0.0006 ( 0.4%) 0.0031 ( 0.9%) 0.0031 ( 0.1%) SILGen-function
0.0007 ( 0.4%) 0.0004 ( 0.3%) 0.0011 ( 0.3%) 0.0011 ( 0.0%) load-all-members
0.0005 ( 0.2%) 0.0000 ( 0.0%) 0.0005 ( 0.1%) 0.0005 ( 0.0%) precheck-target
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%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.2007 (100.0%) 0.1415 (100.0%) 0.3422 (100.0%) 5.0301 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.9993 seconds (4.4398 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.1269 (100.0%) 0.8724 (100.0%) 1.9993 (100.0%) 4.4398 (100.0%) Building Target
1.1269 (100.0%) 0.8724 (100.0%) 1.9993 (100.0%) 4.4398 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Mappable/Mappable+ContainerType.swift (in target 'Mappable' from project 'Mappable')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ Mappable+Enum.swift /Users/admin/builder/spi-builder-workspace/Sources/Mappable/Mappable+Enum.swift (in target 'Mappable' from project 'Mappable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Mappable/Mappable+Enum.swift (in target 'Mappable' from project 'Mappable')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745600138234108-swift-frontend-Mappable-Mappable_Enum.swift-arm64_apple_macos10.10-o-Onone-2486970124.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.2890 seconds (5.3269 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0256 ( 16.0%) 0.0400 ( 30.9%) 0.0656 ( 22.7%) 2.5533 ( 47.9%) parse-and-resolve-imports
0.0245 ( 15.4%) 0.0393 ( 30.3%) 0.0638 ( 22.1%) 2.5515 ( 47.9%) Import resolution
0.0770 ( 48.3%) 0.0265 ( 20.4%) 0.1035 ( 35.8%) 0.1033 ( 1.9%) build-rewrite-system
0.0017 ( 1.0%) 0.0062 ( 4.8%) 0.0078 ( 2.7%) 0.0704 ( 1.3%) load-stdlib
0.0121 ( 7.6%) 0.0086 ( 6.6%) 0.0207 ( 7.2%) 0.0207 ( 0.4%) import-clang-decl
0.0024 ( 1.5%) 0.0049 ( 3.8%) 0.0073 ( 2.5%) 0.0073 ( 0.1%) IRGen
0.0027 ( 1.7%) 0.0008 ( 0.6%) 0.0035 ( 1.2%) 0.0035 ( 0.1%) perform-sema
0.0027 ( 1.7%) 0.0008 ( 0.6%) 0.0035 ( 1.2%) 0.0035 ( 0.1%) Type checking and Semantic analysis
0.0026 ( 1.6%) 0.0000 ( 0.0%) 0.0026 ( 0.9%) 0.0026 ( 0.0%) SIL optimization
0.0014 ( 0.9%) 0.0005 ( 0.4%) 0.0019 ( 0.7%) 0.0019 ( 0.0%) typecheck-decl
0.0015 ( 1.0%) 0.0004 ( 0.3%) 0.0019 ( 0.7%) 0.0019 ( 0.0%) typecheck-stmt
0.0014 ( 0.9%) 0.0005 ( 0.4%) 0.0019 ( 0.6%) 0.0019 ( 0.0%) SILGen
0.0015 ( 0.9%) 0.0004 ( 0.3%) 0.0018 ( 0.6%) 0.0018 ( 0.0%) typecheck-expr
0.0013 ( 0.8%) 0.0005 ( 0.3%) 0.0017 ( 0.6%) 0.0017 ( 0.0%) SILGen-function
0.0008 ( 0.5%) 0.0003 ( 0.3%) 0.0011 ( 0.4%) 0.0011 ( 0.0%) load-all-members
0.0003 ( 0.2%) 0.0000 ( 0.0%) 0.0003 ( 0.1%) 0.0003 ( 0.0%) precheck-target
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%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.1594 (100.0%) 0.1297 (100.0%) 0.2890 (100.0%) 5.3269 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.8320 seconds (4.4346 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.0556 (100.0%) 0.7764 (100.0%) 1.8320 (100.0%) 4.4346 (100.0%) Building Target
1.0556 (100.0%) 0.7764 (100.0%) 1.8320 (100.0%) 4.4346 (100.0%) Total
SwiftCompile normal arm64 Compiling\ JSON.swift /Users/admin/builder/spi-builder-workspace/Sources/Mappable/JSON.swift (in target 'Mappable' from project 'Mappable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Mappable/JSON.swift (in target 'Mappable' from project 'Mappable')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745600138235511-swift-frontend-Mappable-JSON.swift-arm64_apple_macos10.10-o-Onone-531913931.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4325 seconds (5.5123 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0254 ( 9.3%) 0.0395 ( 24.9%) 0.0649 ( 15.0%) 2.5737 ( 46.7%) parse-and-resolve-imports
0.0243 ( 8.9%) 0.0388 ( 24.5%) 0.0630 ( 14.6%) 2.5718 ( 46.7%) Import resolution
0.0761 ( 27.8%) 0.0243 ( 15.3%) 0.1004 ( 23.2%) 0.1003 ( 1.8%) build-rewrite-system
0.0016 ( 0.6%) 0.0053 ( 3.4%) 0.0069 ( 1.6%) 0.0691 ( 1.3%) load-stdlib
0.0253 ( 9.2%) 0.0074 ( 4.7%) 0.0327 ( 7.6%) 0.0327 ( 0.6%) perform-sema
0.0252 ( 9.2%) 0.0074 ( 4.7%) 0.0326 ( 7.5%) 0.0326 ( 0.6%) Type checking and Semantic analysis
0.0208 ( 7.6%) 0.0063 ( 4.0%) 0.0271 ( 6.3%) 0.0271 ( 0.5%) typecheck-expr
0.0195 ( 7.1%) 0.0046 ( 2.9%) 0.0241 ( 5.6%) 0.0241 ( 0.4%) typecheck-stmt
0.0129 ( 4.7%) 0.0096 ( 6.0%) 0.0225 ( 5.2%) 0.0226 ( 0.4%) import-clang-decl
0.0133 ( 4.9%) 0.0043 ( 2.7%) 0.0176 ( 4.1%) 0.0175 ( 0.3%) typecheck-decl
0.0069 ( 2.5%) 0.0063 ( 4.0%) 0.0132 ( 3.1%) 0.0132 ( 0.2%) IRGen
0.0104 ( 3.8%) 0.0026 ( 1.6%) 0.0130 ( 3.0%) 0.0130 ( 0.2%) SILGen
0.0054 ( 2.0%) 0.0004 ( 0.3%) 0.0057 ( 1.3%) 0.0057 ( 0.1%) SIL optimization
0.0046 ( 1.7%) 0.0011 ( 0.7%) 0.0057 ( 1.3%) 0.0057 ( 0.1%) SILGen-function
0.0015 ( 0.5%) 0.0005 ( 0.3%) 0.0019 ( 0.4%) 0.0019 ( 0.0%) precheck-target
0.0008 ( 0.3%) 0.0002 ( 0.1%) 0.0010 ( 0.2%) 0.0010 ( 0.0%) load-all-members
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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.2740 (100.0%) 0.1585 (100.0%) 0.4325 (100.0%) 5.5123 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.8107 seconds (4.4354 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.0581 (100.0%) 0.7526 (100.0%) 1.8107 (100.0%) 4.4354 (100.0%) Building Target
1.0581 (100.0%) 0.7526 (100.0%) 1.8107 (100.0%) 4.4354 (100.0%) Total
SwiftCompile normal arm64 Compiling\ Mappable.swift /Users/admin/builder/spi-builder-workspace/Sources/Mappable/Mappable.swift (in target 'Mappable' from project 'Mappable')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745600138235295-swift-frontend-Mappable-Mappable.swift-arm64_apple_macos10.10-o-Onone-329585841.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3427 seconds (5.0798 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0261 ( 12.6%) 0.0369 ( 27.2%) 0.0630 ( 18.4%) 2.3994 ( 47.2%) parse-and-resolve-imports
0.0249 ( 12.1%) 0.0360 ( 26.5%) 0.0610 ( 17.8%) 2.3974 ( 47.2%) Import resolution
0.0779 ( 37.7%) 0.0251 ( 18.4%) 0.1030 ( 30.1%) 0.1029 ( 2.0%) build-rewrite-system
0.0015 ( 0.7%) 0.0040 ( 3.0%) 0.0055 ( 1.6%) 0.0697 ( 1.4%) load-stdlib
0.0122 ( 5.9%) 0.0106 ( 7.8%) 0.0228 ( 6.6%) 0.0227 ( 0.4%) import-clang-decl
0.0111 ( 5.4%) 0.0042 ( 3.1%) 0.0154 ( 4.5%) 0.0154 ( 0.3%) perform-sema
0.0111 ( 5.4%) 0.0042 ( 3.1%) 0.0153 ( 4.5%) 0.0154 ( 0.3%) Type checking and Semantic analysis
0.0087 ( 4.2%) 0.0032 ( 2.4%) 0.0120 ( 3.5%) 0.0120 ( 0.2%) typecheck-stmt
0.0087 ( 4.2%) 0.0032 ( 2.4%) 0.0119 ( 3.5%) 0.0119 ( 0.2%) typecheck-expr
0.0057 ( 2.8%) 0.0014 ( 1.1%) 0.0072 ( 2.1%) 0.0072 ( 0.1%) SILGen
0.0050 ( 2.4%) 0.0013 ( 0.9%) 0.0062 ( 1.8%) 0.0063 ( 0.1%) SILGen-function
0.0033 ( 1.6%) 0.0029 ( 2.1%) 0.0062 ( 1.8%) 0.0062 ( 0.1%) IRGen
0.0040 ( 1.9%) 0.0015 ( 1.1%) 0.0055 ( 1.6%) 0.0055 ( 0.1%) typecheck-decl
0.0036 ( 1.7%) 0.0004 ( 0.3%) 0.0040 ( 1.2%) 0.0040 ( 0.1%) SIL optimization
0.0021 ( 1.0%) 0.0005 ( 0.3%) 0.0026 ( 0.8%) 0.0026 ( 0.1%) precheck-target
0.0007 ( 0.3%) 0.0004 ( 0.3%) 0.0011 ( 0.3%) 0.0011 ( 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%) 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%) 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.2067 (100.0%) 0.1360 (100.0%) 0.3427 (100.0%) 5.0798 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.9697 seconds (4.4339 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.1177 (100.0%) 0.8520 (100.0%) 1.9697 (100.0%) 4.4339 (100.0%) Building Target
1.1177 (100.0%) 0.8520 (100.0%) 1.9697 (100.0%) 4.4339 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Mappable/Mappable.swift (in target 'Mappable' from project 'Mappable')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ Mappable+BasicType.swift /Users/admin/builder/spi-builder-workspace/Sources/Mappable/Mappable+BasicType.swift (in target 'Mappable' from project 'Mappable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Mappable/Mappable+BasicType.swift (in target 'Mappable' from project 'Mappable')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745600138234750-swift-frontend-Mappable-Mappable_BasicType.swift-arm64_apple_macos10.10-o-Onone-1971876495.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4217 seconds (5.5894 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0239 ( 8.0%) 0.0230 ( 18.7%) 0.0469 ( 11.1%) 2.5766 ( 46.1%) parse-and-resolve-imports
0.0226 ( 7.6%) 0.0223 ( 18.1%) 0.0449 ( 10.6%) 2.5745 ( 46.1%) Import resolution
0.0016 ( 0.5%) 0.0049 ( 3.9%) 0.0064 ( 1.5%) 0.1150 ( 2.1%) load-stdlib
0.0524 ( 17.5%) 0.0169 ( 13.8%) 0.0693 ( 16.4%) 0.0692 ( 1.2%) build-rewrite-system
0.0398 ( 13.3%) 0.0104 ( 8.5%) 0.0502 ( 11.9%) 0.0502 ( 0.9%) perform-sema
0.0397 ( 13.3%) 0.0104 ( 8.5%) 0.0501 ( 11.9%) 0.0501 ( 0.9%) Type checking and Semantic analysis
0.0260 ( 8.7%) 0.0056 ( 4.6%) 0.0316 ( 7.5%) 0.0316 ( 0.6%) typecheck-expr
0.0242 ( 8.1%) 0.0049 ( 4.0%) 0.0291 ( 6.9%) 0.0291 ( 0.5%) typecheck-stmt
0.0134 ( 4.5%) 0.0102 ( 8.3%) 0.0236 ( 5.6%) 0.0236 ( 0.4%) import-clang-decl
0.0156 ( 5.2%) 0.0056 ( 4.6%) 0.0212 ( 5.0%) 0.0212 ( 0.4%) typecheck-decl
0.0086 ( 2.9%) 0.0045 ( 3.7%) 0.0131 ( 3.1%) 0.0131 ( 0.2%) IRGen
0.0100 ( 3.4%) 0.0003 ( 0.2%) 0.0103 ( 2.5%) 0.0103 ( 0.2%) SIL optimization
0.0076 ( 2.5%) 0.0015 ( 1.2%) 0.0091 ( 2.2%) 0.0091 ( 0.2%) SILGen
0.0060 ( 2.0%) 0.0011 ( 0.9%) 0.0071 ( 1.7%) 0.0071 ( 0.1%) SILGen-function
0.0048 ( 1.6%) 0.0008 ( 0.7%) 0.0057 ( 1.3%) 0.0057 ( 0.1%) precheck-target
0.0014 ( 0.5%) 0.0002 ( 0.2%) 0.0016 ( 0.4%) 0.0016 ( 0.0%) typecheck-expr-pattern
0.0008 ( 0.3%) 0.0002 ( 0.2%) 0.0010 ( 0.2%) 0.0010 ( 0.0%) load-all-members
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.2987 (100.0%) 0.1230 (100.0%) 0.4217 (100.0%) 5.5894 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.7934 seconds (4.4903 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9853 (100.0%) 0.8080 (100.0%) 1.7934 (100.0%) 4.4903 (100.0%) Building Target
0.9853 (100.0%) 0.8080 (100.0%) 1.7934 (100.0%) 4.4903 (100.0%) Total
SwiftEmitModule normal arm64 Emitting\ module\ for\ Mappable (in target 'Mappable' from project 'Mappable')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745600138234863-swift-frontend-Mappable-all-arm64_apple_macos10.10-swiftmodule-Onone-2733111156.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.2802 seconds (5.0359 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0257 ( 16.8%) 0.0394 ( 31.0%) 0.0651 ( 23.2%) 2.4126 ( 47.9%) parse-and-resolve-imports
0.0247 ( 16.1%) 0.0387 ( 30.4%) 0.0634 ( 22.6%) 2.4109 ( 47.9%) Import resolution
0.0015 ( 1.0%) 0.0045 ( 3.6%) 0.0060 ( 2.1%) 0.0656 ( 1.3%) load-stdlib
0.0224 ( 14.6%) 0.0076 ( 6.0%) 0.0300 ( 10.7%) 0.0300 ( 0.6%) perform-sema
0.0223 ( 14.6%) 0.0075 ( 5.9%) 0.0298 ( 10.6%) 0.0299 ( 0.6%) Type checking and Semantic analysis
0.0221 ( 14.5%) 0.0074 ( 5.8%) 0.0295 ( 10.5%) 0.0295 ( 0.6%) typecheck-decl
0.0068 ( 4.5%) 0.0062 ( 4.9%) 0.0131 ( 4.7%) 0.0135 ( 0.3%) SIL optimization
0.0083 ( 5.4%) 0.0030 ( 2.3%) 0.0113 ( 4.0%) 0.0113 ( 0.2%) SILGen
0.0069 ( 4.5%) 0.0035 ( 2.8%) 0.0105 ( 3.7%) 0.0105 ( 0.2%) typecheck-expr
0.0028 ( 1.8%) 0.0028 ( 2.2%) 0.0056 ( 2.0%) 0.0056 ( 0.1%) import-clang-decl
0.0013 ( 0.9%) 0.0036 ( 2.8%) 0.0049 ( 1.7%) 0.0053 ( 0.1%) Serialization, swiftmodule
0.0040 ( 2.6%) 0.0011 ( 0.9%) 0.0051 ( 1.8%) 0.0051 ( 0.1%) build-rewrite-system
0.0030 ( 2.0%) 0.0008 ( 0.6%) 0.0038 ( 1.3%) 0.0038 ( 0.1%) SILGen-function
0.0002 ( 0.1%) 0.0007 ( 0.6%) 0.0009 ( 0.3%) 0.0009 ( 0.0%) Serialization, swiftdoc
0.0005 ( 0.3%) 0.0003 ( 0.2%) 0.0007 ( 0.3%) 0.0007 ( 0.0%) precheck-target
0.0004 ( 0.3%) 0.0001 ( 0.1%) 0.0005 ( 0.2%) 0.0005 ( 0.0%) Serialization, swiftsourceinfo
0.0001 ( 0.1%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) load-all-members
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-module-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.1528 (100.0%) 0.1273 (100.0%) 0.2802 (100.0%) 5.0359 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.1365 seconds (2.5450 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0714 (100.0%) 0.0652 (100.0%) 0.1365 (100.0%) 2.5450 (100.0%) Building Target
0.0714 (100.0%) 0.0652 (100.0%) 0.1365 (100.0%) 2.5450 (100.0%) Total
EmitSwiftModule normal arm64 (in target 'Mappable' from project 'Mappable')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/Mappable/Misc.swift:15:10: warning: associated value 'cannotCast' of 'Sendable'-conforming enum 'ErrorType' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
case cannotCast(Any?, String) // value, toType
^
/Users/admin/builder/spi-builder-workspace/Sources/Mappable/Misc.swift:16:10: warning: associated value 'JSONStructureNotMatchDesired' of 'Sendable'-conforming enum 'ErrorType' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
case JSONStructureNotMatchDesired(Any?, String) // value, pattern
^
SwiftCompile normal arm64 Compiling\ Misc.swift /Users/admin/builder/spi-builder-workspace/Sources/Mappable/Misc.swift (in target 'Mappable' from project 'Mappable')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745600138235507-swift-frontend-Mappable-Misc.swift-arm64_apple_macos10.10-o-Onone-3383151193.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 4.4585 seconds (5.0163 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.6189 ( 47.7%) 0.5047 ( 47.4%) 2.1235 ( 47.6%) 2.3703 ( 47.3%) parse-and-resolve-imports
1.6178 ( 47.7%) 0.5044 ( 47.3%) 2.1222 ( 47.6%) 2.3690 ( 47.2%) Import resolution
0.0790 ( 2.3%) 0.0157 ( 1.5%) 0.0947 ( 2.1%) 0.0946 ( 1.9%) build-rewrite-system
0.0015 ( 0.0%) 0.0044 ( 0.4%) 0.0060 ( 0.1%) 0.0681 ( 1.4%) load-stdlib
0.0111 ( 0.3%) 0.0095 ( 0.9%) 0.0206 ( 0.5%) 0.0206 ( 0.4%) import-clang-decl
0.0127 ( 0.4%) 0.0056 ( 0.5%) 0.0182 ( 0.4%) 0.0189 ( 0.4%) perform-sema
0.0126 ( 0.4%) 0.0056 ( 0.5%) 0.0182 ( 0.4%) 0.0188 ( 0.4%) Type checking and Semantic analysis
0.0097 ( 0.3%) 0.0023 ( 0.2%) 0.0119 ( 0.3%) 0.0119 ( 0.2%) typecheck-stmt
0.0093 ( 0.3%) 0.0022 ( 0.2%) 0.0114 ( 0.3%) 0.0114 ( 0.2%) typecheck-expr
0.0066 ( 0.2%) 0.0017 ( 0.2%) 0.0084 ( 0.2%) 0.0084 ( 0.2%) precheck-target
0.0037 ( 0.1%) 0.0036 ( 0.3%) 0.0073 ( 0.2%) 0.0078 ( 0.2%) IRGen
0.0029 ( 0.1%) 0.0032 ( 0.3%) 0.0061 ( 0.1%) 0.0067 ( 0.1%) typecheck-decl
0.0032 ( 0.1%) 0.0001 ( 0.0%) 0.0033 ( 0.1%) 0.0033 ( 0.1%) SIL optimization
0.0017 ( 0.0%) 0.0014 ( 0.1%) 0.0031 ( 0.1%) 0.0031 ( 0.1%) SILGen
0.0012 ( 0.0%) 0.0013 ( 0.1%) 0.0025 ( 0.1%) 0.0025 ( 0.0%) SILGen-function
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%) 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%) 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%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
3.3927 (100.0%) 1.0658 (100.0%) 4.4585 (100.0%) 5.0163 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 4.0504 seconds (4.4330 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
2.7550 (100.0%) 1.2953 (100.0%) 4.0504 (100.0%) 4.4330 (100.0%) Building Target
2.7550 (100.0%) 1.2953 (100.0%) 4.0504 (100.0%) 4.4330 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Mappable/Misc.swift (in target 'Mappable' from project 'Mappable')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/Mappable/Misc.swift:15:10: warning: associated value 'cannotCast' of 'Sendable'-conforming enum 'ErrorType' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
case cannotCast(Any?, String) // value, toType
^
/Users/admin/builder/spi-builder-workspace/Sources/Mappable/Misc.swift:16:10: warning: associated value 'JSONStructureNotMatchDesired' of 'Sendable'-conforming enum 'ErrorType' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
case JSONStructureNotMatchDesired(Any?, String) // value, pattern
^
SwiftDriverJobDiscovery normal arm64 Emitting module for Mappable (in target 'Mappable' from project 'Mappable')
SwiftDriver\ Compilation\ Requirements Mappable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Mappable' from project 'Mappable')
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 Mappable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug/Mappable.build/Objects-normal/arm64/Mappable.SwiftFileList -DSWIFT_PACKAGE -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 -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 -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -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/Mappable.build/Debug/Mappable.build/Objects-normal/arm64/Mappable-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/Mappable.build/Debug/Mappable.build/Objects-normal/arm64/Mappable.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/Mappable.build/Debug/Mappable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug/Mappable.build/Objects-normal/arm64/Mappable_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/Mappable.build/Debug/Mappable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug/Mappable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug/Mappable.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug/Mappable.build/Objects-normal/arm64/Mappable-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/Mappable.framework/Versions/A/Headers/Mappable-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug/Mappable.build/Objects-normal/arm64/Mappable-Swift.h (in target 'Mappable' from project 'Mappable')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug/Mappable.build/Objects-normal/arm64/Mappable-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mappable.framework/Versions/A/Headers/Mappable-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mappable.framework/Versions/A/Modules/Mappable.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug/Mappable.build/Objects-normal/arm64/Mappable.swiftmodule (in target 'Mappable' from project 'Mappable')
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/Mappable.build/Debug/Mappable.build/Objects-normal/arm64/Mappable.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mappable.framework/Versions/A/Modules/Mappable.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mappable.framework/Versions/A/Modules/Mappable.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug/Mappable.build/Objects-normal/arm64/Mappable.swiftdoc (in target 'Mappable' from project 'Mappable')
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/Mappable.build/Debug/Mappable.build/Objects-normal/arm64/Mappable.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mappable.framework/Versions/A/Modules/Mappable.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mappable.framework/Versions/A/Modules/Mappable.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug/Mappable.build/Objects-normal/arm64/Mappable.abi.json (in target 'Mappable' from project 'Mappable')
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/Mappable.build/Debug/Mappable.build/Objects-normal/arm64/Mappable.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mappable.framework/Versions/A/Modules/Mappable.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mappable.framework/Versions/A/Modules/Mappable.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug/Mappable.build/Objects-normal/arm64/Mappable.swiftsourceinfo (in target 'Mappable' from project 'Mappable')
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/Mappable.build/Debug/Mappable.build/Objects-normal/arm64/Mappable.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mappable.framework/Versions/A/Modules/Mappable.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling Misc.swift (in target 'Mappable' from project 'Mappable')
SwiftDriverJobDiscovery normal arm64 Compiling Mappable+ContainerType.swift (in target 'Mappable' from project 'Mappable')
SwiftDriverJobDiscovery normal arm64 Compiling Mapper.swift (in target 'Mappable' from project 'Mappable')
SwiftDriverJobDiscovery normal arm64 Compiling Mappable.swift (in target 'Mappable' from project 'Mappable')
SwiftDriverJobDiscovery normal arm64 Compiling Mappable+Enum.swift (in target 'Mappable' from project 'Mappable')
SwiftDriverJobDiscovery normal arm64 Compiling JSON.swift (in target 'Mappable' from project 'Mappable')
SwiftDriverJobDiscovery normal arm64 Compiling Mappable+BasicType.swift (in target 'Mappable' from project 'Mappable')
SwiftDriver\ Compilation Mappable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Mappable' from project 'Mappable')
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 Mappable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug/Mappable.build/Objects-normal/arm64/Mappable.SwiftFileList -DSWIFT_PACKAGE -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 -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 -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -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/Mappable.build/Debug/Mappable.build/Objects-normal/arm64/Mappable-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/Mappable.build/Debug/Mappable.build/Objects-normal/arm64/Mappable.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/Mappable.build/Debug/Mappable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug/Mappable.build/Objects-normal/arm64/Mappable_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/Mappable.build/Debug/Mappable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug/Mappable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug/Mappable.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug/Mappable.build/Objects-normal/arm64/Mappable-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/Mappable.framework/Versions/A/Mappable normal (in target 'Mappable' from project 'Mappable')
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 -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug/Mappable.build/Objects-normal/arm64/Mappable.LinkFileList -install_name @rpath/Mappable.framework/Versions/A/Mappable -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug/Mappable.build/Objects-normal/arm64/Mappable_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug/Mappable.build/Objects-normal/arm64/Mappable_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug/Mappable.build/Objects-normal/arm64/Mappable.swiftmodule -Xlinker -no_adhoc_codesign -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mappable.framework/Versions/A/Mappable
ExtractAppIntentsMetadata (in target 'Mappable' from project 'Mappable')
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 Mappable --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 Mappable --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mappable.framework/Versions/A/Resources --target-triple arm64-apple-macos10.10 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mappable.framework/Versions/A/Mappable --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug/Mappable.build/Objects-normal/arm64/Mappable_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug/Mappable.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug/Mappable.build/Objects-normal/arm64/Mappable.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug/Mappable.build/Mappable.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug/Mappable.build/Mappable.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mappable.build/Debug/Mappable.build/Objects-normal/arm64/Mappable.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-25 09:55:43.027 appintentsmetadataprocessor[708:3987] Starting appintentsmetadataprocessor export
2025-04-25 09:55:43.030 appintentsmetadataprocessor[708:3987] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/Mappable.framework/Versions/A/Mappable.tbd (in target 'Mappable' from project 'Mappable')
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 -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mappable.framework/Versions/A/Mappable -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/Mappable.framework/Versions/A/Mappable.tbd
CodeSign /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mappable.framework/Versions/A (in target 'Mappable' from project 'Mappable')
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/Mappable.framework/Versions/A
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mappable.framework (in target 'Mappable' from project 'Mappable')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mappable.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mappable.framework (in target 'Mappable' from project 'Mappable')
cd /Users/admin/builder/spi-builder-workspace
/usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Mappable.framework
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/Mappable.framework/Mappable.tbd /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/Mappable.framework/Versions/A/Mappable.tbd (in target 'Mappable' from project 'Mappable')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/Mappable.framework/Versions/A/Mappable.tbd /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/Mappable.framework/Mappable.tbd
/Users/admin/builder/spi-builder-workspace/Mappable.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 'Mappable' from project 'Mappable')
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Mappable",
"name" : "Mappable",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Mappable",
"targets" : [
"Mappable"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "MappableTests",
"module_type" : "SwiftTarget",
"name" : "MappableTests",
"path" : "Tests/MappableTests",
"sources" : [
"BasicTypesTest/BaseTest.swift",
"BasicTypesTest/BasicTypeTest.swift",
"BasicTypesTest/EnumTest.swift",
"CollectionTypesTest/ArrayTests.swift",
"CollectionTypesTest/DictionaryTest.swift",
"CollectionTypesTest/OptionalTest.swift",
"CollectionTypesTest/SetTest.swift",
"MapperTests.swift",
"MiscTest.swift",
"OmniTest/DefaultValueTest.swift",
"OmniTest/InheritanceTest.swift",
"OmniTest/NestKeyPathTest.swift",
"OmniTest/OmniTest.swift"
],
"target_dependencies" : [
"Mappable"
],
"type" : "test"
},
{
"c99name" : "Mappable",
"module_type" : "SwiftTarget",
"name" : "Mappable",
"path" : "Sources/Mappable",
"product_memberships" : [
"Mappable"
],
"sources" : [
"JSON.swift",
"Mappable+BasicType.swift",
"Mappable+ContainerType.swift",
"Mappable+Enum.swift",
"Mappable.swift",
"Mapper.swift",
"Misc.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.