Build Information
Successful build of Alchemy, reference master (985898
), with Swift 6.1 for iOS using Xcode 16.3 on 24 Apr 2025 09:45:53 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 Alchemy-Package -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/typelift/alchemy.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/typelift/alchemy
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 9858986 Merge pull request #9 from CodaFi/bump
Cloned https://github.com/typelift/alchemy.git
Revision (git rev-parse @):
98589869f2fb60f29159e164241f1c2d0e47e430
SUCCESS checkout https://github.com/typelift/alchemy.git at master
========================================
Build
========================================
Selected platform: iOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/typelift/alchemy.git
https://github.com/typelift/alchemy.git
{
"dependencies" : [
{
"identity" : "swiftcheck",
"requirement" : {
"range" : [
{
"lower_bound" : "0.9.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/typelift/SwiftCheck.git"
}
],
"manifest_display_name" : "Alchemy",
"name" : "Alchemy",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Alchemy",
"targets" : [
"Alchemy"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AlchemyTests",
"module_type" : "SwiftTarget",
"name" : "AlchemyTests",
"path" : "Tests/AlchemyTests",
"product_dependencies" : [
"SwiftCheck"
],
"sources" : [
"AlchemySpec.swift",
"FileSpec.swift"
],
"target_dependencies" : [
"Alchemy"
],
"type" : "test"
},
{
"c99name" : "Alchemy",
"module_type" : "SwiftTarget",
"name" : "Alchemy",
"path" : "Sources/Alchemy",
"product_memberships" : [
"Alchemy"
],
"sources" : [
"Builder.swift",
"Get.swift",
"Put.swift",
"Serialize.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
"dependencies" : [
{
"identity" : "swiftcheck",
"requirement" : {
"range" : [
{
"lower_bound" : "0.9.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/typelift/SwiftCheck.git"
}
],
"manifest_display_name" : "Alchemy",
"name" : "Alchemy",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Alchemy",
"targets" : [
"Alchemy"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AlchemyTests",
"module_type" : "SwiftTarget",
"name" : "AlchemyTests",
"path" : "Tests/AlchemyTests",
"product_dependencies" : [
"SwiftCheck"
],
"sources" : [
"AlchemySpec.swift",
"FileSpec.swift"
],
"target_dependencies" : [
"Alchemy"
],
"type" : "test"
},
{
"c99name" : "Alchemy",
"module_type" : "SwiftTarget",
"name" : "Alchemy",
"path" : "Sources/Alchemy",
"product_memberships" : [
"Alchemy"
],
"sources" : [
"Builder.swift",
"Get.swift",
"Put.swift",
"Serialize.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "Alchemy",
"schemes" : [
"Alchemy",
"Alchemy-iOS",
"Alchemy-Package",
"Alchemy-tvOS",
"Alchemy-watchOS",
"AlchemyPackageDescription",
"AlchemyPackageTests"
],
"targets" : [
"Alchemy",
"AlchemyPackageDescription",
"AlchemyPackageTests",
"AlchemyTests"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Alchemy-Package -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Alchemy-Package -destination generic/platform=iOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
Target 'Alchemy' in project 'Alchemy' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: c13b50f092451340249a1b1817283148
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/c13b50f092451340249a1b1817283148.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/Alchemy.xcodeproj
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/Alchemy.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/Alchemy.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
cd /Users/admin/builder/spi-builder-workspace/Alchemy.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
cd /Users/admin/builder/spi-builder-workspace/Alchemy.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Alchemy.framework (in target 'Alchemy' from project 'Alchemy')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Alchemy.framework
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Alchemy.build/Debug-iphoneos/Alchemy.build/Alchemy.DependencyStaticMetadataFileList (in target 'Alchemy' from project 'Alchemy')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Alchemy.build/Debug-iphoneos/Alchemy.build/Alchemy.DependencyStaticMetadataFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Alchemy.framework/Headers (in target 'Alchemy' from project 'Alchemy')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Alchemy.framework/Headers
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Alchemy.build/Debug-iphoneos/Alchemy.build/Alchemy.DependencyMetadataFileList (in target 'Alchemy' from project 'Alchemy')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Alchemy.build/Debug-iphoneos/Alchemy.build/Alchemy.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Alchemy.build/Debug-iphoneos/Alchemy.build/Objects-normal/arm64/Alchemy.SwiftFileList (in target 'Alchemy' from project 'Alchemy')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Alchemy.build/Debug-iphoneos/Alchemy.build/Objects-normal/arm64/Alchemy.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Alchemy.build/Debug-iphoneos/Alchemy.build/Objects-normal/arm64/Alchemy_const_extract_protocols.json (in target 'Alchemy' from project 'Alchemy')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Alchemy.build/Debug-iphoneos/Alchemy.build/Objects-normal/arm64/Alchemy_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Alchemy.build/Debug-iphoneos/Alchemy.build/Objects-normal/arm64/Alchemy.LinkFileList (in target 'Alchemy' from project 'Alchemy')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Alchemy.build/Debug-iphoneos/Alchemy.build/Objects-normal/arm64/Alchemy.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Alchemy.build/Debug-iphoneos/Alchemy.build/Objects-normal/arm64/Alchemy-OutputFileMap.json (in target 'Alchemy' from project 'Alchemy')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Alchemy.build/Debug-iphoneos/Alchemy.build/Objects-normal/arm64/Alchemy-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Alchemy.build/Debug-iphoneos/Alchemy.build/Objects-normal/arm64/Alchemy.SwiftConstValuesFileList (in target 'Alchemy' from project 'Alchemy')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Alchemy.build/Debug-iphoneos/Alchemy.build/Objects-normal/arm64/Alchemy.SwiftConstValuesFileList
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Alchemy.framework/Info.plist /Users/admin/builder/spi-builder-workspace/Alchemy.xcodeproj/Alchemy_Info.plist (in target 'Alchemy' from project 'Alchemy')
cd /Users/admin/builder/spi-builder-workspace
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/Alchemy.xcodeproj/Alchemy_Info.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Alchemy.framework/Info.plist
SwiftDriver Alchemy normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Alchemy' from project 'Alchemy')
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 Alchemy -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Alchemy.build/Debug-iphoneos/Alchemy.build/Objects-normal/arm64/Alchemy.SwiftFileList -DSWIFT_PACKAGE -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios18.4 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Alchemy.build/Debug-iphoneos/Alchemy.build/Objects-normal/arm64/Alchemy-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/Alchemy.build/Debug-iphoneos/Alchemy.build/Objects-normal/arm64/Alchemy.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/Alchemy.build/Debug-iphoneos/Alchemy.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Alchemy.build/Debug-iphoneos/Alchemy.build/Objects-normal/arm64/Alchemy_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Alchemy.build/Debug-iphoneos/Alchemy.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Alchemy.build/Debug-iphoneos/Alchemy.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Alchemy.build/Debug-iphoneos/Alchemy.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Alchemy.build/Debug-iphoneos/Alchemy.build/Objects-normal/arm64/Alchemy-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ Put.swift /Users/admin/builder/spi-builder-workspace/Sources/Alchemy/Put.swift (in target 'Alchemy' from project 'Alchemy')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Alchemy/Put.swift (in target 'Alchemy' from project 'Alchemy')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745487951789294-swift-frontend-Alchemy-Put.swift-arm64_apple_ios18.4-o-Onone-2466516152.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.0937 seconds (0.2028 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0015 ( 2.3%) 0.0078 ( 26.3%) 0.0093 ( 9.9%) 0.1181 ( 58.2%) load-stdlib
0.0449 ( 70.2%) 0.0138 ( 46.5%) 0.0587 ( 62.7%) 0.0587 ( 28.9%) build-rewrite-system
0.0029 ( 4.6%) 0.0011 ( 3.8%) 0.0041 ( 4.3%) 0.0042 ( 2.1%) perform-sema
0.0029 ( 4.5%) 0.0011 ( 3.8%) 0.0040 ( 4.3%) 0.0041 ( 2.0%) Type checking and Semantic analysis
0.0016 ( 2.5%) 0.0013 ( 4.3%) 0.0029 ( 3.0%) 0.0029 ( 1.4%) IRGen
0.0023 ( 3.6%) 0.0003 ( 0.9%) 0.0026 ( 2.7%) 0.0026 ( 1.3%) SIL optimization
0.0016 ( 2.5%) 0.0007 ( 2.5%) 0.0024 ( 2.5%) 0.0024 ( 1.2%) typecheck-decl
0.0011 ( 1.8%) 0.0009 ( 3.1%) 0.0021 ( 2.2%) 0.0021 ( 1.0%) parse-and-resolve-imports
0.0014 ( 2.1%) 0.0005 ( 1.7%) 0.0019 ( 2.0%) 0.0019 ( 0.9%) SILGen
0.0014 ( 2.1%) 0.0004 ( 1.4%) 0.0018 ( 1.9%) 0.0018 ( 0.9%) typecheck-stmt
0.0010 ( 1.5%) 0.0008 ( 2.7%) 0.0018 ( 1.9%) 0.0018 ( 0.9%) Import resolution
0.0007 ( 1.1%) 0.0003 ( 1.2%) 0.0011 ( 1.1%) 0.0011 ( 0.5%) SILGen-function
0.0003 ( 0.5%) 0.0004 ( 1.3%) 0.0007 ( 0.8%) 0.0007 ( 0.4%) import-clang-decl
0.0003 ( 0.5%) 0.0001 ( 0.4%) 0.0004 ( 0.4%) 0.0004 ( 0.2%) typecheck-expr
0.0001 ( 0.2%) 0.0000 ( 0.0%) 0.0001 ( 0.1%) 0.0001 ( 0.1%) precheck-target
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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.0640 (100.0%) 0.0297 (100.0%) 0.0937 (100.0%) 0.2028 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.3669 seconds (0.4876 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.2878 (100.0%) 0.0791 (100.0%) 0.3669 (100.0%) 0.4876 (100.0%) Building Target
0.2878 (100.0%) 0.0791 (100.0%) 0.3669 (100.0%) 0.4876 (100.0%) Total
SwiftEmitModule normal arm64 Emitting\ module\ for\ Alchemy (in target 'Alchemy' from project 'Alchemy')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745487951789245-swift-frontend-Alchemy-all-arm64_apple_ios18.4-swiftmodule-Onone-1043775563.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.1129 seconds (0.2090 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0015 ( 2.3%) 0.0071 ( 15.0%) 0.0085 ( 7.6%) 0.0909 ( 43.5%) load-stdlib
0.0126 ( 19.1%) 0.0053 ( 11.2%) 0.0179 ( 15.8%) 0.0195 ( 9.3%) perform-sema
0.0125 ( 19.0%) 0.0053 ( 11.2%) 0.0178 ( 15.8%) 0.0194 ( 9.3%) Type checking and Semantic analysis
0.0123 ( 18.7%) 0.0051 ( 10.8%) 0.0174 ( 15.4%) 0.0190 ( 9.1%) typecheck-decl
0.0017 ( 2.6%) 0.0037 ( 7.8%) 0.0054 ( 4.8%) 0.0098 ( 4.7%) parse-and-resolve-imports
0.0032 ( 4.8%) 0.0052 ( 11.1%) 0.0084 ( 7.4%) 0.0097 ( 4.6%) SIL optimization
0.0059 ( 8.9%) 0.0029 ( 6.3%) 0.0088 ( 7.8%) 0.0089 ( 4.2%) typecheck-expr
0.0052 ( 7.9%) 0.0026 ( 5.5%) 0.0078 ( 6.9%) 0.0079 ( 3.8%) precheck-target
0.0049 ( 7.5%) 0.0013 ( 2.7%) 0.0062 ( 5.5%) 0.0062 ( 3.0%) build-rewrite-system
0.0015 ( 2.3%) 0.0022 ( 4.7%) 0.0037 ( 3.3%) 0.0057 ( 2.7%) Import resolution
0.0022 ( 3.4%) 0.0022 ( 4.6%) 0.0044 ( 3.9%) 0.0044 ( 2.1%) SILGen
0.0008 ( 1.2%) 0.0024 ( 5.1%) 0.0032 ( 2.8%) 0.0036 ( 1.7%) Serialization, swiftmodule
0.0003 ( 0.5%) 0.0010 ( 2.2%) 0.0014 ( 1.2%) 0.0019 ( 0.9%) Serialization, swiftdoc
0.0006 ( 1.0%) 0.0008 ( 1.8%) 0.0015 ( 1.3%) 0.0015 ( 0.7%) SILGen-function
0.0005 ( 0.7%) 0.0001 ( 0.2%) 0.0006 ( 0.5%) 0.0006 ( 0.3%) Serialization, swiftsourceinfo
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%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-module-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0658 (100.0%) 0.0471 (100.0%) 0.1129 (100.0%) 0.2090 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.0543 seconds (0.1467 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0238 (100.0%) 0.0305 (100.0%) 0.0543 (100.0%) 0.1467 (100.0%) Building Target
0.0238 (100.0%) 0.0305 (100.0%) 0.0543 (100.0%) 0.1467 (100.0%) Total
EmitSwiftModule normal arm64 (in target 'Alchemy' from project 'Alchemy')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ Get.swift /Users/admin/builder/spi-builder-workspace/Sources/Alchemy/Get.swift (in target 'Alchemy' from project 'Alchemy')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Alchemy/Get.swift (in target 'Alchemy' from project 'Alchemy')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745487951789297-swift-frontend-Alchemy-Get.swift-arm64_apple_ios18.4-o-Onone-2344622200.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.2409 seconds (0.3516 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0014 ( 0.8%) 0.0091 ( 13.4%) 0.0106 ( 4.4%) 0.0817 ( 23.2%) load-stdlib
0.0423 ( 24.5%) 0.0129 ( 19.1%) 0.0552 ( 22.9%) 0.0552 ( 15.7%) build-rewrite-system
0.0229 ( 13.3%) 0.0092 ( 13.5%) 0.0321 ( 13.3%) 0.0339 ( 9.6%) perform-sema
0.0229 ( 13.2%) 0.0091 ( 13.5%) 0.0320 ( 13.3%) 0.0338 ( 9.6%) Type checking and Semantic analysis
0.0191 ( 11.0%) 0.0069 ( 10.2%) 0.0260 ( 10.8%) 0.0264 ( 7.5%) typecheck-stmt
0.0015 ( 0.9%) 0.0016 ( 2.3%) 0.0031 ( 1.3%) 0.0198 ( 5.6%) parse-and-resolve-imports
0.0013 ( 0.8%) 0.0013 ( 2.0%) 0.0027 ( 1.1%) 0.0194 ( 5.5%) Import resolution
0.0132 ( 7.6%) 0.0036 ( 5.3%) 0.0168 ( 7.0%) 0.0168 ( 4.8%) IRGen
0.0122 ( 7.1%) 0.0020 ( 2.9%) 0.0142 ( 5.9%) 0.0143 ( 4.1%) SILGen
0.0113 ( 6.5%) 0.0018 ( 2.6%) 0.0130 ( 5.4%) 0.0131 ( 3.7%) SILGen-function
0.0074 ( 4.3%) 0.0039 ( 5.8%) 0.0113 ( 4.7%) 0.0118 ( 3.3%) typecheck-expr
0.0068 ( 3.9%) 0.0032 ( 4.6%) 0.0100 ( 4.1%) 0.0104 ( 2.9%) precheck-target
0.0060 ( 3.5%) 0.0028 ( 4.1%) 0.0088 ( 3.6%) 0.0101 ( 2.9%) typecheck-decl
0.0043 ( 2.5%) 0.0001 ( 0.1%) 0.0043 ( 1.8%) 0.0043 ( 1.2%) SIL optimization
0.0003 ( 0.2%) 0.0004 ( 0.6%) 0.0007 ( 0.3%) 0.0007 ( 0.2%) import-clang-decl
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%) 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.1731 (100.0%) 0.0678 (100.0%) 0.2409 (100.0%) 0.3516 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.4518 seconds (0.5552 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.3652 (100.0%) 0.0866 (100.0%) 0.4518 (100.0%) 0.5552 (100.0%) Building Target
0.3652 (100.0%) 0.0866 (100.0%) 0.4518 (100.0%) 0.5552 (100.0%) Total
SwiftCompile normal arm64 Compiling\ Builder.swift /Users/admin/builder/spi-builder-workspace/Sources/Alchemy/Builder.swift (in target 'Alchemy' from project 'Alchemy')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745487951789299-swift-frontend-Alchemy-Builder.swift-arm64_apple_ios18.4-o-Onone-3167057027.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.1617 seconds (0.2739 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0015 ( 1.2%) 0.0071 ( 16.1%) 0.0085 ( 5.3%) 0.0857 ( 31.3%) load-stdlib
0.0454 ( 38.5%) 0.0135 ( 30.9%) 0.0589 ( 36.4%) 0.0589 ( 21.5%) build-rewrite-system
0.0147 ( 12.5%) 0.0047 ( 10.6%) 0.0194 ( 12.0%) 0.0215 ( 7.8%) perform-sema
0.0147 ( 12.4%) 0.0046 ( 10.5%) 0.0193 ( 11.9%) 0.0214 ( 7.8%) Type checking and Semantic analysis
0.0014 ( 1.2%) 0.0014 ( 3.3%) 0.0029 ( 1.8%) 0.0159 ( 5.8%) parse-and-resolve-imports
0.0012 ( 1.0%) 0.0012 ( 2.7%) 0.0024 ( 1.5%) 0.0154 ( 5.6%) Import resolution
0.0084 ( 7.1%) 0.0035 ( 7.9%) 0.0118 ( 7.3%) 0.0140 ( 5.1%) typecheck-decl
0.0076 ( 6.5%) 0.0023 ( 5.3%) 0.0099 ( 6.1%) 0.0109 ( 4.0%) typecheck-expr
0.0073 ( 6.2%) 0.0018 ( 4.1%) 0.0091 ( 5.6%) 0.0100 ( 3.7%) precheck-target
0.0069 ( 5.9%) 0.0012 ( 2.7%) 0.0081 ( 5.0%) 0.0081 ( 3.0%) typecheck-stmt
0.0034 ( 2.9%) 0.0003 ( 0.6%) 0.0037 ( 2.3%) 0.0037 ( 1.3%) SIL optimization
0.0018 ( 1.6%) 0.0010 ( 2.4%) 0.0029 ( 1.8%) 0.0033 ( 1.2%) IRGen
0.0020 ( 1.7%) 0.0005 ( 1.1%) 0.0024 ( 1.5%) 0.0024 ( 0.9%) SILGen
0.0015 ( 1.2%) 0.0004 ( 0.8%) 0.0018 ( 1.1%) 0.0018 ( 0.7%) SILGen-function
0.0003 ( 0.2%) 0.0004 ( 0.8%) 0.0006 ( 0.4%) 0.0006 ( 0.2%) import-clang-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%) 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%) 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.1179 (100.0%) 0.0438 (100.0%) 0.1617 (100.0%) 0.2739 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.3838 seconds (0.4874 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.3008 (100.0%) 0.0829 (100.0%) 0.3838 (100.0%) 0.4874 (100.0%) Building Target
0.3008 (100.0%) 0.0829 (100.0%) 0.3838 (100.0%) 0.4874 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Alchemy/Builder.swift (in target 'Alchemy' from project 'Alchemy')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ Serialize.swift /Users/admin/builder/spi-builder-workspace/Sources/Alchemy/Serialize.swift (in target 'Alchemy' from project 'Alchemy')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745487951789291-swift-frontend-Alchemy-Serialize.swift-arm64_apple_ios18.4-o-Onone-2233886817.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3301 seconds (0.3709 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0130 ( 5.7%) 0.0404 ( 39.2%) 0.0534 ( 16.2%) 0.0783 ( 21.1%) load-stdlib
0.0417 ( 18.4%) 0.0130 ( 12.6%) 0.0548 ( 16.6%) 0.0547 ( 14.8%) build-rewrite-system
0.0387 ( 17.0%) 0.0094 ( 9.1%) 0.0480 ( 14.6%) 0.0491 ( 13.2%) perform-sema
0.0386 ( 17.0%) 0.0093 ( 9.1%) 0.0480 ( 14.5%) 0.0490 ( 13.2%) Type checking and Semantic analysis
0.0330 ( 14.5%) 0.0048 ( 4.7%) 0.0379 ( 11.5%) 0.0385 ( 10.4%) typecheck-stmt
0.0064 ( 2.8%) 0.0086 ( 8.4%) 0.0150 ( 4.5%) 0.0225 ( 6.1%) parse-and-resolve-imports
0.0186 ( 8.2%) 0.0002 ( 0.2%) 0.0189 ( 5.7%) 0.0189 ( 5.1%) SIL optimization
0.0061 ( 2.7%) 0.0078 ( 7.6%) 0.0139 ( 4.2%) 0.0187 ( 5.0%) Import resolution
0.0076 ( 3.3%) 0.0014 ( 1.3%) 0.0090 ( 2.7%) 0.0090 ( 2.4%) SILGen
0.0069 ( 3.0%) 0.0012 ( 1.2%) 0.0081 ( 2.5%) 0.0087 ( 2.4%) precheck-target
0.0040 ( 1.7%) 0.0043 ( 4.2%) 0.0083 ( 2.5%) 0.0087 ( 2.3%) typecheck-decl
0.0064 ( 2.8%) 0.0012 ( 1.1%) 0.0076 ( 2.3%) 0.0076 ( 2.0%) SILGen-function
0.0054 ( 2.4%) 0.0008 ( 0.8%) 0.0062 ( 1.9%) 0.0061 ( 1.7%) IRGen
0.0004 ( 0.2%) 0.0005 ( 0.5%) 0.0009 ( 0.3%) 0.0009 ( 0.2%) import-clang-decl
0.0001 ( 0.1%) 0.0000 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) typecheck-expr
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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%) load-all-members
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.2271 (100.0%) 0.1031 (100.0%) 0.3301 (100.0%) 0.3709 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.5176 seconds (0.5541 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.4026 (100.0%) 0.1151 (100.0%) 0.5176 (100.0%) 0.5541 (100.0%) Building Target
0.4026 (100.0%) 0.1151 (100.0%) 0.5176 (100.0%) 0.5541 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Alchemy/Serialize.swift (in target 'Alchemy' from project 'Alchemy')
cd /Users/admin/builder/spi-builder-workspace
SwiftDriverJobDiscovery normal arm64 Emitting module for Alchemy (in target 'Alchemy' from project 'Alchemy')
SwiftDriver\ Compilation\ Requirements Alchemy normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Alchemy' from project 'Alchemy')
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 Alchemy -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Alchemy.build/Debug-iphoneos/Alchemy.build/Objects-normal/arm64/Alchemy.SwiftFileList -DSWIFT_PACKAGE -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios18.4 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Alchemy.build/Debug-iphoneos/Alchemy.build/Objects-normal/arm64/Alchemy-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/Alchemy.build/Debug-iphoneos/Alchemy.build/Objects-normal/arm64/Alchemy.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/Alchemy.build/Debug-iphoneos/Alchemy.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Alchemy.build/Debug-iphoneos/Alchemy.build/Objects-normal/arm64/Alchemy_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Alchemy.build/Debug-iphoneos/Alchemy.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Alchemy.build/Debug-iphoneos/Alchemy.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Alchemy.build/Debug-iphoneos/Alchemy.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Alchemy.build/Debug-iphoneos/Alchemy.build/Objects-normal/arm64/Alchemy-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Alchemy.framework/Headers/Alchemy-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Alchemy.build/Debug-iphoneos/Alchemy.build/Objects-normal/arm64/Alchemy-Swift.h (in target 'Alchemy' from project 'Alchemy')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Alchemy.build/Debug-iphoneos/Alchemy.build/Objects-normal/arm64/Alchemy-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Alchemy.framework/Headers/Alchemy-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Alchemy.framework/Modules/Alchemy.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Alchemy.build/Debug-iphoneos/Alchemy.build/Objects-normal/arm64/Alchemy.abi.json (in target 'Alchemy' from project 'Alchemy')
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/Alchemy.build/Debug-iphoneos/Alchemy.build/Objects-normal/arm64/Alchemy.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Alchemy.framework/Modules/Alchemy.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Alchemy.framework/Modules/Alchemy.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Alchemy.build/Debug-iphoneos/Alchemy.build/Objects-normal/arm64/Alchemy.swiftdoc (in target 'Alchemy' from project 'Alchemy')
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/Alchemy.build/Debug-iphoneos/Alchemy.build/Objects-normal/arm64/Alchemy.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Alchemy.framework/Modules/Alchemy.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Alchemy.framework/Modules/Alchemy.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Alchemy.build/Debug-iphoneos/Alchemy.build/Objects-normal/arm64/Alchemy.swiftmodule (in target 'Alchemy' from project 'Alchemy')
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/Alchemy.build/Debug-iphoneos/Alchemy.build/Objects-normal/arm64/Alchemy.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Alchemy.framework/Modules/Alchemy.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Alchemy.framework/Modules/Alchemy.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Alchemy.build/Debug-iphoneos/Alchemy.build/Objects-normal/arm64/Alchemy.swiftsourceinfo (in target 'Alchemy' from project 'Alchemy')
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/Alchemy.build/Debug-iphoneos/Alchemy.build/Objects-normal/arm64/Alchemy.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Alchemy.framework/Modules/Alchemy.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling Builder.swift (in target 'Alchemy' from project 'Alchemy')
SwiftDriverJobDiscovery normal arm64 Compiling Put.swift (in target 'Alchemy' from project 'Alchemy')
SwiftDriverJobDiscovery normal arm64 Compiling Serialize.swift (in target 'Alchemy' from project 'Alchemy')
SwiftDriverJobDiscovery normal arm64 Compiling Get.swift (in target 'Alchemy' from project 'Alchemy')
SwiftDriver\ Compilation Alchemy normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Alchemy' from project 'Alchemy')
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 Alchemy -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Alchemy.build/Debug-iphoneos/Alchemy.build/Objects-normal/arm64/Alchemy.SwiftFileList -DSWIFT_PACKAGE -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios18.4 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Alchemy.build/Debug-iphoneos/Alchemy.build/Objects-normal/arm64/Alchemy-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/Alchemy.build/Debug-iphoneos/Alchemy.build/Objects-normal/arm64/Alchemy.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/Alchemy.build/Debug-iphoneos/Alchemy.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Alchemy.build/Debug-iphoneos/Alchemy.build/Objects-normal/arm64/Alchemy_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Alchemy.build/Debug-iphoneos/Alchemy.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Alchemy.build/Debug-iphoneos/Alchemy.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Alchemy.build/Debug-iphoneos/Alchemy.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Alchemy.build/Debug-iphoneos/Alchemy.build/Objects-normal/arm64/Alchemy-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Alchemy.framework/Alchemy normal (in target 'Alchemy' from project 'Alchemy')
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-ios18.4 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Alchemy.build/Debug-iphoneos/Alchemy.build/Objects-normal/arm64/Alchemy.LinkFileList -install_name @rpath/Alchemy.framework/Alchemy -Xlinker -rpath -Xlinker /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Alchemy.build/Debug-iphoneos/Alchemy.build/Objects-normal/arm64/Alchemy_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Alchemy.build/Debug-iphoneos/Alchemy.build/Objects-normal/arm64/Alchemy_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Alchemy.build/Debug-iphoneos/Alchemy.build/Objects-normal/arm64/Alchemy.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Alchemy.framework/Alchemy
ExtractAppIntentsMetadata (in target 'Alchemy' from project 'Alchemy')
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 Alchemy --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 18.4 --bundle-identifier Alchemy --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Alchemy.framework --target-triple arm64-apple-ios18.4 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Alchemy.framework/Alchemy --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Alchemy.build/Debug-iphoneos/Alchemy.build/Objects-normal/arm64/Alchemy_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Alchemy.build/Debug-iphoneos/Alchemy.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Alchemy.build/Debug-iphoneos/Alchemy.build/Objects-normal/arm64/Alchemy.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Alchemy.build/Debug-iphoneos/Alchemy.build/Alchemy.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Alchemy.build/Debug-iphoneos/Alchemy.build/Alchemy.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Alchemy.build/Debug-iphoneos/Alchemy.build/Objects-normal/arm64/Alchemy.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-24 02:45:52.569 appintentsmetadataprocessor[694:3823] Starting appintentsmetadataprocessor export
2025-04-24 02:45:52.571 appintentsmetadataprocessor[694:3823] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
AppIntentsSSUTraining (in target 'Alchemy' from project 'Alchemy')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsnltrainingprocessor --infoplist-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Alchemy.framework/Info.plist --temp-dir-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Alchemy.build/Debug-iphoneos/Alchemy.build/ssu --bundle-id Alchemy --product-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Alchemy.framework --extracted-metadata-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Alchemy.framework/Metadata.appintents --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Alchemy.build/Debug-iphoneos/Alchemy.build/Alchemy.DependencyMetadataFileList --archive-ssu-assets
2025-04-24 02:45:52.592 appintentsnltrainingprocessor[695:3829] Parsing options for appintentsnltrainingprocessor
2025-04-24 02:45:52.593 appintentsnltrainingprocessor[695:3829] No AppShortcuts found - Skipping.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos/Alchemy.framework/Alchemy.tbd (in target 'Alchemy' from project 'Alchemy')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/tapi stubify -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Alchemy.framework/Alchemy -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos/Alchemy.framework/Alchemy.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Alchemy.framework (in target 'Alchemy' from project 'Alchemy')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Alchemy.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Alchemy.framework (in target 'Alchemy' from project 'Alchemy')
cd /Users/admin/builder/spi-builder-workspace
/usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Alchemy.framework
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
{
"identity" : "swiftcheck",
"requirement" : {
"range" : [
{
"lower_bound" : "0.9.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/typelift/SwiftCheck.git"
}
],
"manifest_display_name" : "Alchemy",
"name" : "Alchemy",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Alchemy",
"targets" : [
"Alchemy"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AlchemyTests",
"module_type" : "SwiftTarget",
"name" : "AlchemyTests",
"path" : "Tests/AlchemyTests",
"product_dependencies" : [
"SwiftCheck"
],
"sources" : [
"AlchemySpec.swift",
"FileSpec.swift"
],
"target_dependencies" : [
"Alchemy"
],
"type" : "test"
},
{
"c99name" : "Alchemy",
"module_type" : "SwiftTarget",
"name" : "Alchemy",
"path" : "Sources/Alchemy",
"product_memberships" : [
"Alchemy"
],
"sources" : [
"Builder.swift",
"Get.swift",
"Put.swift",
"Serialize.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.