Build Information
Successful build of WeakableSelf, reference master (a3bbc0
), with Swift 6.1 for iOS using Xcode 16.3 on 24 Apr 2025 11:35:27 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 Weakable -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/vincent-pradeilles/weakable-self.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/vincent-pradeilles/weakable-self
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at a3bbc0d Handle Unit Tests
Cloned https://github.com/vincent-pradeilles/weakable-self.git
Revision (git rev-parse @):
a3bbc0d82a1f968c299086d443e562a477695c34
SUCCESS checkout https://github.com/vincent-pradeilles/weakable-self.git at master
========================================
Build
========================================
Selected platform: iOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/vincent-pradeilles/weakable-self.git
https://github.com/vincent-pradeilles/weakable-self.git
{
"dependencies" : [
],
"manifest_display_name" : "WeakableSelf",
"name" : "WeakableSelf",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "WeakableSelf",
"targets" : [
"WeakableSelf"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "WeakableSelfTests",
"module_type" : "SwiftTarget",
"name" : "WeakableSelfTests",
"path" : "WeakableSelfTests",
"sources" : [
"WeakableSelfTests.swift"
],
"target_dependencies" : [
"WeakableSelf"
],
"type" : "test"
},
{
"c99name" : "WeakableSelf",
"module_type" : "SwiftTarget",
"name" : "WeakableSelf",
"path" : "Sources",
"product_memberships" : [
"WeakableSelf"
],
"sources" : [
"Weakable.swift"
],
"type" : "library"
}
],
"tools_version" : "4.2"
}
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" : "WeakableSelf",
"name" : "WeakableSelf",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "WeakableSelf",
"targets" : [
"WeakableSelf"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "WeakableSelfTests",
"module_type" : "SwiftTarget",
"name" : "WeakableSelfTests",
"path" : "WeakableSelfTests",
"sources" : [
"WeakableSelfTests.swift"
],
"target_dependencies" : [
"WeakableSelf"
],
"type" : "test"
},
{
"c99name" : "WeakableSelf",
"module_type" : "SwiftTarget",
"name" : "WeakableSelf",
"path" : "Sources",
"product_memberships" : [
"WeakableSelf"
],
"sources" : [
"Weakable.swift"
],
"type" : "library"
}
],
"tools_version" : "4.2"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "WeakableSelf",
"schemes" : [
"Weakable"
],
"targets" : [
"WeakableSelf",
"WeakableSelfTests"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Weakable -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 Weakable -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 'WeakableSelf' in project 'WeakableSelf' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 7043bf02d70079354727a7adc05e65d7
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/7043bf02d70079354727a7adc05e65d7.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/WeakableSelf.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/WeakableSelf.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/WeakableSelf.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/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
cd /Users/admin/builder/spi-builder-workspace/WeakableSelf.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf-9964bfbfbcf99f8ad1b43273e4e6553e-VFS-iphoneos/all-product-headers.yaml
cd /Users/admin/builder/spi-builder-workspace/WeakableSelf.xcodeproj
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf-9964bfbfbcf99f8ad1b43273e4e6553e-VFS-iphoneos/all-product-headers.yaml
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
cd /Users/admin/builder/spi-builder-workspace/WeakableSelf.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/module.modulemap (in target 'WeakableSelf' from project 'WeakableSelf')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/module.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/WeakableSelf.hmap (in target 'WeakableSelf' from project 'WeakableSelf')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/WeakableSelf.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/WeakableSelf.DependencyStaticMetadataFileList (in target 'WeakableSelf' from project 'WeakableSelf')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/WeakableSelf.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/WeakableSelf.DependencyMetadataFileList (in target 'WeakableSelf' from project 'WeakableSelf')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/WeakableSelf.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/WeakableSelf-project-headers.hmap (in target 'WeakableSelf' from project 'WeakableSelf')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/WeakableSelf-project-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/WeakableSelf-own-target-headers.hmap (in target 'WeakableSelf' from project 'WeakableSelf')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/WeakableSelf-own-target-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/WeakableSelf-all-target-headers.hmap (in target 'WeakableSelf' from project 'WeakableSelf')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/WeakableSelf-all-target-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/WeakableSelf-generated-files.hmap (in target 'WeakableSelf' from project 'WeakableSelf')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/WeakableSelf-generated-files.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/WeakableSelf-all-non-framework-target-headers.hmap (in target 'WeakableSelf' from project 'WeakableSelf')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/WeakableSelf-all-non-framework-target-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'WeakableSelf' from project 'WeakableSelf')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp
-target arm64-apple-ios12.0 '-std=gnu11' -fmodules -gmodules '-fmodules-cache-path=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex' '-fmodule-name=WeakableSelf' -fpascal-strings -O0 -fno-common '-DDEBUG=1' -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -g -iquote /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/WeakableSelf-generated-files.hmap -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/WeakableSelf-own-target-headers.hmap -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/WeakableSelf-all-non-framework-target-headers.hmap -ivfsoverlay /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf-9964bfbfbcf99f8ad1b43273e4e6553e-VFS-iphoneos/all-product-headers.yaml -iquote /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/WeakableSelf-project-headers.hmap -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/DerivedSources-normal/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/DerivedSources/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/DerivedSources -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/Objects-normal/arm64/WeakableSelf-OutputFileMap.json (in target 'WeakableSelf' from project 'WeakableSelf')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/Objects-normal/arm64/WeakableSelf-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/Objects-normal/arm64/WeakableSelf_const_extract_protocols.json (in target 'WeakableSelf' from project 'WeakableSelf')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/Objects-normal/arm64/WeakableSelf_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/Objects-normal/arm64/WeakableSelf.SwiftFileList (in target 'WeakableSelf' from project 'WeakableSelf')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/Objects-normal/arm64/WeakableSelf.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/Objects-normal/arm64/WeakableSelf.LinkFileList (in target 'WeakableSelf' from project 'WeakableSelf')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/Objects-normal/arm64/WeakableSelf.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/Objects-normal/arm64/WeakableSelf.SwiftConstValuesFileList (in target 'WeakableSelf' from project 'WeakableSelf')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/Objects-normal/arm64/WeakableSelf.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/DerivedSources/WeakableSelf_vers.c (in target 'WeakableSelf' from project 'WeakableSelf')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/DerivedSources/WeakableSelf_vers.c
CpHeader /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WeakableSelf.framework/Headers/Weakable.h /Users/admin/builder/spi-builder-workspace/Sources/Weakable.h (in target 'WeakableSelf' from project 'WeakableSelf')
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/Sources/Weakable.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WeakableSelf.framework/Headers
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WeakableSelf.framework/Modules/module.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/module.modulemap (in target 'WeakableSelf' from project 'WeakableSelf')
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/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/module.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WeakableSelf.framework/Modules
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WeakableSelf.framework/Headers (in target 'WeakableSelf' from project 'WeakableSelf')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WeakableSelf.framework/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WeakableSelf.framework (in target 'WeakableSelf' from project 'WeakableSelf')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WeakableSelf.framework
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WeakableSelf.framework/Info.plist /Users/admin/builder/spi-builder-workspace/Sources/Info.plist (in target 'WeakableSelf' from project 'WeakableSelf')
cd /Users/admin/builder/spi-builder-workspace
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/Sources/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/WeakableSelf.framework/Info.plist
SwiftDriver WeakableSelf normal arm64 com.apple.xcode.tools.swift.compiler (in target 'WeakableSelf' from project 'WeakableSelf')
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 WeakableSelf -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/Objects-normal/arm64/WeakableSelf.SwiftFileList -DDEBUG -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-ios12.0 -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.2 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -parse-as-library -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/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/Objects-normal/arm64/WeakableSelf-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/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/Objects-normal/arm64/WeakableSelf.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/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/Objects-normal/arm64/WeakableSelf_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/WeakableSelf-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/WeakableSelf-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/WeakableSelf-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf-9964bfbfbcf99f8ad1b43273e4e6553e-VFS-iphoneos/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/WeakableSelf-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/Objects-normal/arm64/WeakableSelf-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ WeakableSelf (in target 'WeakableSelf' from project 'WeakableSelf')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Weakable.swift (in target 'WeakableSelf' from project 'WeakableSelf')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745494523517929-swift-frontend-WeakableSelf-all-arm64_apple_ios12.0-swiftmodule-Onone-3830788475.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.1080 seconds (3.1139 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0194 ( 39.8%) 0.0225 ( 38.0%) 0.0419 ( 38.8%) 1.5181 ( 48.8%) parse-and-resolve-imports
0.0189 ( 38.8%) 0.0221 ( 37.2%) 0.0409 ( 37.9%) 1.5171 ( 48.7%) Import resolution
0.0014 ( 3.0%) 0.0066 ( 11.1%) 0.0080 ( 7.4%) 0.0604 ( 1.9%) load-stdlib
0.0006 ( 1.3%) 0.0030 ( 5.1%) 0.0036 ( 3.4%) 0.0042 ( 0.1%) SIL optimization
0.0024 ( 5.0%) 0.0009 ( 1.6%) 0.0034 ( 3.1%) 0.0034 ( 0.1%) perform-sema
0.0024 ( 5.0%) 0.0009 ( 1.6%) 0.0034 ( 3.1%) 0.0034 ( 0.1%) Type checking and Semantic analysis
0.0024 ( 4.9%) 0.0009 ( 1.5%) 0.0033 ( 3.1%) 0.0033 ( 0.1%) typecheck-decl
0.0003 ( 0.6%) 0.0017 ( 2.8%) 0.0020 ( 1.8%) 0.0025 ( 0.1%) Serialization, swiftmodule
0.0004 ( 0.8%) 0.0005 ( 0.8%) 0.0009 ( 0.8%) 0.0009 ( 0.0%) import-clang-decl
0.0002 ( 0.4%) 0.0001 ( 0.1%) 0.0003 ( 0.3%) 0.0003 ( 0.0%) build-rewrite-system
0.0002 ( 0.3%) 0.0001 ( 0.1%) 0.0002 ( 0.2%) 0.0002 ( 0.0%) Serialization, swiftsourceinfo
0.0000 ( 0.1%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SILGen
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) Serialization, swiftdoc
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-module-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0487 (100.0%) 0.0594 (100.0%) 0.1080 (100.0%) 3.1139 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.0600 seconds (1.5896 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0245 (100.0%) 0.0356 (100.0%) 0.0600 (100.0%) 1.5896 (100.0%) Building Target
0.0245 (100.0%) 0.0356 (100.0%) 0.0600 (100.0%) 1.5896 (100.0%) Total
SwiftCompile normal arm64 Compiling\ Weakable.swift /Users/admin/builder/spi-builder-workspace/Sources/Weakable.swift (in target 'WeakableSelf' from project 'WeakableSelf')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Weakable.swift (in target 'WeakableSelf' from project 'WeakableSelf')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745494523517827-swift-frontend-WeakableSelf-Weakable.swift-arm64_apple_ios12.0-o-Onone-803416624.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 2.6875 seconds (2.9965 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9527 ( 47.0%) 0.2987 ( 45.4%) 1.2514 ( 46.6%) 1.3912 ( 46.4%) parse-and-resolve-imports
0.9522 ( 46.9%) 0.2976 ( 45.2%) 1.2497 ( 46.5%) 1.3884 ( 46.3%) Import resolution
0.0703 ( 3.5%) 0.0144 ( 2.2%) 0.0847 ( 3.2%) 0.0846 ( 2.8%) build-rewrite-system
0.0110 ( 0.5%) 0.0130 ( 2.0%) 0.0240 ( 0.9%) 0.0444 ( 1.5%) load-stdlib
0.0097 ( 0.5%) 0.0071 ( 1.1%) 0.0168 ( 0.6%) 0.0180 ( 0.6%) import-clang-decl
0.0068 ( 0.3%) 0.0066 ( 1.0%) 0.0134 ( 0.5%) 0.0159 ( 0.5%) perform-sema
0.0068 ( 0.3%) 0.0066 ( 1.0%) 0.0133 ( 0.5%) 0.0158 ( 0.5%) Type checking and Semantic analysis
0.0026 ( 0.1%) 0.0055 ( 0.8%) 0.0081 ( 0.3%) 0.0105 ( 0.4%) typecheck-decl
0.0052 ( 0.3%) 0.0025 ( 0.4%) 0.0077 ( 0.3%) 0.0081 ( 0.3%) IRGen
0.0026 ( 0.1%) 0.0029 ( 0.4%) 0.0055 ( 0.2%) 0.0061 ( 0.2%) SILGen
0.0021 ( 0.1%) 0.0028 ( 0.4%) 0.0049 ( 0.2%) 0.0054 ( 0.2%) SILGen-function
0.0037 ( 0.2%) 0.0010 ( 0.1%) 0.0047 ( 0.2%) 0.0048 ( 0.2%) typecheck-stmt
0.0020 ( 0.1%) 0.0000 ( 0.0%) 0.0020 ( 0.1%) 0.0020 ( 0.1%) SIL optimization
0.0008 ( 0.0%) 0.0002 ( 0.0%) 0.0010 ( 0.0%) 0.0010 ( 0.0%) load-all-members
0.0003 ( 0.0%) 0.0000 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) precheck-target
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
2.0289 (100.0%) 0.6586 (100.0%) 2.6875 (100.0%) 2.9965 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 2.2600 seconds (2.4323 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.6908 (100.0%) 0.5691 (100.0%) 2.2600 (100.0%) 2.4323 (100.0%) Building Target
1.6908 (100.0%) 0.5691 (100.0%) 2.2600 (100.0%) 2.4323 (100.0%) Total
SwiftDriverJobDiscovery normal arm64 Emitting module for WeakableSelf (in target 'WeakableSelf' from project 'WeakableSelf')
SwiftDriver\ Compilation\ Requirements WeakableSelf normal arm64 com.apple.xcode.tools.swift.compiler (in target 'WeakableSelf' from project 'WeakableSelf')
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 WeakableSelf -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/Objects-normal/arm64/WeakableSelf.SwiftFileList -DDEBUG -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-ios12.0 -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.2 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -parse-as-library -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/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/Objects-normal/arm64/WeakableSelf-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/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/Objects-normal/arm64/WeakableSelf.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/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/Objects-normal/arm64/WeakableSelf_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/WeakableSelf-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/WeakableSelf-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/WeakableSelf-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf-9964bfbfbcf99f8ad1b43273e4e6553e-VFS-iphoneos/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/WeakableSelf-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/Objects-normal/arm64/WeakableSelf-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/WeakableSelf.framework/Headers/WeakableSelf-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/Objects-normal/arm64/WeakableSelf-Swift.h (in target 'WeakableSelf' from project 'WeakableSelf')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/Objects-normal/arm64/WeakableSelf-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WeakableSelf.framework/Headers/WeakableSelf-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WeakableSelf.framework/Modules/WeakableSelf.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/Objects-normal/arm64/WeakableSelf.swiftdoc (in target 'WeakableSelf' from project 'WeakableSelf')
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/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/Objects-normal/arm64/WeakableSelf.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WeakableSelf.framework/Modules/WeakableSelf.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WeakableSelf.framework/Modules/WeakableSelf.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/Objects-normal/arm64/WeakableSelf.swiftmodule (in target 'WeakableSelf' from project 'WeakableSelf')
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/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/Objects-normal/arm64/WeakableSelf.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WeakableSelf.framework/Modules/WeakableSelf.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WeakableSelf.framework/Modules/WeakableSelf.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/Objects-normal/arm64/WeakableSelf.abi.json (in target 'WeakableSelf' from project 'WeakableSelf')
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/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/Objects-normal/arm64/WeakableSelf.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WeakableSelf.framework/Modules/WeakableSelf.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WeakableSelf.framework/Modules/WeakableSelf.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/Objects-normal/arm64/WeakableSelf.swiftsourceinfo (in target 'WeakableSelf' from project 'WeakableSelf')
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/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/Objects-normal/arm64/WeakableSelf.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WeakableSelf.framework/Modules/WeakableSelf.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/Objects-normal/arm64/WeakableSelf_vers.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/DerivedSources/WeakableSelf_vers.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'WeakableSelf' from project 'WeakableSelf')
cd /Users/admin/builder/spi-builder-workspace
Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp
builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/Objects-normal/arm64/WeakableSelf_vers.o.scan -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Werror\=return-type -Wdocumentation -Wunreachable-code -Werror\=deprecated-objc-isa-usage -Werror\=objc-root-class -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -Wunguarded-availability -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/Objects-normal/arm64/WeakableSelf_vers.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/Objects-normal/arm64/WeakableSelf_vers.dia -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/DerivedSources/WeakableSelf_vers.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/Objects-normal/arm64/WeakableSelf_vers.o -index-unit-output-path /WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/Objects-normal/arm64/WeakableSelf_vers.o
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/Objects-normal/arm64/WeakableSelf_vers.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/DerivedSources/WeakableSelf_vers.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'WeakableSelf' from project 'WeakableSelf')
cd /Users/admin/builder/spi-builder-workspace
Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Werror\=return-type -Wdocumentation -Wunreachable-code -Werror\=deprecated-objc-isa-usage -Werror\=objc-root-class -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -Wunguarded-availability -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/Objects-normal/arm64/WeakableSelf_vers.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/Objects-normal/arm64/WeakableSelf_vers.dia -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/DerivedSources/WeakableSelf_vers.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/Objects-normal/arm64/WeakableSelf_vers.o -index-unit-output-path /WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/Objects-normal/arm64/WeakableSelf_vers.o
SwiftDriverJobDiscovery normal arm64 Compiling Weakable.swift (in target 'WeakableSelf' from project 'WeakableSelf')
SwiftDriver\ Compilation WeakableSelf normal arm64 com.apple.xcode.tools.swift.compiler (in target 'WeakableSelf' from project 'WeakableSelf')
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 WeakableSelf -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/Objects-normal/arm64/WeakableSelf.SwiftFileList -DDEBUG -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-ios12.0 -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.2 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -parse-as-library -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/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/Objects-normal/arm64/WeakableSelf-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/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/Objects-normal/arm64/WeakableSelf.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/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/Objects-normal/arm64/WeakableSelf_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/WeakableSelf-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/WeakableSelf-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/WeakableSelf-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf-9964bfbfbcf99f8ad1b43273e4e6553e-VFS-iphoneos/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/WeakableSelf-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/Objects-normal/arm64/WeakableSelf-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/WeakableSelf.framework/WeakableSelf normal (in target 'WeakableSelf' from project 'WeakableSelf')
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-ios12.0 -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 -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/Objects-normal/arm64/WeakableSelf.LinkFileList -install_name @rpath/WeakableSelf.framework/WeakableSelf -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/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/Objects-normal/arm64/WeakableSelf_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/Objects-normal/arm64/WeakableSelf_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/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/Objects-normal/arm64/WeakableSelf.swiftmodule -compatibility_version 1 -current_version 1 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WeakableSelf.framework/WeakableSelf
ExtractAppIntentsMetadata (in target 'WeakableSelf' from project 'WeakableSelf')
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 WeakableSelf --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 12.0 --bundle-identifier fr.vincentpradeilles.WeakableSelf --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WeakableSelf.framework --target-triple arm64-apple-ios12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WeakableSelf.framework/WeakableSelf --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/Objects-normal/arm64/WeakableSelf_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/Objects-normal/arm64/WeakableSelf.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/WeakableSelf.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/WeakableSelf.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/Objects-normal/arm64/WeakableSelf.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-24 04:35:26.159 appintentsmetadataprocessor[694:3973] Starting appintentsmetadataprocessor export
2025-04-24 04:35:26.161 appintentsmetadataprocessor[694:3973] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
AppIntentsSSUTraining (in target 'WeakableSelf' from project 'WeakableSelf')
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/WeakableSelf.framework/Info.plist --temp-dir-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/ssu --bundle-id fr.vincentpradeilles.WeakableSelf --product-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WeakableSelf.framework --extracted-metadata-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WeakableSelf.framework/Metadata.appintents --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WeakableSelf.build/Debug-iphoneos/WeakableSelf.build/WeakableSelf.DependencyMetadataFileList --archive-ssu-assets
2025-04-24 04:35:26.182 appintentsnltrainingprocessor[695:3974] Parsing options for appintentsnltrainingprocessor
2025-04-24 04:35:26.182 appintentsnltrainingprocessor[695:3974] No AppShortcuts found - Skipping.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos/WeakableSelf.framework/WeakableSelf.tbd (in target 'WeakableSelf' from project 'WeakableSelf')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/tapi stubify -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WeakableSelf.framework/WeakableSelf -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos/WeakableSelf.framework/WeakableSelf.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WeakableSelf.framework (in target 'WeakableSelf' from project 'WeakableSelf')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WeakableSelf.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WeakableSelf.framework (in target 'WeakableSelf' from project 'WeakableSelf')
cd /Users/admin/builder/spi-builder-workspace
/usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WeakableSelf.framework
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "WeakableSelf",
"name" : "WeakableSelf",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "WeakableSelf",
"targets" : [
"WeakableSelf"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "WeakableSelfTests",
"module_type" : "SwiftTarget",
"name" : "WeakableSelfTests",
"path" : "WeakableSelfTests",
"sources" : [
"WeakableSelfTests.swift"
],
"target_dependencies" : [
"WeakableSelf"
],
"type" : "test"
},
{
"c99name" : "WeakableSelf",
"module_type" : "SwiftTarget",
"name" : "WeakableSelf",
"path" : "Sources",
"product_memberships" : [
"WeakableSelf"
],
"sources" : [
"Weakable.swift"
],
"type" : "library"
}
],
"tools_version" : "4.2"
}
Done.