Build Information
Successful build of Mapper, reference 10.0.1 (c8f848
), with Swift 6.1 for iOS using Xcode 16.3 on 25 Apr 2025 20:59:11 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 Mapper -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/lyft/mapper.git
Reference: 10.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/lyft/mapper
* tag 10.0.1 -> FETCH_HEAD
HEAD is now at c8f848c Bump version to 10.0.1
Cloned https://github.com/lyft/mapper.git
Revision (git rev-parse @):
c8f848c8a496e8dbfafa4fba5bb44723bacbe853
SUCCESS checkout https://github.com/lyft/mapper.git at 10.0.1
========================================
Build
========================================
Selected platform: iOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/lyft/mapper.git
https://github.com/lyft/mapper.git
{
"dependencies" : [
],
"manifest_display_name" : "Mapper",
"name" : "Mapper",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Mapper",
"targets" : [
"Mapper"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "MapperTests",
"module_type" : "SwiftTarget",
"name" : "MapperTests",
"path" : "Tests/MapperTests",
"sources" : [
"ConvertibleValueTests.swift",
"CustomTransformationTests.swift",
"ErrorTests.swift",
"InitializerTests.swift",
"JSONSerializationIntegrationTests.swift",
"MappableValueTests.swift",
"NormalValueTests.swift",
"OptionalValueTests.swift",
"RawRepresentibleValueTests.swift",
"TransformTests.swift"
],
"target_dependencies" : [
"Mapper"
],
"type" : "test"
},
{
"c99name" : "Mapper",
"module_type" : "SwiftTarget",
"name" : "Mapper",
"path" : "Sources",
"product_memberships" : [
"Mapper"
],
"sources" : [
"Convertible.swift",
"DefaultConvertible.swift",
"Defaults+Convertible.swift",
"Float+Convertible.swift",
"Mappable.swift",
"Mapper.swift",
"MapperError.swift",
"NSDictionary+Safety.swift",
"Transform+Dictionary.swift",
"Transform.swift",
"URL+Convertible.swift"
],
"type" : "library"
}
],
"tools_version" : "5.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" : "Mapper",
"name" : "Mapper",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Mapper",
"targets" : [
"Mapper"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "MapperTests",
"module_type" : "SwiftTarget",
"name" : "MapperTests",
"path" : "Tests/MapperTests",
"sources" : [
"ConvertibleValueTests.swift",
"CustomTransformationTests.swift",
"ErrorTests.swift",
"InitializerTests.swift",
"JSONSerializationIntegrationTests.swift",
"MappableValueTests.swift",
"NormalValueTests.swift",
"OptionalValueTests.swift",
"RawRepresentibleValueTests.swift",
"TransformTests.swift"
],
"target_dependencies" : [
"Mapper"
],
"type" : "test"
},
{
"c99name" : "Mapper",
"module_type" : "SwiftTarget",
"name" : "Mapper",
"path" : "Sources",
"product_memberships" : [
"Mapper"
],
"sources" : [
"Convertible.swift",
"DefaultConvertible.swift",
"Defaults+Convertible.swift",
"Float+Convertible.swift",
"Mappable.swift",
"Mapper.swift",
"MapperError.swift",
"NSDictionary+Safety.swift",
"Transform+Dictionary.swift",
"Transform.swift",
"URL+Convertible.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "Mapper",
"schemes" : [
"Mapper"
],
"targets" : [
"Mapper",
"MapperTests"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Mapper -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
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 Mapper -destination generic/platform=iOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build 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 'Mapper' in project 'Mapper' (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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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: f64184937ee17042e39526508e3141d4
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/f64184937ee17042e39526508e3141d4.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/Mapper.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/Mapper.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/Mapper.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
cd /Users/admin/builder/spi-builder-workspace/Mapper.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
cd /Users/admin/builder/spi-builder-workspace/Mapper.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper-4317fce28b35e47058d9eafa71e01715-VFS-iphoneos/all-product-headers.yaml
cd /Users/admin/builder/spi-builder-workspace/Mapper.xcodeproj
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper-4317fce28b35e47058d9eafa71e01715-VFS-iphoneos/all-product-headers.yaml
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/Mapper-own-target-headers.hmap (in target 'Mapper' from project 'Mapper')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/Mapper-own-target-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/Mapper-generated-files.hmap (in target 'Mapper' from project 'Mapper')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/Mapper-generated-files.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/Mapper-all-target-headers.hmap (in target 'Mapper' from project 'Mapper')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/Mapper-all-target-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/Mapper.hmap (in target 'Mapper' from project 'Mapper')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/Mapper.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/module.modulemap (in target 'Mapper' from project 'Mapper')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/module.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/Mapper-project-headers.hmap (in target 'Mapper' from project 'Mapper')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/Mapper-project-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/Objects-normal/arm64/Mapper_const_extract_protocols.json (in target 'Mapper' from project 'Mapper')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/Objects-normal/arm64/Mapper_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/Objects-normal/arm64/Mapper-OutputFileMap.json (in target 'Mapper' from project 'Mapper')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/Objects-normal/arm64/Mapper-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'Mapper' from project 'Mapper')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp
-target arm64-apple-ios9.0 -fapplication-extension -fpascal-strings -Os -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -g -fprofile-instr-generate -fcoverage-mapping -iquote /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/Mapper-generated-files.hmap -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/Mapper-own-target-headers.hmap -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/Mapper-all-target-headers.hmap -iquote /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/Mapper-project-headers.hmap -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/DerivedSources-normal/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/DerivedSources/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/DerivedSources -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/Objects-normal/arm64/Mapper.SwiftFileList (in target 'Mapper' from project 'Mapper')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/Objects-normal/arm64/Mapper.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/Objects-normal/arm64/Mapper.SwiftConstValuesFileList (in target 'Mapper' from project 'Mapper')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/Objects-normal/arm64/Mapper.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/Objects-normal/arm64/Mapper.LinkFileList (in target 'Mapper' from project 'Mapper')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/Objects-normal/arm64/Mapper.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/Mapper.DependencyStaticMetadataFileList (in target 'Mapper' from project 'Mapper')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/Mapper.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/Mapper.DependencyMetadataFileList (in target 'Mapper' from project 'Mapper')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/Mapper.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/Mapper-all-non-framework-target-headers.hmap (in target 'Mapper' from project 'Mapper')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/Mapper-all-non-framework-target-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/DerivedSources/Mapper_vers.c (in target 'Mapper' from project 'Mapper')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/DerivedSources/Mapper_vers.c
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Mapper.framework/Headers (in target 'Mapper' from project 'Mapper')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Mapper.framework/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Mapper.framework (in target 'Mapper' from project 'Mapper')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Mapper.framework
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Mapper.framework/Modules/module.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/module.modulemap (in target 'Mapper' from project 'Mapper')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/module.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Mapper.framework/Modules
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Mapper.framework/Info.plist /Users/admin/builder/spi-builder-workspace/Resources/Info.plist (in target 'Mapper' from project 'Mapper')
cd /Users/admin/builder/spi-builder-workspace
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/Resources/Info.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Mapper.framework/Info.plist
SwiftDriver Mapper normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Mapper' from project 'Mapper')
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 Mapper -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/Objects-normal/arm64/Mapper.SwiftFileList -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios9.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -application-extension -profile-coverage-mapping -profile-generate -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/Objects-normal/arm64/Mapper-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/Mapper.build/Debug-iphoneos/Mapper.build/Objects-normal/arm64/Mapper.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/Mapper.build/Debug-iphoneos/Mapper.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/Objects-normal/arm64/Mapper_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/Mapper-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/Mapper-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/Mapper-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper-4317fce28b35e47058d9eafa71e01715-VFS-iphoneos/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/Mapper-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/Objects-normal/arm64/Mapper-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ Mapper (in target 'Mapper' from project 'Mapper')
EmitSwiftModule normal arm64 (in target 'Mapper' from project 'Mapper')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/MapperError.swift:12:10: warning: associated value 'convertibleError(value:type:)' of 'Sendable'-conforming enum 'MapperError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
case convertibleError(value: Any?, type: Any.Type)
^
/Users/admin/builder/spi-builder-workspace/Sources/MapperError.swift:14:10: warning: associated value 'invalidRawValueError(field:value:type:)' of 'Sendable'-conforming enum 'MapperError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
case invalidRawValueError(field: String, value: Any, type: Any.Type)
^
/Users/admin/builder/spi-builder-workspace/Sources/MapperError.swift:16:10: warning: associated value 'typeMismatchError(field:value:type:)' of 'Sendable'-conforming enum 'MapperError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
case typeMismatchError(field: String, value: Any, type: Any.Type)
^
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745614747619482-swift-frontend-Mapper-all-arm64_apple_ios9.0-swiftmodule-Onone-2784352920.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3015 seconds (3.6872 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0249 ( 25.6%) 0.0693 ( 33.9%) 0.0941 ( 31.2%) 1.7687 ( 48.0%) parse-and-resolve-imports
0.0236 ( 24.3%) 0.0679 ( 33.2%) 0.0915 ( 30.3%) 1.7661 ( 47.9%) Import resolution
0.0122 ( 12.6%) 0.0451 ( 22.1%) 0.0573 ( 19.0%) 0.0913 ( 2.5%) load-stdlib
0.0098 ( 10.1%) 0.0037 ( 1.8%) 0.0135 ( 4.5%) 0.0139 ( 0.4%) perform-sema
0.0097 ( 10.0%) 0.0037 ( 1.8%) 0.0134 ( 4.4%) 0.0138 ( 0.4%) Type checking and Semantic analysis
0.0094 ( 9.7%) 0.0035 ( 1.7%) 0.0130 ( 4.3%) 0.0133 ( 0.4%) typecheck-decl
0.0027 ( 2.8%) 0.0055 ( 2.7%) 0.0082 ( 2.7%) 0.0089 ( 0.2%) SIL optimization
0.0006 ( 0.6%) 0.0024 ( 1.2%) 0.0030 ( 1.0%) 0.0036 ( 0.1%) Serialization, swiftmodule
0.0008 ( 0.8%) 0.0015 ( 0.7%) 0.0023 ( 0.8%) 0.0023 ( 0.1%) import-clang-decl
0.0008 ( 0.8%) 0.0011 ( 0.5%) 0.0019 ( 0.6%) 0.0019 ( 0.1%) Serialization, swiftdoc
0.0013 ( 1.4%) 0.0003 ( 0.2%) 0.0017 ( 0.6%) 0.0017 ( 0.0%) SILGen
0.0005 ( 0.5%) 0.0002 ( 0.1%) 0.0007 ( 0.2%) 0.0007 ( 0.0%) build-rewrite-system
0.0003 ( 0.3%) 0.0001 ( 0.0%) 0.0003 ( 0.1%) 0.0004 ( 0.0%) SILGen-function
0.0002 ( 0.2%) 0.0001 ( 0.0%) 0.0003 ( 0.1%) 0.0003 ( 0.0%) Serialization, swiftsourceinfo
0.0001 ( 0.1%) 0.0000 ( 0.0%) 0.0002 ( 0.1%) 0.0002 ( 0.0%) typecheck-expr
0.0001 ( 0.1%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 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%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) precheck-target
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%) AST verification
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-module-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%) get-conformance-access-path
0.0970 (100.0%) 0.2045 (100.0%) 0.3015 (100.0%) 3.6872 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.1820 seconds (1.8923 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0532 (100.0%) 0.1288 (100.0%) 0.1820 (100.0%) 1.8923 (100.0%) Building Target
0.0532 (100.0%) 0.1288 (100.0%) 0.1820 (100.0%) 1.8923 (100.0%) Total
SwiftCompile normal arm64 Compiling\ MapperError.swift /Users/admin/builder/spi-builder-workspace/Sources/MapperError.swift (in target 'Mapper' from project 'Mapper')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MapperError.swift (in target 'Mapper' from project 'Mapper')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/MapperError.swift:12:10: warning: associated value 'convertibleError(value:type:)' of 'Sendable'-conforming enum 'MapperError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
case convertibleError(value: Any?, type: Any.Type)
^
/Users/admin/builder/spi-builder-workspace/Sources/MapperError.swift:14:10: warning: associated value 'invalidRawValueError(field:value:type:)' of 'Sendable'-conforming enum 'MapperError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
case invalidRawValueError(field: String, value: Any, type: Any.Type)
^
/Users/admin/builder/spi-builder-workspace/Sources/MapperError.swift:16:10: warning: associated value 'typeMismatchError(field:value:type:)' of 'Sendable'-conforming enum 'MapperError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
case typeMismatchError(field: String, value: Any, type: Any.Type)
^
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745614747619484-swift-frontend-Mapper-MapperError.swift-arm64_apple_ios9.0-o-Onone-1878526761.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.2634 seconds (3.7264 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0209 ( 21.8%) 0.0645 ( 38.5%) 0.0854 ( 32.4%) 1.7731 ( 47.6%) parse-and-resolve-imports
0.0194 ( 20.2%) 0.0630 ( 37.6%) 0.0823 ( 31.3%) 1.7700 ( 47.5%) Import resolution
0.0018 ( 1.9%) 0.0161 ( 9.6%) 0.0179 ( 6.8%) 0.1052 ( 2.8%) load-stdlib
0.0447 ( 46.6%) 0.0170 ( 10.1%) 0.0616 ( 23.4%) 0.0617 ( 1.7%) build-rewrite-system
0.0023 ( 2.4%) 0.0028 ( 1.7%) 0.0051 ( 1.9%) 0.0052 ( 0.1%) IRGen
0.0017 ( 1.7%) 0.0009 ( 0.6%) 0.0026 ( 1.0%) 0.0027 ( 0.1%) perform-sema
0.0016 ( 1.7%) 0.0009 ( 0.6%) 0.0026 ( 1.0%) 0.0026 ( 0.1%) Type checking and Semantic analysis
0.0016 ( 1.7%) 0.0009 ( 0.5%) 0.0025 ( 1.0%) 0.0026 ( 0.1%) typecheck-decl
0.0009 ( 0.9%) 0.0012 ( 0.7%) 0.0020 ( 0.8%) 0.0020 ( 0.1%) import-clang-decl
0.0005 ( 0.5%) 0.0002 ( 0.1%) 0.0007 ( 0.3%) 0.0007 ( 0.0%) SILGen
0.0004 ( 0.4%) 0.0001 ( 0.0%) 0.0005 ( 0.2%) 0.0005 ( 0.0%) SIL optimization
0.0001 ( 0.1%) 0.0001 ( 0.0%) 0.0002 ( 0.1%) 0.0002 ( 0.0%) SILGen-function
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%) 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%) populate-source-file-class-member-cache
0.0958 (100.0%) 0.1676 (100.0%) 0.2634 (100.0%) 3.7264 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.4291 seconds (2.2066 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.2925 (100.0%) 0.1366 (100.0%) 0.4291 (100.0%) 2.2066 (100.0%) Building Target
0.2925 (100.0%) 0.1366 (100.0%) 0.4291 (100.0%) 2.2066 (100.0%) Total
SwiftCompile normal arm64 Compiling\ DefaultConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/DefaultConvertible.swift (in target 'Mapper' from project 'Mapper')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745614747626783-swift-frontend-Mapper-DefaultConvertible.swift-arm64_apple_ios9.0-o-Onone-1163092363.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 1.9140 seconds (3.2566 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.6454 ( 47.8%) 0.2544 ( 45.2%) 0.8998 ( 47.0%) 1.5308 ( 47.0%) parse-and-resolve-imports
0.6440 ( 47.7%) 0.2513 ( 44.6%) 0.8954 ( 46.8%) 1.5246 ( 46.8%) Import resolution
0.0017 ( 0.1%) 0.0158 ( 2.8%) 0.0176 ( 0.9%) 0.0917 ( 2.8%) load-stdlib
0.0475 ( 3.5%) 0.0086 ( 1.5%) 0.0561 ( 2.9%) 0.0561 ( 1.7%) build-rewrite-system
0.0016 ( 0.1%) 0.0098 ( 1.7%) 0.0114 ( 0.6%) 0.0148 ( 0.5%) SILGen
0.0016 ( 0.1%) 0.0044 ( 0.8%) 0.0060 ( 0.3%) 0.0070 ( 0.2%) perform-sema
0.0015 ( 0.1%) 0.0044 ( 0.8%) 0.0059 ( 0.3%) 0.0069 ( 0.2%) Type checking and Semantic analysis
0.0011 ( 0.1%) 0.0028 ( 0.5%) 0.0039 ( 0.2%) 0.0050 ( 0.2%) SILGen-function
0.0016 ( 0.1%) 0.0025 ( 0.4%) 0.0041 ( 0.2%) 0.0041 ( 0.1%) IRGen
0.0008 ( 0.1%) 0.0023 ( 0.4%) 0.0031 ( 0.2%) 0.0035 ( 0.1%) typecheck-stmt
0.0007 ( 0.1%) 0.0022 ( 0.4%) 0.0029 ( 0.2%) 0.0034 ( 0.1%) typecheck-expr
0.0006 ( 0.0%) 0.0021 ( 0.4%) 0.0027 ( 0.1%) 0.0032 ( 0.1%) typecheck-decl
0.0009 ( 0.1%) 0.0010 ( 0.2%) 0.0019 ( 0.1%) 0.0019 ( 0.1%) import-clang-decl
0.0002 ( 0.0%) 0.0012 ( 0.2%) 0.0015 ( 0.1%) 0.0019 ( 0.1%) precheck-target
0.0015 ( 0.1%) 0.0000 ( 0.0%) 0.0015 ( 0.1%) 0.0015 ( 0.0%) SIL optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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%) 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
1.3510 (100.0%) 0.5630 (100.0%) 1.9140 (100.0%) 3.2566 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.3281 seconds (2.0450 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9705 (100.0%) 0.3575 (100.0%) 1.3281 (100.0%) 2.0450 (100.0%) Building Target
0.9705 (100.0%) 0.3575 (100.0%) 1.3281 (100.0%) 2.0450 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DefaultConvertible.swift (in target 'Mapper' from project 'Mapper')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ Mapper.swift /Users/admin/builder/spi-builder-workspace/Sources/Mapper.swift (in target 'Mapper' from project 'Mapper')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Mapper.swift (in target 'Mapper' from project 'Mapper')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745614747619482-swift-frontend-Mapper-Mapper.swift-arm64_apple_ios9.0-o-Onone-3199546530.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 1.6892 seconds (3.5468 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.4825 ( 42.5%) 0.2476 ( 44.6%) 0.7301 ( 43.2%) 1.6175 ( 45.6%) parse-and-resolve-imports
0.4813 ( 42.4%) 0.2471 ( 44.5%) 0.7284 ( 43.1%) 1.6158 ( 45.6%) Import resolution
0.0768 ( 6.8%) 0.0215 ( 3.9%) 0.0982 ( 5.8%) 0.0981 ( 2.8%) build-rewrite-system
0.0016 ( 0.1%) 0.0115 ( 2.1%) 0.0131 ( 0.8%) 0.0961 ( 2.7%) load-stdlib
0.0160 ( 1.4%) 0.0041 ( 0.7%) 0.0201 ( 1.2%) 0.0201 ( 0.6%) perform-sema
0.0160 ( 1.4%) 0.0041 ( 0.7%) 0.0200 ( 1.2%) 0.0200 ( 0.6%) Type checking and Semantic analysis
0.0114 ( 1.0%) 0.0083 ( 1.5%) 0.0197 ( 1.2%) 0.0197 ( 0.6%) import-clang-decl
0.0107 ( 0.9%) 0.0026 ( 0.5%) 0.0133 ( 0.8%) 0.0133 ( 0.4%) typecheck-stmt
0.0067 ( 0.6%) 0.0021 ( 0.4%) 0.0088 ( 0.5%) 0.0088 ( 0.2%) IRGen
0.0065 ( 0.6%) 0.0019 ( 0.3%) 0.0084 ( 0.5%) 0.0083 ( 0.2%) typecheck-expr
0.0067 ( 0.6%) 0.0012 ( 0.2%) 0.0079 ( 0.5%) 0.0079 ( 0.2%) SILGen
0.0058 ( 0.5%) 0.0019 ( 0.3%) 0.0077 ( 0.5%) 0.0077 ( 0.2%) typecheck-decl
0.0055 ( 0.5%) 0.0002 ( 0.0%) 0.0057 ( 0.3%) 0.0057 ( 0.2%) SIL optimization
0.0042 ( 0.4%) 0.0006 ( 0.1%) 0.0048 ( 0.3%) 0.0048 ( 0.1%) SILGen-function
0.0009 ( 0.1%) 0.0003 ( 0.0%) 0.0012 ( 0.1%) 0.0012 ( 0.0%) load-all-members
0.0010 ( 0.1%) 0.0001 ( 0.0%) 0.0011 ( 0.1%) 0.0011 ( 0.0%) typecheck-for-each
0.0006 ( 0.1%) 0.0000 ( 0.0%) 0.0007 ( 0.0%) 0.0007 ( 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%) 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%) 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%) populate-source-file-class-member-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%) AST verification
1.1342 (100.0%) 0.5550 (100.0%) 1.6892 (100.0%) 3.5468 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.9889 seconds (2.9884 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.3078 (100.0%) 0.6811 (100.0%) 1.9889 (100.0%) 2.9884 (100.0%) Building Target
1.3078 (100.0%) 0.6811 (100.0%) 1.9889 (100.0%) 2.9884 (100.0%) Total
SwiftCompile normal arm64 Compiling\ NSDictionary+Safety.swift /Users/admin/builder/spi-builder-workspace/Sources/NSDictionary+Safety.swift (in target 'Mapper' from project 'Mapper')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745614747624318-swift-frontend-Mapper-NSDictionary_Safety.swift-arm64_apple_ios9.0-o-Onone-1512061332.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3617 seconds (3.6727 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0214 ( 13.1%) 0.0703 ( 35.5%) 0.0917 ( 25.3%) 1.7069 ( 46.5%) parse-and-resolve-imports
0.0199 ( 12.2%) 0.0689 ( 34.8%) 0.0888 ( 24.5%) 1.7039 ( 46.4%) Import resolution
0.0779 ( 47.6%) 0.0267 ( 13.5%) 0.1046 ( 28.9%) 0.1046 ( 2.8%) build-rewrite-system
0.0018 ( 1.1%) 0.0108 ( 5.5%) 0.0126 ( 3.5%) 0.0932 ( 2.5%) load-stdlib
0.0113 ( 6.9%) 0.0081 ( 4.1%) 0.0194 ( 5.4%) 0.0194 ( 0.5%) import-clang-decl
0.0050 ( 3.0%) 0.0024 ( 1.2%) 0.0073 ( 2.0%) 0.0073 ( 0.2%) perform-sema
0.0049 ( 3.0%) 0.0024 ( 1.2%) 0.0073 ( 2.0%) 0.0073 ( 0.2%) Type checking and Semantic analysis
0.0039 ( 2.4%) 0.0021 ( 1.0%) 0.0059 ( 1.6%) 0.0060 ( 0.2%) typecheck-decl
0.0036 ( 2.2%) 0.0012 ( 0.6%) 0.0048 ( 1.3%) 0.0048 ( 0.1%) typecheck-stmt
0.0022 ( 1.4%) 0.0025 ( 1.3%) 0.0047 ( 1.3%) 0.0047 ( 0.1%) IRGen
0.0033 ( 2.0%) 0.0012 ( 0.6%) 0.0044 ( 1.2%) 0.0044 ( 0.1%) typecheck-expr
0.0028 ( 1.7%) 0.0010 ( 0.5%) 0.0037 ( 1.0%) 0.0037 ( 0.1%) SILGen
0.0031 ( 1.9%) 0.0001 ( 0.1%) 0.0032 ( 0.9%) 0.0032 ( 0.1%) SIL optimization
0.0018 ( 1.1%) 0.0004 ( 0.2%) 0.0022 ( 0.6%) 0.0022 ( 0.1%) SILGen-function
0.0007 ( 0.4%) 0.0002 ( 0.1%) 0.0009 ( 0.2%) 0.0009 ( 0.0%) load-all-members
0.0001 ( 0.1%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 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%) populate-source-file-class-member-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%) 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.1635 (100.0%) 0.1982 (100.0%) 0.3617 (100.0%) 3.6727 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.2632 seconds (2.9818 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.7788 (100.0%) 0.4843 (100.0%) 1.2632 (100.0%) 2.9818 (100.0%) Building Target
0.7788 (100.0%) 0.4843 (100.0%) 1.2632 (100.0%) 2.9818 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/NSDictionary+Safety.swift (in target 'Mapper' from project 'Mapper')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ Convertible.swift /Users/admin/builder/spi-builder-workspace/Sources/Convertible.swift (in target 'Mapper' from project 'Mapper')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745614747624679-swift-frontend-Mapper-Convertible.swift-arm64_apple_ios9.0-o-Onone-167560887.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.1947 seconds (4.0227 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0220 ( 46.7%) 0.0652 ( 44.1%) 0.0871 ( 44.7%) 1.9627 ( 48.8%) parse-and-resolve-imports
0.0203 ( 43.2%) 0.0636 ( 43.1%) 0.0839 ( 43.1%) 1.9594 ( 48.7%) Import resolution
0.0016 ( 3.5%) 0.0152 ( 10.3%) 0.0169 ( 8.7%) 0.0938 ( 2.3%) load-stdlib
0.0016 ( 3.4%) 0.0024 ( 1.6%) 0.0040 ( 2.0%) 0.0040 ( 0.1%) IRGen
0.0003 ( 0.7%) 0.0006 ( 0.4%) 0.0009 ( 0.5%) 0.0009 ( 0.0%) import-clang-decl
0.0004 ( 0.9%) 0.0003 ( 0.2%) 0.0007 ( 0.3%) 0.0007 ( 0.0%) perform-sema
0.0004 ( 0.8%) 0.0002 ( 0.2%) 0.0006 ( 0.3%) 0.0006 ( 0.0%) Type checking and Semantic analysis
0.0003 ( 0.7%) 0.0002 ( 0.1%) 0.0005 ( 0.3%) 0.0005 ( 0.0%) typecheck-decl
0.0000 ( 0.1%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) build-rewrite-system
0.0000 ( 0.1%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SILGen
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 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%) AST verification
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%) 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.0470 (100.0%) 0.1477 (100.0%) 0.1947 (100.0%) 4.0227 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.1164 seconds (2.0689 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0286 (100.0%) 0.0878 (100.0%) 0.1164 (100.0%) 2.0689 (100.0%) Building Target
0.0286 (100.0%) 0.0878 (100.0%) 0.1164 (100.0%) 2.0689 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Convertible.swift (in target 'Mapper' from project 'Mapper')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ Float+Convertible.swift,\ Transform+Dictionary.swift /Users/admin/builder/spi-builder-workspace/Sources/Float+Convertible.swift /Users/admin/builder/spi-builder-workspace/Sources/Transform+Dictionary.swift (in target 'Mapper' from project 'Mapper')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745614747627901-swift-frontend-Mapper-Float_Convertible.swift-arm64_apple_ios9.0-o-Onone-130605116.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3632 seconds (3.3467 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0217 ( 13.2%) 0.0654 ( 33.0%) 0.0871 ( 24.0%) 1.5356 ( 45.9%) parse-and-resolve-imports
0.0203 ( 12.3%) 0.0645 ( 32.5%) 0.0847 ( 23.3%) 1.5332 ( 45.8%) Import resolution
0.0782 ( 47.4%) 0.0249 ( 12.5%) 0.1031 ( 28.4%) 0.1030 ( 3.1%) build-rewrite-system
0.0017 ( 1.0%) 0.0113 ( 5.7%) 0.0130 ( 3.6%) 0.0965 ( 2.9%) load-stdlib
0.0117 ( 7.1%) 0.0093 ( 4.7%) 0.0209 ( 5.8%) 0.0211 ( 0.6%) import-clang-decl
0.0061 ( 3.7%) 0.0058 ( 2.9%) 0.0119 ( 3.3%) 0.0129 ( 0.4%) perform-sema
0.0061 ( 3.7%) 0.0058 ( 2.9%) 0.0118 ( 3.3%) 0.0128 ( 0.4%) Type checking and Semantic analysis
0.0047 ( 2.9%) 0.0034 ( 1.7%) 0.0081 ( 2.2%) 0.0086 ( 0.3%) typecheck-stmt
0.0030 ( 1.8%) 0.0022 ( 1.1%) 0.0052 ( 1.4%) 0.0052 ( 0.2%) IRGen
0.0030 ( 1.8%) 0.0013 ( 0.6%) 0.0043 ( 1.2%) 0.0043 ( 0.1%) SILGen
0.0012 ( 0.7%) 0.0023 ( 1.2%) 0.0035 ( 1.0%) 0.0040 ( 0.1%) typecheck-decl
0.0030 ( 1.8%) 0.0003 ( 0.2%) 0.0033 ( 0.9%) 0.0033 ( 0.1%) SIL optimization
0.0018 ( 1.1%) 0.0006 ( 0.3%) 0.0024 ( 0.7%) 0.0024 ( 0.1%) SILGen-function
0.0012 ( 0.7%) 0.0011 ( 0.5%) 0.0023 ( 0.6%) 0.0023 ( 0.1%) typecheck-expr
0.0008 ( 0.5%) 0.0002 ( 0.1%) 0.0010 ( 0.3%) 0.0010 ( 0.0%) load-all-members
0.0003 ( 0.2%) 0.0000 ( 0.0%) 0.0004 ( 0.1%) 0.0004 ( 0.0%) precheck-target
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%) 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%) 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, 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%) AST verification
0.1648 (100.0%) 0.1984 (100.0%) 0.3632 (100.0%) 3.3467 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.4062 seconds (2.9808 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8451 (100.0%) 0.5610 (100.0%) 1.4062 (100.0%) 2.9808 (100.0%) Building Target
0.8451 (100.0%) 0.5610 (100.0%) 1.4062 (100.0%) 2.9808 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Float+Convertible.swift (in target 'Mapper' from project 'Mapper')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Transform+Dictionary.swift (in target 'Mapper' from project 'Mapper')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ URL+Convertible.swift /Users/admin/builder/spi-builder-workspace/Sources/URL+Convertible.swift (in target 'Mapper' from project 'Mapper')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745614747622961-swift-frontend-Mapper-URL_Convertible.swift-arm64_apple_ios9.0-o-Onone-3605950697.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3401 seconds (3.5813 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0210 ( 13.6%) 0.0619 ( 33.4%) 0.0830 ( 24.4%) 1.6610 ( 46.4%) parse-and-resolve-imports
0.0197 ( 12.7%) 0.0609 ( 32.8%) 0.0806 ( 23.7%) 1.6586 ( 46.3%) Import resolution
0.0765 ( 49.6%) 0.0272 ( 14.7%) 0.1038 ( 30.5%) 0.1037 ( 2.9%) build-rewrite-system
0.0017 ( 1.1%) 0.0158 ( 8.5%) 0.0175 ( 5.1%) 0.1014 ( 2.8%) load-stdlib
0.0114 ( 7.4%) 0.0086 ( 4.6%) 0.0200 ( 5.9%) 0.0200 ( 0.6%) import-clang-decl
0.0043 ( 2.8%) 0.0022 ( 1.2%) 0.0064 ( 1.9%) 0.0068 ( 0.2%) perform-sema
0.0042 ( 2.7%) 0.0022 ( 1.2%) 0.0064 ( 1.9%) 0.0067 ( 0.2%) Type checking and Semantic analysis
0.0034 ( 2.2%) 0.0017 ( 0.9%) 0.0051 ( 1.5%) 0.0054 ( 0.2%) typecheck-stmt
0.0034 ( 2.2%) 0.0016 ( 0.9%) 0.0050 ( 1.5%) 0.0053 ( 0.1%) typecheck-expr
0.0018 ( 1.2%) 0.0020 ( 1.1%) 0.0038 ( 1.1%) 0.0038 ( 0.1%) IRGen
0.0027 ( 1.8%) 0.0000 ( 0.0%) 0.0028 ( 0.8%) 0.0028 ( 0.1%) SIL optimization
0.0015 ( 1.0%) 0.0005 ( 0.3%) 0.0021 ( 0.6%) 0.0021 ( 0.1%) SILGen
0.0010 ( 0.6%) 0.0003 ( 0.1%) 0.0012 ( 0.4%) 0.0012 ( 0.0%) SILGen-function
0.0007 ( 0.5%) 0.0005 ( 0.3%) 0.0012 ( 0.3%) 0.0012 ( 0.0%) typecheck-decl
0.0007 ( 0.5%) 0.0002 ( 0.1%) 0.0010 ( 0.3%) 0.0010 ( 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%) associated-type-inference
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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.1545 (100.0%) 0.1857 (100.0%) 0.3401 (100.0%) 3.5813 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.2971 seconds (2.9831 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.7976 (100.0%) 0.4994 (100.0%) 1.2971 (100.0%) 2.9831 (100.0%) Building Target
0.7976 (100.0%) 0.4994 (100.0%) 1.2971 (100.0%) 2.9831 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/URL+Convertible.swift (in target 'Mapper' from project 'Mapper')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ Defaults+Convertible.swift /Users/admin/builder/spi-builder-workspace/Sources/Defaults+Convertible.swift (in target 'Mapper' from project 'Mapper')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745614747626669-swift-frontend-Mapper-Defaults_Convertible.swift-arm64_apple_ios9.0-o-Onone-532642616.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3496 seconds (3.3716 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0203 ( 13.7%) 0.0711 ( 35.4%) 0.0914 ( 26.1%) 1.5630 ( 46.4%) parse-and-resolve-imports
0.0191 ( 12.9%) 0.0701 ( 34.9%) 0.0892 ( 25.5%) 1.5608 ( 46.3%) Import resolution
0.0784 ( 52.8%) 0.0257 ( 12.8%) 0.1041 ( 29.8%) 0.1040 ( 3.1%) build-rewrite-system
0.0017 ( 1.2%) 0.0172 ( 8.6%) 0.0189 ( 5.4%) 0.0974 ( 2.9%) load-stdlib
0.0114 ( 7.7%) 0.0092 ( 4.6%) 0.0206 ( 5.9%) 0.0206 ( 0.6%) import-clang-decl
0.0043 ( 2.9%) 0.0016 ( 0.8%) 0.0058 ( 1.7%) 0.0058 ( 0.2%) perform-sema
0.0042 ( 2.8%) 0.0015 ( 0.8%) 0.0058 ( 1.6%) 0.0058 ( 0.2%) Type checking and Semantic analysis
0.0042 ( 2.8%) 0.0015 ( 0.7%) 0.0057 ( 1.6%) 0.0057 ( 0.2%) typecheck-decl
0.0023 ( 1.6%) 0.0025 ( 1.2%) 0.0048 ( 1.4%) 0.0051 ( 0.2%) IRGen
0.0011 ( 0.7%) 0.0003 ( 0.2%) 0.0014 ( 0.4%) 0.0014 ( 0.0%) SILGen
0.0007 ( 0.5%) 0.0002 ( 0.1%) 0.0010 ( 0.3%) 0.0010 ( 0.0%) load-all-members
0.0006 ( 0.4%) 0.0001 ( 0.0%) 0.0006 ( 0.2%) 0.0006 ( 0.0%) SIL optimization
0.0002 ( 0.1%) 0.0001 ( 0.0%) 0.0002 ( 0.1%) 0.0003 ( 0.0%) SILGen-function
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) associated-type-inference
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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%) 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%) AST verification
0.1485 (100.0%) 0.2012 (100.0%) 0.3496 (100.0%) 3.3716 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.3959 seconds (2.9796 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8372 (100.0%) 0.5587 (100.0%) 1.3959 (100.0%) 2.9796 (100.0%) Building Target
0.8372 (100.0%) 0.5587 (100.0%) 1.3959 (100.0%) 2.9796 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Defaults+Convertible.swift (in target 'Mapper' from project 'Mapper')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ Transform.swift /Users/admin/builder/spi-builder-workspace/Sources/Transform.swift (in target 'Mapper' from project 'Mapper')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745614747626733-swift-frontend-Mapper-Transform.swift-arm64_apple_ios9.0-o-Onone-1621310157.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.2604 seconds (3.3064 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0204 ( 22.2%) 0.0671 ( 39.8%) 0.0876 ( 33.6%) 1.5734 ( 47.6%) parse-and-resolve-imports
0.0192 ( 20.8%) 0.0660 ( 39.2%) 0.0852 ( 32.7%) 1.5711 ( 47.5%) Import resolution
0.0018 ( 2.0%) 0.0158 ( 9.4%) 0.0177 ( 6.8%) 0.0919 ( 2.8%) load-stdlib
0.0471 ( 51.2%) 0.0153 ( 9.1%) 0.0625 ( 24.0%) 0.0624 ( 1.9%) build-rewrite-system
0.0015 ( 1.7%) 0.0023 ( 1.3%) 0.0038 ( 1.4%) 0.0038 ( 0.1%) IRGen
0.0009 ( 1.0%) 0.0010 ( 0.6%) 0.0020 ( 0.8%) 0.0020 ( 0.1%) import-clang-decl
0.0001 ( 0.1%) 0.0003 ( 0.2%) 0.0004 ( 0.2%) 0.0004 ( 0.0%) SILGen
0.0002 ( 0.2%) 0.0002 ( 0.1%) 0.0004 ( 0.1%) 0.0004 ( 0.0%) perform-sema
0.0003 ( 0.3%) 0.0000 ( 0.0%) 0.0003 ( 0.1%) 0.0003 ( 0.0%) SIL optimization
0.0002 ( 0.2%) 0.0001 ( 0.1%) 0.0003 ( 0.1%) 0.0003 ( 0.0%) Type checking and Semantic analysis
0.0001 ( 0.2%) 0.0001 ( 0.1%) 0.0002 ( 0.1%) 0.0002 ( 0.0%) typecheck-decl
0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) SILGen-function
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%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0920 (100.0%) 0.1685 (100.0%) 0.2604 (100.0%) 3.3064 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.4794 seconds (2.0433 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.3349 (100.0%) 0.1445 (100.0%) 0.4794 (100.0%) 2.0433 (100.0%) Building Target
0.3349 (100.0%) 0.1445 (100.0%) 0.4794 (100.0%) 2.0433 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Transform.swift (in target 'Mapper' from project 'Mapper')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ Mappable.swift /Users/admin/builder/spi-builder-workspace/Sources/Mappable.swift (in target 'Mapper' from project 'Mapper')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745614749587576-swift-frontend-Mapper-Mappable.swift-arm64_apple_ios9.0-o-Onone-3919402032.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.2070 seconds (0.2077 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0519 ( 40.4%) 0.0179 ( 22.9%) 0.0699 ( 33.8%) 0.0699 ( 33.6%) build-rewrite-system
0.0211 ( 16.4%) 0.0194 ( 24.8%) 0.0405 ( 19.6%) 0.0405 ( 19.5%) parse-and-resolve-imports
0.0197 ( 15.3%) 0.0182 ( 23.3%) 0.0379 ( 18.3%) 0.0380 ( 18.3%) Import resolution
0.0108 ( 8.4%) 0.0080 ( 10.2%) 0.0188 ( 9.1%) 0.0188 ( 9.0%) import-clang-decl
0.0044 ( 3.4%) 0.0026 ( 3.4%) 0.0070 ( 3.4%) 0.0070 ( 3.4%) perform-sema
0.0043 ( 3.4%) 0.0026 ( 3.3%) 0.0070 ( 3.4%) 0.0070 ( 3.4%) Type checking and Semantic analysis
0.0029 ( 2.2%) 0.0027 ( 3.4%) 0.0055 ( 2.7%) 0.0056 ( 2.7%) IRGen
0.0026 ( 2.0%) 0.0010 ( 1.3%) 0.0036 ( 1.7%) 0.0036 ( 1.7%) typecheck-stmt
0.0033 ( 2.5%) 0.0002 ( 0.2%) 0.0034 ( 1.7%) 0.0034 ( 1.7%) SIL optimization
0.0022 ( 1.7%) 0.0009 ( 1.1%) 0.0031 ( 1.5%) 0.0034 ( 1.6%) SILGen
0.0016 ( 1.2%) 0.0015 ( 2.0%) 0.0031 ( 1.5%) 0.0031 ( 1.5%) typecheck-decl
0.0011 ( 0.8%) 0.0021 ( 2.6%) 0.0031 ( 1.5%) 0.0031 ( 1.5%) load-stdlib
0.0011 ( 0.9%) 0.0005 ( 0.7%) 0.0016 ( 0.8%) 0.0019 ( 0.9%) SILGen-function
0.0008 ( 0.6%) 0.0004 ( 0.5%) 0.0012 ( 0.6%) 0.0012 ( 0.6%) load-all-members
0.0007 ( 0.6%) 0.0003 ( 0.4%) 0.0010 ( 0.5%) 0.0010 ( 0.5%) typecheck-expr
0.0001 ( 0.1%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 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%) 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.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.1287 (100.0%) 0.0783 (100.0%) 0.2070 (100.0%) 0.2077 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.9969 seconds (1.0188 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.5820 (100.0%) 0.4149 (100.0%) 0.9969 (100.0%) 1.0188 (100.0%) Building Target
0.5820 (100.0%) 0.4149 (100.0%) 0.9969 (100.0%) 1.0188 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Mappable.swift (in target 'Mapper' from project 'Mapper')
cd /Users/admin/builder/spi-builder-workspace
SwiftDriverJobDiscovery normal arm64 Emitting module for Mapper (in target 'Mapper' from project 'Mapper')
SwiftDriver\ Compilation\ Requirements Mapper normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Mapper' from project 'Mapper')
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 Mapper -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/Objects-normal/arm64/Mapper.SwiftFileList -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios9.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -application-extension -profile-coverage-mapping -profile-generate -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/Objects-normal/arm64/Mapper-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/Mapper.build/Debug-iphoneos/Mapper.build/Objects-normal/arm64/Mapper.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/Mapper.build/Debug-iphoneos/Mapper.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/Objects-normal/arm64/Mapper_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/Mapper-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/Mapper-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/Mapper-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper-4317fce28b35e47058d9eafa71e01715-VFS-iphoneos/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/Mapper-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/Objects-normal/arm64/Mapper-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Transform.swift (in target 'Mapper' from project 'Mapper')
SwiftDriverJobDiscovery normal arm64 Compiling DefaultConvertible.swift (in target 'Mapper' from project 'Mapper')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Mapper.framework/Headers/Mapper-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/Objects-normal/arm64/Mapper-Swift.h (in target 'Mapper' from project 'Mapper')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/Objects-normal/arm64/Mapper-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Mapper.framework/Headers/Mapper-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Mapper.framework/Modules/Mapper.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/Objects-normal/arm64/Mapper.swiftmodule (in target 'Mapper' from project 'Mapper')
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/Mapper.build/Debug-iphoneos/Mapper.build/Objects-normal/arm64/Mapper.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Mapper.framework/Modules/Mapper.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Mapper.framework/Modules/Mapper.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/Objects-normal/arm64/Mapper.swiftdoc (in target 'Mapper' from project 'Mapper')
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/Mapper.build/Debug-iphoneos/Mapper.build/Objects-normal/arm64/Mapper.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Mapper.framework/Modules/Mapper.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Mapper.framework/Modules/Mapper.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/Objects-normal/arm64/Mapper.abi.json (in target 'Mapper' from project 'Mapper')
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/Mapper.build/Debug-iphoneos/Mapper.build/Objects-normal/arm64/Mapper.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Mapper.framework/Modules/Mapper.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Mapper.framework/Modules/Mapper.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/Objects-normal/arm64/Mapper.swiftsourceinfo (in target 'Mapper' from project 'Mapper')
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/Mapper.build/Debug-iphoneos/Mapper.build/Objects-normal/arm64/Mapper.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Mapper.framework/Modules/Mapper.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/Objects-normal/arm64/Mapper_vers.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/DerivedSources/Mapper_vers.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'Mapper' from project 'Mapper')
cd /Users/admin/builder/spi-builder-workspace
Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/Objects-normal/arm64/Mapper_vers.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/Objects-normal/arm64/Mapper_vers.dia -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/DerivedSources/Mapper_vers.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/Objects-normal/arm64/Mapper_vers.o
SwiftDriverJobDiscovery normal arm64 Compiling Convertible.swift (in target 'Mapper' from project 'Mapper')
SwiftDriverJobDiscovery normal arm64 Compiling MapperError.swift (in target 'Mapper' from project 'Mapper')
SwiftDriverJobDiscovery normal arm64 Compiling Mappable.swift (in target 'Mapper' from project 'Mapper')
SwiftDriverJobDiscovery normal arm64 Compiling NSDictionary+Safety.swift (in target 'Mapper' from project 'Mapper')
SwiftDriverJobDiscovery normal arm64 Compiling URL+Convertible.swift (in target 'Mapper' from project 'Mapper')
SwiftDriverJobDiscovery normal arm64 Compiling Defaults+Convertible.swift (in target 'Mapper' from project 'Mapper')
SwiftDriverJobDiscovery normal arm64 Compiling Float+Convertible.swift, Transform+Dictionary.swift (in target 'Mapper' from project 'Mapper')
SwiftDriverJobDiscovery normal arm64 Compiling Mapper.swift (in target 'Mapper' from project 'Mapper')
SwiftDriver\ Compilation Mapper normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Mapper' from project 'Mapper')
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 Mapper -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/Objects-normal/arm64/Mapper.SwiftFileList -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios9.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -application-extension -profile-coverage-mapping -profile-generate -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/Objects-normal/arm64/Mapper-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/Mapper.build/Debug-iphoneos/Mapper.build/Objects-normal/arm64/Mapper.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/Mapper.build/Debug-iphoneos/Mapper.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/Objects-normal/arm64/Mapper_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/Mapper-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/Mapper-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/Mapper-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper-4317fce28b35e47058d9eafa71e01715-VFS-iphoneos/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/Mapper-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/Objects-normal/arm64/Mapper-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-iphoneos/Mapper.framework/Mapper normal (in target 'Mapper' from project 'Mapper')
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-ios9.0 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -Os -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/Objects-normal/arm64/Mapper.LinkFileList -install_name @rpath/Mapper.framework/Mapper -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/Objects-normal/arm64/Mapper_lto.o -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/Objects-normal/arm64/Mapper_dependency_info.dat -fapplication-extension -fprofile-instr-generate -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/Objects-normal/arm64/Mapper.swiftmodule -compatibility_version 1 -current_version 1 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Mapper.framework/Mapper
ExtractAppIntentsMetadata (in target 'Mapper' from project 'Mapper')
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 Mapper --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 9.0 --bundle-identifier com.Lyft.Mapper --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Mapper.framework --target-triple arm64-apple-ios9.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Mapper.framework/Mapper --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/Objects-normal/arm64/Mapper_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/Objects-normal/arm64/Mapper.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/Mapper.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/Mapper.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/Objects-normal/arm64/Mapper.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-25 13:59:10.822 appintentsmetadataprocessor[706:3937] Starting appintentsmetadataprocessor export
2025-04-25 13:59:10.824 appintentsmetadataprocessor[706:3937] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
AppIntentsSSUTraining (in target 'Mapper' from project 'Mapper')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsnltrainingprocessor --infoplist-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Mapper.framework/Info.plist --temp-dir-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/ssu --bundle-id com.Lyft.Mapper --product-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Mapper.framework --extracted-metadata-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Mapper.framework/Metadata.appintents --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-iphoneos/Mapper.build/Mapper.DependencyMetadataFileList --archive-ssu-assets
2025-04-25 13:59:10.844 appintentsnltrainingprocessor[707:3938] Parsing options for appintentsnltrainingprocessor
2025-04-25 13:59:10.845 appintentsnltrainingprocessor[707:3938] No AppShortcuts found - Skipping.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos/Mapper.framework/Mapper.tbd (in target 'Mapper' from project 'Mapper')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/tapi stubify -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Mapper.framework/Mapper -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos/Mapper.framework/Mapper.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Mapper.framework (in target 'Mapper' from project 'Mapper')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Mapper.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Mapper.framework (in target 'Mapper' from project 'Mapper')
cd /Users/admin/builder/spi-builder-workspace
/usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Mapper.framework
/Users/admin/builder/spi-builder-workspace/Mapper.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 12.0 to 18.4.99. (in target 'Mapper' from project 'Mapper')
/Users/admin/builder/spi-builder-workspace/Mapper.xcodeproj: warning: Ignoring ENABLE_BITCODE because building with bitcode is no longer supported. (in target 'Mapper' from project 'Mapper')
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Mapper",
"name" : "Mapper",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Mapper",
"targets" : [
"Mapper"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "MapperTests",
"module_type" : "SwiftTarget",
"name" : "MapperTests",
"path" : "Tests/MapperTests",
"sources" : [
"ConvertibleValueTests.swift",
"CustomTransformationTests.swift",
"ErrorTests.swift",
"InitializerTests.swift",
"JSONSerializationIntegrationTests.swift",
"MappableValueTests.swift",
"NormalValueTests.swift",
"OptionalValueTests.swift",
"RawRepresentibleValueTests.swift",
"TransformTests.swift"
],
"target_dependencies" : [
"Mapper"
],
"type" : "test"
},
{
"c99name" : "Mapper",
"module_type" : "SwiftTarget",
"name" : "Mapper",
"path" : "Sources",
"product_memberships" : [
"Mapper"
],
"sources" : [
"Convertible.swift",
"DefaultConvertible.swift",
"Defaults+Convertible.swift",
"Float+Convertible.swift",
"Mappable.swift",
"Mapper.swift",
"MapperError.swift",
"NSDictionary+Safety.swift",
"Transform+Dictionary.swift",
"Transform.swift",
"URL+Convertible.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.