Build Information
Successful build of Mapper, reference master (c8f848
), with Swift 6.1 for watchOS using Xcode 16.3 on 25 Apr 2025 21:05:36 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=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/lyft/mapper.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/lyft/mapper
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
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 master
========================================
Build
========================================
Selected platform: watchOS
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=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
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=watchOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build 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/WatchOS.platform/Developer/SDKs/WatchOS11.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 armv7k -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.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: d4086c18d66ebfa8c39d4154e210d7b4
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/d4086c18d66ebfa8c39d4154e210d7b4.xcbuilddata
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/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
cd /Users/admin/builder/spi-builder-workspace/Mapper.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos
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-watchos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper-4317fce28b35e47058d9eafa71e01715-VFS-watchos/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-watchos/Mapper-4317fce28b35e47058d9eafa71e01715-VFS-watchos/all-product-headers.yaml
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/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-watchos/Mapper.build/Mapper.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/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-watchos/Mapper.build/Mapper-project-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/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-watchos/Mapper.build/Mapper-own-target-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/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-watchos/Mapper.build/Mapper-generated-files.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/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-watchos/Mapper.build/Mapper-all-target-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/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-watchos/Mapper.build/module.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Objects-normal/armv7k/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-watchos/Mapper.build/Objects-normal/armv7k/Mapper_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Objects-normal/armv7k/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-watchos/Mapper.build/Objects-normal/armv7k/7187679823f38a2a940e0043cdf9d637-common-args.resp
-target armv7k-apple-watchos2.0 -fapplication-extension -fpascal-strings -Os -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -g -fprofile-instr-generate -fcoverage-mapping -iquote /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Mapper-generated-files.hmap -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Mapper-own-target-headers.hmap -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Mapper-all-target-headers.hmap -iquote /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Mapper-project-headers.hmap -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/DerivedSources-normal/armv7k -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/DerivedSources/armv7k -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/DerivedSources -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Objects-normal/armv7k/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-watchos/Mapper.build/Objects-normal/armv7k/Mapper-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Objects-normal/armv7k/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-watchos/Mapper.build/Objects-normal/armv7k/Mapper.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Objects-normal/armv7k/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-watchos/Mapper.build/Objects-normal/armv7k/Mapper.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Objects-normal/armv7k/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-watchos/Mapper.build/Objects-normal/armv7k/Mapper.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/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-watchos/Mapper.build/Mapper.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/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-watchos/Mapper.build/Mapper.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/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-watchos/Mapper.build/Mapper-all-non-framework-target-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/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-watchos/Mapper.build/DerivedSources/Mapper_vers.c
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/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-watchos/Mapper.framework/Headers
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Mapper.framework/Modules/module.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/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-watchos/Mapper.build/module.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Mapper.framework/Modules
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/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-watchos/Mapper.framework
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/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 watchos -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Mapper.framework/Info.plist
SwiftDriver Mapper normal armv7k 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-watchos/Mapper.build/Objects-normal/armv7k/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos2.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -application-extension -profile-coverage-mapping -profile-generate -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-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Objects-normal/armv7k/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-watchos/Mapper.build/Objects-normal/armv7k/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-watchos/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-watchos/Mapper.build/Objects-normal/armv7k/Mapper_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Mapper-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Mapper-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/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-watchos/Mapper-4317fce28b35e47058d9eafa71e01715-VFS-watchos/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Mapper-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Objects-normal/armv7k/Mapper-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal armv7k Compiling\ URL+Convertible.swift /Users/admin/builder/spi-builder-workspace/Sources/URL+Convertible.swift (in target 'Mapper' from project 'Mapper')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/URL+Convertible.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-1745615131899847-swift-frontend-Mapper-URL_Convertible.swift-armv7k_apple_watchos2.0-o-Onone-1609693110.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3325 seconds (3.1697 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0195 ( 12.3%) 0.0453 ( 26.1%) 0.0648 ( 19.5%) 1.4306 ( 45.1%) parse-and-resolve-imports
0.0181 ( 11.4%) 0.0442 ( 25.5%) 0.0624 ( 18.8%) 1.4282 ( 45.1%) Import resolution
0.0018 ( 1.1%) 0.0146 ( 8.4%) 0.0164 ( 4.9%) 0.1162 ( 3.7%) load-stdlib
0.0826 ( 52.0%) 0.0304 ( 17.5%) 0.1130 ( 34.0%) 0.1130 ( 3.6%) build-rewrite-system
0.0121 ( 7.6%) 0.0108 ( 6.2%) 0.0229 ( 6.9%) 0.0230 ( 0.7%) import-clang-decl
0.0022 ( 1.4%) 0.0084 ( 4.8%) 0.0106 ( 3.2%) 0.0135 ( 0.4%) SILGen
0.0040 ( 2.5%) 0.0040 ( 2.3%) 0.0080 ( 2.4%) 0.0085 ( 0.3%) perform-sema
0.0040 ( 2.5%) 0.0039 ( 2.3%) 0.0079 ( 2.4%) 0.0085 ( 0.3%) Type checking and Semantic analysis
0.0030 ( 1.9%) 0.0036 ( 2.1%) 0.0066 ( 2.0%) 0.0072 ( 0.2%) typecheck-stmt
0.0030 ( 1.9%) 0.0036 ( 2.1%) 0.0066 ( 2.0%) 0.0071 ( 0.2%) typecheck-expr
0.0021 ( 1.3%) 0.0030 ( 1.7%) 0.0051 ( 1.5%) 0.0051 ( 0.2%) IRGen
0.0028 ( 1.8%) 0.0003 ( 0.2%) 0.0031 ( 0.9%) 0.0031 ( 0.1%) SIL optimization
0.0016 ( 1.0%) 0.0008 ( 0.4%) 0.0023 ( 0.7%) 0.0023 ( 0.1%) SILGen-function
0.0003 ( 0.2%) 0.0004 ( 0.2%) 0.0007 ( 0.2%) 0.0013 ( 0.0%) precheck-target
0.0008 ( 0.5%) 0.0003 ( 0.2%) 0.0011 ( 0.3%) 0.0011 ( 0.0%) typecheck-decl
0.0007 ( 0.4%) 0.0003 ( 0.2%) 0.0010 ( 0.3%) 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%) 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%) 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%) 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.1588 (100.0%) 0.1737 (100.0%) 0.3325 (100.0%) 3.1697 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.4427 seconds (2.9752 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8652 (100.0%) 0.5776 (100.0%) 1.4427 (100.0%) 2.9752 (100.0%) Building Target
0.8652 (100.0%) 0.5776 (100.0%) 1.4427 (100.0%) 2.9752 (100.0%) Total
SwiftCompile normal armv7k Compiling\ Mapper.swift /Users/admin/builder/spi-builder-workspace/Sources/Mapper.swift (in target 'Mapper' from project 'Mapper')
SwiftCompile normal armv7k /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-1745615131899845-swift-frontend-Mapper-Mapper.swift-armv7k_apple_watchos2.0-o-Onone-486441556.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4013 seconds (3.4539 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0205 ( 8.7%) 0.0455 ( 27.5%) 0.0659 ( 16.4%) 1.5433 ( 44.7%) parse-and-resolve-imports
0.0192 ( 8.1%) 0.0444 ( 26.8%) 0.0635 ( 15.8%) 1.5408 ( 44.6%) Import resolution
0.0018 ( 0.8%) 0.0154 ( 9.3%) 0.0172 ( 4.3%) 0.1143 ( 3.3%) load-stdlib
0.0832 ( 35.3%) 0.0275 ( 16.6%) 0.1106 ( 27.6%) 0.1115 ( 3.2%) build-rewrite-system
0.0198 ( 8.4%) 0.0049 ( 2.9%) 0.0246 ( 6.1%) 0.0247 ( 0.7%) perform-sema
0.0197 ( 8.4%) 0.0048 ( 2.9%) 0.0245 ( 6.1%) 0.0246 ( 0.7%) Type checking and Semantic analysis
0.0116 ( 4.9%) 0.0085 ( 5.1%) 0.0200 ( 5.0%) 0.0200 ( 0.6%) import-clang-decl
0.0135 ( 5.7%) 0.0028 ( 1.7%) 0.0163 ( 4.1%) 0.0163 ( 0.5%) typecheck-stmt
0.0082 ( 3.5%) 0.0039 ( 2.4%) 0.0122 ( 3.0%) 0.0122 ( 0.4%) IRGen
0.0095 ( 4.0%) 0.0020 ( 1.2%) 0.0114 ( 2.8%) 0.0114 ( 0.3%) SILGen
0.0083 ( 3.5%) 0.0020 ( 1.2%) 0.0103 ( 2.6%) 0.0103 ( 0.3%) typecheck-expr
0.0067 ( 2.8%) 0.0023 ( 1.4%) 0.0089 ( 2.2%) 0.0089 ( 0.3%) typecheck-decl
0.0055 ( 2.3%) 0.0009 ( 0.6%) 0.0065 ( 1.6%) 0.0065 ( 0.2%) SILGen-function
0.0056 ( 2.4%) 0.0004 ( 0.3%) 0.0060 ( 1.5%) 0.0060 ( 0.2%) SIL optimization
0.0013 ( 0.6%) 0.0001 ( 0.1%) 0.0014 ( 0.4%) 0.0014 ( 0.0%) typecheck-for-each
0.0007 ( 0.3%) 0.0002 ( 0.1%) 0.0009 ( 0.2%) 0.0009 ( 0.0%) load-all-members
0.0008 ( 0.3%) 0.0000 ( 0.0%) 0.0008 ( 0.2%) 0.0008 ( 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, post-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%) 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.2358 (100.0%) 0.1655 (100.0%) 0.4013 (100.0%) 3.4539 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.3668 seconds (2.9790 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8898 (100.0%) 0.4770 (100.0%) 1.3668 (100.0%) 2.9790 (100.0%) Building Target
0.8898 (100.0%) 0.4770 (100.0%) 1.3668 (100.0%) 2.9790 (100.0%) Total
SwiftCompile normal armv7k 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-1745615131905852-swift-frontend-Mapper-Transform.swift-armv7k_apple_watchos2.0-o-Onone-2342271807.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.2224 seconds (3.1707 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0199 ( 21.1%) 0.0468 ( 36.6%) 0.0667 ( 30.0%) 1.4961 ( 47.2%) parse-and-resolve-imports
0.0185 ( 19.6%) 0.0455 ( 35.6%) 0.0640 ( 28.8%) 1.4933 ( 47.1%) Import resolution
0.0018 ( 1.9%) 0.0121 ( 9.4%) 0.0139 ( 6.2%) 0.1028 ( 3.2%) load-stdlib
0.0504 ( 53.4%) 0.0188 ( 14.7%) 0.0692 ( 31.1%) 0.0699 ( 2.2%) build-rewrite-system
0.0015 ( 1.6%) 0.0028 ( 2.2%) 0.0043 ( 2.0%) 0.0044 ( 0.1%) IRGen
0.0010 ( 1.1%) 0.0012 ( 1.0%) 0.0023 ( 1.0%) 0.0023 ( 0.1%) import-clang-decl
0.0003 ( 0.3%) 0.0002 ( 0.1%) 0.0004 ( 0.2%) 0.0005 ( 0.0%) perform-sema
0.0002 ( 0.2%) 0.0002 ( 0.1%) 0.0004 ( 0.2%) 0.0004 ( 0.0%) Type checking and Semantic analysis
0.0002 ( 0.2%) 0.0001 ( 0.1%) 0.0003 ( 0.1%) 0.0004 ( 0.0%) typecheck-decl
0.0003 ( 0.3%) 0.0000 ( 0.0%) 0.0003 ( 0.1%) 0.0003 ( 0.0%) SIL optimization
0.0001 ( 0.1%) 0.0001 ( 0.1%) 0.0003 ( 0.1%) 0.0003 ( 0.0%) SILGen
0.0000 ( 0.1%) 0.0001 ( 0.1%) 0.0001 ( 0.1%) 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%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.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.0944 (100.0%) 0.1280 (100.0%) 0.2224 (100.0%) 3.1707 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.5102 seconds (2.0515 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.3649 (100.0%) 0.1453 (100.0%) 0.5102 (100.0%) 2.0515 (100.0%) Building Target
0.3649 (100.0%) 0.1453 (100.0%) 0.5102 (100.0%) 2.0515 (100.0%) Total
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Transform.swift (in target 'Mapper' from project 'Mapper')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal armv7k 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-1745615131906122-swift-frontend-Mapper-DefaultConvertible.swift-armv7k_apple_watchos2.0-o-Onone-2507794593.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.2364 seconds (3.4396 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0198 ( 19.9%) 0.0489 ( 35.8%) 0.0688 ( 29.1%) 1.6278 ( 47.3%) parse-and-resolve-imports
0.0183 ( 18.3%) 0.0477 ( 34.9%) 0.0660 ( 27.9%) 1.6250 ( 47.2%) Import resolution
0.0017 ( 1.7%) 0.0154 ( 11.3%) 0.0172 ( 7.3%) 0.1024 ( 3.0%) load-stdlib
0.0474 ( 47.5%) 0.0179 ( 13.1%) 0.0653 ( 27.6%) 0.0653 ( 1.9%) build-rewrite-system
0.0021 ( 2.1%) 0.0025 ( 1.8%) 0.0046 ( 2.0%) 0.0046 ( 0.1%) IRGen
0.0021 ( 2.1%) 0.0009 ( 0.6%) 0.0030 ( 1.3%) 0.0030 ( 0.1%) SILGen
0.0010 ( 1.0%) 0.0012 ( 0.9%) 0.0022 ( 0.9%) 0.0022 ( 0.1%) import-clang-decl
0.0015 ( 1.5%) 0.0006 ( 0.4%) 0.0021 ( 0.9%) 0.0021 ( 0.1%) SILGen-function
0.0012 ( 1.2%) 0.0005 ( 0.3%) 0.0016 ( 0.7%) 0.0016 ( 0.0%) perform-sema
0.0016 ( 1.6%) 0.0000 ( 0.0%) 0.0016 ( 0.7%) 0.0016 ( 0.0%) SIL optimization
0.0011 ( 1.1%) 0.0005 ( 0.3%) 0.0016 ( 0.7%) 0.0016 ( 0.0%) Type checking and Semantic analysis
0.0006 ( 0.6%) 0.0002 ( 0.1%) 0.0007 ( 0.3%) 0.0008 ( 0.0%) typecheck-stmt
0.0005 ( 0.5%) 0.0002 ( 0.2%) 0.0007 ( 0.3%) 0.0007 ( 0.0%) typecheck-decl
0.0005 ( 0.5%) 0.0002 ( 0.1%) 0.0007 ( 0.3%) 0.0007 ( 0.0%) typecheck-expr
0.0002 ( 0.2%) 0.0000 ( 0.0%) 0.0002 ( 0.1%) 0.0002 ( 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%) 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%) 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%) SIL verification, pre-optimization
0.0997 (100.0%) 0.1367 (100.0%) 0.2364 (100.0%) 3.4396 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.4298 seconds (2.0754 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.3083 (100.0%) 0.1215 (100.0%) 0.4298 (100.0%) 2.0754 (100.0%) Building Target
0.3083 (100.0%) 0.1215 (100.0%) 0.4298 (100.0%) 2.0754 (100.0%) Total
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/DefaultConvertible.swift (in target 'Mapper' from project 'Mapper')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal armv7k 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')
SwiftCompile normal armv7k /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 armv7k /Users/admin/builder/spi-builder-workspace/Sources/Transform+Dictionary.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-1745615131909292-swift-frontend-Mapper-Float_Convertible.swift-armv7k_apple_watchos2.0-o-Onone-2275368091.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3189 seconds (3.4228 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0203 ( 12.0%) 0.0454 ( 30.2%) 0.0657 ( 20.6%) 1.5712 ( 45.9%) parse-and-resolve-imports
0.0187 ( 11.1%) 0.0440 ( 29.4%) 0.0627 ( 19.7%) 1.5682 ( 45.8%) Import resolution
0.0794 ( 47.0%) 0.0291 ( 19.4%) 0.1085 ( 34.0%) 0.1085 ( 3.2%) build-rewrite-system
0.0016 ( 1.0%) 0.0074 ( 5.0%) 0.0091 ( 2.8%) 0.1020 ( 3.0%) load-stdlib
0.0121 ( 7.2%) 0.0092 ( 6.1%) 0.0213 ( 6.7%) 0.0213 ( 0.6%) import-clang-decl
0.0070 ( 4.1%) 0.0031 ( 2.1%) 0.0101 ( 3.2%) 0.0101 ( 0.3%) perform-sema
0.0069 ( 4.1%) 0.0031 ( 2.0%) 0.0100 ( 3.1%) 0.0100 ( 0.3%) Type checking and Semantic analysis
0.0053 ( 3.1%) 0.0025 ( 1.7%) 0.0078 ( 2.4%) 0.0078 ( 0.2%) typecheck-stmt
0.0035 ( 2.1%) 0.0027 ( 1.8%) 0.0062 ( 2.0%) 0.0062 ( 0.2%) IRGen
0.0042 ( 2.5%) 0.0009 ( 0.6%) 0.0051 ( 1.6%) 0.0051 ( 0.1%) SILGen
0.0029 ( 1.7%) 0.0005 ( 0.3%) 0.0034 ( 1.1%) 0.0034 ( 0.1%) SILGen-function
0.0031 ( 1.8%) 0.0001 ( 0.0%) 0.0032 ( 1.0%) 0.0032 ( 0.1%) SIL optimization
0.0014 ( 0.8%) 0.0013 ( 0.8%) 0.0027 ( 0.8%) 0.0027 ( 0.1%) typecheck-expr
0.0014 ( 0.8%) 0.0005 ( 0.3%) 0.0019 ( 0.6%) 0.0019 ( 0.1%) typecheck-decl
0.0006 ( 0.4%) 0.0002 ( 0.1%) 0.0009 ( 0.3%) 0.0009 ( 0.0%) load-all-members
0.0004 ( 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%) 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%) 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%) 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%) 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.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.1690 (100.0%) 0.1500 (100.0%) 0.3189 (100.0%) 3.4228 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.3354 seconds (2.9692 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8408 (100.0%) 0.4946 (100.0%) 1.3354 (100.0%) 2.9692 (100.0%) Building Target
0.8408 (100.0%) 0.4946 (100.0%) 1.3354 (100.0%) 2.9692 (100.0%) Total
SwiftCompile normal armv7k 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-1745615131908556-swift-frontend-Mapper-NSDictionary_Safety.swift-armv7k_apple_watchos2.0-o-Onone-2521310689.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3261 seconds (3.5913 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0200 ( 12.3%) 0.0502 ( 30.6%) 0.0702 ( 21.5%) 1.6570 ( 46.1%) parse-and-resolve-imports
0.0183 ( 11.3%) 0.0488 ( 29.8%) 0.0671 ( 20.6%) 1.6539 ( 46.1%) Import resolution
0.0795 ( 49.0%) 0.0297 ( 18.1%) 0.1091 ( 33.5%) 0.1094 ( 3.0%) build-rewrite-system
0.0018 ( 1.1%) 0.0114 ( 7.0%) 0.0132 ( 4.0%) 0.1047 ( 2.9%) load-stdlib
0.0117 ( 7.2%) 0.0094 ( 5.7%) 0.0211 ( 6.5%) 0.0210 ( 0.6%) import-clang-decl
0.0047 ( 2.9%) 0.0024 ( 1.5%) 0.0072 ( 2.2%) 0.0072 ( 0.2%) perform-sema
0.0047 ( 2.9%) 0.0024 ( 1.5%) 0.0071 ( 2.2%) 0.0071 ( 0.2%) Type checking and Semantic analysis
0.0038 ( 2.4%) 0.0022 ( 1.3%) 0.0060 ( 1.8%) 0.0060 ( 0.2%) typecheck-decl
0.0029 ( 1.8%) 0.0029 ( 1.8%) 0.0059 ( 1.8%) 0.0059 ( 0.2%) IRGen
0.0034 ( 2.1%) 0.0013 ( 0.8%) 0.0047 ( 1.4%) 0.0047 ( 0.1%) typecheck-stmt
0.0031 ( 1.9%) 0.0012 ( 0.8%) 0.0043 ( 1.3%) 0.0043 ( 0.1%) typecheck-expr
0.0028 ( 1.7%) 0.0011 ( 0.6%) 0.0039 ( 1.2%) 0.0039 ( 0.1%) SILGen
0.0031 ( 1.9%) 0.0001 ( 0.1%) 0.0033 ( 1.0%) 0.0033 ( 0.1%) SIL optimization
0.0016 ( 1.0%) 0.0005 ( 0.3%) 0.0021 ( 0.6%) 0.0021 ( 0.1%) SILGen-function
0.0007 ( 0.4%) 0.0002 ( 0.1%) 0.0009 ( 0.3%) 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%) 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%) 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%) perform-whole-module-type-checking
0.1622 (100.0%) 0.1639 (100.0%) 0.3261 (100.0%) 3.5913 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.2561 seconds (2.9668 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.7999 (100.0%) 0.4562 (100.0%) 1.2561 (100.0%) 2.9668 (100.0%) Building Target
0.7999 (100.0%) 0.4562 (100.0%) 1.2561 (100.0%) 2.9668 (100.0%) Total
SwiftCompile normal armv7k /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 armv7k 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-1745615131911786-swift-frontend-Mapper-Mappable.swift-armv7k_apple_watchos2.0-o-Onone-1143649918.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 1.6949 seconds (3.6374 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.4962 ( 44.8%) 0.2663 ( 45.3%) 0.7625 ( 45.0%) 1.7004 ( 46.7%) parse-and-resolve-imports
0.4945 ( 44.7%) 0.2647 ( 45.0%) 0.7592 ( 44.8%) 1.6971 ( 46.7%) Import resolution
0.0789 ( 7.1%) 0.0250 ( 4.3%) 0.1039 ( 6.1%) 0.1041 ( 2.9%) build-rewrite-system
0.0018 ( 0.2%) 0.0111 ( 1.9%) 0.0130 ( 0.8%) 0.0795 ( 2.2%) load-stdlib
0.0114 ( 1.0%) 0.0088 ( 1.5%) 0.0203 ( 1.2%) 0.0203 ( 0.6%) import-clang-decl
0.0045 ( 0.4%) 0.0026 ( 0.4%) 0.0071 ( 0.4%) 0.0071 ( 0.2%) perform-sema
0.0045 ( 0.4%) 0.0026 ( 0.4%) 0.0071 ( 0.4%) 0.0071 ( 0.2%) Type checking and Semantic analysis
0.0032 ( 0.3%) 0.0031 ( 0.5%) 0.0063 ( 0.4%) 0.0063 ( 0.2%) IRGen
0.0027 ( 0.2%) 0.0010 ( 0.2%) 0.0037 ( 0.2%) 0.0037 ( 0.1%) typecheck-stmt
0.0032 ( 0.3%) 0.0001 ( 0.0%) 0.0032 ( 0.2%) 0.0032 ( 0.1%) SIL optimization
0.0016 ( 0.1%) 0.0015 ( 0.3%) 0.0031 ( 0.2%) 0.0031 ( 0.1%) typecheck-decl
0.0018 ( 0.2%) 0.0007 ( 0.1%) 0.0025 ( 0.1%) 0.0025 ( 0.1%) SILGen
0.0007 ( 0.1%) 0.0003 ( 0.0%) 0.0010 ( 0.1%) 0.0010 ( 0.0%) typecheck-expr
0.0008 ( 0.1%) 0.0001 ( 0.0%) 0.0009 ( 0.1%) 0.0009 ( 0.0%) SILGen-function
0.0007 ( 0.1%) 0.0002 ( 0.0%) 0.0009 ( 0.1%) 0.0009 ( 0.0%) load-all-members
0.0001 ( 0.0%) 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%) 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
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
1.1068 (100.0%) 0.5881 (100.0%) 1.6949 (100.0%) 3.6374 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.9283 seconds (2.9639 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.2679 (100.0%) 0.6604 (100.0%) 1.9283 (100.0%) 2.9639 (100.0%) Building Target
1.2679 (100.0%) 0.6604 (100.0%) 1.9283 (100.0%) 2.9639 (100.0%) Total
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Mappable.swift (in target 'Mapper' from project 'Mapper')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal armv7k 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-1745615131912203-swift-frontend-Mapper-Defaults_Convertible.swift-armv7k_apple_watchos2.0-o-Onone-113903033.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.2980 seconds (3.3610 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0197 ( 13.1%) 0.0461 ( 31.4%) 0.0659 ( 22.1%) 1.5602 ( 46.4%) parse-and-resolve-imports
0.0182 ( 12.1%) 0.0449 ( 30.6%) 0.0632 ( 21.2%) 1.5575 ( 46.3%) Import resolution
0.0795 ( 52.6%) 0.0268 ( 18.3%) 0.1063 ( 35.7%) 0.1064 ( 3.2%) build-rewrite-system
0.0017 ( 1.2%) 0.0113 ( 7.7%) 0.0131 ( 4.4%) 0.0872 ( 2.6%) load-stdlib
0.0118 ( 7.8%) 0.0096 ( 6.5%) 0.0214 ( 7.2%) 0.0215 ( 0.6%) import-clang-decl
0.0048 ( 3.2%) 0.0018 ( 1.2%) 0.0066 ( 2.2%) 0.0066 ( 0.2%) perform-sema
0.0048 ( 3.1%) 0.0018 ( 1.2%) 0.0065 ( 2.2%) 0.0065 ( 0.2%) Type checking and Semantic analysis
0.0047 ( 3.1%) 0.0017 ( 1.2%) 0.0064 ( 2.2%) 0.0064 ( 0.2%) typecheck-decl
0.0025 ( 1.6%) 0.0020 ( 1.3%) 0.0044 ( 1.5%) 0.0044 ( 0.1%) IRGen
0.0017 ( 1.1%) 0.0004 ( 0.3%) 0.0021 ( 0.7%) 0.0021 ( 0.1%) SILGen
0.0007 ( 0.5%) 0.0002 ( 0.2%) 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.0000 ( 0.0%) 0.0002 ( 0.1%) 0.0002 ( 0.0%) SILGen-function
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%) 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, 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%) 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.1511 (100.0%) 0.1468 (100.0%) 0.2980 (100.0%) 3.3610 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.3583 seconds (2.9626 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8459 (100.0%) 0.5124 (100.0%) 1.3583 (100.0%) 2.9626 (100.0%) Building Target
0.8459 (100.0%) 0.5124 (100.0%) 1.3583 (100.0%) 2.9626 (100.0%) Total
SwiftCompile normal armv7k /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 armv7k Compiling\ MapperError.swift /Users/admin/builder/spi-builder-workspace/Sources/MapperError.swift (in target 'Mapper' from project 'Mapper')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745615131911910-swift-frontend-Mapper-MapperError.swift-armv7k_apple_watchos2.0-o-Onone-1545693465.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.2405 seconds (3.1815 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0211 ( 20.5%) 0.0509 ( 37.0%) 0.0720 ( 29.9%) 1.5088 ( 47.4%) parse-and-resolve-imports
0.0195 ( 18.9%) 0.0496 ( 36.1%) 0.0691 ( 28.7%) 1.5059 ( 47.3%) Import resolution
0.0018 ( 1.7%) 0.0106 ( 7.8%) 0.0124 ( 5.2%) 0.0793 ( 2.5%) load-stdlib
0.0505 ( 49.0%) 0.0184 ( 13.4%) 0.0689 ( 28.7%) 0.0689 ( 2.2%) build-rewrite-system
0.0022 ( 2.1%) 0.0041 ( 3.0%) 0.0063 ( 2.6%) 0.0068 ( 0.2%) IRGen
0.0020 ( 1.9%) 0.0007 ( 0.5%) 0.0027 ( 1.1%) 0.0027 ( 0.1%) perform-sema
0.0020 ( 1.9%) 0.0007 ( 0.5%) 0.0026 ( 1.1%) 0.0026 ( 0.1%) Type checking and Semantic analysis
0.0019 ( 1.9%) 0.0006 ( 0.5%) 0.0026 ( 1.1%) 0.0026 ( 0.1%) typecheck-decl
0.0010 ( 1.0%) 0.0012 ( 0.9%) 0.0023 ( 0.9%) 0.0023 ( 0.1%) import-clang-decl
0.0005 ( 0.5%) 0.0002 ( 0.2%) 0.0008 ( 0.3%) 0.0008 ( 0.0%) SILGen
0.0004 ( 0.4%) 0.0001 ( 0.1%) 0.0005 ( 0.2%) 0.0005 ( 0.0%) SIL optimization
0.0001 ( 0.1%) 0.0001 ( 0.1%) 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%) 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%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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%) populate-source-file-class-member-cache
0.1031 (100.0%) 0.1374 (100.0%) 0.2405 (100.0%) 3.1815 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.5184 seconds (2.0448 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.3729 (100.0%) 0.1456 (100.0%) 0.5184 (100.0%) 2.0448 (100.0%) Building Target
0.3729 (100.0%) 0.1456 (100.0%) 0.5184 (100.0%) 2.0448 (100.0%) Total
SwiftCompile normal armv7k /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)
^
SwiftEmitModule normal armv7k Emitting\ module\ for\ Mapper (in target 'Mapper' from project 'Mapper')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745615131908673-swift-frontend-Mapper-all-armv7k_apple_watchos2.0-swiftmodule-Onone-3334484172.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 1.2435 seconds (3.0483 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.3921 ( 47.3%) 0.1641 ( 39.6%) 0.5562 ( 44.7%) 1.4390 ( 47.2%) parse-and-resolve-imports
0.3907 ( 47.1%) 0.1605 ( 38.8%) 0.5512 ( 44.3%) 1.4316 ( 47.0%) Import resolution
0.0113 ( 1.4%) 0.0423 ( 10.2%) 0.0536 ( 4.3%) 0.0816 ( 2.7%) load-stdlib
0.0097 ( 1.2%) 0.0126 ( 3.0%) 0.0222 ( 1.8%) 0.0265 ( 0.9%) perform-sema
0.0096 ( 1.2%) 0.0125 ( 3.0%) 0.0221 ( 1.8%) 0.0263 ( 0.9%) Type checking and Semantic analysis
0.0093 ( 1.1%) 0.0124 ( 3.0%) 0.0217 ( 1.7%) 0.0260 ( 0.9%) typecheck-decl
0.0025 ( 0.3%) 0.0043 ( 1.0%) 0.0068 ( 0.5%) 0.0073 ( 0.2%) SIL optimization
0.0006 ( 0.1%) 0.0020 ( 0.5%) 0.0026 ( 0.2%) 0.0030 ( 0.1%) Serialization, swiftmodule
0.0011 ( 0.1%) 0.0008 ( 0.2%) 0.0019 ( 0.2%) 0.0019 ( 0.1%) SILGen
0.0007 ( 0.1%) 0.0011 ( 0.3%) 0.0018 ( 0.1%) 0.0018 ( 0.1%) import-clang-decl
0.0007 ( 0.1%) 0.0008 ( 0.2%) 0.0015 ( 0.1%) 0.0015 ( 0.0%) Serialization, swiftdoc
0.0002 ( 0.0%) 0.0005 ( 0.1%) 0.0007 ( 0.1%) 0.0007 ( 0.0%) SILGen-function
0.0005 ( 0.1%) 0.0000 ( 0.0%) 0.0005 ( 0.0%) 0.0005 ( 0.0%) build-rewrite-system
0.0002 ( 0.0%) 0.0001 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) Serialization, swiftsourceinfo
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) typecheck-expr
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%) 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%) 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%) precheck-target
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-module-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.8294 (100.0%) 0.4142 (100.0%) 1.2435 (100.0%) 3.0483 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.6480 seconds (1.5647 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.4188 (100.0%) 0.2292 (100.0%) 0.6480 (100.0%) 1.5647 (100.0%) Building Target
0.4188 (100.0%) 0.2292 (100.0%) 0.6480 (100.0%) 1.5647 (100.0%) Total
EmitSwiftModule normal armv7k (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)
^
SwiftCompile normal armv7k 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-1745615133541627-swift-frontend-Mapper-Convertible.swift-armv7k_apple_watchos2.0-o-Onone-954849574.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.1406 seconds (0.1406 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0474 ( 55.6%) 0.0191 ( 34.7%) 0.0666 ( 47.4%) 0.0666 ( 47.4%) build-rewrite-system
0.0173 ( 20.2%) 0.0158 ( 28.6%) 0.0330 ( 23.5%) 0.0330 ( 23.5%) parse-and-resolve-imports
0.0159 ( 18.7%) 0.0147 ( 26.6%) 0.0306 ( 21.8%) 0.0306 ( 21.8%) Import resolution
0.0018 ( 2.1%) 0.0024 ( 4.3%) 0.0042 ( 3.0%) 0.0042 ( 3.0%) IRGen
0.0011 ( 1.3%) 0.0015 ( 2.7%) 0.0026 ( 1.8%) 0.0026 ( 1.8%) load-stdlib
0.0008 ( 0.9%) 0.0011 ( 1.9%) 0.0019 ( 1.3%) 0.0019 ( 1.3%) import-clang-decl
0.0004 ( 0.4%) 0.0002 ( 0.4%) 0.0006 ( 0.4%) 0.0006 ( 0.4%) perform-sema
0.0003 ( 0.4%) 0.0002 ( 0.4%) 0.0005 ( 0.4%) 0.0005 ( 0.4%) Type checking and Semantic analysis
0.0003 ( 0.3%) 0.0002 ( 0.3%) 0.0005 ( 0.3%) 0.0005 ( 0.3%) typecheck-decl
0.0000 ( 0.0%) 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%) get-conformance-access-path
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.0854 (100.0%) 0.0552 (100.0%) 0.1406 (100.0%) 0.1406 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.4225 seconds (0.4235 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.3419 (100.0%) 0.0806 (100.0%) 0.4225 (100.0%) 0.4235 (100.0%) Building Target
0.3419 (100.0%) 0.0806 (100.0%) 0.4225 (100.0%) 0.4235 (100.0%) Total
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Convertible.swift (in target 'Mapper' from project 'Mapper')
cd /Users/admin/builder/spi-builder-workspace
SwiftDriverJobDiscovery normal armv7k Emitting module for Mapper (in target 'Mapper' from project 'Mapper')
SwiftDriver\ Compilation\ Requirements Mapper normal armv7k 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-watchos/Mapper.build/Objects-normal/armv7k/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos2.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -application-extension -profile-coverage-mapping -profile-generate -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-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Objects-normal/armv7k/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-watchos/Mapper.build/Objects-normal/armv7k/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-watchos/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-watchos/Mapper.build/Objects-normal/armv7k/Mapper_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Mapper-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Mapper-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/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-watchos/Mapper-4317fce28b35e47058d9eafa71e01715-VFS-watchos/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Mapper-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Objects-normal/armv7k/Mapper-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal armv7k Compiling MapperError.swift (in target 'Mapper' from project 'Mapper')
SwiftDriverJobDiscovery normal armv7k Compiling Transform.swift (in target 'Mapper' from project 'Mapper')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Mapper.framework/Headers/Mapper-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Objects-normal/armv7k/Mapper-Swift.h (in target 'Mapper' from project 'Mapper')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Objects-normal/armv7k/Mapper-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Mapper.framework/Headers/Mapper-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Mapper.framework/Modules/Mapper.swiftmodule/armv7k-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Objects-normal/armv7k/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-watchos/Mapper.build/Objects-normal/armv7k/Mapper.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Mapper.framework/Modules/Mapper.swiftmodule/armv7k-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Mapper.framework/Modules/Mapper.swiftmodule/armv7k-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Objects-normal/armv7k/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-watchos/Mapper.build/Objects-normal/armv7k/Mapper.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Mapper.framework/Modules/Mapper.swiftmodule/armv7k-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Mapper.framework/Modules/Mapper.swiftmodule/armv7k-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Objects-normal/armv7k/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-watchos/Mapper.build/Objects-normal/armv7k/Mapper.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Mapper.framework/Modules/Mapper.swiftmodule/armv7k-apple-watchos.abi.json
SwiftDriverJobDiscovery normal armv7k Compiling Convertible.swift (in target 'Mapper' from project 'Mapper')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Mapper.framework/Modules/Mapper.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Objects-normal/armv7k/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-watchos/Mapper.build/Objects-normal/armv7k/Mapper.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Mapper.framework/Modules/Mapper.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Objects-normal/armv7k/Mapper_vers.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/DerivedSources/Mapper_vers.c normal armv7k 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-watchos/Mapper.build/Objects-normal/armv7k/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/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.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 -Wno-shorten-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-watchos/Mapper.build/Objects-normal/armv7k/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Objects-normal/armv7k/Mapper_vers.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Objects-normal/armv7k/Mapper_vers.dia -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/DerivedSources/Mapper_vers.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Objects-normal/armv7k/Mapper_vers.o
SwiftDriverJobDiscovery normal armv7k Compiling DefaultConvertible.swift (in target 'Mapper' from project 'Mapper')
SwiftDriverJobDiscovery normal armv7k Compiling Defaults+Convertible.swift (in target 'Mapper' from project 'Mapper')
SwiftDriverJobDiscovery normal armv7k Compiling NSDictionary+Safety.swift (in target 'Mapper' from project 'Mapper')
SwiftDriverJobDiscovery normal armv7k Compiling Mappable.swift (in target 'Mapper' from project 'Mapper')
SwiftDriverJobDiscovery normal armv7k Compiling URL+Convertible.swift (in target 'Mapper' from project 'Mapper')
SwiftDriverJobDiscovery normal armv7k Compiling Mapper.swift (in target 'Mapper' from project 'Mapper')
SwiftDriverJobDiscovery normal armv7k Compiling Float+Convertible.swift, Transform+Dictionary.swift (in target 'Mapper' from project 'Mapper')
SwiftDriver\ Compilation Mapper normal armv7k 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-watchos/Mapper.build/Objects-normal/armv7k/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos2.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -application-extension -profile-coverage-mapping -profile-generate -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-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Objects-normal/armv7k/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-watchos/Mapper.build/Objects-normal/armv7k/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-watchos/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-watchos/Mapper.build/Objects-normal/armv7k/Mapper_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Mapper-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Mapper-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/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-watchos/Mapper-4317fce28b35e47058d9eafa71e01715-VFS-watchos/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Mapper-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Objects-normal/armv7k/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-watchos/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 armv7k-apple-watchos2.0 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -Os -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Objects-normal/armv7k/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-watchos/Mapper.build/Objects-normal/armv7k/Mapper_lto.o -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Objects-normal/armv7k/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/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Objects-normal/armv7k/Mapper.swiftmodule -compatibility_version 1 -current_version 1 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk --xcode-version 16E140 --platform-family watchOS --deployment-target 2.0 --bundle-identifier com.Lyft.Mapper --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Mapper.framework --target-triple armv7k-apple-watchos2.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Mapper.framework/Mapper --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Objects-normal/armv7k/Mapper_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Objects-normal/armv7k/Mapper.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Mapper.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Mapper.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-watchos/Mapper.build/Objects-normal/armv7k/Mapper.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-25 14:05:35.291 appintentsmetadataprocessor[708:3963] Starting appintentsmetadataprocessor export
2025-04-25 14:05:35.294 appintentsmetadataprocessor[708:3963] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Mapper.framework/Mapper -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos/Mapper.framework/Mapper.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/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-watchos/Mapper.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/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-watchos/Mapper.framework
/Users/admin/builder/spi-builder-workspace/Mapper.xcodeproj: warning: The watchOS deployment target 'WATCHOS_DEPLOYMENT_TARGET' is set to 2.0, but the range of supported deployment target versions is 4.0 to 11.4.99. (in target '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.