Build Information
Successful build of NeedleFoundation, reference master (2a7981
), with Swift 6.1 for watchOS using Xcode 16.3 on 10 May 2025 01:15:20 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 NeedleFoundation -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Build Log
resolved source packages: swift-syntax, Swift-Common, swift-system, swift-tools-support-core, Needle, Concurrency
{
"dependencies" : [
],
"manifest_display_name" : "NeedleFoundation",
"name" : "NeedleFoundation",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "NeedleFoundation",
"targets" : [
"NeedleFoundation"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "NeedleFoundationTest",
"targets" : [
"NeedleFoundationTest"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "NeedleFoundationTests",
"module_type" : "SwiftTarget",
"name" : "NeedleFoundationTests",
"path" : "Tests/NeedleFoundationTests",
"sources" : [
"ComponentTests.swift",
"DependencyProviderRegistryTests.swift",
"Pluginized/PluginizedComponentTests.swift"
],
"target_dependencies" : [
"NeedleFoundation"
],
"type" : "test"
},
{
"c99name" : "NeedleFoundationTestTests",
"module_type" : "SwiftTarget",
"name" : "NeedleFoundationTestTests",
"path" : "Tests/NeedleFoundationTestTests",
"sources" : [
"MockComponentPathBuilderTests.swift"
],
"target_dependencies" : [
"NeedleFoundationTest"
],
"type" : "test"
},
{
"c99name" : "NeedleFoundationTest",
"module_type" : "SwiftTarget",
"name" : "NeedleFoundationTest",
"path" : "Sources/NeedleFoundationTest",
"product_memberships" : [
"NeedleFoundationTest"
],
"sources" : [
"MockComponentPathBuilder.swift"
],
"target_dependencies" : [
"NeedleFoundation"
],
"type" : "library"
},
{
"c99name" : "NeedleFoundation",
"module_type" : "SwiftTarget",
"name" : "NeedleFoundation",
"path" : "Sources/NeedleFoundation",
"product_memberships" : [
"NeedleFoundation",
"NeedleFoundationTest"
],
"sources" : [
"Bootstrap.swift",
"Component.swift",
"Internal/DependencyProviderRegistry.swift",
"Pluginized/Internal/PluginExtensionProviderRegistry.swift",
"Pluginized/NonCoreComponent.swift",
"Pluginized/PluginizedComponent.swift",
"Pluginized/PluginizedScopeLifecycle.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "NeedleFoundation",
"schemes" : [
"NeedleFoundation"
],
"targets" : [
"NeedleFoundation",
"NeedleFoundationPackageDescription",
"NeedleFoundationPackageTests",
"NeedleFoundationTest",
"NeedleFoundationTestTests",
"NeedleFoundationTests"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme NeedleFoundation -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme NeedleFoundation -destination generic/platform=watchOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolved source packages:
swift-syntax: https://github.com/apple/swift-syntax.git @ 510.0.3
Swift-Common: https://github.com/uber/swift-common.git @ 0.5.0
swift-tools-support-core: https://github.com/apple/swift-tools-support-core @ 0.2.7
Concurrency: https://github.com/uber/swift-concurrency.git @ 0.7.1
Needle: /Users/admin/builder/spi-builder-workspace/Generator
swift-system: https://github.com/apple/swift-system.git @ 1.1.1
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
Target 'NeedleFoundation' in project 'NeedleFoundation' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 76235dae8b484f6c9aa63f0b9568c47d
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/76235dae8b484f6c9aa63f0b9568c47d.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/NeedleFoundation.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/NeedleFoundation.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/NeedleFoundation.xcodeproj
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
cd /Users/admin/builder/spi-builder-workspace/NeedleFoundation.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos
cd /Users/admin/builder/spi-builder-workspace/NeedleFoundation.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/armv7k/NeedleFoundation_const_extract_protocols.json (in target 'NeedleFoundation' from project 'NeedleFoundation')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/armv7k/NeedleFoundation_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/armv7k/NeedleFoundation.LinkFileList (in target 'NeedleFoundation' from project 'NeedleFoundation')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/armv7k/NeedleFoundation.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/armv7k/NeedleFoundation.SwiftConstValuesFileList (in target 'NeedleFoundation' from project 'NeedleFoundation')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/armv7k/NeedleFoundation.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/armv7k/NeedleFoundation-OutputFileMap.json (in target 'NeedleFoundation' from project 'NeedleFoundation')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/armv7k/NeedleFoundation-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64_32/NeedleFoundation.LinkFileList (in target 'NeedleFoundation' from project 'NeedleFoundation')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64_32/NeedleFoundation.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64_32/NeedleFoundation-OutputFileMap.json (in target 'NeedleFoundation' from project 'NeedleFoundation')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64_32/NeedleFoundation-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64_32/NeedleFoundation_const_extract_protocols.json (in target 'NeedleFoundation' from project 'NeedleFoundation')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64_32/NeedleFoundation_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64_32/NeedleFoundation.SwiftFileList (in target 'NeedleFoundation' from project 'NeedleFoundation')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64_32/NeedleFoundation.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64_32/NeedleFoundation.SwiftConstValuesFileList (in target 'NeedleFoundation' from project 'NeedleFoundation')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64_32/NeedleFoundation.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/armv7k/NeedleFoundation.SwiftFileList (in target 'NeedleFoundation' from project 'NeedleFoundation')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/armv7k/NeedleFoundation.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64/NeedleFoundation_const_extract_protocols.json (in target 'NeedleFoundation' from project 'NeedleFoundation')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64/NeedleFoundation_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64/NeedleFoundation.SwiftFileList (in target 'NeedleFoundation' from project 'NeedleFoundation')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64/NeedleFoundation.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64/NeedleFoundation.SwiftConstValuesFileList (in target 'NeedleFoundation' from project 'NeedleFoundation')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64/NeedleFoundation.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64/NeedleFoundation.LinkFileList (in target 'NeedleFoundation' from project 'NeedleFoundation')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64/NeedleFoundation.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64/NeedleFoundation-OutputFileMap.json (in target 'NeedleFoundation' from project 'NeedleFoundation')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64/NeedleFoundation-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/NeedleFoundation.DependencyStaticMetadataFileList (in target 'NeedleFoundation' from project 'NeedleFoundation')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/NeedleFoundation.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/NeedleFoundation.DependencyMetadataFileList (in target 'NeedleFoundation' from project 'NeedleFoundation')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/NeedleFoundation.DependencyMetadataFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/NeedleFoundation.framework/Headers (in target 'NeedleFoundation' from project 'NeedleFoundation')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/NeedleFoundation.framework/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/NeedleFoundation.framework (in target 'NeedleFoundation' from project 'NeedleFoundation')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/NeedleFoundation.framework
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/NeedleFoundation.framework/Info.plist /Users/admin/builder/spi-builder-workspace/NeedleFoundation.xcodeproj/NeedleFoundation_Info.plist (in target 'NeedleFoundation' from project 'NeedleFoundation')
cd /Users/admin/builder/spi-builder-workspace
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/NeedleFoundation.xcodeproj/NeedleFoundation_Info.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform watchos -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/NeedleFoundation.framework/Info.plist
SwiftDriver NeedleFoundation normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'NeedleFoundation' from project 'NeedleFoundation')
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 NeedleFoundation -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64_32/NeedleFoundation.SwiftFileList -DSWIFT_PACKAGE -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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos2.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -application-extension -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-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64_32/NeedleFoundation-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/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64_32/NeedleFoundation.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/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64_32/NeedleFoundation_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64_32/NeedleFoundation-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriver NeedleFoundation normal arm64 com.apple.xcode.tools.swift.compiler (in target 'NeedleFoundation' from project 'NeedleFoundation')
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 NeedleFoundation -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64/NeedleFoundation.SwiftFileList -DSWIFT_PACKAGE -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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos2.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -application-extension -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-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64/NeedleFoundation-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/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64/NeedleFoundation.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/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64/NeedleFoundation_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64/NeedleFoundation-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriver NeedleFoundation normal armv7k com.apple.xcode.tools.swift.compiler (in target 'NeedleFoundation' from project 'NeedleFoundation')
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 NeedleFoundation -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/armv7k/NeedleFoundation.SwiftFileList -DSWIFT_PACKAGE -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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos2.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -application-extension -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-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/armv7k/NeedleFoundation-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/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/armv7k/NeedleFoundation.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/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/armv7k/NeedleFoundation_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/armv7k/NeedleFoundation-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64_32 Compiling\ Bootstrap.swift /Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Bootstrap.swift (in target 'NeedleFoundation' from project 'NeedleFoundation')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Bootstrap.swift (in target 'NeedleFoundation' from project 'NeedleFoundation')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746839715781162-swift-frontend-NeedleFoundation-Bootstrap.swift-arm64_32_apple_watchos2.0-o-Onone-4059787390.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3870 seconds (3.2404 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0234 ( 12.6%) 0.0575 ( 28.6%) 0.0809 ( 20.9%) 1.4908 ( 46.0%) parse-and-resolve-imports
0.0234 ( 12.5%) 0.0574 ( 28.6%) 0.0808 ( 20.9%) 1.4907 ( 46.0%) Import resolution
0.0857 ( 46.0%) 0.0313 ( 15.6%) 0.1170 ( 30.2%) 0.1169 ( 3.6%) build-rewrite-system
0.0119 ( 6.4%) 0.0288 ( 14.3%) 0.0407 ( 10.5%) 0.0742 ( 2.3%) load-stdlib
0.0140 ( 7.5%) 0.0114 ( 5.7%) 0.0254 ( 6.6%) 0.0254 ( 0.8%) import-clang-decl
0.0056 ( 3.0%) 0.0030 ( 1.5%) 0.0086 ( 2.2%) 0.0087 ( 0.3%) SILGen
0.0039 ( 2.1%) 0.0036 ( 1.8%) 0.0075 ( 1.9%) 0.0076 ( 0.2%) IRGen
0.0031 ( 1.7%) 0.0021 ( 1.1%) 0.0052 ( 1.3%) 0.0052 ( 0.2%) typecheck-expr
0.0044 ( 2.3%) 0.0000 ( 0.0%) 0.0044 ( 1.1%) 0.0044 ( 0.1%) SIL optimization
0.0028 ( 1.5%) 0.0014 ( 0.7%) 0.0042 ( 1.1%) 0.0042 ( 0.1%) perform-sema
0.0028 ( 1.5%) 0.0013 ( 0.7%) 0.0041 ( 1.1%) 0.0041 ( 0.1%) Type checking and Semantic analysis
0.0022 ( 1.2%) 0.0011 ( 0.5%) 0.0032 ( 0.8%) 0.0032 ( 0.1%) typecheck-decl
0.0016 ( 0.9%) 0.0009 ( 0.4%) 0.0025 ( 0.6%) 0.0025 ( 0.1%) SILGen-function
0.0009 ( 0.5%) 0.0004 ( 0.2%) 0.0013 ( 0.3%) 0.0013 ( 0.0%) load-all-members
0.0004 ( 0.2%) 0.0003 ( 0.1%) 0.0007 ( 0.2%) 0.0007 ( 0.0%) precheck-target
0.0003 ( 0.2%) 0.0001 ( 0.1%) 0.0004 ( 0.1%) 0.0004 ( 0.0%) typecheck-stmt
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%) SIL verification, post-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%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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.1864 (100.0%) 0.2006 (100.0%) 0.3870 (100.0%) 3.2404 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.5258 seconds (3.0490 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9379 (100.0%) 0.5879 (100.0%) 1.5258 (100.0%) 3.0490 (100.0%) Building Target
0.9379 (100.0%) 0.5879 (100.0%) 1.5258 (100.0%) 3.0490 (100.0%) Total
SwiftCompile normal arm64_32 Compiling\ DependencyProviderRegistry.swift /Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Internal/DependencyProviderRegistry.swift (in target 'NeedleFoundation' from project 'NeedleFoundation')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746839715782437-swift-frontend-NeedleFoundation-DependencyProviderRegistry.swift-arm64_32_apple_watchos2.0-o-Onone-2824566189.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 2.8869 seconds (3.2032 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9437 ( 46.1%) 0.3738 ( 44.5%) 1.3174 ( 45.6%) 1.4054 ( 43.9%) parse-and-resolve-imports
0.9436 ( 46.1%) 0.3737 ( 44.5%) 1.3173 ( 45.6%) 1.4053 ( 43.9%) Import resolution
0.0016 ( 0.1%) 0.0106 ( 1.3%) 0.0122 ( 0.4%) 0.1287 ( 4.0%) load-stdlib
0.0849 ( 4.1%) 0.0141 ( 1.7%) 0.0990 ( 3.4%) 0.0993 ( 3.1%) build-rewrite-system
0.0117 ( 0.6%) 0.0161 ( 1.9%) 0.0278 ( 1.0%) 0.0350 ( 1.1%) perform-sema
0.0117 ( 0.6%) 0.0160 ( 1.9%) 0.0277 ( 1.0%) 0.0349 ( 1.1%) Type checking and Semantic analysis
0.0068 ( 0.3%) 0.0148 ( 1.8%) 0.0216 ( 0.7%) 0.0287 ( 0.9%) typecheck-decl
0.0136 ( 0.7%) 0.0084 ( 1.0%) 0.0220 ( 0.8%) 0.0222 ( 0.7%) import-clang-decl
0.0090 ( 0.4%) 0.0067 ( 0.8%) 0.0157 ( 0.5%) 0.0174 ( 0.5%) typecheck-expr
0.0057 ( 0.3%) 0.0013 ( 0.1%) 0.0070 ( 0.2%) 0.0070 ( 0.2%) typecheck-stmt
0.0037 ( 0.2%) 0.0031 ( 0.4%) 0.0068 ( 0.2%) 0.0068 ( 0.2%) IRGen
0.0041 ( 0.2%) 0.0000 ( 0.0%) 0.0041 ( 0.1%) 0.0041 ( 0.1%) SIL optimization
0.0031 ( 0.2%) 0.0003 ( 0.0%) 0.0034 ( 0.1%) 0.0034 ( 0.1%) SILGen
0.0022 ( 0.1%) 0.0002 ( 0.0%) 0.0024 ( 0.1%) 0.0024 ( 0.1%) SILGen-function
0.0009 ( 0.0%) 0.0003 ( 0.0%) 0.0012 ( 0.0%) 0.0014 ( 0.0%) precheck-target
0.0009 ( 0.0%) 0.0002 ( 0.0%) 0.0011 ( 0.0%) 0.0011 ( 0.0%) load-all-members
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
2.0474 (100.0%) 0.8395 (100.0%) 2.8869 (100.0%) 3.2032 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 2.7574 seconds (3.0497 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.8664 (100.0%) 0.8911 (100.0%) 2.7574 (100.0%) 3.0497 (100.0%) Building Target
1.8664 (100.0%) 0.8911 (100.0%) 2.7574 (100.0%) 3.0497 (100.0%) Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Internal/DependencyProviderRegistry.swift (in target 'NeedleFoundation' from project 'NeedleFoundation')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Internal/DependencyProviderRegistry.swift:32:23: warning: static property 'instance' is not concurrency-safe because non-'Sendable' type '__DependencyProviderRegistry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let instance = __DependencyProviderRegistry()
^
/Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Internal/DependencyProviderRegistry.swift:29:14: note: class '__DependencyProviderRegistry' does not conform to the 'Sendable' protocol
public class __DependencyProviderRegistry {
^
/Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Internal/DependencyProviderRegistry.swift:32:23: note: add '@MainActor' to make static property 'instance' part of global actor 'MainActor'
public static let instance = __DependencyProviderRegistry()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Internal/DependencyProviderRegistry.swift:32:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let instance = __DependencyProviderRegistry()
^
nonisolated(unsafe)
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ NeedleFoundation (in target 'NeedleFoundation' from project 'NeedleFoundation')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746839715781685-swift-frontend-NeedleFoundation-all-arm64_32_apple_watchos2.0-swiftmodule-Onone-767753163.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3593 seconds (3.2867 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0194 ( 10.5%) 0.0519 ( 29.6%) 0.0713 ( 19.9%) 1.4963 ( 45.5%) parse-and-resolve-imports
0.0194 ( 10.5%) 0.0519 ( 29.6%) 0.0712 ( 19.8%) 1.4962 ( 45.5%) Import resolution
0.0017 ( 0.9%) 0.0131 ( 7.5%) 0.0148 ( 4.1%) 0.0916 ( 2.8%) load-stdlib
0.0309 ( 16.8%) 0.0125 ( 7.1%) 0.0433 ( 12.1%) 0.0435 ( 1.3%) perform-sema
0.0308 ( 16.7%) 0.0124 ( 7.1%) 0.0431 ( 12.0%) 0.0433 ( 1.3%) Type checking and Semantic analysis
0.0305 ( 16.6%) 0.0122 ( 7.0%) 0.0427 ( 11.9%) 0.0428 ( 1.3%) typecheck-decl
0.0201 ( 10.9%) 0.0088 ( 5.0%) 0.0289 ( 8.1%) 0.0290 ( 0.9%) typecheck-expr
0.0089 ( 4.9%) 0.0029 ( 1.7%) 0.0119 ( 3.3%) 0.0119 ( 0.4%) build-rewrite-system
0.0076 ( 4.1%) 0.0028 ( 1.6%) 0.0105 ( 2.9%) 0.0105 ( 0.3%) precheck-target
0.0054 ( 2.9%) 0.0019 ( 1.1%) 0.0073 ( 2.0%) 0.0074 ( 0.2%) SIL optimization
0.0040 ( 2.2%) 0.0010 ( 0.6%) 0.0051 ( 1.4%) 0.0051 ( 0.2%) SILGen
0.0020 ( 1.1%) 0.0029 ( 1.6%) 0.0048 ( 1.3%) 0.0048 ( 0.1%) import-clang-decl
0.0016 ( 0.9%) 0.0004 ( 0.3%) 0.0021 ( 0.6%) 0.0021 ( 0.1%) SILGen-function
0.0009 ( 0.5%) 0.0004 ( 0.2%) 0.0013 ( 0.4%) 0.0013 ( 0.0%) Serialization, swiftmodule
0.0005 ( 0.3%) 0.0001 ( 0.1%) 0.0006 ( 0.2%) 0.0006 ( 0.0%) Serialization, swiftdoc
0.0002 ( 0.1%) 0.0000 ( 0.0%) 0.0003 ( 0.1%) 0.0003 ( 0.0%) Serialization, swiftsourceinfo
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%) 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%) module-populate-cache
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.1840 (100.0%) 0.1753 (100.0%) 0.3593 (100.0%) 3.2867 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.1489 seconds (1.6509 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0657 (100.0%) 0.0831 (100.0%) 0.1489 (100.0%) 1.6509 (100.0%) Building Target
0.0657 (100.0%) 0.0831 (100.0%) 0.1489 (100.0%) 1.6509 (100.0%) Total
EmitSwiftModule normal arm64_32 (in target 'NeedleFoundation' from project 'NeedleFoundation')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Internal/DependencyProviderRegistry.swift:32:23: warning: static property 'instance' is not concurrency-safe because non-'Sendable' type '__DependencyProviderRegistry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let instance = __DependencyProviderRegistry()
^
/Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Internal/DependencyProviderRegistry.swift:29:14: note: class '__DependencyProviderRegistry' does not conform to the 'Sendable' protocol
public class __DependencyProviderRegistry {
^
/Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Internal/DependencyProviderRegistry.swift:32:23: note: add '@MainActor' to make static property 'instance' part of global actor 'MainActor'
public static let instance = __DependencyProviderRegistry()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Internal/DependencyProviderRegistry.swift:32:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let instance = __DependencyProviderRegistry()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Pluginized/Internal/PluginExtensionProviderRegistry.swift:31:23: warning: static property 'instance' is not concurrency-safe because non-'Sendable' type '__PluginExtensionProviderRegistry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let instance = __PluginExtensionProviderRegistry()
^
/Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Pluginized/Internal/PluginExtensionProviderRegistry.swift:28:14: note: class '__PluginExtensionProviderRegistry' does not conform to the 'Sendable' protocol
public class __PluginExtensionProviderRegistry {
^
/Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Pluginized/Internal/PluginExtensionProviderRegistry.swift:31:23: note: add '@MainActor' to make static property 'instance' part of global actor 'MainActor'
public static let instance = __PluginExtensionProviderRegistry()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Pluginized/Internal/PluginExtensionProviderRegistry.swift:31:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let instance = __PluginExtensionProviderRegistry()
^
nonisolated(unsafe)
SwiftCompile normal arm64_32 Compiling\ NonCoreComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Pluginized/NonCoreComponent.swift (in target 'NeedleFoundation' from project 'NeedleFoundation')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746839715780736-swift-frontend-NeedleFoundation-NonCoreComponent.swift-arm64_32_apple_watchos2.0-o-Onone-1630264938.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3255 seconds (3.2285 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0185 ( 11.7%) 0.0496 ( 29.6%) 0.0680 ( 20.9%) 1.4754 ( 45.7%) parse-and-resolve-imports
0.0184 ( 11.7%) 0.0494 ( 29.5%) 0.0679 ( 20.8%) 1.4752 ( 45.7%) Import resolution
0.0865 ( 54.7%) 0.0331 ( 19.7%) 0.1195 ( 36.7%) 0.1195 ( 3.7%) build-rewrite-system
0.0019 ( 1.2%) 0.0130 ( 7.8%) 0.0149 ( 4.6%) 0.1030 ( 3.2%) load-stdlib
0.0137 ( 8.7%) 0.0120 ( 7.2%) 0.0257 ( 7.9%) 0.0257 ( 0.8%) import-clang-decl
0.0052 ( 3.3%) 0.0022 ( 1.3%) 0.0074 ( 2.3%) 0.0074 ( 0.2%) SILGen
0.0025 ( 1.6%) 0.0027 ( 1.6%) 0.0053 ( 1.6%) 0.0053 ( 0.2%) IRGen
0.0027 ( 1.7%) 0.0017 ( 1.0%) 0.0044 ( 1.3%) 0.0044 ( 0.1%) typecheck-expr
0.0020 ( 1.2%) 0.0011 ( 0.7%) 0.0031 ( 0.9%) 0.0031 ( 0.1%) perform-sema
0.0019 ( 1.2%) 0.0011 ( 0.6%) 0.0030 ( 0.9%) 0.0030 ( 0.1%) Type checking and Semantic analysis
0.0017 ( 1.1%) 0.0010 ( 0.6%) 0.0026 ( 0.8%) 0.0026 ( 0.1%) typecheck-decl
0.0014 ( 0.9%) 0.0000 ( 0.0%) 0.0014 ( 0.4%) 0.0014 ( 0.0%) SIL optimization
0.0009 ( 0.6%) 0.0003 ( 0.2%) 0.0012 ( 0.4%) 0.0012 ( 0.0%) load-all-members
0.0003 ( 0.2%) 0.0002 ( 0.1%) 0.0005 ( 0.2%) 0.0005 ( 0.0%) precheck-target
0.0003 ( 0.2%) 0.0001 ( 0.1%) 0.0004 ( 0.1%) 0.0004 ( 0.0%) SILGen-function
0.0001 ( 0.1%) 0.0001 ( 0.0%) 0.0002 ( 0.1%) 0.0002 ( 0.0%) typecheck-stmt
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%) 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%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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.1579 (100.0%) 0.1676 (100.0%) 0.3255 (100.0%) 3.2285 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.4727 seconds (3.0464 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9117 (100.0%) 0.5611 (100.0%) 1.4727 (100.0%) 3.0464 (100.0%) Building Target
0.9117 (100.0%) 0.5611 (100.0%) 1.4727 (100.0%) 3.0464 (100.0%) Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Pluginized/NonCoreComponent.swift (in target 'NeedleFoundation' from project 'NeedleFoundation')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64_32 Compiling\ PluginizedScopeLifecycle.swift /Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Pluginized/PluginizedScopeLifecycle.swift (in target 'NeedleFoundation' from project 'NeedleFoundation')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746839715782561-swift-frontend-NeedleFoundation-PluginizedScopeLifecycle.swift-arm64_32_apple_watchos2.0-o-Onone-2493988244.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3224 seconds (4.0440 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0190 ( 12.6%) 0.0538 ( 31.5%) 0.0728 ( 22.6%) 1.9011 ( 47.0%) parse-and-resolve-imports
0.0190 ( 12.5%) 0.0536 ( 31.4%) 0.0726 ( 22.5%) 1.9010 ( 47.0%) Import resolution
0.0016 ( 1.1%) 0.0101 ( 5.9%) 0.0117 ( 3.6%) 0.0765 ( 1.9%) load-stdlib
0.0561 ( 37.0%) 0.0199 ( 11.7%) 0.0760 ( 23.6%) 0.0759 ( 1.9%) build-rewrite-system
0.0147 ( 9.7%) 0.0119 ( 7.0%) 0.0266 ( 8.3%) 0.0267 ( 0.7%) import-clang-decl
0.0106 ( 7.0%) 0.0057 ( 3.3%) 0.0163 ( 5.0%) 0.0163 ( 0.4%) perform-sema
0.0105 ( 6.9%) 0.0056 ( 3.3%) 0.0161 ( 5.0%) 0.0162 ( 0.4%) Type checking and Semantic analysis
0.0105 ( 6.9%) 0.0055 ( 3.2%) 0.0160 ( 5.0%) 0.0161 ( 0.4%) typecheck-decl
0.0027 ( 1.8%) 0.0028 ( 1.7%) 0.0055 ( 1.7%) 0.0056 ( 0.1%) IRGen
0.0018 ( 1.2%) 0.0005 ( 0.3%) 0.0022 ( 0.7%) 0.0022 ( 0.1%) SILGen
0.0014 ( 0.9%) 0.0006 ( 0.4%) 0.0020 ( 0.6%) 0.0020 ( 0.0%) load-all-members
0.0016 ( 1.1%) 0.0001 ( 0.0%) 0.0017 ( 0.5%) 0.0017 ( 0.0%) SIL optimization
0.0012 ( 0.8%) 0.0003 ( 0.2%) 0.0015 ( 0.5%) 0.0015 ( 0.0%) SILGen-function
0.0004 ( 0.3%) 0.0002 ( 0.1%) 0.0006 ( 0.2%) 0.0006 ( 0.0%) typecheck-stmt
0.0004 ( 0.2%) 0.0002 ( 0.1%) 0.0005 ( 0.2%) 0.0005 ( 0.0%) typecheck-expr
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%) precheck-target
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.1516 (100.0%) 0.1708 (100.0%) 0.3224 (100.0%) 4.0440 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.0917 seconds (3.0488 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.6277 (100.0%) 0.4640 (100.0%) 1.0917 (100.0%) 3.0488 (100.0%) Building Target
0.6277 (100.0%) 0.4640 (100.0%) 1.0917 (100.0%) 3.0488 (100.0%) Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Pluginized/PluginizedScopeLifecycle.swift (in target 'NeedleFoundation' from project 'NeedleFoundation')
cd /Users/admin/builder/spi-builder-workspace
SwiftEmitModule normal armv7k Emitting\ module\ for\ NeedleFoundation (in target 'NeedleFoundation' from project 'NeedleFoundation')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746839715782334-swift-frontend-NeedleFoundation-all-armv7k_apple_watchos2.0-swiftmodule-Onone-804216834.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 2.7404 seconds (3.2654 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8569 ( 46.2%) 0.3857 ( 43.6%) 1.2426 ( 45.3%) 1.4577 ( 44.6%) parse-and-resolve-imports
0.8569 ( 46.2%) 0.3856 ( 43.6%) 1.2425 ( 45.3%) 1.4576 ( 44.6%) Import resolution
0.0016 ( 0.1%) 0.0119 ( 1.3%) 0.0134 ( 0.5%) 0.0751 ( 2.3%) load-stdlib
0.0306 ( 1.6%) 0.0252 ( 2.8%) 0.0558 ( 2.0%) 0.0652 ( 2.0%) perform-sema
0.0305 ( 1.6%) 0.0251 ( 2.8%) 0.0556 ( 2.0%) 0.0650 ( 2.0%) Type checking and Semantic analysis
0.0303 ( 1.6%) 0.0250 ( 2.8%) 0.0553 ( 2.0%) 0.0646 ( 2.0%) typecheck-decl
0.0198 ( 1.1%) 0.0132 ( 1.5%) 0.0330 ( 1.2%) 0.0369 ( 1.1%) typecheck-expr
0.0078 ( 0.4%) 0.0059 ( 0.7%) 0.0137 ( 0.5%) 0.0148 ( 0.5%) precheck-target
0.0086 ( 0.5%) 0.0018 ( 0.2%) 0.0104 ( 0.4%) 0.0104 ( 0.3%) build-rewrite-system
0.0047 ( 0.3%) 0.0014 ( 0.2%) 0.0060 ( 0.2%) 0.0061 ( 0.2%) SIL optimization
0.0038 ( 0.2%) 0.0006 ( 0.1%) 0.0044 ( 0.2%) 0.0044 ( 0.1%) SILGen
0.0018 ( 0.1%) 0.0021 ( 0.2%) 0.0039 ( 0.1%) 0.0039 ( 0.1%) import-clang-decl
0.0015 ( 0.1%) 0.0004 ( 0.0%) 0.0020 ( 0.1%) 0.0020 ( 0.1%) SILGen-function
0.0008 ( 0.0%) 0.0002 ( 0.0%) 0.0010 ( 0.0%) 0.0010 ( 0.0%) Serialization, swiftmodule
0.0004 ( 0.0%) 0.0001 ( 0.0%) 0.0004 ( 0.0%) 0.0004 ( 0.0%) Serialization, swiftdoc
0.0002 ( 0.0%) 0.0001 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) Serialization, swiftsourceinfo
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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-module-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
1.8562 (100.0%) 0.8841 (100.0%) 2.7404 (100.0%) 3.2654 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.3365 seconds (1.6266 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9020 (100.0%) 0.4345 (100.0%) 1.3365 (100.0%) 1.6266 (100.0%) Building Target
0.9020 (100.0%) 0.4345 (100.0%) 1.3365 (100.0%) 1.6266 (100.0%) Total
EmitSwiftModule normal armv7k (in target 'NeedleFoundation' from project 'NeedleFoundation')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Internal/DependencyProviderRegistry.swift:32:23: warning: static property 'instance' is not concurrency-safe because non-'Sendable' type '__DependencyProviderRegistry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let instance = __DependencyProviderRegistry()
^
/Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Internal/DependencyProviderRegistry.swift:29:14: note: class '__DependencyProviderRegistry' does not conform to the 'Sendable' protocol
public class __DependencyProviderRegistry {
^
/Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Internal/DependencyProviderRegistry.swift:32:23: note: add '@MainActor' to make static property 'instance' part of global actor 'MainActor'
public static let instance = __DependencyProviderRegistry()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Internal/DependencyProviderRegistry.swift:32:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let instance = __DependencyProviderRegistry()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Pluginized/Internal/PluginExtensionProviderRegistry.swift:31:23: warning: static property 'instance' is not concurrency-safe because non-'Sendable' type '__PluginExtensionProviderRegistry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let instance = __PluginExtensionProviderRegistry()
^
/Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Pluginized/Internal/PluginExtensionProviderRegistry.swift:28:14: note: class '__PluginExtensionProviderRegistry' does not conform to the 'Sendable' protocol
public class __PluginExtensionProviderRegistry {
^
/Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Pluginized/Internal/PluginExtensionProviderRegistry.swift:31:23: note: add '@MainActor' to make static property 'instance' part of global actor 'MainActor'
public static let instance = __PluginExtensionProviderRegistry()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Pluginized/Internal/PluginExtensionProviderRegistry.swift:31:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let instance = __PluginExtensionProviderRegistry()
^
nonisolated(unsafe)
SwiftEmitModule normal arm64 Emitting\ module\ for\ NeedleFoundation (in target 'NeedleFoundation' from project 'NeedleFoundation')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746839715781283-swift-frontend-NeedleFoundation-all-arm64_apple_watchos2.0-swiftmodule-Onone-1393755291.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 2.8869 seconds (3.2333 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9445 ( 46.5%) 0.3776 ( 44.2%) 1.3220 ( 45.8%) 1.4401 ( 44.5%) parse-and-resolve-imports
0.9445 ( 46.5%) 0.3775 ( 44.2%) 1.3220 ( 45.8%) 1.4400 ( 44.5%) Import resolution
0.0015 ( 0.1%) 0.0086 ( 1.0%) 0.0101 ( 0.4%) 0.0970 ( 3.0%) load-stdlib
0.0306 ( 1.5%) 0.0217 ( 2.5%) 0.0524 ( 1.8%) 0.0588 ( 1.8%) perform-sema
0.0305 ( 1.5%) 0.0216 ( 2.5%) 0.0522 ( 1.8%) 0.0586 ( 1.8%) Type checking and Semantic analysis
0.0303 ( 1.5%) 0.0215 ( 2.5%) 0.0518 ( 1.8%) 0.0582 ( 1.8%) typecheck-decl
0.0196 ( 1.0%) 0.0092 ( 1.1%) 0.0288 ( 1.0%) 0.0305 ( 0.9%) typecheck-expr
0.0081 ( 0.4%) 0.0043 ( 0.5%) 0.0124 ( 0.4%) 0.0138 ( 0.4%) precheck-target
0.0055 ( 0.3%) 0.0049 ( 0.6%) 0.0104 ( 0.4%) 0.0110 ( 0.3%) SIL optimization
0.0090 ( 0.4%) 0.0007 ( 0.1%) 0.0097 ( 0.3%) 0.0097 ( 0.3%) build-rewrite-system
0.0037 ( 0.2%) 0.0005 ( 0.1%) 0.0043 ( 0.1%) 0.0043 ( 0.1%) SILGen
0.0019 ( 0.1%) 0.0023 ( 0.3%) 0.0041 ( 0.1%) 0.0041 ( 0.1%) import-clang-decl
0.0009 ( 0.0%) 0.0022 ( 0.3%) 0.0031 ( 0.1%) 0.0036 ( 0.1%) Serialization, swiftmodule
0.0006 ( 0.0%) 0.0011 ( 0.1%) 0.0016 ( 0.1%) 0.0016 ( 0.0%) Serialization, swiftdoc
0.0014 ( 0.1%) 0.0001 ( 0.0%) 0.0015 ( 0.1%) 0.0015 ( 0.0%) SILGen-function
0.0002 ( 0.0%) 0.0001 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) Serialization, swiftsourceinfo
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%) 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%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-module-class-member-cache
2.0330 (100.0%) 0.8539 (100.0%) 2.8869 (100.0%) 3.2333 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.4094 seconds (1.6249 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9907 (100.0%) 0.4187 (100.0%) 1.4094 (100.0%) 1.6249 (100.0%) Building Target
0.9907 (100.0%) 0.4187 (100.0%) 1.4094 (100.0%) 1.6249 (100.0%) Total
EmitSwiftModule normal arm64 (in target 'NeedleFoundation' from project 'NeedleFoundation')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Internal/DependencyProviderRegistry.swift:32:23: warning: static property 'instance' is not concurrency-safe because non-'Sendable' type '__DependencyProviderRegistry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let instance = __DependencyProviderRegistry()
^
/Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Internal/DependencyProviderRegistry.swift:29:14: note: class '__DependencyProviderRegistry' does not conform to the 'Sendable' protocol
public class __DependencyProviderRegistry {
^
/Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Internal/DependencyProviderRegistry.swift:32:23: note: add '@MainActor' to make static property 'instance' part of global actor 'MainActor'
public static let instance = __DependencyProviderRegistry()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Internal/DependencyProviderRegistry.swift:32:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let instance = __DependencyProviderRegistry()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Pluginized/Internal/PluginExtensionProviderRegistry.swift:31:23: warning: static property 'instance' is not concurrency-safe because non-'Sendable' type '__PluginExtensionProviderRegistry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let instance = __PluginExtensionProviderRegistry()
^
/Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Pluginized/Internal/PluginExtensionProviderRegistry.swift:28:14: note: class '__PluginExtensionProviderRegistry' does not conform to the 'Sendable' protocol
public class __PluginExtensionProviderRegistry {
^
/Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Pluginized/Internal/PluginExtensionProviderRegistry.swift:31:23: note: add '@MainActor' to make static property 'instance' part of global actor 'MainActor'
public static let instance = __PluginExtensionProviderRegistry()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Pluginized/Internal/PluginExtensionProviderRegistry.swift:31:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let instance = __PluginExtensionProviderRegistry()
^
nonisolated(unsafe)
SwiftCompile normal arm64_32 Compiling\ PluginizedComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Pluginized/PluginizedComponent.swift (in target 'NeedleFoundation' from project 'NeedleFoundation')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746839715781352-swift-frontend-NeedleFoundation-PluginizedComponent.swift-arm64_32_apple_watchos2.0-o-Onone-2407943603.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4772 seconds (3.3721 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0192 ( 7.4%) 0.0518 ( 23.9%) 0.0711 ( 14.9%) 1.4819 ( 43.9%) parse-and-resolve-imports
0.0192 ( 7.4%) 0.0518 ( 23.8%) 0.0710 ( 14.9%) 1.4818 ( 43.9%) Import resolution
0.0839 ( 32.3%) 0.0300 ( 13.8%) 0.1138 ( 23.9%) 0.1138 ( 3.4%) build-rewrite-system
0.0015 ( 0.6%) 0.0136 ( 6.3%) 0.0151 ( 3.2%) 0.0756 ( 2.2%) load-stdlib
0.0240 ( 9.2%) 0.0124 ( 5.7%) 0.0363 ( 7.6%) 0.0388 ( 1.2%) perform-sema
0.0239 ( 9.2%) 0.0123 ( 5.7%) 0.0362 ( 7.6%) 0.0387 ( 1.1%) Type checking and Semantic analysis
0.0223 ( 8.6%) 0.0113 ( 5.2%) 0.0336 ( 7.0%) 0.0361 ( 1.1%) typecheck-expr
0.0198 ( 7.6%) 0.0106 ( 4.9%) 0.0304 ( 6.4%) 0.0329 ( 1.0%) typecheck-stmt
0.0139 ( 5.4%) 0.0108 ( 5.0%) 0.0247 ( 5.2%) 0.0251 ( 0.7%) import-clang-decl
0.0096 ( 3.7%) 0.0057 ( 2.6%) 0.0153 ( 3.2%) 0.0177 ( 0.5%) precheck-target
0.0050 ( 1.9%) 0.0031 ( 1.4%) 0.0081 ( 1.7%) 0.0082 ( 0.2%) IRGen
0.0061 ( 2.3%) 0.0013 ( 0.6%) 0.0073 ( 1.5%) 0.0074 ( 0.2%) SILGen
0.0037 ( 1.4%) 0.0016 ( 0.7%) 0.0053 ( 1.1%) 0.0053 ( 0.2%) typecheck-decl
0.0045 ( 1.7%) 0.0002 ( 0.1%) 0.0047 ( 1.0%) 0.0048 ( 0.1%) SIL optimization
0.0025 ( 0.9%) 0.0004 ( 0.2%) 0.0029 ( 0.6%) 0.0029 ( 0.1%) SILGen-function
0.0010 ( 0.4%) 0.0003 ( 0.1%) 0.0013 ( 0.3%) 0.0013 ( 0.0%) load-all-members
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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%) AST verification
0.2600 (100.0%) 0.2172 (100.0%) 0.4772 (100.0%) 3.3721 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.5136 seconds (3.0481 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9548 (100.0%) 0.5588 (100.0%) 1.5136 (100.0%) 3.0481 (100.0%) Building Target
0.9548 (100.0%) 0.5588 (100.0%) 1.5136 (100.0%) 3.0481 (100.0%) Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Pluginized/PluginizedComponent.swift (in target 'NeedleFoundation' from project 'NeedleFoundation')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal armv7k Compiling\ PluginExtensionProviderRegistry.swift /Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Pluginized/Internal/PluginExtensionProviderRegistry.swift (in target 'NeedleFoundation' from project 'NeedleFoundation')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746839715782443-swift-frontend-NeedleFoundation-PluginExtensionProviderRegistry.swift-armv7k_apple_watchos2.0-o-Onone-682302605.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4055 seconds (3.6814 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0228 ( 11.4%) 0.0563 ( 27.4%) 0.0792 ( 19.5%) 1.7017 ( 46.2%) parse-and-resolve-imports
0.0228 ( 11.4%) 0.0563 ( 27.4%) 0.0791 ( 19.5%) 1.7017 ( 46.2%) Import resolution
0.0833 ( 41.6%) 0.0316 ( 15.4%) 0.1149 ( 28.3%) 0.1150 ( 3.1%) build-rewrite-system
0.0105 ( 5.2%) 0.0309 ( 15.0%) 0.0413 ( 10.2%) 0.0717 ( 1.9%) load-stdlib
0.0123 ( 6.1%) 0.0103 ( 5.0%) 0.0226 ( 5.6%) 0.0228 ( 0.6%) import-clang-decl
0.0090 ( 4.5%) 0.0042 ( 2.0%) 0.0132 ( 3.3%) 0.0132 ( 0.4%) perform-sema
0.0090 ( 4.5%) 0.0042 ( 2.0%) 0.0131 ( 3.2%) 0.0131 ( 0.4%) Type checking and Semantic analysis
0.0072 ( 3.6%) 0.0032 ( 1.6%) 0.0104 ( 2.6%) 0.0104 ( 0.3%) typecheck-expr
0.0053 ( 2.6%) 0.0030 ( 1.4%) 0.0082 ( 2.0%) 0.0082 ( 0.2%) typecheck-decl
0.0044 ( 2.2%) 0.0013 ( 0.6%) 0.0057 ( 1.4%) 0.0057 ( 0.2%) typecheck-stmt
0.0032 ( 1.6%) 0.0023 ( 1.1%) 0.0055 ( 1.4%) 0.0055 ( 0.1%) IRGen
0.0041 ( 2.0%) 0.0001 ( 0.0%) 0.0041 ( 1.0%) 0.0041 ( 0.1%) SIL optimization
0.0030 ( 1.5%) 0.0006 ( 0.3%) 0.0037 ( 0.9%) 0.0037 ( 0.1%) SILGen
0.0020 ( 1.0%) 0.0004 ( 0.2%) 0.0024 ( 0.6%) 0.0024 ( 0.1%) SILGen-function
0.0007 ( 0.4%) 0.0003 ( 0.1%) 0.0010 ( 0.3%) 0.0010 ( 0.0%) load-all-members
0.0007 ( 0.4%) 0.0003 ( 0.1%) 0.0010 ( 0.2%) 0.0010 ( 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%) 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%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.2003 (100.0%) 0.2053 (100.0%) 0.4055 (100.0%) 3.6814 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.3437 seconds (3.0433 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9188 (100.0%) 0.4250 (100.0%) 1.3437 (100.0%) 3.0433 (100.0%) Building Target
0.9188 (100.0%) 0.4250 (100.0%) 1.3437 (100.0%) 3.0433 (100.0%) Total
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Pluginized/Internal/PluginExtensionProviderRegistry.swift (in target 'NeedleFoundation' from project 'NeedleFoundation')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Pluginized/Internal/PluginExtensionProviderRegistry.swift:31:23: warning: static property 'instance' is not concurrency-safe because non-'Sendable' type '__PluginExtensionProviderRegistry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let instance = __PluginExtensionProviderRegistry()
^
/Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Pluginized/Internal/PluginExtensionProviderRegistry.swift:28:14: note: class '__PluginExtensionProviderRegistry' does not conform to the 'Sendable' protocol
public class __PluginExtensionProviderRegistry {
^
/Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Pluginized/Internal/PluginExtensionProviderRegistry.swift:31:23: note: add '@MainActor' to make static property 'instance' part of global actor 'MainActor'
public static let instance = __PluginExtensionProviderRegistry()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Pluginized/Internal/PluginExtensionProviderRegistry.swift:31:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let instance = __PluginExtensionProviderRegistry()
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ NonCoreComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Pluginized/NonCoreComponent.swift (in target 'NeedleFoundation' from project 'NeedleFoundation')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Pluginized/NonCoreComponent.swift (in target 'NeedleFoundation' from project 'NeedleFoundation')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746839715780933-swift-frontend-NeedleFoundation-NonCoreComponent.swift-arm64_apple_watchos2.0-o-Onone-215329871.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3880 seconds (3.2152 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0245 ( 13.4%) 0.0575 ( 27.9%) 0.0819 ( 21.1%) 1.4783 ( 46.0%) parse-and-resolve-imports
0.0244 ( 13.4%) 0.0574 ( 27.9%) 0.0818 ( 21.1%) 1.4781 ( 46.0%) Import resolution
0.0857 ( 47.0%) 0.0301 ( 14.6%) 0.1158 ( 29.8%) 0.1158 ( 3.6%) build-rewrite-system
0.0118 ( 6.5%) 0.0301 ( 14.6%) 0.0418 ( 10.8%) 0.0742 ( 2.3%) load-stdlib
0.0145 ( 7.9%) 0.0112 ( 5.4%) 0.0256 ( 6.6%) 0.0256 ( 0.8%) import-clang-decl
0.0055 ( 3.0%) 0.0056 ( 2.7%) 0.0111 ( 2.9%) 0.0121 ( 0.4%) SILGen
0.0026 ( 1.4%) 0.0048 ( 2.3%) 0.0074 ( 1.9%) 0.0081 ( 0.3%) IRGen
0.0033 ( 1.8%) 0.0033 ( 1.6%) 0.0065 ( 1.7%) 0.0070 ( 0.2%) typecheck-expr
0.0023 ( 1.3%) 0.0016 ( 0.8%) 0.0040 ( 1.0%) 0.0040 ( 0.1%) perform-sema
0.0023 ( 1.3%) 0.0016 ( 0.8%) 0.0039 ( 1.0%) 0.0039 ( 0.1%) Type checking and Semantic analysis
0.0021 ( 1.1%) 0.0014 ( 0.7%) 0.0035 ( 0.9%) 0.0036 ( 0.1%) typecheck-decl
0.0013 ( 0.7%) 0.0007 ( 0.3%) 0.0020 ( 0.5%) 0.0020 ( 0.1%) load-all-members
0.0013 ( 0.7%) 0.0000 ( 0.0%) 0.0013 ( 0.3%) 0.0013 ( 0.0%) SIL optimization
0.0004 ( 0.2%) 0.0002 ( 0.1%) 0.0006 ( 0.1%) 0.0006 ( 0.0%) precheck-target
0.0003 ( 0.1%) 0.0002 ( 0.1%) 0.0004 ( 0.1%) 0.0004 ( 0.0%) SILGen-function
0.0001 ( 0.1%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) typecheck-stmt
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.1824 (100.0%) 0.2056 (100.0%) 0.3880 (100.0%) 3.2152 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.5471 seconds (3.0440 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9531 (100.0%) 0.5940 (100.0%) 1.5471 (100.0%) 3.0440 (100.0%) Building Target
0.9531 (100.0%) 0.5940 (100.0%) 1.5471 (100.0%) 3.0440 (100.0%) Total
SwiftCompile normal armv7k Compiling\ NonCoreComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Pluginized/NonCoreComponent.swift (in target 'NeedleFoundation' from project 'NeedleFoundation')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Pluginized/NonCoreComponent.swift (in target 'NeedleFoundation' from project 'NeedleFoundation')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746839717481281-swift-frontend-NeedleFoundation-NonCoreComponent.swift-armv7k_apple_watchos2.0-o-Onone-4076505656.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.2561 seconds (0.2569 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0871 ( 56.0%) 0.0312 ( 31.1%) 0.1183 ( 46.2%) 0.1187 ( 46.2%) build-rewrite-system
0.0175 ( 11.2%) 0.0217 ( 21.6%) 0.0392 ( 15.3%) 0.0392 ( 15.3%) parse-and-resolve-imports
0.0175 ( 11.2%) 0.0217 ( 21.6%) 0.0392 ( 15.3%) 0.0392 ( 15.2%) Import resolution
0.0128 ( 8.2%) 0.0121 ( 12.0%) 0.0248 ( 9.7%) 0.0251 ( 9.8%) import-clang-decl
0.0051 ( 3.3%) 0.0023 ( 2.3%) 0.0074 ( 2.9%) 0.0074 ( 2.9%) SILGen
0.0026 ( 1.7%) 0.0032 ( 3.1%) 0.0058 ( 2.3%) 0.0058 ( 2.3%) IRGen
0.0028 ( 1.8%) 0.0019 ( 1.9%) 0.0047 ( 1.8%) 0.0047 ( 1.8%) typecheck-expr
0.0022 ( 1.4%) 0.0014 ( 1.4%) 0.0036 ( 1.4%) 0.0036 ( 1.4%) perform-sema
0.0021 ( 1.4%) 0.0014 ( 1.4%) 0.0035 ( 1.4%) 0.0035 ( 1.4%) Type checking and Semantic analysis
0.0019 ( 1.2%) 0.0012 ( 1.2%) 0.0031 ( 1.2%) 0.0031 ( 1.2%) typecheck-decl
0.0010 ( 0.7%) 0.0014 ( 1.4%) 0.0024 ( 0.9%) 0.0024 ( 0.9%) load-stdlib
0.0010 ( 0.6%) 0.0006 ( 0.6%) 0.0015 ( 0.6%) 0.0016 ( 0.6%) load-all-members
0.0013 ( 0.8%) 0.0000 ( 0.0%) 0.0013 ( 0.5%) 0.0013 ( 0.5%) SIL optimization
0.0003 ( 0.2%) 0.0003 ( 0.3%) 0.0006 ( 0.2%) 0.0006 ( 0.2%) precheck-target
0.0002 ( 0.2%) 0.0001 ( 0.1%) 0.0003 ( 0.1%) 0.0003 ( 0.1%) SILGen-function
0.0002 ( 0.1%) 0.0001 ( 0.1%) 0.0002 ( 0.1%) 0.0002 ( 0.1%) typecheck-stmt
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.1556 (100.0%) 0.1006 (100.0%) 0.2561 (100.0%) 0.2569 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.2918 seconds (1.3455 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8955 (100.0%) 0.3963 (100.0%) 1.2918 (100.0%) 1.3455 (100.0%) Building Target
0.8955 (100.0%) 0.3963 (100.0%) 1.2918 (100.0%) 1.3455 (100.0%) Total
SwiftDriverJobDiscovery normal armv7k Emitting module for NeedleFoundation (in target 'NeedleFoundation' from project 'NeedleFoundation')
SwiftCompile normal arm64 Compiling\ PluginizedComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Pluginized/PluginizedComponent.swift (in target 'NeedleFoundation' from project 'NeedleFoundation')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746839717482775-swift-frontend-NeedleFoundation-PluginizedComponent.swift-arm64_apple_watchos2.0-o-Onone-1888273034.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3731 seconds (0.3738 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0849 ( 34.1%) 0.0306 ( 24.7%) 0.1155 ( 31.0%) 0.1161 ( 31.1%) build-rewrite-system
0.0171 ( 6.9%) 0.0212 ( 17.1%) 0.0383 ( 10.3%) 0.0384 ( 10.3%) parse-and-resolve-imports
0.0171 ( 6.9%) 0.0212 ( 17.1%) 0.0383 ( 10.3%) 0.0383 ( 10.2%) Import resolution
0.0223 ( 9.0%) 0.0077 ( 6.2%) 0.0301 ( 8.1%) 0.0301 ( 8.0%) perform-sema
0.0223 ( 8.9%) 0.0077 ( 6.2%) 0.0300 ( 8.0%) 0.0300 ( 8.0%) Type checking and Semantic analysis
0.0211 ( 8.5%) 0.0070 ( 5.6%) 0.0281 ( 7.5%) 0.0281 ( 7.5%) typecheck-expr
0.0189 ( 7.6%) 0.0062 ( 5.0%) 0.0251 ( 6.7%) 0.0251 ( 6.7%) typecheck-stmt
0.0136 ( 5.4%) 0.0104 ( 8.4%) 0.0240 ( 6.4%) 0.0240 ( 6.4%) import-clang-decl
0.0089 ( 3.6%) 0.0036 ( 2.9%) 0.0125 ( 3.3%) 0.0125 ( 3.3%) precheck-target
0.0054 ( 2.2%) 0.0036 ( 2.9%) 0.0090 ( 2.4%) 0.0091 ( 2.4%) IRGen
0.0055 ( 2.2%) 0.0012 ( 0.9%) 0.0067 ( 1.8%) 0.0067 ( 1.8%) SILGen
0.0044 ( 1.8%) 0.0003 ( 0.2%) 0.0047 ( 1.3%) 0.0047 ( 1.3%) SIL optimization
0.0031 ( 1.3%) 0.0014 ( 1.1%) 0.0045 ( 1.2%) 0.0045 ( 1.2%) typecheck-decl
0.0010 ( 0.4%) 0.0014 ( 1.2%) 0.0025 ( 0.7%) 0.0025 ( 0.7%) load-stdlib
0.0021 ( 0.9%) 0.0003 ( 0.2%) 0.0024 ( 0.7%) 0.0024 ( 0.7%) SILGen-function
0.0011 ( 0.4%) 0.0003 ( 0.2%) 0.0014 ( 0.4%) 0.0014 ( 0.4%) load-all-members
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%) 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%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.2491 (100.0%) 0.1240 (100.0%) 0.3731 (100.0%) 0.3738 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.3005 seconds (1.3496 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8727 (100.0%) 0.4278 (100.0%) 1.3005 (100.0%) 1.3496 (100.0%) Building Target
0.8727 (100.0%) 0.4278 (100.0%) 1.3005 (100.0%) 1.3496 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Pluginized/PluginizedComponent.swift (in target 'NeedleFoundation' from project 'NeedleFoundation')
cd /Users/admin/builder/spi-builder-workspace
SwiftDriverJobDiscovery normal arm64 Emitting module for NeedleFoundation (in target 'NeedleFoundation' from project 'NeedleFoundation')
SwiftDriver\ Compilation\ Requirements NeedleFoundation normal armv7k com.apple.xcode.tools.swift.compiler (in target 'NeedleFoundation' from project 'NeedleFoundation')
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 NeedleFoundation -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/armv7k/NeedleFoundation.SwiftFileList -DSWIFT_PACKAGE -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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos2.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -application-extension -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-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/armv7k/NeedleFoundation-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/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/armv7k/NeedleFoundation.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/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/armv7k/NeedleFoundation_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/armv7k/NeedleFoundation-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64_32 Emitting module for NeedleFoundation (in target 'NeedleFoundation' from project 'NeedleFoundation')
SwiftDriver\ Compilation\ Requirements NeedleFoundation normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'NeedleFoundation' from project 'NeedleFoundation')
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 NeedleFoundation -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64_32/NeedleFoundation.SwiftFileList -DSWIFT_PACKAGE -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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos2.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -application-extension -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-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64_32/NeedleFoundation-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/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64_32/NeedleFoundation.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/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64_32/NeedleFoundation_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64_32/NeedleFoundation-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriver\ Compilation\ Requirements NeedleFoundation normal arm64 com.apple.xcode.tools.swift.compiler (in target 'NeedleFoundation' from project 'NeedleFoundation')
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 NeedleFoundation -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64/NeedleFoundation.SwiftFileList -DSWIFT_PACKAGE -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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos2.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -application-extension -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-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64/NeedleFoundation-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/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64/NeedleFoundation.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/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64/NeedleFoundation_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64/NeedleFoundation-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/NeedleFoundation.framework/Modules/NeedleFoundation.swiftmodule/armv7k-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/armv7k/NeedleFoundation.swiftmodule (in target 'NeedleFoundation' from project 'NeedleFoundation')
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/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/armv7k/NeedleFoundation.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/NeedleFoundation.framework/Modules/NeedleFoundation.swiftmodule/armv7k-apple-watchos.swiftmodule
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/NeedleFoundation.framework/Headers/NeedleFoundation-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64/NeedleFoundation-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64_32/NeedleFoundation-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/armv7k/NeedleFoundation-Swift.h (in target 'NeedleFoundation' from project 'NeedleFoundation')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64/NeedleFoundation-Swift.h -arch arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64_32/NeedleFoundation-Swift.h -arch armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/armv7k/NeedleFoundation-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/NeedleFoundation.framework/Headers/NeedleFoundation-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/NeedleFoundation.framework/Modules/NeedleFoundation.swiftmodule/armv7k-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/armv7k/NeedleFoundation.swiftdoc (in target 'NeedleFoundation' from project 'NeedleFoundation')
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/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/armv7k/NeedleFoundation.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/NeedleFoundation.framework/Modules/NeedleFoundation.swiftmodule/armv7k-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/NeedleFoundation.framework/Modules/NeedleFoundation.swiftmodule/armv7k-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/armv7k/NeedleFoundation.abi.json (in target 'NeedleFoundation' from project 'NeedleFoundation')
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/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/armv7k/NeedleFoundation.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/NeedleFoundation.framework/Modules/NeedleFoundation.swiftmodule/armv7k-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/NeedleFoundation.framework/Modules/NeedleFoundation.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64_32/NeedleFoundation.swiftmodule (in target 'NeedleFoundation' from project 'NeedleFoundation')
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/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64_32/NeedleFoundation.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/NeedleFoundation.framework/Modules/NeedleFoundation.swiftmodule/arm64_32-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/NeedleFoundation.framework/Modules/NeedleFoundation.swiftmodule/arm64_32-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64_32/NeedleFoundation.swiftdoc (in target 'NeedleFoundation' from project 'NeedleFoundation')
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/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64_32/NeedleFoundation.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/NeedleFoundation.framework/Modules/NeedleFoundation.swiftmodule/arm64_32-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/NeedleFoundation.framework/Modules/NeedleFoundation.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64_32/NeedleFoundation.abi.json (in target 'NeedleFoundation' from project 'NeedleFoundation')
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/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64_32/NeedleFoundation.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/NeedleFoundation.framework/Modules/NeedleFoundation.swiftmodule/arm64_32-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/NeedleFoundation.framework/Modules/NeedleFoundation.swiftmodule/arm64-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64/NeedleFoundation.swiftmodule (in target 'NeedleFoundation' from project 'NeedleFoundation')
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/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64/NeedleFoundation.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/NeedleFoundation.framework/Modules/NeedleFoundation.swiftmodule/arm64-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/NeedleFoundation.framework/Modules/NeedleFoundation.swiftmodule/arm64-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64/NeedleFoundation.swiftdoc (in target 'NeedleFoundation' from project 'NeedleFoundation')
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/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64/NeedleFoundation.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/NeedleFoundation.framework/Modules/NeedleFoundation.swiftmodule/arm64-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/NeedleFoundation.framework/Modules/NeedleFoundation.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64/NeedleFoundation.abi.json (in target 'NeedleFoundation' from project 'NeedleFoundation')
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/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64/NeedleFoundation.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/NeedleFoundation.framework/Modules/NeedleFoundation.swiftmodule/arm64-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/NeedleFoundation.framework/Modules/NeedleFoundation.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/armv7k/NeedleFoundation.swiftsourceinfo (in target 'NeedleFoundation' from project 'NeedleFoundation')
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/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/armv7k/NeedleFoundation.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/NeedleFoundation.framework/Modules/NeedleFoundation.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/NeedleFoundation.framework/Modules/NeedleFoundation.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64_32/NeedleFoundation.swiftsourceinfo (in target 'NeedleFoundation' from project 'NeedleFoundation')
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/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64_32/NeedleFoundation.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/NeedleFoundation.framework/Modules/NeedleFoundation.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/NeedleFoundation.framework/Modules/NeedleFoundation.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64/NeedleFoundation.swiftsourceinfo (in target 'NeedleFoundation' from project 'NeedleFoundation')
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/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64/NeedleFoundation.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/NeedleFoundation.framework/Modules/NeedleFoundation.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo
SwiftCompile normal armv7k Compiling\ PluginizedScopeLifecycle.swift /Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Pluginized/PluginizedScopeLifecycle.swift (in target 'NeedleFoundation' from project 'NeedleFoundation')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746839717512353-swift-frontend-NeedleFoundation-PluginizedScopeLifecycle.swift-armv7k_apple_watchos2.0-o-Onone-1576348470.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.2647 seconds (0.2653 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0872 ( 51.8%) 0.0308 ( 32.0%) 0.1180 ( 44.6%) 0.1184 ( 44.6%) build-rewrite-system
0.0170 ( 10.1%) 0.0183 ( 19.0%) 0.0353 ( 13.3%) 0.0353 ( 13.3%) parse-and-resolve-imports
0.0170 ( 10.1%) 0.0182 ( 18.9%) 0.0352 ( 13.3%) 0.0352 ( 13.3%) Import resolution
0.0121 ( 7.2%) 0.0112 ( 11.7%) 0.0233 ( 8.8%) 0.0235 ( 8.8%) import-clang-decl
0.0087 ( 5.1%) 0.0039 ( 4.0%) 0.0125 ( 4.7%) 0.0125 ( 4.7%) perform-sema
0.0086 ( 5.1%) 0.0038 ( 3.9%) 0.0124 ( 4.7%) 0.0125 ( 4.7%) Type checking and Semantic analysis
0.0086 ( 5.1%) 0.0037 ( 3.9%) 0.0124 ( 4.7%) 0.0124 ( 4.7%) typecheck-decl
0.0024 ( 1.4%) 0.0026 ( 2.7%) 0.0050 ( 1.9%) 0.0050 ( 1.9%) IRGen
0.0010 ( 0.6%) 0.0019 ( 2.0%) 0.0029 ( 1.1%) 0.0029 ( 1.1%) load-stdlib
0.0015 ( 0.9%) 0.0005 ( 0.5%) 0.0020 ( 0.8%) 0.0020 ( 0.8%) SILGen
0.0016 ( 0.9%) 0.0000 ( 0.0%) 0.0016 ( 0.6%) 0.0016 ( 0.6%) SIL optimization
0.0010 ( 0.6%) 0.0005 ( 0.5%) 0.0014 ( 0.5%) 0.0014 ( 0.5%) load-all-members
0.0009 ( 0.5%) 0.0004 ( 0.4%) 0.0013 ( 0.5%) 0.0013 ( 0.5%) SILGen-function
0.0004 ( 0.2%) 0.0002 ( 0.2%) 0.0006 ( 0.2%) 0.0006 ( 0.2%) typecheck-stmt
0.0003 ( 0.2%) 0.0002 ( 0.2%) 0.0005 ( 0.2%) 0.0005 ( 0.2%) typecheck-expr
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%) precheck-target
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%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.1685 (100.0%) 0.0962 (100.0%) 0.2647 (100.0%) 0.2653 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.2586 seconds (1.3145 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8909 (100.0%) 0.3677 (100.0%) 1.2586 (100.0%) 1.3145 (100.0%) Building Target
0.8909 (100.0%) 0.3677 (100.0%) 1.2586 (100.0%) 1.3145 (100.0%) Total
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Pluginized/PluginizedScopeLifecycle.swift (in target 'NeedleFoundation' from project 'NeedleFoundation')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal armv7k Compiling\ Component.swift /Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Component.swift (in target 'NeedleFoundation' from project 'NeedleFoundation')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746839719085936-swift-frontend-NeedleFoundation-Component.swift-armv7k_apple_watchos2.0-o-Onone-2121493555.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.2135 seconds (0.2135 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0217 ( 14.8%) 0.0082 ( 12.2%) 0.0298 ( 14.0%) 0.0298 ( 14.0%) perform-sema
0.0216 ( 14.7%) 0.0076 ( 11.3%) 0.0292 ( 13.7%) 0.0292 ( 13.7%) Type checking and Semantic analysis
0.0143 ( 9.7%) 0.0133 ( 19.9%) 0.0276 ( 12.9%) 0.0276 ( 12.9%) parse-and-resolve-imports
0.0142 ( 9.7%) 0.0133 ( 19.8%) 0.0275 ( 12.9%) 0.0275 ( 12.9%) Import resolution
0.0183 ( 12.5%) 0.0068 ( 10.2%) 0.0251 ( 11.8%) 0.0251 ( 11.8%) typecheck-decl
0.0192 ( 13.1%) 0.0053 ( 7.9%) 0.0245 ( 11.5%) 0.0245 ( 11.5%) typecheck-expr
0.0058 ( 3.9%) 0.0036 ( 5.4%) 0.0094 ( 4.4%) 0.0094 ( 4.4%) IRGen
0.0070 ( 4.8%) 0.0022 ( 3.3%) 0.0092 ( 4.3%) 0.0092 ( 4.3%) precheck-target
0.0074 ( 5.0%) 0.0016 ( 2.4%) 0.0089 ( 4.2%) 0.0089 ( 4.2%) build-rewrite-system
0.0048 ( 3.3%) 0.0002 ( 0.3%) 0.0050 ( 2.3%) 0.0050 ( 2.4%) SIL optimization
0.0037 ( 2.6%) 0.0008 ( 1.2%) 0.0045 ( 2.1%) 0.0045 ( 2.1%) SILGen
0.0033 ( 2.3%) 0.0005 ( 0.7%) 0.0038 ( 1.8%) 0.0038 ( 1.8%) typecheck-stmt
0.0030 ( 2.0%) 0.0006 ( 0.9%) 0.0036 ( 1.7%) 0.0036 ( 1.7%) SILGen-function
0.0014 ( 1.0%) 0.0016 ( 2.4%) 0.0030 ( 1.4%) 0.0030 ( 1.4%) import-clang-decl
0.0010 ( 0.7%) 0.0013 ( 1.9%) 0.0023 ( 1.1%) 0.0023 ( 1.1%) load-stdlib
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%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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.1467 (100.0%) 0.0668 (100.0%) 0.2135 (100.0%) 0.2135 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.1311 seconds (0.1340 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0807 (100.0%) 0.0505 (100.0%) 0.1311 (100.0%) 0.1340 (100.0%) Building Target
0.0807 (100.0%) 0.0505 (100.0%) 0.1311 (100.0%) 0.1340 (100.0%) Total
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Component.swift (in target 'NeedleFoundation' from project 'NeedleFoundation')
cd /Users/admin/builder/spi-builder-workspace
SwiftDriverJobDiscovery normal arm64_32 Compiling PluginizedScopeLifecycle.swift (in target 'NeedleFoundation' from project 'NeedleFoundation')
SwiftCompile normal arm64 Compiling\ Bootstrap.swift /Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Bootstrap.swift (in target 'NeedleFoundation' from project 'NeedleFoundation')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Bootstrap.swift (in target 'NeedleFoundation' from project 'NeedleFoundation')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746839719226262-swift-frontend-NeedleFoundation-Bootstrap.swift-arm64_apple_watchos2.0-o-Onone-4261919693.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.1251 seconds (0.1265 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0167 ( 25.7%) 0.0204 ( 34.1%) 0.0371 ( 29.7%) 0.0374 ( 29.6%) parse-and-resolve-imports
0.0167 ( 25.6%) 0.0204 ( 34.0%) 0.0371 ( 29.6%) 0.0373 ( 29.5%) Import resolution
0.0044 ( 6.7%) 0.0053 ( 8.9%) 0.0097 ( 7.8%) 0.0104 ( 8.2%) IRGen
0.0062 ( 9.5%) 0.0033 ( 5.4%) 0.0094 ( 7.5%) 0.0095 ( 7.5%) SILGen
0.0037 ( 5.6%) 0.0026 ( 4.4%) 0.0063 ( 5.0%) 0.0064 ( 5.0%) typecheck-expr
0.0033 ( 5.1%) 0.0016 ( 2.6%) 0.0049 ( 3.9%) 0.0049 ( 3.8%) perform-sema
0.0033 ( 5.0%) 0.0015 ( 2.5%) 0.0048 ( 3.8%) 0.0048 ( 3.8%) Type checking and Semantic analysis
0.0044 ( 6.8%) 0.0001 ( 0.1%) 0.0045 ( 3.6%) 0.0045 ( 3.5%) SIL optimization
0.0025 ( 3.9%) 0.0013 ( 2.2%) 0.0039 ( 3.1%) 0.0039 ( 3.0%) typecheck-decl
0.0010 ( 1.6%) 0.0014 ( 2.3%) 0.0024 ( 1.9%) 0.0024 ( 1.9%) load-stdlib
0.0007 ( 1.1%) 0.0013 ( 2.1%) 0.0020 ( 1.6%) 0.0020 ( 1.6%) import-clang-decl
0.0013 ( 1.9%) 0.0003 ( 0.5%) 0.0015 ( 1.2%) 0.0015 ( 1.2%) SILGen-function
0.0004 ( 0.6%) 0.0002 ( 0.3%) 0.0006 ( 0.5%) 0.0006 ( 0.5%) precheck-target
0.0003 ( 0.5%) 0.0002 ( 0.3%) 0.0005 ( 0.4%) 0.0005 ( 0.4%) build-rewrite-system
0.0003 ( 0.5%) 0.0001 ( 0.1%) 0.0004 ( 0.3%) 0.0004 ( 0.3%) typecheck-stmt
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%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0652 (100.0%) 0.0599 (100.0%) 0.1251 (100.0%) 0.1265 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.0990 seconds (0.1024 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0571 (100.0%) 0.0419 (100.0%) 0.0990 (100.0%) 0.1024 (100.0%) Building Target
0.0571 (100.0%) 0.0419 (100.0%) 0.0990 (100.0%) 0.1024 (100.0%) Total
SwiftDriverJobDiscovery normal armv7k Compiling PluginizedScopeLifecycle.swift (in target 'NeedleFoundation' from project 'NeedleFoundation')
SwiftCompile normal arm64 Compiling\ PluginizedScopeLifecycle.swift /Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Pluginized/PluginizedScopeLifecycle.swift (in target 'NeedleFoundation' from project 'NeedleFoundation')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746839719241088-swift-frontend-NeedleFoundation-PluginizedScopeLifecycle.swift-arm64_apple_watchos2.0-o-Onone-2474240811.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.1547 seconds (0.1566 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0160 ( 19.6%) 0.0186 ( 25.4%) 0.0346 ( 22.4%) 0.0350 ( 22.4%) parse-and-resolve-imports
0.0159 ( 19.6%) 0.0186 ( 25.3%) 0.0345 ( 22.3%) 0.0349 ( 22.3%) Import resolution
0.0118 ( 14.5%) 0.0082 ( 11.1%) 0.0199 ( 12.9%) 0.0202 ( 12.9%) perform-sema
0.0117 ( 14.4%) 0.0081 ( 11.1%) 0.0198 ( 12.8%) 0.0202 ( 12.9%) Type checking and Semantic analysis
0.0117 ( 14.4%) 0.0080 ( 10.9%) 0.0198 ( 12.8%) 0.0201 ( 12.8%) typecheck-decl
0.0026 ( 3.2%) 0.0047 ( 6.3%) 0.0073 ( 4.7%) 0.0073 ( 4.7%) IRGen
0.0038 ( 4.7%) 0.0024 ( 3.3%) 0.0062 ( 4.0%) 0.0064 ( 4.1%) build-rewrite-system
0.0011 ( 1.4%) 0.0017 ( 2.3%) 0.0028 ( 1.8%) 0.0028 ( 1.8%) import-clang-decl
0.0017 ( 2.1%) 0.0006 ( 0.8%) 0.0023 ( 1.5%) 0.0023 ( 1.5%) SILGen
0.0009 ( 1.2%) 0.0012 ( 1.6%) 0.0022 ( 1.4%) 0.0021 ( 1.4%) load-stdlib
0.0017 ( 2.1%) 0.0002 ( 0.2%) 0.0019 ( 1.2%) 0.0019 ( 1.2%) SIL optimization
0.0012 ( 1.4%) 0.0005 ( 0.6%) 0.0016 ( 1.0%) 0.0016 ( 1.0%) SILGen-function
0.0006 ( 0.7%) 0.0003 ( 0.4%) 0.0009 ( 0.6%) 0.0009 ( 0.6%) typecheck-stmt
0.0005 ( 0.6%) 0.0003 ( 0.4%) 0.0008 ( 0.5%) 0.0008 ( 0.5%) typecheck-expr
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%) precheck-target
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0813 (100.0%) 0.0734 (100.0%) 0.1547 (100.0%) 0.1566 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.0826 seconds (0.0834 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0427 (100.0%) 0.0399 (100.0%) 0.0826 (100.0%) 0.0834 (100.0%) Building Target
0.0427 (100.0%) 0.0399 (100.0%) 0.0826 (100.0%) 0.0834 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Pluginized/PluginizedScopeLifecycle.swift (in target 'NeedleFoundation' from project 'NeedleFoundation')
cd /Users/admin/builder/spi-builder-workspace
SwiftDriverJobDiscovery normal arm64_32 Compiling PluginizedComponent.swift (in target 'NeedleFoundation' from project 'NeedleFoundation')
SwiftCompile normal arm64 Compiling\ Component.swift /Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Component.swift (in target 'NeedleFoundation' from project 'NeedleFoundation')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Component.swift (in target 'NeedleFoundation' from project 'NeedleFoundation')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746839719255956-swift-frontend-NeedleFoundation-Component.swift-arm64_apple_watchos2.0-o-Onone-2458328705.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3021 seconds (0.3053 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0182 ( 9.8%) 0.0240 ( 20.5%) 0.0422 ( 14.0%) 0.0425 ( 13.9%) parse-and-resolve-imports
0.0182 ( 9.8%) 0.0239 ( 20.5%) 0.0421 ( 13.9%) 0.0424 ( 13.9%) Import resolution
0.0283 ( 15.3%) 0.0131 ( 11.2%) 0.0414 ( 13.7%) 0.0419 ( 13.7%) perform-sema
0.0282 ( 15.2%) 0.0129 ( 11.1%) 0.0411 ( 13.6%) 0.0417 ( 13.7%) Type checking and Semantic analysis
0.0240 ( 12.9%) 0.0121 ( 10.3%) 0.0360 ( 11.9%) 0.0366 ( 12.0%) typecheck-decl
0.0246 ( 13.3%) 0.0111 ( 9.5%) 0.0357 ( 11.8%) 0.0363 ( 11.9%) typecheck-expr
0.0087 ( 4.7%) 0.0048 ( 4.1%) 0.0135 ( 4.5%) 0.0136 ( 4.5%) precheck-target
0.0087 ( 4.7%) 0.0044 ( 3.7%) 0.0131 ( 4.3%) 0.0133 ( 4.4%) build-rewrite-system
0.0057 ( 3.1%) 0.0031 ( 2.7%) 0.0089 ( 2.9%) 0.0089 ( 2.9%) IRGen
0.0048 ( 2.6%) 0.0010 ( 0.9%) 0.0058 ( 1.9%) 0.0058 ( 1.9%) SILGen
0.0050 ( 2.7%) 0.0001 ( 0.0%) 0.0051 ( 1.7%) 0.0051 ( 1.7%) SIL optimization
0.0019 ( 1.0%) 0.0031 ( 2.7%) 0.0050 ( 1.7%) 0.0050 ( 1.6%) import-clang-decl
0.0042 ( 2.3%) 0.0008 ( 0.7%) 0.0050 ( 1.6%) 0.0050 ( 1.6%) typecheck-stmt
0.0039 ( 2.1%) 0.0009 ( 0.7%) 0.0047 ( 1.6%) 0.0047 ( 1.5%) SILGen-function
0.0009 ( 0.5%) 0.0015 ( 1.3%) 0.0024 ( 0.8%) 0.0024 ( 0.8%) load-stdlib
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%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.1853 (100.0%) 0.1168 (100.0%) 0.3021 (100.0%) 0.3053 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.1362 seconds (0.1371 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0878 (100.0%) 0.0484 (100.0%) 0.1362 (100.0%) 0.1371 (100.0%) Building Target
0.0878 (100.0%) 0.0484 (100.0%) 0.1362 (100.0%) 0.1371 (100.0%) Total
SwiftDriverJobDiscovery normal arm64_32 Compiling NonCoreComponent.swift (in target 'NeedleFoundation' from project 'NeedleFoundation')
SwiftCompile normal armv7k Compiling\ DependencyProviderRegistry.swift /Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Internal/DependencyProviderRegistry.swift (in target 'NeedleFoundation' from project 'NeedleFoundation')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746839719256623-swift-frontend-NeedleFoundation-DependencyProviderRegistry.swift-armv7k_apple_watchos2.0-o-Onone-480198945.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.1923 seconds (0.1977 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0179 ( 17.5%) 0.0259 ( 28.7%) 0.0437 ( 22.7%) 0.0458 ( 23.2%) parse-and-resolve-imports
0.0178 ( 17.4%) 0.0258 ( 28.7%) 0.0436 ( 22.7%) 0.0458 ( 23.1%) Import resolution
0.0122 ( 11.9%) 0.0071 ( 7.9%) 0.0193 ( 10.0%) 0.0193 ( 9.8%) perform-sema
0.0122 ( 11.9%) 0.0070 ( 7.8%) 0.0192 ( 10.0%) 0.0192 ( 9.7%) Type checking and Semantic analysis
0.0095 ( 9.3%) 0.0056 ( 6.2%) 0.0151 ( 7.9%) 0.0151 ( 7.6%) typecheck-expr
0.0061 ( 6.0%) 0.0043 ( 4.8%) 0.0104 ( 5.4%) 0.0104 ( 5.3%) typecheck-decl
0.0067 ( 6.5%) 0.0029 ( 3.3%) 0.0096 ( 5.0%) 0.0096 ( 4.9%) typecheck-stmt
0.0043 ( 4.2%) 0.0043 ( 4.8%) 0.0086 ( 4.4%) 0.0086 ( 4.3%) IRGen
0.0044 ( 4.3%) 0.0013 ( 1.4%) 0.0056 ( 2.9%) 0.0062 ( 3.1%) SILGen
0.0031 ( 3.0%) 0.0008 ( 0.9%) 0.0039 ( 2.0%) 0.0044 ( 2.2%) SILGen-function
0.0040 ( 3.9%) 0.0001 ( 0.1%) 0.0041 ( 2.1%) 0.0041 ( 2.1%) SIL optimization
0.0011 ( 1.0%) 0.0024 ( 2.7%) 0.0035 ( 1.8%) 0.0035 ( 1.8%) import-clang-decl
0.0009 ( 0.9%) 0.0014 ( 1.5%) 0.0022 ( 1.2%) 0.0022 ( 1.1%) load-stdlib
0.0013 ( 1.3%) 0.0008 ( 0.9%) 0.0022 ( 1.1%) 0.0022 ( 1.1%) build-rewrite-system
0.0008 ( 0.8%) 0.0003 ( 0.3%) 0.0011 ( 0.6%) 0.0011 ( 0.6%) precheck-target
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 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%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.1023 (100.0%) 0.0900 (100.0%) 0.1923 (100.0%) 0.1977 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.1072 seconds (0.1098 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0624 (100.0%) 0.0448 (100.0%) 0.1072 (100.0%) 0.1098 (100.0%) Building Target
0.0624 (100.0%) 0.0448 (100.0%) 0.1072 (100.0%) 0.1098 (100.0%) Total
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Internal/DependencyProviderRegistry.swift (in target 'NeedleFoundation' from project 'NeedleFoundation')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Internal/DependencyProviderRegistry.swift:32:23: warning: static property 'instance' is not concurrency-safe because non-'Sendable' type '__DependencyProviderRegistry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let instance = __DependencyProviderRegistry()
^
/Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Internal/DependencyProviderRegistry.swift:29:14: note: class '__DependencyProviderRegistry' does not conform to the 'Sendable' protocol
public class __DependencyProviderRegistry {
^
/Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Internal/DependencyProviderRegistry.swift:32:23: note: add '@MainActor' to make static property 'instance' part of global actor 'MainActor'
public static let instance = __DependencyProviderRegistry()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Internal/DependencyProviderRegistry.swift:32:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let instance = __DependencyProviderRegistry()
^
nonisolated(unsafe)
SwiftDriverJobDiscovery normal armv7k Compiling PluginExtensionProviderRegistry.swift (in target 'NeedleFoundation' from project 'NeedleFoundation')
SwiftCompile normal armv7k Compiling\ Bootstrap.swift /Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Bootstrap.swift (in target 'NeedleFoundation' from project 'NeedleFoundation')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746839719268297-swift-frontend-NeedleFoundation-Bootstrap.swift-armv7k_apple_watchos2.0-o-Onone-829385910.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.1464 seconds (0.1528 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0194 ( 27.1%) 0.0286 ( 38.2%) 0.0480 ( 32.8%) 0.0503 ( 32.9%) parse-and-resolve-imports
0.0193 ( 27.0%) 0.0286 ( 38.2%) 0.0479 ( 32.7%) 0.0502 ( 32.9%) Import resolution
0.0068 ( 9.5%) 0.0036 ( 4.8%) 0.0104 ( 7.1%) 0.0112 ( 7.4%) SILGen
0.0038 ( 5.3%) 0.0026 ( 3.4%) 0.0064 ( 4.4%) 0.0064 ( 4.2%) typecheck-expr
0.0036 ( 5.0%) 0.0024 ( 3.2%) 0.0060 ( 4.1%) 0.0060 ( 3.9%) IRGen
0.0035 ( 4.9%) 0.0018 ( 2.4%) 0.0053 ( 3.6%) 0.0053 ( 3.5%) perform-sema
0.0035 ( 4.8%) 0.0017 ( 2.3%) 0.0052 ( 3.5%) 0.0052 ( 3.4%) Type checking and Semantic analysis
0.0043 ( 6.0%) 0.0001 ( 0.1%) 0.0044 ( 3.0%) 0.0044 ( 2.9%) SIL optimization
0.0021 ( 2.9%) 0.0010 ( 1.3%) 0.0031 ( 2.1%) 0.0040 ( 2.6%) SILGen-function
0.0024 ( 3.3%) 0.0012 ( 1.6%) 0.0036 ( 2.4%) 0.0036 ( 2.3%) typecheck-decl
0.0009 ( 1.3%) 0.0013 ( 1.7%) 0.0022 ( 1.5%) 0.0022 ( 1.4%) load-stdlib
0.0007 ( 1.0%) 0.0013 ( 1.8%) 0.0020 ( 1.4%) 0.0020 ( 1.3%) import-clang-decl
0.0005 ( 0.8%) 0.0004 ( 0.5%) 0.0009 ( 0.6%) 0.0009 ( 0.6%) typecheck-stmt
0.0005 ( 0.7%) 0.0003 ( 0.4%) 0.0008 ( 0.5%) 0.0008 ( 0.5%) precheck-target
0.0003 ( 0.4%) 0.0001 ( 0.1%) 0.0004 ( 0.3%) 0.0004 ( 0.2%) build-rewrite-system
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%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0715 (100.0%) 0.0749 (100.0%) 0.1464 (100.0%) 0.1528 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.1015 seconds (0.1054 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0573 (100.0%) 0.0442 (100.0%) 0.1015 (100.0%) 0.1054 (100.0%) Building Target
0.0573 (100.0%) 0.0442 (100.0%) 0.1015 (100.0%) 0.1054 (100.0%) Total
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Bootstrap.swift (in target 'NeedleFoundation' from project 'NeedleFoundation')
cd /Users/admin/builder/spi-builder-workspace
SwiftDriverJobDiscovery normal arm64 Compiling PluginizedComponent.swift (in target 'NeedleFoundation' from project 'NeedleFoundation')
SwiftCompile normal arm64 Compiling\ PluginExtensionProviderRegistry.swift /Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Pluginized/Internal/PluginExtensionProviderRegistry.swift (in target 'NeedleFoundation' from project 'NeedleFoundation')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746839719286573-swift-frontend-NeedleFoundation-PluginExtensionProviderRegistry.swift-arm64_apple_watchos2.0-o-Onone-50561623.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.1729 seconds (0.1740 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0197 ( 22.4%) 0.0291 ( 34.3%) 0.0488 ( 28.2%) 0.0494 ( 28.4%) parse-and-resolve-imports
0.0197 ( 22.4%) 0.0290 ( 34.2%) 0.0487 ( 28.2%) 0.0493 ( 28.3%) Import resolution
0.0088 ( 10.0%) 0.0048 ( 5.7%) 0.0136 ( 7.9%) 0.0137 ( 7.8%) perform-sema
0.0088 ( 10.0%) 0.0048 ( 5.6%) 0.0135 ( 7.8%) 0.0136 ( 7.8%) Type checking and Semantic analysis
0.0068 ( 7.7%) 0.0033 ( 3.9%) 0.0101 ( 5.8%) 0.0101 ( 5.8%) typecheck-expr
0.0058 ( 6.6%) 0.0040 ( 4.7%) 0.0098 ( 5.7%) 0.0098 ( 5.6%) typecheck-decl
0.0027 ( 3.1%) 0.0025 ( 2.9%) 0.0052 ( 3.0%) 0.0052 ( 3.0%) IRGen
0.0012 ( 1.4%) 0.0039 ( 4.6%) 0.0051 ( 2.9%) 0.0051 ( 2.9%) load-stdlib
0.0036 ( 4.1%) 0.0010 ( 1.2%) 0.0046 ( 2.7%) 0.0046 ( 2.6%) typecheck-stmt
0.0040 ( 4.5%) 0.0001 ( 0.1%) 0.0041 ( 2.3%) 0.0041 ( 2.3%) SIL optimization
0.0025 ( 2.8%) 0.0004 ( 0.5%) 0.0029 ( 1.7%) 0.0029 ( 1.7%) SILGen
0.0019 ( 2.2%) 0.0003 ( 0.4%) 0.0022 ( 1.3%) 0.0022 ( 1.3%) SILGen-function
0.0008 ( 1.0%) 0.0012 ( 1.4%) 0.0021 ( 1.2%) 0.0020 ( 1.2%) import-clang-decl
0.0009 ( 1.0%) 0.0002 ( 0.3%) 0.0011 ( 0.6%) 0.0011 ( 0.6%) build-rewrite-system
0.0007 ( 0.8%) 0.0003 ( 0.4%) 0.0010 ( 0.6%) 0.0010 ( 0.6%) precheck-target
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%) 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%) 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.0880 (100.0%) 0.0849 (100.0%) 0.1729 (100.0%) 0.1740 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.0984 seconds (0.0998 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0524 (100.0%) 0.0460 (100.0%) 0.0984 (100.0%) 0.0998 (100.0%) Building Target
0.0524 (100.0%) 0.0460 (100.0%) 0.0984 (100.0%) 0.0998 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Pluginized/Internal/PluginExtensionProviderRegistry.swift (in target 'NeedleFoundation' from project 'NeedleFoundation')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Pluginized/Internal/PluginExtensionProviderRegistry.swift:31:23: warning: static property 'instance' is not concurrency-safe because non-'Sendable' type '__PluginExtensionProviderRegistry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let instance = __PluginExtensionProviderRegistry()
^
/Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Pluginized/Internal/PluginExtensionProviderRegistry.swift:28:14: note: class '__PluginExtensionProviderRegistry' does not conform to the 'Sendable' protocol
public class __PluginExtensionProviderRegistry {
^
/Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Pluginized/Internal/PluginExtensionProviderRegistry.swift:31:23: note: add '@MainActor' to make static property 'instance' part of global actor 'MainActor'
public static let instance = __PluginExtensionProviderRegistry()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Pluginized/Internal/PluginExtensionProviderRegistry.swift:31:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let instance = __PluginExtensionProviderRegistry()
^
nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64_32 Compiling DependencyProviderRegistry.swift (in target 'NeedleFoundation' from project 'NeedleFoundation')
SwiftCompile normal arm64 Compiling\ DependencyProviderRegistry.swift /Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Internal/DependencyProviderRegistry.swift (in target 'NeedleFoundation' from project 'NeedleFoundation')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Internal/DependencyProviderRegistry.swift (in target 'NeedleFoundation' from project 'NeedleFoundation')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Internal/DependencyProviderRegistry.swift:32:23: warning: static property 'instance' is not concurrency-safe because non-'Sendable' type '__DependencyProviderRegistry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let instance = __DependencyProviderRegistry()
^
/Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Internal/DependencyProviderRegistry.swift:29:14: note: class '__DependencyProviderRegistry' does not conform to the 'Sendable' protocol
public class __DependencyProviderRegistry {
^
/Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Internal/DependencyProviderRegistry.swift:32:23: note: add '@MainActor' to make static property 'instance' part of global actor 'MainActor'
public static let instance = __DependencyProviderRegistry()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Internal/DependencyProviderRegistry.swift:32:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let instance = __DependencyProviderRegistry()
^
nonisolated(unsafe)
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746839719292622-swift-frontend-NeedleFoundation-DependencyProviderRegistry.swift-arm64_apple_watchos2.0-o-Onone-4157211860.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.1836 seconds (0.1852 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0187 ( 20.4%) 0.0320 ( 34.8%) 0.0507 ( 27.6%) 0.0515 ( 27.8%) parse-and-resolve-imports
0.0187 ( 20.4%) 0.0319 ( 34.7%) 0.0506 ( 27.5%) 0.0513 ( 27.7%) Import resolution
0.0099 ( 10.8%) 0.0049 ( 5.3%) 0.0148 ( 8.1%) 0.0148 ( 8.0%) perform-sema
0.0099 ( 10.8%) 0.0048 ( 5.3%) 0.0147 ( 8.0%) 0.0148 ( 8.0%) Type checking and Semantic analysis
0.0076 ( 8.3%) 0.0036 ( 3.9%) 0.0112 ( 6.1%) 0.0112 ( 6.0%) typecheck-expr
0.0055 ( 6.0%) 0.0036 ( 3.9%) 0.0090 ( 4.9%) 0.0090 ( 4.9%) typecheck-decl
0.0051 ( 5.6%) 0.0016 ( 1.7%) 0.0067 ( 3.7%) 0.0068 ( 3.6%) typecheck-stmt
0.0026 ( 2.9%) 0.0028 ( 3.1%) 0.0055 ( 3.0%) 0.0055 ( 3.0%) IRGen
0.0012 ( 1.3%) 0.0034 ( 3.7%) 0.0045 ( 2.5%) 0.0045 ( 2.4%) load-stdlib
0.0043 ( 4.7%) 0.0002 ( 0.2%) 0.0044 ( 2.4%) 0.0044 ( 2.4%) SIL optimization
0.0031 ( 3.4%) 0.0007 ( 0.7%) 0.0037 ( 2.0%) 0.0037 ( 2.0%) SILGen
0.0025 ( 2.7%) 0.0005 ( 0.5%) 0.0029 ( 1.6%) 0.0029 ( 1.6%) SILGen-function
0.0008 ( 0.9%) 0.0014 ( 1.5%) 0.0023 ( 1.2%) 0.0023 ( 1.2%) import-clang-decl
0.0010 ( 1.1%) 0.0004 ( 0.4%) 0.0014 ( 0.8%) 0.0014 ( 0.7%) build-rewrite-system
0.0008 ( 0.8%) 0.0002 ( 0.3%) 0.0010 ( 0.6%) 0.0010 ( 0.5%) precheck-target
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%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0917 (100.0%) 0.0919 (100.0%) 0.1836 (100.0%) 0.1852 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.1050 seconds (0.1059 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0557 (100.0%) 0.0494 (100.0%) 0.1050 (100.0%) 0.1059 (100.0%) Building Target
0.0557 (100.0%) 0.0494 (100.0%) 0.1050 (100.0%) 0.1059 (100.0%) Total
SwiftDriverJobDiscovery normal arm64_32 Compiling Bootstrap.swift (in target 'NeedleFoundation' from project 'NeedleFoundation')
SwiftCompile normal armv7k Compiling\ PluginizedComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Pluginized/PluginizedComponent.swift (in target 'NeedleFoundation' from project 'NeedleFoundation')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Pluginized/PluginizedComponent.swift (in target 'NeedleFoundation' from project 'NeedleFoundation')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746839719292110-swift-frontend-NeedleFoundation-PluginizedComponent.swift-armv7k_apple_watchos2.0-o-Onone-119802469.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.2575 seconds (0.2585 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0185 ( 11.8%) 0.0301 ( 29.8%) 0.0486 ( 18.9%) 0.0491 ( 19.0%) parse-and-resolve-imports
0.0185 ( 11.8%) 0.0300 ( 29.7%) 0.0485 ( 18.8%) 0.0490 ( 18.9%) Import resolution
0.0225 ( 14.4%) 0.0072 ( 7.1%) 0.0297 ( 11.5%) 0.0297 ( 11.5%) perform-sema
0.0225 ( 14.3%) 0.0071 ( 7.1%) 0.0296 ( 11.5%) 0.0296 ( 11.5%) Type checking and Semantic analysis
0.0208 ( 13.3%) 0.0061 ( 6.0%) 0.0268 ( 10.4%) 0.0269 ( 10.4%) typecheck-expr
0.0189 ( 12.1%) 0.0054 ( 5.4%) 0.0244 ( 9.5%) 0.0244 ( 9.4%) typecheck-stmt
0.0085 ( 5.4%) 0.0028 ( 2.8%) 0.0113 ( 4.4%) 0.0113 ( 4.4%) precheck-target
0.0045 ( 2.9%) 0.0025 ( 2.5%) 0.0071 ( 2.7%) 0.0071 ( 2.7%) IRGen
0.0049 ( 3.1%) 0.0014 ( 1.4%) 0.0063 ( 2.4%) 0.0063 ( 2.4%) build-rewrite-system
0.0048 ( 3.1%) 0.0010 ( 1.0%) 0.0059 ( 2.3%) 0.0059 ( 2.3%) SILGen
0.0013 ( 0.8%) 0.0036 ( 3.5%) 0.0048 ( 1.9%) 0.0048 ( 1.9%) load-stdlib
0.0031 ( 2.0%) 0.0015 ( 1.5%) 0.0046 ( 1.8%) 0.0046 ( 1.8%) typecheck-decl
0.0043 ( 2.7%) 0.0001 ( 0.1%) 0.0044 ( 1.7%) 0.0044 ( 1.7%) SIL optimization
0.0012 ( 0.8%) 0.0017 ( 1.7%) 0.0028 ( 1.1%) 0.0029 ( 1.1%) import-clang-decl
0.0022 ( 1.4%) 0.0003 ( 0.3%) 0.0025 ( 1.0%) 0.0025 ( 1.0%) SILGen-function
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.1566 (100.0%) 0.1009 (100.0%) 0.2575 (100.0%) 0.2585 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.1277 seconds (0.1282 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0782 (100.0%) 0.0495 (100.0%) 0.1277 (100.0%) 0.1282 (100.0%) Building Target
0.0782 (100.0%) 0.0495 (100.0%) 0.1277 (100.0%) 0.1282 (100.0%) Total
SwiftDriverJobDiscovery normal arm64 Compiling NonCoreComponent.swift (in target 'NeedleFoundation' from project 'NeedleFoundation')
SwiftCompile normal arm64_32 Compiling\ PluginExtensionProviderRegistry.swift /Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Pluginized/Internal/PluginExtensionProviderRegistry.swift (in target 'NeedleFoundation' from project 'NeedleFoundation')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746839719292241-swift-frontend-NeedleFoundation-PluginExtensionProviderRegistry.swift-arm64_32_apple_watchos2.0-o-Onone-3368646305.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.1733 seconds (0.1743 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0193 ( 22.8%) 0.0321 ( 36.2%) 0.0514 ( 29.6%) 0.0518 ( 29.7%) parse-and-resolve-imports
0.0192 ( 22.7%) 0.0320 ( 36.0%) 0.0512 ( 29.5%) 0.0517 ( 29.7%) Import resolution
0.0081 ( 9.5%) 0.0042 ( 4.7%) 0.0123 ( 7.1%) 0.0123 ( 7.0%) perform-sema
0.0080 ( 9.5%) 0.0041 ( 4.7%) 0.0122 ( 7.0%) 0.0122 ( 7.0%) Type checking and Semantic analysis
0.0063 ( 7.4%) 0.0030 ( 3.4%) 0.0093 ( 5.4%) 0.0093 ( 5.3%) typecheck-expr
0.0052 ( 6.1%) 0.0034 ( 3.9%) 0.0086 ( 5.0%) 0.0086 ( 4.9%) typecheck-decl
0.0028 ( 3.3%) 0.0027 ( 3.1%) 0.0055 ( 3.2%) 0.0055 ( 3.2%) IRGen
0.0012 ( 1.4%) 0.0035 ( 3.9%) 0.0046 ( 2.7%) 0.0046 ( 2.7%) load-stdlib
0.0035 ( 4.1%) 0.0009 ( 1.0%) 0.0043 ( 2.5%) 0.0043 ( 2.5%) typecheck-stmt
0.0041 ( 4.8%) 0.0001 ( 0.1%) 0.0041 ( 2.4%) 0.0041 ( 2.4%) SIL optimization
0.0029 ( 3.4%) 0.0007 ( 0.8%) 0.0036 ( 2.1%) 0.0036 ( 2.0%) SILGen
0.0019 ( 2.2%) 0.0004 ( 0.5%) 0.0023 ( 1.3%) 0.0023 ( 1.3%) SILGen-function
0.0008 ( 0.9%) 0.0012 ( 1.3%) 0.0020 ( 1.1%) 0.0020 ( 1.1%) import-clang-decl
0.0009 ( 1.0%) 0.0002 ( 0.3%) 0.0011 ( 0.6%) 0.0011 ( 0.6%) build-rewrite-system
0.0006 ( 0.7%) 0.0002 ( 0.3%) 0.0009 ( 0.5%) 0.0009 ( 0.5%) precheck-target
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%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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.0846 (100.0%) 0.0887 (100.0%) 0.1733 (100.0%) 0.1743 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.1037 seconds (0.1042 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0546 (100.0%) 0.0492 (100.0%) 0.1037 (100.0%) 0.1042 (100.0%) Building Target
0.0546 (100.0%) 0.0492 (100.0%) 0.1037 (100.0%) 0.1042 (100.0%) Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Pluginized/Internal/PluginExtensionProviderRegistry.swift (in target 'NeedleFoundation' from project 'NeedleFoundation')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Pluginized/Internal/PluginExtensionProviderRegistry.swift:31:23: warning: static property 'instance' is not concurrency-safe because non-'Sendable' type '__PluginExtensionProviderRegistry' may have shared mutable state; this is an error in the Swift 6 language mode
public static let instance = __PluginExtensionProviderRegistry()
^
/Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Pluginized/Internal/PluginExtensionProviderRegistry.swift:28:14: note: class '__PluginExtensionProviderRegistry' does not conform to the 'Sendable' protocol
public class __PluginExtensionProviderRegistry {
^
/Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Pluginized/Internal/PluginExtensionProviderRegistry.swift:31:23: note: add '@MainActor' to make static property 'instance' part of global actor 'MainActor'
public static let instance = __PluginExtensionProviderRegistry()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Pluginized/Internal/PluginExtensionProviderRegistry.swift:31:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let instance = __PluginExtensionProviderRegistry()
^
nonisolated(unsafe)
SwiftCompile normal arm64_32 Compiling\ Component.swift /Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Component.swift (in target 'NeedleFoundation' from project 'NeedleFoundation')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Component.swift (in target 'NeedleFoundation' from project 'NeedleFoundation')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746839719295217-swift-frontend-NeedleFoundation-Component.swift-arm64_32_apple_watchos2.0-o-Onone-261061194.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.2778 seconds (0.2814 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0192 ( 11.3%) 0.0304 ( 28.1%) 0.0496 ( 17.9%) 0.0514 ( 18.2%) parse-and-resolve-imports
0.0192 ( 11.3%) 0.0303 ( 28.0%) 0.0495 ( 17.8%) 0.0512 ( 18.2%) Import resolution
0.0246 ( 14.5%) 0.0088 ( 8.2%) 0.0334 ( 12.0%) 0.0334 ( 11.9%) perform-sema
0.0245 ( 14.4%) 0.0088 ( 8.1%) 0.0333 ( 12.0%) 0.0333 ( 11.8%) Type checking and Semantic analysis
0.0217 ( 12.8%) 0.0076 ( 7.0%) 0.0294 ( 10.6%) 0.0294 ( 10.4%) typecheck-expr
0.0210 ( 12.3%) 0.0081 ( 7.5%) 0.0291 ( 10.5%) 0.0291 ( 10.4%) typecheck-decl
0.0078 ( 4.6%) 0.0027 ( 2.5%) 0.0105 ( 3.8%) 0.0105 ( 3.7%) precheck-target
0.0081 ( 4.8%) 0.0024 ( 2.2%) 0.0105 ( 3.8%) 0.0105 ( 3.7%) build-rewrite-system
0.0044 ( 2.6%) 0.0022 ( 2.1%) 0.0066 ( 2.4%) 0.0066 ( 2.4%) IRGen
0.0052 ( 3.1%) 0.0001 ( 0.1%) 0.0053 ( 1.9%) 0.0053 ( 1.9%) SIL optimization
0.0042 ( 2.5%) 0.0007 ( 0.7%) 0.0050 ( 1.8%) 0.0050 ( 1.8%) SILGen
0.0018 ( 1.0%) 0.0025 ( 2.3%) 0.0042 ( 1.5%) 0.0042 ( 1.5%) import-clang-decl
0.0036 ( 2.1%) 0.0006 ( 0.5%) 0.0041 ( 1.5%) 0.0041 ( 1.5%) typecheck-stmt
0.0034 ( 2.0%) 0.0006 ( 0.5%) 0.0039 ( 1.4%) 0.0039 ( 1.4%) SILGen-function
0.0010 ( 0.6%) 0.0023 ( 2.1%) 0.0033 ( 1.2%) 0.0033 ( 1.2%) load-stdlib
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%) SIL verification, post-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%) 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%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.1698 (100.0%) 0.1081 (100.0%) 0.2778 (100.0%) 0.2814 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.1389 seconds (0.1408 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0889 (100.0%) 0.0500 (100.0%) 0.1389 (100.0%) 0.1408 (100.0%) Building Target
0.0889 (100.0%) 0.0500 (100.0%) 0.1389 (100.0%) 0.1408 (100.0%) Total
SwiftDriverJobDiscovery normal armv7k Compiling Component.swift (in target 'NeedleFoundation' from project 'NeedleFoundation')
SwiftDriverJobDiscovery normal armv7k Compiling NonCoreComponent.swift (in target 'NeedleFoundation' from project 'NeedleFoundation')
SwiftDriverJobDiscovery normal arm64 Compiling PluginizedScopeLifecycle.swift (in target 'NeedleFoundation' from project 'NeedleFoundation')
SwiftDriverJobDiscovery normal arm64 Compiling Bootstrap.swift (in target 'NeedleFoundation' from project 'NeedleFoundation')
SwiftDriverJobDiscovery normal armv7k Compiling DependencyProviderRegistry.swift (in target 'NeedleFoundation' from project 'NeedleFoundation')
SwiftDriverJobDiscovery normal armv7k Compiling Bootstrap.swift (in target 'NeedleFoundation' from project 'NeedleFoundation')
SwiftDriverJobDiscovery normal arm64 Compiling PluginExtensionProviderRegistry.swift (in target 'NeedleFoundation' from project 'NeedleFoundation')
SwiftDriverJobDiscovery normal arm64 Compiling Component.swift (in target 'NeedleFoundation' from project 'NeedleFoundation')
SwiftDriverJobDiscovery normal arm64_32 Compiling PluginExtensionProviderRegistry.swift (in target 'NeedleFoundation' from project 'NeedleFoundation')
SwiftDriverJobDiscovery normal arm64 Compiling DependencyProviderRegistry.swift (in target 'NeedleFoundation' from project 'NeedleFoundation')
SwiftDriver\ Compilation NeedleFoundation normal arm64 com.apple.xcode.tools.swift.compiler (in target 'NeedleFoundation' from project 'NeedleFoundation')
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 NeedleFoundation -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64/NeedleFoundation.SwiftFileList -DSWIFT_PACKAGE -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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos2.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -application-extension -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-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64/NeedleFoundation-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/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64/NeedleFoundation.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/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64/NeedleFoundation_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64/NeedleFoundation-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/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64/Binary/NeedleFoundation normal arm64 (in target 'NeedleFoundation' from project 'NeedleFoundation')
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-watchos2.0 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64/NeedleFoundation.LinkFileList -install_name @rpath/NeedleFoundation.framework/NeedleFoundation -Xlinker -rpath -Xlinker /usr/lib/swift -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/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64/NeedleFoundation_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64/NeedleFoundation_dependency_info.dat -fapplication-extension -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64/NeedleFoundation.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64/Binary/NeedleFoundation
SwiftDriverJobDiscovery normal armv7k Compiling PluginizedComponent.swift (in target 'NeedleFoundation' from project 'NeedleFoundation')
SwiftDriver\ Compilation NeedleFoundation normal armv7k com.apple.xcode.tools.swift.compiler (in target 'NeedleFoundation' from project 'NeedleFoundation')
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 NeedleFoundation -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/armv7k/NeedleFoundation.SwiftFileList -DSWIFT_PACKAGE -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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos2.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -application-extension -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-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/armv7k/NeedleFoundation-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/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/armv7k/NeedleFoundation.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/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/armv7k/NeedleFoundation_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/armv7k/NeedleFoundation-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/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/armv7k/Binary/NeedleFoundation normal armv7k (in target 'NeedleFoundation' from project 'NeedleFoundation')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target armv7k-apple-watchos2.0 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/armv7k/NeedleFoundation.LinkFileList -install_name @rpath/NeedleFoundation.framework/NeedleFoundation -Xlinker -rpath -Xlinker /usr/lib/swift -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/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/armv7k/NeedleFoundation_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/armv7k/NeedleFoundation_dependency_info.dat -fapplication-extension -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/armv7k/NeedleFoundation.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/armv7k/Binary/NeedleFoundation
SwiftDriverJobDiscovery normal arm64_32 Compiling Component.swift (in target 'NeedleFoundation' from project 'NeedleFoundation')
SwiftDriver\ Compilation NeedleFoundation normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'NeedleFoundation' from project 'NeedleFoundation')
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 NeedleFoundation -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64_32/NeedleFoundation.SwiftFileList -DSWIFT_PACKAGE -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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos2.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -application-extension -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-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64_32/NeedleFoundation-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/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64_32/NeedleFoundation.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/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64_32/NeedleFoundation_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64_32/NeedleFoundation-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/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64_32/Binary/NeedleFoundation normal arm64_32 (in target 'NeedleFoundation' from project 'NeedleFoundation')
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_32-apple-watchos2.0 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64_32/NeedleFoundation.LinkFileList -install_name @rpath/NeedleFoundation.framework/NeedleFoundation -Xlinker -rpath -Xlinker /usr/lib/swift -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/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64_32/NeedleFoundation_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64_32/NeedleFoundation_dependency_info.dat -fapplication-extension -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64_32/NeedleFoundation.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64_32/Binary/NeedleFoundation
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/NeedleFoundation.framework/NeedleFoundation normal arm64\ armv7k\ arm64_32 (in target 'NeedleFoundation' from project 'NeedleFoundation')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64/Binary/NeedleFoundation /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/armv7k/Binary/NeedleFoundation /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64_32/Binary/NeedleFoundation -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/NeedleFoundation.framework/NeedleFoundation
ExtractAppIntentsMetadata (in target 'NeedleFoundation' from project 'NeedleFoundation')
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 NeedleFoundation --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk --xcode-version 16E140 --platform-family watchOS --deployment-target 2.0 --bundle-identifier NeedleFoundation --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/NeedleFoundation.framework --target-triple arm64-apple-watchos2.0 --target-triple armv7k-apple-watchos2.0 --target-triple arm64_32-apple-watchos2.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/NeedleFoundation.framework/NeedleFoundation --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64/NeedleFoundation_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/armv7k/NeedleFoundation_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64_32/NeedleFoundation_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64/NeedleFoundation.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/armv7k/NeedleFoundation.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64_32/NeedleFoundation.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/NeedleFoundation.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/NeedleFoundation.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64/NeedleFoundation.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/armv7k/NeedleFoundation.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-watchos/NeedleFoundation.build/Objects-normal/arm64_32/NeedleFoundation.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-05-09 18:15:19.665 appintentsmetadataprocessor[966:5112] Starting appintentsmetadataprocessor export
2025-05-09 18:15:19.668 appintentsmetadataprocessor[966:5112] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos/NeedleFoundation.framework/NeedleFoundation.tbd (in target 'NeedleFoundation' from project 'NeedleFoundation')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/tapi stubify -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/NeedleFoundation.framework/NeedleFoundation -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos/NeedleFoundation.framework/NeedleFoundation.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/NeedleFoundation.framework (in target 'NeedleFoundation' from project 'NeedleFoundation')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/NeedleFoundation.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/NeedleFoundation.framework (in target 'NeedleFoundation' from project 'NeedleFoundation')
cd /Users/admin/builder/spi-builder-workspace
/usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/NeedleFoundation.framework
/Users/admin/builder/spi-builder-workspace/NeedleFoundation.xcodeproj: warning: The watchOS deployment target 'WATCHOS_DEPLOYMENT_TARGET' is set to 2.0, but the range of supported deployment target versions is 4.0 to 11.4.99. (in target 'NeedleFoundation' from project 'NeedleFoundation')
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "NeedleFoundation",
"name" : "NeedleFoundation",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "NeedleFoundation",
"targets" : [
"NeedleFoundation"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "NeedleFoundationTest",
"targets" : [
"NeedleFoundationTest"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "NeedleFoundationTests",
"module_type" : "SwiftTarget",
"name" : "NeedleFoundationTests",
"path" : "Tests/NeedleFoundationTests",
"sources" : [
"ComponentTests.swift",
"DependencyProviderRegistryTests.swift",
"Pluginized/PluginizedComponentTests.swift"
],
"target_dependencies" : [
"NeedleFoundation"
],
"type" : "test"
},
{
"c99name" : "NeedleFoundationTestTests",
"module_type" : "SwiftTarget",
"name" : "NeedleFoundationTestTests",
"path" : "Tests/NeedleFoundationTestTests",
"sources" : [
"MockComponentPathBuilderTests.swift"
],
"target_dependencies" : [
"NeedleFoundationTest"
],
"type" : "test"
},
{
"c99name" : "NeedleFoundationTest",
"module_type" : "SwiftTarget",
"name" : "NeedleFoundationTest",
"path" : "Sources/NeedleFoundationTest",
"product_memberships" : [
"NeedleFoundationTest"
],
"sources" : [
"MockComponentPathBuilder.swift"
],
"target_dependencies" : [
"NeedleFoundation"
],
"type" : "library"
},
{
"c99name" : "NeedleFoundation",
"module_type" : "SwiftTarget",
"name" : "NeedleFoundation",
"path" : "Sources/NeedleFoundation",
"product_memberships" : [
"NeedleFoundation",
"NeedleFoundationTest"
],
"sources" : [
"Bootstrap.swift",
"Component.swift",
"Internal/DependencyProviderRegistry.swift",
"Pluginized/Internal/PluginExtensionProviderRegistry.swift",
"Pluginized/NonCoreComponent.swift",
"Pluginized/PluginizedComponent.swift",
"Pluginized/PluginizedScopeLifecycle.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Done.