Build Information
Successful build of Mapper, reference 10.0.1 (c8f848
), with Swift 6.1 for tvOS using Xcode 16.3 on 25 Apr 2025 20:59:03 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: 10.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/lyft/mapper
* tag 10.0.1 -> FETCH_HEAD
HEAD is now at c8f848c Bump version to 10.0.1
Cloned https://github.com/lyft/mapper.git
Revision (git rev-parse @):
c8f848c8a496e8dbfafa4fba5bb44723bacbe853
SUCCESS checkout https://github.com/lyft/mapper.git at 10.0.1
========================================
Build
========================================
Selected platform: 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: 232c6639e945bce245d6b86df6c3aa75
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/232c6639e945bce245d6b86df6c3aa75.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/Mapper.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
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
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/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
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
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/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/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.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/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/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/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/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-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/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-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/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-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
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
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
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
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
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
SwiftEmitModule normal arm64 Emitting\ module\ for\ Mapper (in target 'Mapper' from project 'Mapper')
EmitSwiftModule normal arm64 (in target 'Mapper' from project 'Mapper')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/MapperError.swift:12:10: warning: associated value 'convertibleError(value:type:)' of 'Sendable'-conforming enum 'MapperError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
case convertibleError(value: Any?, type: Any.Type)
^
/Users/admin/builder/spi-builder-workspace/Sources/MapperError.swift:14:10: warning: associated value 'invalidRawValueError(field:value:type:)' of 'Sendable'-conforming enum 'MapperError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
case invalidRawValueError(field: String, value: Any, type: Any.Type)
^
/Users/admin/builder/spi-builder-workspace/Sources/MapperError.swift:16:10: warning: associated value 'typeMismatchError(field:value:type:)' of 'Sendable'-conforming enum 'MapperError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
case typeMismatchError(field: String, value: Any, type: Any.Type)
^
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745614739269841-swift-frontend-Mapper-all-arm64_apple_tvos9.0-swiftmodule-Onone-3028618797.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.2717 seconds (3.6852 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0212 ( 25.3%) 0.0762 ( 40.5%) 0.0974 ( 35.9%) 1.7631 ( 47.8%) parse-and-resolve-imports
0.0198 ( 23.7%) 0.0748 ( 39.8%) 0.0946 ( 34.8%) 1.7602 ( 47.8%) Import resolution
0.0017 ( 2.0%) 0.0118 ( 6.3%) 0.0135 ( 5.0%) 0.0945 ( 2.6%) load-stdlib
0.0112 ( 13.4%) 0.0043 ( 2.3%) 0.0155 ( 5.7%) 0.0155 ( 0.4%) perform-sema
0.0111 ( 13.3%) 0.0042 ( 2.2%) 0.0153 ( 5.6%) 0.0153 ( 0.4%) Type checking and Semantic analysis
0.0108 ( 12.9%) 0.0041 ( 2.2%) 0.0149 ( 5.5%) 0.0149 ( 0.4%) typecheck-decl
0.0029 ( 3.4%) 0.0060 ( 3.2%) 0.0089 ( 3.3%) 0.0095 ( 0.3%) SIL optimization
0.0008 ( 0.9%) 0.0028 ( 1.5%) 0.0036 ( 1.3%) 0.0041 ( 0.1%) Serialization, swiftmodule
0.0008 ( 1.0%) 0.0018 ( 1.0%) 0.0026 ( 1.0%) 0.0027 ( 0.1%) import-clang-decl
0.0007 ( 0.9%) 0.0012 ( 0.6%) 0.0019 ( 0.7%) 0.0019 ( 0.1%) Serialization, swiftdoc
0.0013 ( 1.5%) 0.0003 ( 0.2%) 0.0016 ( 0.6%) 0.0016 ( 0.0%) SILGen
0.0006 ( 0.7%) 0.0003 ( 0.1%) 0.0008 ( 0.3%) 0.0008 ( 0.0%) build-rewrite-system
0.0003 ( 0.3%) 0.0001 ( 0.0%) 0.0003 ( 0.1%) 0.0003 ( 0.0%) SILGen-function
0.0002 ( 0.3%) 0.0001 ( 0.0%) 0.0003 ( 0.1%) 0.0003 ( 0.0%) Serialization, swiftsourceinfo
0.0001 ( 0.2%) 0.0001 ( 0.1%) 0.0002 ( 0.1%) 0.0002 ( 0.0%) typecheck-expr
0.0001 ( 0.1%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) associated-type-inference
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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%) precheck-target
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
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.0837 (100.0%) 0.1880 (100.0%) 0.2717 (100.0%) 3.6852 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.1421 seconds (1.8895 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0404 (100.0%) 0.1017 (100.0%) 0.1421 (100.0%) 1.8895 (100.0%) Building Target
0.0404 (100.0%) 0.1017 (100.0%) 0.1421 (100.0%) 1.8895 (100.0%) Total
SwiftCompile normal arm64 Compiling\ Mapper.swift /Users/admin/builder/spi-builder-workspace/Sources/Mapper.swift (in target 'Mapper' from project 'Mapper')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Mapper.swift (in target 'Mapper' from project 'Mapper')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745614739261600-swift-frontend-Mapper-Mapper.swift-arm64_apple_tvos9.0-o-Onone-3934440505.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4606 seconds (3.6224 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0204 ( 8.8%) 0.0720 ( 31.5%) 0.0923 ( 20.0%) 1.6323 ( 45.1%) parse-and-resolve-imports
0.0192 ( 8.3%) 0.0709 ( 31.0%) 0.0902 ( 19.6%) 1.6302 ( 45.0%) Import resolution
0.0816 ( 35.2%) 0.0307 ( 13.4%) 0.1123 ( 24.4%) 0.1126 ( 3.1%) build-rewrite-system
0.0018 ( 0.8%) 0.0203 ( 8.9%) 0.0221 ( 4.8%) 0.1022 ( 2.8%) load-stdlib
0.0193 ( 8.3%) 0.0051 ( 2.2%) 0.0244 ( 5.3%) 0.0247 ( 0.7%) perform-sema
0.0193 ( 8.3%) 0.0051 ( 2.2%) 0.0244 ( 5.3%) 0.0246 ( 0.7%) Type checking and Semantic analysis
0.0112 ( 4.8%) 0.0083 ( 3.6%) 0.0196 ( 4.2%) 0.0196 ( 0.5%) import-clang-decl
0.0133 ( 5.7%) 0.0033 ( 1.4%) 0.0166 ( 3.6%) 0.0168 ( 0.5%) typecheck-stmt
0.0095 ( 4.1%) 0.0025 ( 1.1%) 0.0121 ( 2.6%) 0.0121 ( 0.3%) SILGen
0.0071 ( 3.1%) 0.0034 ( 1.5%) 0.0105 ( 2.3%) 0.0106 ( 0.3%) IRGen
0.0081 ( 3.5%) 0.0022 ( 1.0%) 0.0103 ( 2.2%) 0.0105 ( 0.3%) typecheck-expr
0.0066 ( 2.8%) 0.0024 ( 1.1%) 0.0090 ( 2.0%) 0.0092 ( 0.3%) typecheck-decl
0.0063 ( 2.7%) 0.0014 ( 0.6%) 0.0077 ( 1.7%) 0.0078 ( 0.2%) SILGen-function
0.0055 ( 2.4%) 0.0001 ( 0.0%) 0.0056 ( 1.2%) 0.0056 ( 0.2%) SIL optimization
0.0012 ( 0.5%) 0.0004 ( 0.2%) 0.0016 ( 0.4%) 0.0016 ( 0.0%) typecheck-for-each
0.0007 ( 0.3%) 0.0003 ( 0.1%) 0.0010 ( 0.2%) 0.0010 ( 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%) 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%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.2320 (100.0%) 0.2286 (100.0%) 0.4606 (100.0%) 3.6224 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.5090 seconds (3.1707 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9067 (100.0%) 0.6023 (100.0%) 1.5090 (100.0%) 3.1707 (100.0%) Building Target
0.9067 (100.0%) 0.6023 (100.0%) 1.5090 (100.0%) 3.1707 (100.0%) Total
SwiftCompile normal arm64 Compiling\ URL+Convertible.swift /Users/admin/builder/spi-builder-workspace/Sources/URL+Convertible.swift (in target 'Mapper' from project 'Mapper')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745614739273270-swift-frontend-Mapper-URL_Convertible.swift-arm64_apple_tvos9.0-o-Onone-2052588520.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3765 seconds (3.8596 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0210 ( 12.9%) 0.0763 ( 35.6%) 0.0972 ( 25.8%) 1.7975 ( 46.6%) parse-and-resolve-imports
0.0194 ( 12.0%) 0.0748 ( 34.9%) 0.0942 ( 25.0%) 1.7944 ( 46.5%) Import resolution
0.0789 ( 48.6%) 0.0279 ( 13.0%) 0.1068 ( 28.4%) 0.1072 ( 2.8%) build-rewrite-system
0.0018 ( 1.1%) 0.0118 ( 5.5%) 0.0135 ( 3.6%) 0.0907 ( 2.3%) load-stdlib
0.0119 ( 7.3%) 0.0096 ( 4.5%) 0.0215 ( 5.7%) 0.0215 ( 0.6%) import-clang-decl
0.0053 ( 3.3%) 0.0026 ( 1.2%) 0.0080 ( 2.1%) 0.0093 ( 0.2%) perform-sema
0.0053 ( 3.3%) 0.0026 ( 1.2%) 0.0079 ( 2.1%) 0.0092 ( 0.2%) Type checking and Semantic analysis
0.0040 ( 2.5%) 0.0019 ( 0.9%) 0.0059 ( 1.6%) 0.0072 ( 0.2%) typecheck-stmt
0.0039 ( 2.4%) 0.0019 ( 0.9%) 0.0058 ( 1.5%) 0.0070 ( 0.2%) typecheck-expr
0.0025 ( 1.5%) 0.0029 ( 1.3%) 0.0053 ( 1.4%) 0.0053 ( 0.1%) IRGen
0.0029 ( 1.8%) 0.0001 ( 0.0%) 0.0030 ( 0.8%) 0.0030 ( 0.1%) SIL optimization
0.0019 ( 1.2%) 0.0007 ( 0.3%) 0.0027 ( 0.7%) 0.0027 ( 0.1%) SILGen
0.0011 ( 0.7%) 0.0006 ( 0.3%) 0.0018 ( 0.5%) 0.0018 ( 0.0%) typecheck-decl
0.0012 ( 0.8%) 0.0004 ( 0.2%) 0.0016 ( 0.4%) 0.0016 ( 0.0%) SILGen-function
0.0007 ( 0.5%) 0.0002 ( 0.1%) 0.0009 ( 0.2%) 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%) 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, 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%) 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.1623 (100.0%) 0.2143 (100.0%) 0.3765 (100.0%) 3.8596 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.3426 seconds (3.1555 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8134 (100.0%) 0.5291 (100.0%) 1.3426 (100.0%) 3.1555 (100.0%) Building Target
0.8134 (100.0%) 0.5291 (100.0%) 1.3426 (100.0%) 3.1555 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/URL+Convertible.swift (in target 'Mapper' from project 'Mapper')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ 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-1745614739274358-swift-frontend-Mapper-Mappable.swift-arm64_apple_tvos9.0-o-Onone-2231780500.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 2.9796 seconds (3.4770 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9895 ( 47.3%) 0.4070 ( 45.9%) 1.3965 ( 46.9%) 1.6029 ( 46.1%) parse-and-resolve-imports
0.9882 ( 47.2%) 0.4036 ( 45.5%) 1.3918 ( 46.7%) 1.5959 ( 45.9%) Import resolution
0.0811 ( 3.9%) 0.0192 ( 2.2%) 0.1003 ( 3.4%) 0.1004 ( 2.9%) build-rewrite-system
0.0017 ( 0.1%) 0.0097 ( 1.1%) 0.0114 ( 0.4%) 0.0906 ( 2.6%) load-stdlib
0.0116 ( 0.6%) 0.0091 ( 1.0%) 0.0207 ( 0.7%) 0.0207 ( 0.6%) import-clang-decl
0.0037 ( 0.2%) 0.0085 ( 1.0%) 0.0122 ( 0.4%) 0.0140 ( 0.4%) perform-sema
0.0037 ( 0.2%) 0.0085 ( 1.0%) 0.0122 ( 0.4%) 0.0140 ( 0.4%) Type checking and Semantic analysis
0.0017 ( 0.1%) 0.0080 ( 0.9%) 0.0096 ( 0.3%) 0.0118 ( 0.3%) SILGen
0.0014 ( 0.1%) 0.0058 ( 0.7%) 0.0072 ( 0.2%) 0.0084 ( 0.2%) typecheck-decl
0.0026 ( 0.1%) 0.0028 ( 0.3%) 0.0054 ( 0.2%) 0.0054 ( 0.2%) IRGen
0.0022 ( 0.1%) 0.0026 ( 0.3%) 0.0048 ( 0.2%) 0.0054 ( 0.2%) typecheck-stmt
0.0033 ( 0.2%) 0.0003 ( 0.0%) 0.0036 ( 0.1%) 0.0036 ( 0.1%) SIL optimization
0.0008 ( 0.0%) 0.0007 ( 0.1%) 0.0015 ( 0.1%) 0.0015 ( 0.0%) SILGen-function
0.0005 ( 0.0%) 0.0007 ( 0.1%) 0.0012 ( 0.0%) 0.0013 ( 0.0%) typecheck-expr
0.0008 ( 0.0%) 0.0003 ( 0.0%) 0.0011 ( 0.0%) 0.0011 ( 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%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
2.0928 (100.0%) 0.8868 (100.0%) 2.9796 (100.0%) 3.4770 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 2.8035 seconds (3.1538 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.8478 (100.0%) 0.9557 (100.0%) 2.8035 (100.0%) 3.1538 (100.0%) Building Target
1.8478 (100.0%) 0.9557 (100.0%) 2.8035 (100.0%) 3.1538 (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\ 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-1745614739272036-swift-frontend-Mapper-Defaults_Convertible.swift-arm64_apple_tvos9.0-o-Onone-1112217605.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3786 seconds (3.5050 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0215 ( 13.8%) 0.0781 ( 35.1%) 0.0996 ( 26.3%) 1.6233 ( 46.3%) parse-and-resolve-imports
0.0203 ( 13.0%) 0.0771 ( 34.7%) 0.0973 ( 25.7%) 1.6211 ( 46.3%) Import resolution
0.0833 ( 53.3%) 0.0317 ( 14.3%) 0.1150 ( 30.4%) 0.1149 ( 3.3%) build-rewrite-system
0.0017 ( 1.1%) 0.0134 ( 6.0%) 0.0151 ( 4.0%) 0.0932 ( 2.7%) load-stdlib
0.0116 ( 7.5%) 0.0095 ( 4.3%) 0.0211 ( 5.6%) 0.0211 ( 0.6%) import-clang-decl
0.0027 ( 1.7%) 0.0039 ( 1.8%) 0.0066 ( 1.8%) 0.0070 ( 0.2%) IRGen
0.0041 ( 2.6%) 0.0023 ( 1.1%) 0.0064 ( 1.7%) 0.0064 ( 0.2%) perform-sema
0.0040 ( 2.6%) 0.0023 ( 1.0%) 0.0063 ( 1.7%) 0.0063 ( 0.2%) Type checking and Semantic analysis
0.0040 ( 2.5%) 0.0023 ( 1.0%) 0.0063 ( 1.7%) 0.0063 ( 0.2%) typecheck-decl
0.0014 ( 0.9%) 0.0014 ( 0.6%) 0.0028 ( 0.8%) 0.0034 ( 0.1%) SILGen
0.0007 ( 0.5%) 0.0002 ( 0.1%) 0.0010 ( 0.3%) 0.0010 ( 0.0%) load-all-members
0.0006 ( 0.4%) 0.0001 ( 0.0%) 0.0007 ( 0.2%) 0.0007 ( 0.0%) SIL optimization
0.0002 ( 0.2%) 0.0001 ( 0.0%) 0.0003 ( 0.1%) 0.0003 ( 0.0%) SILGen-function
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) associated-type-inference
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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.1563 (100.0%) 0.2224 (100.0%) 0.3786 (100.0%) 3.5050 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.4952 seconds (3.1567 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8698 (100.0%) 0.6255 (100.0%) 1.4952 (100.0%) 3.1567 (100.0%) Building Target
0.8698 (100.0%) 0.6255 (100.0%) 1.4952 (100.0%) 3.1567 (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\ 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-1745614739269603-swift-frontend-Mapper-MapperError.swift-arm64_apple_tvos9.0-o-Onone-2814545165.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.2878 seconds (3.6029 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0218 ( 21.9%) 0.0758 ( 40.3%) 0.0976 ( 33.9%) 1.7115 ( 47.5%) parse-and-resolve-imports
0.0203 ( 20.4%) 0.0745 ( 39.6%) 0.0948 ( 32.9%) 1.7086 ( 47.4%) Import resolution
0.0016 ( 1.6%) 0.0097 ( 5.1%) 0.0113 ( 3.9%) 0.0973 ( 2.7%) load-stdlib
0.0467 ( 46.9%) 0.0198 ( 10.5%) 0.0665 ( 23.1%) 0.0668 ( 1.9%) build-rewrite-system
0.0021 ( 2.1%) 0.0025 ( 1.3%) 0.0045 ( 1.6%) 0.0045 ( 0.1%) IRGen
0.0017 ( 1.7%) 0.0014 ( 0.7%) 0.0031 ( 1.1%) 0.0035 ( 0.1%) perform-sema
0.0017 ( 1.7%) 0.0014 ( 0.7%) 0.0031 ( 1.1%) 0.0034 ( 0.1%) Type checking and Semantic analysis
0.0017 ( 1.7%) 0.0014 ( 0.7%) 0.0031 ( 1.1%) 0.0034 ( 0.1%) typecheck-decl
0.0010 ( 1.0%) 0.0015 ( 0.8%) 0.0025 ( 0.9%) 0.0025 ( 0.1%) import-clang-decl
0.0005 ( 0.5%) 0.0002 ( 0.1%) 0.0007 ( 0.2%) 0.0007 ( 0.0%) SILGen
0.0003 ( 0.3%) 0.0001 ( 0.0%) 0.0004 ( 0.1%) 0.0004 ( 0.0%) SIL optimization
0.0001 ( 0.1%) 0.0000 ( 0.0%) 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%) 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, 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%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0995 (100.0%) 0.1883 (100.0%) 0.2878 (100.0%) 3.6029 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.4935 seconds (2.1975 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.3395 (100.0%) 0.1540 (100.0%) 0.4935 (100.0%) 2.1975 (100.0%) Building Target
0.3395 (100.0%) 0.1540 (100.0%) 0.4935 (100.0%) 2.1975 (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\ 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-1745614739273244-swift-frontend-Mapper-Convertible.swift-arm64_apple_tvos9.0-o-Onone-2439657025.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3330 seconds (3.5190 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0252 ( 21.4%) 0.0745 ( 34.6%) 0.0997 ( 29.9%) 1.6796 ( 47.7%) parse-and-resolve-imports
0.0236 ( 20.1%) 0.0730 ( 33.9%) 0.0966 ( 29.0%) 1.6765 ( 47.6%) Import resolution
0.0134 ( 11.4%) 0.0437 ( 20.3%) 0.0571 ( 17.1%) 0.0832 ( 2.4%) load-stdlib
0.0514 ( 43.8%) 0.0199 ( 9.2%) 0.0712 ( 21.4%) 0.0712 ( 2.0%) build-rewrite-system
0.0015 ( 1.3%) 0.0027 ( 1.2%) 0.0042 ( 1.3%) 0.0042 ( 0.1%) IRGen
0.0010 ( 0.8%) 0.0011 ( 0.5%) 0.0021 ( 0.6%) 0.0021 ( 0.1%) import-clang-decl
0.0004 ( 0.4%) 0.0003 ( 0.1%) 0.0007 ( 0.2%) 0.0007 ( 0.0%) perform-sema
0.0004 ( 0.3%) 0.0002 ( 0.1%) 0.0006 ( 0.2%) 0.0006 ( 0.0%) Type checking and Semantic analysis
0.0004 ( 0.3%) 0.0002 ( 0.1%) 0.0006 ( 0.2%) 0.0006 ( 0.0%) 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%) 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.1174 (100.0%) 0.2156 (100.0%) 0.3330 (100.0%) 3.5190 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.5710 seconds (2.1823 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.3737 (100.0%) 0.1974 (100.0%) 0.5710 (100.0%) 2.1823 (100.0%) Building Target
0.3737 (100.0%) 0.1974 (100.0%) 0.5710 (100.0%) 2.1823 (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\ 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-1745614739278897-swift-frontend-Mapper-DefaultConvertible.swift-arm64_apple_tvos9.0-o-Onone-3125788328.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.2794 seconds (3.4471 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0199 ( 19.4%) 0.0696 ( 39.3%) 0.0895 ( 32.0%) 1.6326 ( 47.4%) parse-and-resolve-imports
0.0186 ( 18.2%) 0.0685 ( 38.7%) 0.0872 ( 31.2%) 1.6302 ( 47.3%) Import resolution
0.0016 ( 1.5%) 0.0097 ( 5.5%) 0.0113 ( 4.0%) 0.0927 ( 2.7%) load-stdlib
0.0510 ( 49.8%) 0.0209 ( 11.8%) 0.0719 ( 25.7%) 0.0721 ( 2.1%) build-rewrite-system
0.0019 ( 1.9%) 0.0036 ( 2.1%) 0.0056 ( 2.0%) 0.0056 ( 0.2%) IRGen
0.0015 ( 1.5%) 0.0008 ( 0.5%) 0.0024 ( 0.8%) 0.0024 ( 0.1%) SILGen
0.0010 ( 1.0%) 0.0013 ( 0.7%) 0.0023 ( 0.8%) 0.0023 ( 0.1%) import-clang-decl
0.0012 ( 1.2%) 0.0006 ( 0.3%) 0.0018 ( 0.6%) 0.0018 ( 0.1%) perform-sema
0.0012 ( 1.1%) 0.0006 ( 0.3%) 0.0018 ( 0.6%) 0.0018 ( 0.1%) Type checking and Semantic analysis
0.0010 ( 1.0%) 0.0006 ( 0.3%) 0.0016 ( 0.6%) 0.0016 ( 0.0%) SILGen-function
0.0016 ( 1.5%) 0.0000 ( 0.0%) 0.0016 ( 0.6%) 0.0016 ( 0.0%) SIL optimization
0.0005 ( 0.5%) 0.0003 ( 0.2%) 0.0008 ( 0.3%) 0.0008 ( 0.0%) typecheck-decl
0.0006 ( 0.5%) 0.0002 ( 0.1%) 0.0008 ( 0.3%) 0.0008 ( 0.0%) typecheck-stmt
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%) 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.1024 (100.0%) 0.1770 (100.0%) 0.2794 (100.0%) 3.4471 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.5366 seconds (2.1766 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.3676 (100.0%) 0.1690 (100.0%) 0.5366 (100.0%) 2.1766 (100.0%) Building Target
0.3676 (100.0%) 0.1690 (100.0%) 0.5366 (100.0%) 2.1766 (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\ 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-1745614739278493-swift-frontend-Mapper-Transform.swift-arm64_apple_tvos9.0-o-Onone-1799703142.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.2488 seconds (3.4545 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0196 ( 20.6%) 0.0593 ( 38.5%) 0.0789 ( 31.7%) 1.6262 ( 47.1%) parse-and-resolve-imports
0.0181 ( 19.0%) 0.0580 ( 37.6%) 0.0760 ( 30.6%) 1.6233 ( 47.0%) Import resolution
0.0017 ( 1.8%) 0.0106 ( 6.9%) 0.0123 ( 4.9%) 0.1224 ( 3.5%) load-stdlib
0.0514 ( 54.2%) 0.0205 ( 13.3%) 0.0719 ( 28.9%) 0.0727 ( 2.1%) build-rewrite-system
0.0018 ( 1.9%) 0.0030 ( 1.9%) 0.0048 ( 1.9%) 0.0048 ( 0.1%) IRGen
0.0011 ( 1.2%) 0.0014 ( 0.9%) 0.0025 ( 1.0%) 0.0025 ( 0.1%) import-clang-decl
0.0001 ( 0.1%) 0.0005 ( 0.3%) 0.0006 ( 0.2%) 0.0006 ( 0.0%) SILGen
0.0003 ( 0.3%) 0.0003 ( 0.2%) 0.0005 ( 0.2%) 0.0006 ( 0.0%) perform-sema
0.0002 ( 0.2%) 0.0002 ( 0.2%) 0.0005 ( 0.2%) 0.0005 ( 0.0%) Type checking and Semantic analysis
0.0002 ( 0.2%) 0.0002 ( 0.1%) 0.0004 ( 0.2%) 0.0005 ( 0.0%) typecheck-decl
0.0003 ( 0.4%) 0.0000 ( 0.0%) 0.0004 ( 0.1%) 0.0004 ( 0.0%) SIL optimization
0.0000 ( 0.0%) 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%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, 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.0948 (100.0%) 0.1540 (100.0%) 0.2488 (100.0%) 3.4545 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.5132 seconds (2.1757 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.3604 (100.0%) 0.1528 (100.0%) 0.5132 (100.0%) 2.1757 (100.0%) Building Target
0.3604 (100.0%) 0.1528 (100.0%) 0.5132 (100.0%) 2.1757 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Transform.swift (in target 'Mapper' from project 'Mapper')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ NSDictionary+Safety.swift /Users/admin/builder/spi-builder-workspace/Sources/NSDictionary+Safety.swift (in target 'Mapper' from project 'Mapper')
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
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745614739272824-swift-frontend-Mapper-NSDictionary_Safety.swift-arm64_apple_tvos9.0-o-Onone-1843104663.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3841 seconds (3.5612 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0206 ( 12.3%) 0.0737 ( 34.0%) 0.0943 ( 24.5%) 1.6426 ( 46.1%) parse-and-resolve-imports
0.0194 ( 11.6%) 0.0724 ( 33.4%) 0.0918 ( 23.9%) 1.6402 ( 46.1%) Import resolution
0.0828 ( 49.4%) 0.0307 ( 14.2%) 0.1135 ( 29.5%) 0.1139 ( 3.2%) build-rewrite-system
0.0016 ( 0.9%) 0.0127 ( 5.9%) 0.0143 ( 3.7%) 0.0941 ( 2.6%) load-stdlib
0.0119 ( 7.1%) 0.0100 ( 4.6%) 0.0219 ( 5.7%) 0.0219 ( 0.6%) import-clang-decl
0.0049 ( 2.9%) 0.0030 ( 1.4%) 0.0079 ( 2.0%) 0.0079 ( 0.2%) perform-sema
0.0048 ( 2.9%) 0.0030 ( 1.4%) 0.0078 ( 2.0%) 0.0078 ( 0.2%) Type checking and Semantic analysis
0.0038 ( 2.3%) 0.0026 ( 1.2%) 0.0064 ( 1.7%) 0.0064 ( 0.2%) typecheck-decl
0.0027 ( 1.6%) 0.0033 ( 1.5%) 0.0059 ( 1.5%) 0.0061 ( 0.2%) IRGen
0.0037 ( 2.2%) 0.0019 ( 0.9%) 0.0055 ( 1.4%) 0.0055 ( 0.2%) typecheck-stmt
0.0033 ( 2.0%) 0.0016 ( 0.7%) 0.0049 ( 1.3%) 0.0049 ( 0.1%) typecheck-expr
0.0024 ( 1.4%) 0.0010 ( 0.4%) 0.0034 ( 0.9%) 0.0034 ( 0.1%) SILGen
0.0031 ( 1.8%) 0.0001 ( 0.0%) 0.0031 ( 0.8%) 0.0031 ( 0.1%) SIL optimization
0.0016 ( 1.0%) 0.0005 ( 0.2%) 0.0021 ( 0.6%) 0.0021 ( 0.1%) SILGen-function
0.0008 ( 0.5%) 0.0003 ( 0.1%) 0.0011 ( 0.3%) 0.0011 ( 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, 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%) perform-whole-module-type-checking
0.1675 (100.0%) 0.2166 (100.0%) 0.3841 (100.0%) 3.5612 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.4785 seconds (3.1536 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8701 (100.0%) 0.6084 (100.0%) 1.4785 (100.0%) 3.1536 (100.0%) Building Target
0.8701 (100.0%) 0.6084 (100.0%) 1.4785 (100.0%) 3.1536 (100.0%) Total
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-1745614741239914-swift-frontend-Mapper-Float_Convertible.swift-arm64_apple_tvos9.0-o-Onone-1765169748.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.2623 seconds (0.2640 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0780 ( 46.7%) 0.0277 ( 29.1%) 0.1057 ( 40.3%) 0.1069 ( 40.5%) build-rewrite-system
0.0210 ( 12.6%) 0.0217 ( 22.7%) 0.0427 ( 16.3%) 0.0428 ( 16.2%) parse-and-resolve-imports
0.0196 ( 11.7%) 0.0204 ( 21.4%) 0.0400 ( 15.3%) 0.0402 ( 15.2%) Import resolution
0.0108 ( 6.5%) 0.0079 ( 8.3%) 0.0187 ( 7.1%) 0.0187 ( 7.1%) import-clang-decl
0.0071 ( 4.3%) 0.0032 ( 3.3%) 0.0103 ( 3.9%) 0.0103 ( 3.9%) perform-sema
0.0070 ( 4.2%) 0.0032 ( 3.3%) 0.0102 ( 3.9%) 0.0103 ( 3.9%) Type checking and Semantic analysis
0.0056 ( 3.4%) 0.0027 ( 2.8%) 0.0083 ( 3.2%) 0.0084 ( 3.2%) typecheck-stmt
0.0038 ( 2.3%) 0.0036 ( 3.8%) 0.0074 ( 2.8%) 0.0074 ( 2.8%) IRGen
0.0039 ( 2.3%) 0.0009 ( 0.9%) 0.0047 ( 1.8%) 0.0047 ( 1.8%) SILGen
0.0032 ( 1.9%) 0.0001 ( 0.1%) 0.0033 ( 1.2%) 0.0033 ( 1.2%) SIL optimization
0.0010 ( 0.6%) 0.0018 ( 1.8%) 0.0028 ( 1.1%) 0.0028 ( 1.0%) load-stdlib
0.0014 ( 0.8%) 0.0013 ( 1.4%) 0.0027 ( 1.0%) 0.0027 ( 1.0%) typecheck-expr
0.0023 ( 1.4%) 0.0003 ( 0.3%) 0.0026 ( 1.0%) 0.0026 ( 1.0%) SILGen-function
0.0012 ( 0.7%) 0.0004 ( 0.5%) 0.0017 ( 0.6%) 0.0017 ( 0.6%) typecheck-decl
0.0007 ( 0.4%) 0.0002 ( 0.2%) 0.0009 ( 0.4%) 0.0009 ( 0.4%) load-all-members
0.0004 ( 0.2%) 0.0001 ( 0.1%) 0.0004 ( 0.2%) 0.0004 ( 0.2%) 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%) 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.1670 (100.0%) 0.0953 (100.0%) 0.2623 (100.0%) 0.2640 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.1593 seconds (1.1912 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.7562 (100.0%) 0.4031 (100.0%) 1.1593 (100.0%) 1.1912 (100.0%) Building Target
0.7562 (100.0%) 0.4031 (100.0%) 1.1593 (100.0%) 1.1912 (100.0%) Total
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')
SwiftDriverJobDiscovery normal arm64 Compiling Convertible.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
SwiftDriverJobDiscovery normal arm64 Compiling DefaultConvertible.swift (in target 'Mapper' from project 'Mapper')
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/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.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/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
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 MapperError.swift (in target 'Mapper' from project 'Mapper')
SwiftDriverJobDiscovery normal arm64 Compiling Defaults+Convertible.swift (in target 'Mapper' from project 'Mapper')
SwiftDriverJobDiscovery normal arm64 Compiling Mappable.swift (in target 'Mapper' from project 'Mapper')
SwiftDriverJobDiscovery normal arm64 Compiling URL+Convertible.swift (in target 'Mapper' from project 'Mapper')
SwiftDriverJobDiscovery normal arm64 Compiling Mapper.swift (in target 'Mapper' from project 'Mapper')
SwiftDriverJobDiscovery normal arm64 Compiling NSDictionary+Safety.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:02.690 appintentsmetadataprocessor[704:3930] Starting appintentsmetadataprocessor export
2025-04-25 13:59:02.693 appintentsmetadataprocessor[704:3930] 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.