Build Information
Successful build of Mapper, reference master (c8f848
), with Swift 6.1 for tvOS using Xcode 16.3 on 25 Apr 2025 20:59:34 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=tvOS 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: tvOS
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=tvOS 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=tvOS "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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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: 6a4d9939f10196d88f309691685e4358
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/6a4d9939f10196d88f309691685e4358.xcbuilddata
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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.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/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
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
cd /Users/admin/builder/spi-builder-workspace/Mapper.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos
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-appletvos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-appletvos/Mapper-4317fce28b35e47058d9eafa71e01715-VFS-appletvos/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-appletvos/Mapper-4317fce28b35e47058d9eafa71e01715-VFS-appletvos/all-product-headers.yaml
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-appletvos/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-appletvos/Mapper.build/module.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-appletvos/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-appletvos/Mapper.build/Objects-normal/arm64/Mapper-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-appletvos/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-appletvos/Mapper.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp
-target arm64-apple-tvos9.0 -fapplication-extension -fpascal-strings -Os -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -g -fprofile-instr-generate -fcoverage-mapping -iquote /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-appletvos/Mapper.build/Mapper-generated-files.hmap -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-appletvos/Mapper.build/Mapper-own-target-headers.hmap -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-appletvos/Mapper.build/Mapper-all-target-headers.hmap -iquote /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-appletvos/Mapper.build/Mapper-project-headers.hmap -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-appletvos/Mapper.build/DerivedSources-normal/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-appletvos/Mapper.build/DerivedSources/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-appletvos/Mapper.build/DerivedSources -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-appletvos/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-appletvos/Mapper.build/Objects-normal/arm64/Mapper.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-appletvos/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-appletvos/Mapper.build/Mapper-project-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-appletvos/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-appletvos/Mapper.build/Objects-normal/arm64/Mapper_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-appletvos/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-appletvos/Mapper.build/Mapper-own-target-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-appletvos/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-appletvos/Mapper.build/Mapper.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-appletvos/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-appletvos/Mapper.build/Objects-normal/arm64/Mapper.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-appletvos/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-appletvos/Mapper.build/Objects-normal/arm64/Mapper.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-appletvos/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-appletvos/Mapper.build/Mapper.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-appletvos/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-appletvos/Mapper.build/Mapper.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-appletvos/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-appletvos/Mapper.build/Mapper-generated-files.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-appletvos/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-appletvos/Mapper.build/Mapper-all-target-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-appletvos/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-appletvos/Mapper.build/Mapper-all-non-framework-target-headers.hmap
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/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-appletvos/Mapper.framework/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/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-appletvos/Mapper.framework
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Mapper.framework/Modules/module.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-appletvos/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-appletvos/Mapper.build/module.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Mapper.framework/Modules
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-appletvos/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-appletvos/Mapper.build/DerivedSources/Mapper_vers.c
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/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 appletvos -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/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-appletvos/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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos9.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-appletvos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/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-appletvos/Mapper.build/Mapper-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-appletvos/Mapper.build/Mapper-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-appletvos/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-appletvos/Mapper-4317fce28b35e47058d9eafa71e01715-VFS-appletvos/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-appletvos/Mapper.build/Mapper-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-appletvos/Mapper.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-appletvos/Mapper.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-appletvos/Mapper.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-appletvos/Mapper.build/Objects-normal/arm64/Mapper-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ URL+Convertible.swift /Users/admin/builder/spi-builder-workspace/Sources/URL+Convertible.swift (in target 'Mapper' from project 'Mapper')
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
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745614770563440-swift-frontend-Mapper-URL_Convertible.swift-arm64_apple_tvos9.0-o-Onone-3431538864.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4800 seconds (3.4900 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0251 ( 13.2%) 0.0841 ( 29.0%) 0.1092 ( 22.7%) 1.5950 ( 45.7%) parse-and-resolve-imports
0.0239 ( 12.6%) 0.0833 ( 28.7%) 0.1072 ( 22.3%) 1.5930 ( 45.6%) Import resolution
0.0882 ( 46.3%) 0.0308 ( 10.6%) 0.1190 ( 24.8%) 0.1189 ( 3.4%) build-rewrite-system
0.0128 ( 6.7%) 0.0419 ( 14.5%) 0.0547 ( 11.4%) 0.0828 ( 2.4%) load-stdlib
0.0122 ( 6.4%) 0.0107 ( 3.7%) 0.0229 ( 4.8%) 0.0231 ( 0.7%) import-clang-decl
0.0050 ( 2.6%) 0.0070 ( 2.4%) 0.0120 ( 2.5%) 0.0142 ( 0.4%) perform-sema
0.0050 ( 2.6%) 0.0070 ( 2.4%) 0.0120 ( 2.5%) 0.0142 ( 0.4%) Type checking and Semantic analysis
0.0020 ( 1.0%) 0.0080 ( 2.8%) 0.0100 ( 2.1%) 0.0126 ( 0.4%) SILGen
0.0038 ( 2.0%) 0.0047 ( 1.6%) 0.0085 ( 1.8%) 0.0090 ( 0.3%) typecheck-stmt
0.0038 ( 2.0%) 0.0046 ( 1.6%) 0.0084 ( 1.7%) 0.0089 ( 0.3%) typecheck-expr
0.0021 ( 1.1%) 0.0039 ( 1.3%) 0.0060 ( 1.2%) 0.0060 ( 0.2%) IRGen
0.0010 ( 0.5%) 0.0023 ( 0.8%) 0.0033 ( 0.7%) 0.0050 ( 0.1%) typecheck-decl
0.0029 ( 1.5%) 0.0003 ( 0.1%) 0.0032 ( 0.7%) 0.0032 ( 0.1%) SIL optimization
0.0013 ( 0.7%) 0.0006 ( 0.2%) 0.0019 ( 0.4%) 0.0019 ( 0.1%) SILGen-function
0.0004 ( 0.2%) 0.0003 ( 0.1%) 0.0008 ( 0.2%) 0.0011 ( 0.0%) precheck-target
0.0008 ( 0.4%) 0.0002 ( 0.1%) 0.0011 ( 0.2%) 0.0011 ( 0.0%) load-all-members
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%) 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.1904 (100.0%) 0.2896 (100.0%) 0.4800 (100.0%) 3.4900 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.5625 seconds (3.1244 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9064 (100.0%) 0.6561 (100.0%) 1.5625 (100.0%) 3.1244 (100.0%) Building Target
0.9064 (100.0%) 0.6561 (100.0%) 1.5625 (100.0%) 3.1244 (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-1745614770557409-swift-frontend-Mapper-NSDictionary_Safety.swift-arm64_apple_tvos9.0-o-Onone-156370496.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3856 seconds (3.8571 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0209 ( 12.5%) 0.0766 ( 35.1%) 0.0975 ( 25.3%) 1.7863 ( 46.3%) parse-and-resolve-imports
0.0195 ( 11.7%) 0.0746 ( 34.2%) 0.0941 ( 24.4%) 1.7829 ( 46.2%) Import resolution
0.0801 ( 47.8%) 0.0284 ( 13.0%) 0.1085 ( 28.1%) 0.1085 ( 2.8%) build-rewrite-system
0.0017 ( 1.0%) 0.0124 ( 5.7%) 0.0141 ( 3.7%) 0.1080 ( 2.8%) load-stdlib
0.0119 ( 7.1%) 0.0101 ( 4.6%) 0.0220 ( 5.7%) 0.0220 ( 0.6%) import-clang-decl
0.0053 ( 3.2%) 0.0027 ( 1.2%) 0.0080 ( 2.1%) 0.0080 ( 0.2%) perform-sema
0.0053 ( 3.1%) 0.0027 ( 1.2%) 0.0079 ( 2.1%) 0.0079 ( 0.2%) Type checking and Semantic analysis
0.0042 ( 2.5%) 0.0024 ( 1.1%) 0.0066 ( 1.7%) 0.0066 ( 0.2%) typecheck-decl
0.0028 ( 1.7%) 0.0034 ( 1.5%) 0.0062 ( 1.6%) 0.0062 ( 0.2%) IRGen
0.0039 ( 2.3%) 0.0015 ( 0.7%) 0.0053 ( 1.4%) 0.0053 ( 0.1%) typecheck-stmt
0.0035 ( 2.1%) 0.0014 ( 0.6%) 0.0049 ( 1.3%) 0.0049 ( 0.1%) typecheck-expr
0.0027 ( 1.6%) 0.0010 ( 0.5%) 0.0037 ( 1.0%) 0.0037 ( 0.1%) SILGen
0.0032 ( 1.9%) 0.0002 ( 0.1%) 0.0034 ( 0.9%) 0.0034 ( 0.1%) SIL optimization
0.0017 ( 1.0%) 0.0005 ( 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%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.1676 (100.0%) 0.2180 (100.0%) 0.3856 (100.0%) 3.8571 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.3211 seconds (3.1303 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8026 (100.0%) 0.5185 (100.0%) 1.3211 (100.0%) 3.1303 (100.0%) Building Target
0.8026 (100.0%) 0.5185 (100.0%) 1.3211 (100.0%) 3.1303 (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\ 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-1745614770569132-swift-frontend-Mapper-MapperError.swift-arm64_apple_tvos9.0-o-Onone-1032360034.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 2.1897 seconds (3.6123 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.7059 ( 48.1%) 0.3501 ( 48.4%) 1.0560 ( 48.2%) 1.7251 ( 47.8%) parse-and-resolve-imports
0.7046 ( 48.0%) 0.3494 ( 48.3%) 1.0540 ( 48.1%) 1.7231 ( 47.7%) Import resolution
0.0016 ( 0.1%) 0.0092 ( 1.3%) 0.0108 ( 0.5%) 0.0952 ( 2.6%) load-stdlib
0.0460 ( 3.1%) 0.0095 ( 1.3%) 0.0555 ( 2.5%) 0.0555 ( 1.5%) build-rewrite-system
0.0019 ( 0.1%) 0.0020 ( 0.3%) 0.0040 ( 0.2%) 0.0040 ( 0.1%) IRGen
0.0016 ( 0.1%) 0.0006 ( 0.1%) 0.0022 ( 0.1%) 0.0022 ( 0.1%) perform-sema
0.0016 ( 0.1%) 0.0005 ( 0.1%) 0.0021 ( 0.1%) 0.0021 ( 0.1%) Type checking and Semantic analysis
0.0016 ( 0.1%) 0.0004 ( 0.1%) 0.0020 ( 0.1%) 0.0020 ( 0.1%) typecheck-decl
0.0008 ( 0.1%) 0.0010 ( 0.1%) 0.0017 ( 0.1%) 0.0018 ( 0.0%) import-clang-decl
0.0006 ( 0.0%) 0.0002 ( 0.0%) 0.0008 ( 0.0%) 0.0008 ( 0.0%) SILGen
0.0003 ( 0.0%) 0.0000 ( 0.0%) 0.0004 ( 0.0%) 0.0004 ( 0.0%) SIL optimization
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0002 ( 0.0%) 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%) 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%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
1.4666 (100.0%) 0.7231 (100.0%) 2.1897 (100.0%) 3.6123 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.3997 seconds (2.1550 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9991 (100.0%) 0.4006 (100.0%) 1.3997 (100.0%) 2.1550 (100.0%) Building Target
0.9991 (100.0%) 0.4006 (100.0%) 1.3997 (100.0%) 2.1550 (100.0%) Total
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)
^
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-1745614770563762-swift-frontend-Mapper-Transform.swift-arm64_apple_tvos9.0-o-Onone-2904464514.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.2785 seconds (3.4007 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0198 ( 21.5%) 0.0773 ( 41.5%) 0.0971 ( 34.9%) 1.6140 ( 47.5%) parse-and-resolve-imports
0.0187 ( 20.3%) 0.0764 ( 41.0%) 0.0950 ( 34.1%) 1.6120 ( 47.4%) Import resolution
0.0016 ( 1.7%) 0.0096 ( 5.1%) 0.0111 ( 4.0%) 0.0994 ( 2.9%) load-stdlib
0.0486 ( 52.7%) 0.0164 ( 8.8%) 0.0650 ( 23.3%) 0.0650 ( 1.9%) build-rewrite-system
0.0016 ( 1.7%) 0.0049 ( 2.6%) 0.0065 ( 2.3%) 0.0065 ( 0.2%) IRGen
0.0009 ( 1.0%) 0.0013 ( 0.7%) 0.0023 ( 0.8%) 0.0023 ( 0.1%) import-clang-decl
0.0002 ( 0.2%) 0.0001 ( 0.1%) 0.0003 ( 0.1%) 0.0003 ( 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.0002 ( 0.2%) 0.0001 ( 0.0%) 0.0002 ( 0.1%) 0.0002 ( 0.0%) typecheck-decl
0.0001 ( 0.1%) 0.0001 ( 0.1%) 0.0002 ( 0.1%) 0.0002 ( 0.0%) SILGen
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%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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.0922 (100.0%) 0.1863 (100.0%) 0.2785 (100.0%) 3.4007 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.5298 seconds (2.1464 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.3560 (100.0%) 0.1738 (100.0%) 0.5298 (100.0%) 2.1464 (100.0%) Building Target
0.3560 (100.0%) 0.1738 (100.0%) 0.5298 (100.0%) 2.1464 (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
SwiftEmitModule normal arm64 Emitting\ module\ for\ Mapper (in target 'Mapper' from project 'Mapper')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745614770567632-swift-frontend-Mapper-all-arm64_apple_tvos9.0-swiftmodule-Onone-3419420246.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.9341 seconds (3.3246 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.2836 ( 47.2%) 0.1444 ( 43.4%) 0.4280 ( 45.8%) 1.5790 ( 47.5%) parse-and-resolve-imports
0.2822 ( 46.9%) 0.1407 ( 42.2%) 0.4229 ( 45.3%) 1.5717 ( 47.3%) Import resolution
0.0016 ( 0.3%) 0.0112 ( 3.4%) 0.0128 ( 1.4%) 0.0939 ( 2.8%) load-stdlib
0.0091 ( 1.5%) 0.0089 ( 2.7%) 0.0180 ( 1.9%) 0.0209 ( 0.6%) perform-sema
0.0090 ( 1.5%) 0.0089 ( 2.7%) 0.0178 ( 1.9%) 0.0207 ( 0.6%) Type checking and Semantic analysis
0.0087 ( 1.4%) 0.0088 ( 2.6%) 0.0174 ( 1.9%) 0.0204 ( 0.6%) typecheck-decl
0.0026 ( 0.4%) 0.0046 ( 1.4%) 0.0072 ( 0.8%) 0.0076 ( 0.2%) SIL optimization
0.0006 ( 0.1%) 0.0020 ( 0.6%) 0.0026 ( 0.3%) 0.0031 ( 0.1%) Serialization, swiftmodule
0.0012 ( 0.2%) 0.0008 ( 0.3%) 0.0021 ( 0.2%) 0.0021 ( 0.1%) SILGen
0.0007 ( 0.1%) 0.0011 ( 0.3%) 0.0018 ( 0.2%) 0.0018 ( 0.1%) import-clang-decl
0.0007 ( 0.1%) 0.0010 ( 0.3%) 0.0017 ( 0.2%) 0.0017 ( 0.1%) Serialization, swiftdoc
0.0002 ( 0.0%) 0.0004 ( 0.1%) 0.0007 ( 0.1%) 0.0007 ( 0.0%) SILGen-function
0.0005 ( 0.1%) 0.0001 ( 0.0%) 0.0006 ( 0.1%) 0.0006 ( 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%) 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%) 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%) 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%) 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%) get-conformance-access-path
0.6011 (100.0%) 0.3330 (100.0%) 0.9341 (100.0%) 3.3246 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.4744 seconds (1.7109 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.2999 (100.0%) 0.1745 (100.0%) 0.4744 (100.0%) 1.7109 (100.0%) Building Target
0.2999 (100.0%) 0.1745 (100.0%) 0.4744 (100.0%) 1.7109 (100.0%) Total
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)
^
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-1745614770568473-swift-frontend-Mapper-Convertible.swift-arm64_apple_tvos9.0-o-Onone-4185184937.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.2938 seconds (3.7854 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0209 ( 22.5%) 0.0839 ( 41.8%) 0.1048 ( 35.7%) 1.8084 ( 47.8%) parse-and-resolve-imports
0.0192 ( 20.6%) 0.0824 ( 41.0%) 0.1015 ( 34.6%) 1.8052 ( 47.7%) Import resolution
0.0017 ( 1.9%) 0.0096 ( 4.8%) 0.0113 ( 3.9%) 0.0956 ( 2.5%) load-stdlib
0.0473 ( 50.9%) 0.0195 ( 9.7%) 0.0668 ( 22.7%) 0.0668 ( 1.8%) build-rewrite-system
0.0018 ( 1.9%) 0.0031 ( 1.6%) 0.0049 ( 1.7%) 0.0049 ( 0.1%) IRGen
0.0009 ( 0.9%) 0.0013 ( 0.7%) 0.0022 ( 0.7%) 0.0022 ( 0.1%) import-clang-decl
0.0004 ( 0.5%) 0.0004 ( 0.2%) 0.0008 ( 0.3%) 0.0008 ( 0.0%) perform-sema
0.0004 ( 0.4%) 0.0003 ( 0.2%) 0.0007 ( 0.2%) 0.0007 ( 0.0%) Type checking and Semantic analysis
0.0004 ( 0.4%) 0.0003 ( 0.2%) 0.0007 ( 0.2%) 0.0007 ( 0.0%) typecheck-decl
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%) SILGen
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%) 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.0930 (100.0%) 0.2008 (100.0%) 0.2938 (100.0%) 3.7854 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.4511 seconds (2.2400 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.2958 (100.0%) 0.1553 (100.0%) 0.4511 (100.0%) 2.2400 (100.0%) Building Target
0.2958 (100.0%) 0.1553 (100.0%) 0.4511 (100.0%) 2.2400 (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\ 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-1745614770563402-swift-frontend-Mapper-Defaults_Convertible.swift-arm64_apple_tvos9.0-o-Onone-2415909928.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3658 seconds (3.6048 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0198 ( 13.3%) 0.0810 ( 37.4%) 0.1008 ( 27.6%) 1.6820 ( 46.7%) parse-and-resolve-imports
0.0186 ( 12.5%) 0.0801 ( 37.0%) 0.0987 ( 27.0%) 1.6799 ( 46.6%) Import resolution
0.0791 ( 53.0%) 0.0288 ( 13.3%) 0.1078 ( 29.5%) 0.1078 ( 3.0%) build-rewrite-system
0.0016 ( 1.1%) 0.0092 ( 4.3%) 0.0109 ( 3.0%) 0.0869 ( 2.4%) load-stdlib
0.0119 ( 8.0%) 0.0099 ( 4.6%) 0.0218 ( 6.0%) 0.0218 ( 0.6%) import-clang-decl
0.0025 ( 1.7%) 0.0029 ( 1.3%) 0.0054 ( 1.5%) 0.0061 ( 0.2%) IRGen
0.0042 ( 2.8%) 0.0014 ( 0.6%) 0.0056 ( 1.5%) 0.0056 ( 0.2%) perform-sema
0.0042 ( 2.8%) 0.0014 ( 0.6%) 0.0055 ( 1.5%) 0.0055 ( 0.2%) Type checking and Semantic analysis
0.0041 ( 2.8%) 0.0013 ( 0.6%) 0.0055 ( 1.5%) 0.0055 ( 0.2%) typecheck-decl
0.0013 ( 0.9%) 0.0003 ( 0.1%) 0.0016 ( 0.4%) 0.0016 ( 0.0%) SILGen
0.0009 ( 0.6%) 0.0003 ( 0.1%) 0.0012 ( 0.3%) 0.0012 ( 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.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%) 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%) 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, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.1490 (100.0%) 0.2168 (100.0%) 0.3658 (100.0%) 3.6048 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.4359 seconds (3.1261 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8511 (100.0%) 0.5848 (100.0%) 1.4359 (100.0%) 3.1261 (100.0%) Building Target
0.8511 (100.0%) 0.5848 (100.0%) 1.4359 (100.0%) 3.1261 (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\ 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-1745614770567919-swift-frontend-Mapper-Mappable.swift-arm64_apple_tvos9.0-o-Onone-734222375.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3820 seconds (3.6216 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0198 ( 12.9%) 0.0843 ( 36.9%) 0.1041 ( 27.3%) 1.6823 ( 46.5%) parse-and-resolve-imports
0.0186 ( 12.1%) 0.0832 ( 36.4%) 0.1018 ( 26.6%) 1.6800 ( 46.4%) Import resolution
0.0804 ( 52.4%) 0.0309 ( 13.5%) 0.1113 ( 29.1%) 0.1112 ( 3.1%) build-rewrite-system
0.0015 ( 1.0%) 0.0111 ( 4.9%) 0.0126 ( 3.3%) 0.0959 ( 2.6%) load-stdlib
0.0121 ( 7.9%) 0.0097 ( 4.2%) 0.0218 ( 5.7%) 0.0218 ( 0.6%) import-clang-decl
0.0039 ( 2.5%) 0.0019 ( 0.8%) 0.0058 ( 1.5%) 0.0058 ( 0.2%) perform-sema
0.0038 ( 2.5%) 0.0019 ( 0.8%) 0.0057 ( 1.5%) 0.0057 ( 0.2%) Type checking and Semantic analysis
0.0025 ( 1.6%) 0.0025 ( 1.1%) 0.0050 ( 1.3%) 0.0050 ( 0.1%) IRGen
0.0031 ( 2.0%) 0.0003 ( 0.1%) 0.0035 ( 0.9%) 0.0035 ( 0.1%) SIL optimization
0.0024 ( 1.6%) 0.0008 ( 0.4%) 0.0032 ( 0.8%) 0.0032 ( 0.1%) typecheck-stmt
0.0013 ( 0.8%) 0.0010 ( 0.4%) 0.0023 ( 0.6%) 0.0023 ( 0.1%) typecheck-decl
0.0016 ( 1.1%) 0.0004 ( 0.2%) 0.0021 ( 0.5%) 0.0021 ( 0.1%) SILGen
0.0008 ( 0.5%) 0.0002 ( 0.1%) 0.0010 ( 0.3%) 0.0010 ( 0.0%) load-all-members
0.0008 ( 0.5%) 0.0001 ( 0.1%) 0.0009 ( 0.2%) 0.0009 ( 0.0%) SILGen-function
0.0006 ( 0.4%) 0.0002 ( 0.1%) 0.0007 ( 0.2%) 0.0007 ( 0.0%) typecheck-expr
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%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.1533 (100.0%) 0.2287 (100.0%) 0.3820 (100.0%) 3.6216 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.4273 seconds (3.1204 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8426 (100.0%) 0.5848 (100.0%) 1.4273 (100.0%) 3.1204 (100.0%) Building Target
0.8426 (100.0%) 0.5848 (100.0%) 1.4273 (100.0%) 3.1204 (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
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')
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
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745614770560092-swift-frontend-Mapper-Float_Convertible.swift-arm64_apple_tvos9.0-o-Onone-1028811169.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4128 seconds (3.9192 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0208 ( 12.1%) 0.0861 ( 35.8%) 0.1069 ( 25.9%) 1.8157 ( 46.3%) parse-and-resolve-imports
0.0192 ( 11.1%) 0.0847 ( 35.2%) 0.1039 ( 25.2%) 1.8126 ( 46.2%) Import resolution
0.0792 ( 46.0%) 0.0298 ( 12.4%) 0.1090 ( 26.4%) 0.1091 ( 2.8%) build-rewrite-system
0.0015 ( 0.9%) 0.0128 ( 5.3%) 0.0143 ( 3.5%) 0.1029 ( 2.6%) load-stdlib
0.0116 ( 6.8%) 0.0087 ( 3.6%) 0.0203 ( 4.9%) 0.0205 ( 0.5%) import-clang-decl
0.0079 ( 4.6%) 0.0039 ( 1.6%) 0.0119 ( 2.9%) 0.0119 ( 0.3%) perform-sema
0.0079 ( 4.6%) 0.0039 ( 1.6%) 0.0118 ( 2.9%) 0.0118 ( 0.3%) Type checking and Semantic analysis
0.0063 ( 3.6%) 0.0033 ( 1.4%) 0.0095 ( 2.3%) 0.0095 ( 0.2%) typecheck-stmt
0.0038 ( 2.2%) 0.0033 ( 1.4%) 0.0071 ( 1.7%) 0.0071 ( 0.2%) IRGen
0.0042 ( 2.4%) 0.0011 ( 0.4%) 0.0052 ( 1.3%) 0.0053 ( 0.1%) SILGen
0.0017 ( 1.0%) 0.0017 ( 0.7%) 0.0034 ( 0.8%) 0.0034 ( 0.1%) typecheck-expr
0.0030 ( 1.8%) 0.0001 ( 0.0%) 0.0031 ( 0.8%) 0.0031 ( 0.1%) SIL optimization
0.0026 ( 1.5%) 0.0005 ( 0.2%) 0.0030 ( 0.7%) 0.0031 ( 0.1%) SILGen-function
0.0014 ( 0.8%) 0.0005 ( 0.2%) 0.0019 ( 0.5%) 0.0019 ( 0.0%) typecheck-decl
0.0006 ( 0.4%) 0.0002 ( 0.1%) 0.0008 ( 0.2%) 0.0008 ( 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%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.1722 (100.0%) 0.2405 (100.0%) 0.4128 (100.0%) 3.9192 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.3085 seconds (3.1320 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.7954 (100.0%) 0.5131 (100.0%) 1.3085 (100.0%) 3.1320 (100.0%) Building Target
0.7954 (100.0%) 0.5131 (100.0%) 1.3085 (100.0%) 3.1320 (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-1745614770568400-swift-frontend-Mapper-DefaultConvertible.swift-arm64_apple_tvos9.0-o-Onone-965926226.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3003 seconds (3.7736 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0202 ( 20.1%) 0.0825 ( 41.3%) 0.1027 ( 34.2%) 1.8030 ( 47.8%) parse-and-resolve-imports
0.0185 ( 18.4%) 0.0810 ( 40.6%) 0.0995 ( 33.1%) 1.7999 ( 47.7%) Import resolution
0.0016 ( 1.6%) 0.0086 ( 4.3%) 0.0102 ( 3.4%) 0.0828 ( 2.2%) load-stdlib
0.0480 ( 47.7%) 0.0202 ( 10.1%) 0.0682 ( 22.7%) 0.0683 ( 1.8%) build-rewrite-system
0.0021 ( 2.1%) 0.0026 ( 1.3%) 0.0047 ( 1.6%) 0.0047 ( 0.1%) IRGen
0.0011 ( 1.0%) 0.0015 ( 0.8%) 0.0026 ( 0.9%) 0.0026 ( 0.1%) import-clang-decl
0.0016 ( 1.6%) 0.0007 ( 0.4%) 0.0024 ( 0.8%) 0.0024 ( 0.1%) SILGen
0.0013 ( 1.3%) 0.0006 ( 0.3%) 0.0019 ( 0.6%) 0.0019 ( 0.1%) perform-sema
0.0013 ( 1.3%) 0.0006 ( 0.3%) 0.0019 ( 0.6%) 0.0019 ( 0.1%) Type checking and Semantic analysis
0.0017 ( 1.7%) 0.0000 ( 0.0%) 0.0017 ( 0.6%) 0.0017 ( 0.0%) SIL optimization
0.0011 ( 1.1%) 0.0004 ( 0.2%) 0.0015 ( 0.5%) 0.0015 ( 0.0%) SILGen-function
0.0007 ( 0.7%) 0.0003 ( 0.1%) 0.0009 ( 0.3%) 0.0009 ( 0.0%) typecheck-stmt
0.0006 ( 0.6%) 0.0002 ( 0.1%) 0.0009 ( 0.3%) 0.0009 ( 0.0%) typecheck-expr
0.0005 ( 0.5%) 0.0003 ( 0.1%) 0.0008 ( 0.3%) 0.0008 ( 0.0%) typecheck-decl
0.0002 ( 0.2%) 0.0001 ( 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%) 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%) 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.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.1006 (100.0%) 0.1996 (100.0%) 0.3003 (100.0%) 3.7736 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.4634 seconds (2.2369 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.3102 (100.0%) 0.1531 (100.0%) 0.4634 (100.0%) 2.2369 (100.0%) Building Target
0.3102 (100.0%) 0.1531 (100.0%) 0.4634 (100.0%) 2.2369 (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')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745614772345980-swift-frontend-Mapper-Mapper.swift-arm64_apple_tvos9.0-o-Onone-3468111869.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3138 seconds (0.3140 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0812 ( 36.9%) 0.0293 ( 31.4%) 0.1106 ( 35.2%) 0.1106 ( 35.2%) build-rewrite-system
0.0173 ( 7.9%) 0.0146 ( 15.6%) 0.0319 ( 10.2%) 0.0319 ( 10.2%) parse-and-resolve-imports
0.0160 ( 7.3%) 0.0135 ( 14.4%) 0.0295 ( 9.4%) 0.0295 ( 9.4%) Import resolution
0.0188 ( 8.5%) 0.0053 ( 5.6%) 0.0241 ( 7.7%) 0.0241 ( 7.7%) perform-sema
0.0187 ( 8.5%) 0.0053 ( 5.6%) 0.0240 ( 7.7%) 0.0241 ( 7.7%) Type checking and Semantic analysis
0.0119 ( 5.4%) 0.0098 ( 10.5%) 0.0217 ( 6.9%) 0.0217 ( 6.9%) import-clang-decl
0.0133 ( 6.0%) 0.0035 ( 3.7%) 0.0168 ( 5.3%) 0.0168 ( 5.4%) typecheck-stmt
0.0080 ( 3.6%) 0.0025 ( 2.6%) 0.0104 ( 3.3%) 0.0105 ( 3.3%) typecheck-expr
0.0068 ( 3.1%) 0.0030 ( 3.2%) 0.0098 ( 3.1%) 0.0098 ( 3.1%) IRGen
0.0079 ( 3.6%) 0.0016 ( 1.7%) 0.0095 ( 3.0%) 0.0095 ( 3.0%) SILGen
0.0059 ( 2.7%) 0.0021 ( 2.3%) 0.0080 ( 2.6%) 0.0080 ( 2.6%) typecheck-decl
0.0050 ( 2.3%) 0.0008 ( 0.9%) 0.0058 ( 1.9%) 0.0058 ( 1.9%) SILGen-function
0.0055 ( 2.5%) 0.0001 ( 0.1%) 0.0056 ( 1.8%) 0.0056 ( 1.8%) SIL optimization
0.0010 ( 0.4%) 0.0016 ( 1.8%) 0.0026 ( 0.8%) 0.0026 ( 0.8%) load-stdlib
0.0015 ( 0.7%) 0.0002 ( 0.3%) 0.0017 ( 0.6%) 0.0017 ( 0.5%) typecheck-for-each
0.0008 ( 0.4%) 0.0001 ( 0.1%) 0.0009 ( 0.3%) 0.0009 ( 0.3%) precheck-target
0.0007 ( 0.3%) 0.0002 ( 0.2%) 0.0009 ( 0.3%) 0.0009 ( 0.3%) 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%) 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%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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.2204 (100.0%) 0.0934 (100.0%) 0.3138 (100.0%) 0.3140 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.3201 seconds (1.3447 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8703 (100.0%) 0.4498 (100.0%) 1.3201 (100.0%) 1.3447 (100.0%) Building Target
0.8703 (100.0%) 0.4498 (100.0%) 1.3201 (100.0%) 1.3447 (100.0%) Total
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
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-appletvos/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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos9.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-appletvos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/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-appletvos/Mapper.build/Mapper-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-appletvos/Mapper.build/Mapper-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-appletvos/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-appletvos/Mapper-4317fce28b35e47058d9eafa71e01715-VFS-appletvos/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-appletvos/Mapper.build/Mapper-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-appletvos/Mapper.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-appletvos/Mapper.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-appletvos/Mapper.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-appletvos/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')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Mapper.framework/Headers/Mapper-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-appletvos/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-appletvos/Mapper.build/Objects-normal/arm64/Mapper-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Mapper.framework/Headers/Mapper-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Mapper.framework/Modules/Mapper.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-appletvos/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-appletvos/Mapper.build/Objects-normal/arm64/Mapper.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Mapper.framework/Modules/Mapper.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Mapper.framework/Modules/Mapper.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-appletvos/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-appletvos/Mapper.build/Objects-normal/arm64/Mapper.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Mapper.framework/Modules/Mapper.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Mapper.framework/Modules/Mapper.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-appletvos/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-appletvos/Mapper.build/Objects-normal/arm64/Mapper.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Mapper.framework/Modules/Mapper.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Mapper.framework/Modules/Mapper.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-appletvos/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-appletvos/Mapper.build/Objects-normal/arm64/Mapper.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Mapper.framework/Modules/Mapper.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling MapperError.swift (in target 'Mapper' from project 'Mapper')
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-appletvos/Mapper.build/Objects-normal/arm64/Mapper_vers.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-appletvos/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-appletvos/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/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.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-appletvos/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-appletvos/Mapper.build/Objects-normal/arm64/Mapper_vers.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-appletvos/Mapper.build/Objects-normal/arm64/Mapper_vers.dia -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-appletvos/Mapper.build/DerivedSources/Mapper_vers.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-appletvos/Mapper.build/Objects-normal/arm64/Mapper_vers.o
SwiftDriverJobDiscovery normal arm64 Compiling DefaultConvertible.swift (in target 'Mapper' from project 'Mapper')
SwiftDriverJobDiscovery normal arm64 Compiling 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 NSDictionary+Safety.swift (in target 'Mapper' from project 'Mapper')
SwiftDriverJobDiscovery normal arm64 Compiling Mapper.swift (in target 'Mapper' from project 'Mapper')
SwiftDriverJobDiscovery normal arm64 Compiling URL+Convertible.swift (in target 'Mapper' from project 'Mapper')
SwiftDriverJobDiscovery normal arm64 Compiling Mappable.swift (in target 'Mapper' from project 'Mapper')
SwiftDriverJobDiscovery normal arm64 Compiling Float+Convertible.swift, Transform+Dictionary.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-appletvos/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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos9.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-appletvos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/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-appletvos/Mapper.build/Mapper-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-appletvos/Mapper.build/Mapper-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-appletvos/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-appletvos/Mapper-4317fce28b35e47058d9eafa71e01715-VFS-appletvos/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-appletvos/Mapper.build/Mapper-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-appletvos/Mapper.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-appletvos/Mapper.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-appletvos/Mapper.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-appletvos/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-appletvos/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-tvos9.0 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -Os -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-appletvos/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-appletvos/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-appletvos/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/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-appletvos/Mapper.build/Objects-normal/arm64/Mapper.swiftmodule -compatibility_version 1 -current_version 1 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk --xcode-version 16E140 --platform-family tvOS --deployment-target 9.0 --bundle-identifier com.Lyft.Mapper --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Mapper.framework --target-triple arm64-apple-tvos9.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Mapper.framework/Mapper --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-appletvos/Mapper.build/Objects-normal/arm64/Mapper_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-appletvos/Mapper.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-appletvos/Mapper.build/Objects-normal/arm64/Mapper.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-appletvos/Mapper.build/Mapper.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-appletvos/Mapper.build/Mapper.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Mapper.build/Debug-appletvos/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:34.028 appintentsmetadataprocessor[708:3938] Starting appintentsmetadataprocessor export
2025-04-25 13:59:34.030 appintentsmetadataprocessor[708:3938] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos/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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Mapper.framework/Mapper -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos/Mapper.framework/Mapper.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/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-appletvos/Mapper.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/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-appletvos/Mapper.framework
/Users/admin/builder/spi-builder-workspace/Mapper.xcodeproj: warning: The tvOS deployment target 'TVOS_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.