The Swift Package Index logo.Swift Package Index

Build Information

Successful build of NeedleFoundation, reference master (c6a3b2), with Swift 6.1 for iOS using Xcode 16.3 on 30 Apr 2026 09:39:31 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=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/uber/needle.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/uber/needle
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at c6a3b2c Replace path string literals with pre-computed hashes
Cloned https://github.com/uber/needle.git
Revision (git rev-parse @):
c6a3b2c5f4bb60da4ab9ee97fea38cdf45cd4bcc
SUCCESS checkout https://github.com/uber/needle.git at master
========================================
Build
========================================
Selected platform:         iOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/uber/needle.git
https://github.com/uber/needle.git
{
  "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",
        "StableFNVHasherTests.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",
        "Internal/StableFNVHasher.swift",
        "Pluginized/Internal/PluginExtensionProviderRegistry.swift",
        "Pluginized/NonCoreComponent.swift",
        "Pluginized/PluginizedComponent.swift",
        "Pluginized/PluginizedScopeLifecycle.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/uber/swift-concurrency.git
Fetching from https://github.com/apple/swift-syntax.git
Fetching from https://github.com/uber/swift-common.git
Fetching from https://github.com/apple/swift-tools-support-core (cached)
Fetching from https://github.com/apple/swift-system.git (cached)
Creating working copy of package ‘swift-concurrency’
Checking out 0.7.1 of package ‘swift-concurrency’
Creating working copy of package ‘swift-system’
Checking out 1.1.1 of package ‘swift-system’
Creating working copy of package ‘swift-tools-support-core’
Checking out 0.2.7 of package ‘swift-tools-support-core’
Creating working copy of package ‘swift-syntax’
Checking out 510.0.3 of package ‘swift-syntax’
Creating working copy of package ‘swift-common’
Checking out 0.5.0 of package ‘swift-common’
Resolved source packages:
  Concurrency: https://github.com/uber/swift-concurrency.git @ 0.7.1
  swift-system: https://github.com/apple/swift-system.git @ 1.1.1
  Needle: /Users/admin/builder/spi-builder-workspace/Generator
  swift-tools-support-core: https://github.com/apple/swift-tools-support-core @ 0.2.7
  swift-syntax: https://github.com/apple/swift-syntax.git @ 510.0.3
  Swift-Common: https://github.com/uber/swift-common.git @ 0.5.0
resolved source packages: Concurrency, swift-system, Needle, swift-tools-support-core, swift-syntax, Swift-Common
{
  "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",
        "StableFNVHasherTests.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",
        "Internal/StableFNVHasher.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=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme NeedleFoundation -destination generic/platform=iOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolved source packages:
  Swift-Common: https://github.com/uber/swift-common.git @ 0.5.0
  swift-syntax: https://github.com/apple/swift-syntax.git @ 510.0.3
  Concurrency: https://github.com/uber/swift-concurrency.git @ 0.7.1
  swift-system: https://github.com/apple/swift-system.git @ 1.1.1
  swift-tools-support-core: https://github.com/apple/swift-tools-support-core @ 0.2.7
  Needle: /Users/admin/builder/spi-builder-workspace/Generator
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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: cd79c18624e05577bb2cf34f2b33b9c4
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/cd79c18624e05577bb2cf34f2b33b9c4.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
    cd /Users/admin/builder/spi-builder-workspace/NeedleFoundation.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
    cd /Users/admin/builder/spi-builder-workspace/NeedleFoundation.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-iphoneos/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-iphoneos/NeedleFoundation.build/NeedleFoundation.DependencyStaticMetadataFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/NeedleFoundation.framework
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/NeedleFoundation.framework/Headers
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-iphoneos/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-iphoneos/NeedleFoundation.build/NeedleFoundation.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-iphoneos/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-iphoneos/NeedleFoundation.build/Objects-normal/arm64/NeedleFoundation_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-iphoneos/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-iphoneos/NeedleFoundation.build/Objects-normal/arm64/NeedleFoundation.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-iphoneos/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-iphoneos/NeedleFoundation.build/Objects-normal/arm64/NeedleFoundation.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-iphoneos/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-iphoneos/NeedleFoundation.build/Objects-normal/arm64/NeedleFoundation-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-iphoneos/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-iphoneos/NeedleFoundation.build/Objects-normal/arm64/NeedleFoundation.SwiftConstValuesFileList
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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 iphoneos -requiredArchitecture arm64 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/NeedleFoundation.framework/Info.plist
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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios9.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-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/NeedleFoundation.build/Objects-normal/arm64/NeedleFoundation_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-iphoneos/NeedleFoundation.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-iphoneos/NeedleFoundation.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-iphoneos/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-iphoneos/NeedleFoundation.build/Objects-normal/arm64/NeedleFoundation-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
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-1777541967867675-swift-frontend-NeedleFoundation-Bootstrap.swift-arm64_apple_ios9.0-o-Onone-3397853139.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3143 seconds (2.7758 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0172 ( 12.2%)   0.0574 ( 33.1%)   0.0746 ( 23.7%)   1.2837 ( 46.2%)  parse-and-resolve-imports
   0.0172 ( 12.2%)   0.0573 ( 33.1%)   0.0746 ( 23.7%)   1.2836 ( 46.2%)  Import resolution
   0.0722 ( 51.2%)   0.0253 ( 14.6%)   0.0974 ( 31.0%)   0.0974 (  3.5%)  build-rewrite-system
   0.0015 (  1.0%)   0.0130 (  7.5%)   0.0145 (  4.6%)   0.0575 (  2.1%)  load-stdlib
   0.0098 (  6.9%)   0.0094 (  5.4%)   0.0192 (  6.1%)   0.0192 (  0.7%)  import-clang-decl
   0.0033 (  2.3%)   0.0035 (  2.0%)   0.0068 (  2.2%)   0.0069 (  0.2%)  IRGen
   0.0043 (  3.1%)   0.0017 (  1.0%)   0.0061 (  1.9%)   0.0061 (  0.2%)  SILGen
   0.0041 (  2.9%)   0.0001 (  0.1%)   0.0042 (  1.3%)   0.0042 (  0.2%)  SIL optimization
   0.0026 (  1.8%)   0.0014 (  0.8%)   0.0040 (  1.3%)   0.0040 (  0.1%)  typecheck-expr
   0.0024 (  1.7%)   0.0012 (  0.7%)   0.0036 (  1.1%)   0.0037 (  0.1%)  perform-sema
   0.0023 (  1.7%)   0.0012 (  0.7%)   0.0035 (  1.1%)   0.0036 (  0.1%)  Type checking and Semantic analysis
   0.0018 (  1.3%)   0.0010 (  0.6%)   0.0028 (  0.9%)   0.0029 (  0.1%)  typecheck-decl
   0.0010 (  0.7%)   0.0003 (  0.1%)   0.0012 (  0.4%)   0.0012 (  0.0%)  SILGen-function
   0.0007 (  0.5%)   0.0003 (  0.1%)   0.0010 (  0.3%)   0.0010 (  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.0003 (  0.1%)   0.0003 (  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, 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%)  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.1410 (100.0%)   0.1733 (100.0%)   0.3143 (100.0%)   2.7758 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.3915 seconds (2.6901 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.7937 (100.0%)   0.5977 (100.0%)   1.3915 (100.0%)   2.6901 (100.0%)  Building Target
   0.7937 (100.0%)   0.5977 (100.0%)   1.3915 (100.0%)   2.6901 (100.0%)  Total
SwiftCompile normal arm64 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-1777541967873383-swift-frontend-NeedleFoundation-Component.swift-arm64_apple_ios9.0-o-Onone-2923664345.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4446 seconds (3.1318 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0184 (  7.7%)   0.0619 ( 30.0%)   0.0804 ( 18.1%)   1.4031 ( 44.8%)  parse-and-resolve-imports
   0.0184 (  7.7%)   0.0618 ( 30.0%)   0.0803 ( 18.1%)   1.4030 ( 44.8%)  Import resolution
   0.0746 ( 31.3%)   0.0252 ( 12.2%)   0.0998 ( 22.5%)   0.0998 (  3.2%)  build-rewrite-system
   0.0015 (  0.6%)   0.0114 (  5.5%)   0.0129 (  2.9%)   0.0547 (  1.7%)  load-stdlib
   0.0230 (  9.6%)   0.0080 (  3.9%)   0.0309 (  7.0%)   0.0310 (  1.0%)  perform-sema
   0.0229 (  9.6%)   0.0079 (  3.8%)   0.0308 (  6.9%)   0.0309 (  1.0%)  Type checking and Semantic analysis
   0.0203 (  8.5%)   0.0067 (  3.2%)   0.0270 (  6.1%)   0.0270 (  0.9%)  typecheck-expr
   0.0191 (  8.0%)   0.0071 (  3.4%)   0.0261 (  5.9%)   0.0261 (  0.8%)  typecheck-decl
   0.0105 (  4.4%)   0.0081 (  3.9%)   0.0186 (  4.2%)   0.0186 (  0.6%)  import-clang-decl
   0.0071 (  3.0%)   0.0023 (  1.1%)   0.0094 (  2.1%)   0.0094 (  0.3%)  precheck-target
   0.0054 (  2.3%)   0.0030 (  1.5%)   0.0085 (  1.9%)   0.0085 (  0.3%)  IRGen
   0.0044 (  1.9%)   0.0008 (  0.4%)   0.0052 (  1.2%)   0.0052 (  0.2%)  SILGen
   0.0048 (  2.0%)   0.0001 (  0.0%)   0.0049 (  1.1%)   0.0049 (  0.2%)  SIL optimization
   0.0038 (  1.6%)   0.0008 (  0.4%)   0.0046 (  1.0%)   0.0046 (  0.1%)  typecheck-stmt
   0.0035 (  1.5%)   0.0006 (  0.3%)   0.0041 (  0.9%)   0.0041 (  0.1%)  SILGen-function
   0.0007 (  0.3%)   0.0003 (  0.2%)   0.0010 (  0.2%)   0.0010 (  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%)  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%)  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.2384 (100.0%)   0.2061 (100.0%)   0.4446 (100.0%)   3.1318 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.2895 seconds (2.6845 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.7729 (100.0%)   0.5167 (100.0%)   1.2895 (100.0%)   2.6845 (100.0%)  Building Target
   0.7729 (100.0%)   0.5167 (100.0%)   1.2895 (100.0%)   2.6845 (100.0%)  Total
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

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-1777541967884605-swift-frontend-NeedleFoundation-PluginizedComponent.swift-arm64_apple_ios9.0-o-Onone-1353362708.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4035 seconds (2.9246 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0177 (  7.9%)   0.0524 ( 29.2%)   0.0700 ( 17.4%)   1.3137 ( 44.9%)  parse-and-resolve-imports
   0.0176 (  7.9%)   0.0523 ( 29.2%)   0.0699 ( 17.3%)   1.3136 ( 44.9%)  Import resolution
   0.0756 ( 33.7%)   0.0283 ( 15.8%)   0.1039 ( 25.8%)   0.1039 (  3.6%)  build-rewrite-system
   0.0011 (  0.5%)   0.0058 (  3.3%)   0.0069 (  1.7%)   0.0405 (  1.4%)  load-stdlib
   0.0202 (  9.0%)   0.0065 (  3.6%)   0.0267 (  6.6%)   0.0268 (  0.9%)  perform-sema
   0.0202 (  9.0%)   0.0065 (  3.6%)   0.0266 (  6.6%)   0.0267 (  0.9%)  Type checking and Semantic analysis
   0.0187 (  8.4%)   0.0058 (  3.2%)   0.0245 (  6.1%)   0.0245 (  0.8%)  typecheck-expr
   0.0169 (  7.5%)   0.0051 (  2.8%)   0.0220 (  5.4%)   0.0220 (  0.8%)  typecheck-stmt
   0.0097 (  4.3%)   0.0085 (  4.7%)   0.0182 (  4.5%)   0.0182 (  0.6%)  import-clang-decl
   0.0081 (  3.6%)   0.0026 (  1.5%)   0.0107 (  2.7%)   0.0107 (  0.4%)  precheck-target
   0.0043 (  1.9%)   0.0024 (  1.3%)   0.0067 (  1.7%)   0.0067 (  0.2%)  IRGen
   0.0045 (  2.0%)   0.0010 (  0.5%)   0.0055 (  1.4%)   0.0055 (  0.2%)  SILGen
   0.0043 (  1.9%)   0.0001 (  0.1%)   0.0044 (  1.1%)   0.0044 (  0.1%)  SIL optimization
   0.0029 (  1.3%)   0.0013 (  0.7%)   0.0042 (  1.0%)   0.0042 (  0.1%)  typecheck-decl
   0.0018 (  0.8%)   0.0002 (  0.1%)   0.0020 (  0.5%)   0.0020 (  0.1%)  SILGen-function
   0.0007 (  0.3%)   0.0004 (  0.2%)   0.0011 (  0.3%)   0.0011 (  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%)  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.2244 (100.0%)   0.1792 (100.0%)   0.4035 (100.0%)   2.9246 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.3562 seconds (2.6709 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.7958 (100.0%)   0.5604 (100.0%)   1.3562 (100.0%)   2.6709 (100.0%)  Building Target
   0.7958 (100.0%)   0.5604 (100.0%)   1.3562 (100.0%)   2.6709 (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

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-1777541967882285-swift-frontend-NeedleFoundation-PluginExtensionProviderRegistry.swift-arm64_apple_ios9.0-o-Onone-414978315.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3377 seconds (2.8436 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0172 ( 10.5%)   0.0559 ( 32.3%)   0.0731 ( 21.7%)   1.3085 ( 46.0%)  parse-and-resolve-imports
   0.0172 ( 10.4%)   0.0559 ( 32.3%)   0.0730 ( 21.6%)   1.3084 ( 46.0%)  Import resolution
   0.0753 ( 45.7%)   0.0265 ( 15.3%)   0.1018 ( 30.2%)   0.1018 (  3.6%)  build-rewrite-system
   0.0011 (  0.7%)   0.0079 (  4.6%)   0.0090 (  2.7%)   0.0439 (  1.5%)  load-stdlib
   0.0101 (  6.1%)   0.0088 (  5.1%)   0.0189 (  5.6%)   0.0188 (  0.7%)  import-clang-decl
   0.0081 (  4.9%)   0.0038 (  2.2%)   0.0119 (  3.5%)   0.0120 (  0.4%)  perform-sema
   0.0081 (  4.9%)   0.0037 (  2.1%)   0.0118 (  3.5%)   0.0119 (  0.4%)  Type checking and Semantic analysis
   0.0063 (  3.8%)   0.0027 (  1.6%)   0.0091 (  2.7%)   0.0091 (  0.3%)  typecheck-expr
   0.0051 (  3.1%)   0.0030 (  1.8%)   0.0081 (  2.4%)   0.0082 (  0.3%)  typecheck-decl
   0.0027 (  1.7%)   0.0023 (  1.3%)   0.0050 (  1.5%)   0.0051 (  0.2%)  IRGen
   0.0036 (  2.2%)   0.0008 (  0.4%)   0.0044 (  1.3%)   0.0044 (  0.2%)  typecheck-stmt
   0.0040 (  2.4%)   0.0001 (  0.0%)   0.0040 (  1.2%)   0.0040 (  0.1%)  SIL optimization
   0.0025 (  1.5%)   0.0006 (  0.3%)   0.0031 (  0.9%)   0.0031 (  0.1%)  SILGen
   0.0020 (  1.2%)   0.0004 (  0.2%)   0.0024 (  0.7%)   0.0024 (  0.1%)  SILGen-function
   0.0007 (  0.4%)   0.0003 (  0.2%)   0.0010 (  0.3%)   0.0010 (  0.0%)  load-all-members
   0.0006 (  0.4%)   0.0003 (  0.2%)   0.0009 (  0.3%)   0.0009 (  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%)  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.1647 (100.0%)   0.1730 (100.0%)   0.3377 (100.0%)   2.8436 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.3658 seconds (2.6747 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.7888 (100.0%)   0.5770 (100.0%)   1.3658 (100.0%)   2.6747 (100.0%)  Building Target
   0.7888 (100.0%)   0.5770 (100.0%)   1.3658 (100.0%)   2.6747 (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)
SwiftCompile normal arm64 Compiling\ StableFNVHasher.swift /Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Internal/StableFNVHasher.swift (in target 'NeedleFoundation' from project 'NeedleFoundation')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1777541967884735-swift-frontend-NeedleFoundation-StableFNVHasher.swift-arm64_apple_ios9.0-o-Onone-921761195.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3012 seconds (2.7424 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0178 ( 12.8%)   0.0571 ( 35.2%)   0.0749 ( 24.9%)   1.2806 ( 46.7%)  parse-and-resolve-imports
   0.0178 ( 12.8%)   0.0571 ( 35.2%)   0.0748 ( 24.8%)   1.2805 ( 46.7%)  Import resolution
   0.0444 ( 31.9%)   0.0155 (  9.6%)   0.0599 ( 19.9%)   0.0603 (  2.2%)  build-rewrite-system
   0.0012 (  0.8%)   0.0058 (  3.6%)   0.0069 (  2.3%)   0.0353 (  1.3%)  load-stdlib
   0.0113 (  8.1%)   0.0053 (  3.3%)   0.0166 (  5.5%)   0.0169 (  0.6%)  perform-sema
   0.0113 (  8.1%)   0.0052 (  3.2%)   0.0165 (  5.5%)   0.0168 (  0.6%)  Type checking and Semantic analysis
   0.0098 (  7.0%)   0.0042 (  2.6%)   0.0140 (  4.6%)   0.0140 (  0.5%)  typecheck-stmt
   0.0069 (  5.0%)   0.0026 (  1.6%)   0.0095 (  3.2%)   0.0098 (  0.4%)  typecheck-expr
   0.0045 (  3.2%)   0.0013 (  0.8%)   0.0058 (  1.9%)   0.0058 (  0.2%)  precheck-target
   0.0024 (  1.7%)   0.0025 (  1.5%)   0.0048 (  1.6%)   0.0048 (  0.2%)  IRGen
   0.0020 (  1.5%)   0.0018 (  1.1%)   0.0038 (  1.3%)   0.0038 (  0.1%)  typecheck-for-each
   0.0025 (  1.8%)   0.0006 (  0.4%)   0.0032 (  1.0%)   0.0032 (  0.1%)  SILGen
   0.0015 (  1.1%)   0.0011 (  0.7%)   0.0025 (  0.8%)   0.0028 (  0.1%)  typecheck-decl
   0.0027 (  1.9%)   0.0001 (  0.0%)   0.0028 (  0.9%)   0.0028 (  0.1%)  SIL optimization
   0.0020 (  1.4%)   0.0005 (  0.3%)   0.0026 (  0.8%)   0.0026 (  0.1%)  SILGen-function
   0.0010 (  0.7%)   0.0014 (  0.9%)   0.0024 (  0.8%)   0.0024 (  0.1%)  import-clang-decl
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.1392 (100.0%)   0.1620 (100.0%)   0.3012 (100.0%)   2.7424 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4622 seconds (1.7067 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3269 (100.0%)   0.1353 (100.0%)   0.4622 (100.0%)   1.7067 (100.0%)  Building Target
   0.3269 (100.0%)   0.1353 (100.0%)   0.4622 (100.0%)   1.7067 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Internal/StableFNVHasher.swift (in target 'NeedleFoundation' from project 'NeedleFoundation')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 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-1777541967869417-swift-frontend-NeedleFoundation-NonCoreComponent.swift-arm64_apple_ios9.0-o-Onone-40536897.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3027 seconds (2.8679 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0176 ( 13.0%)   0.0563 ( 33.6%)   0.0738 ( 24.4%)   1.3312 ( 46.4%)  parse-and-resolve-imports
   0.0176 ( 13.0%)   0.0562 ( 33.6%)   0.0738 ( 24.4%)   1.3311 ( 46.4%)  Import resolution
   0.0734 ( 54.1%)   0.0264 ( 15.8%)   0.0998 ( 33.0%)   0.0998 (  3.5%)  build-rewrite-system
   0.0015 (  1.1%)   0.0102 (  6.1%)   0.0117 (  3.9%)   0.0622 (  2.2%)  load-stdlib
   0.0095 (  7.0%)   0.0090 (  5.4%)   0.0185 (  6.1%)   0.0185 (  0.6%)  import-clang-decl
   0.0040 (  2.9%)   0.0017 (  1.0%)   0.0056 (  1.9%)   0.0056 (  0.2%)  SILGen
   0.0019 (  1.4%)   0.0019 (  1.2%)   0.0039 (  1.3%)   0.0039 (  0.1%)  IRGen
   0.0024 (  1.7%)   0.0014 (  0.9%)   0.0038 (  1.3%)   0.0038 (  0.1%)  typecheck-expr
   0.0018 (  1.3%)   0.0012 (  0.7%)   0.0030 (  1.0%)   0.0030 (  0.1%)  perform-sema
   0.0018 (  1.3%)   0.0012 (  0.7%)   0.0030 (  1.0%)   0.0030 (  0.1%)  Type checking and Semantic analysis
   0.0016 (  1.1%)   0.0010 (  0.6%)   0.0026 (  0.9%)   0.0026 (  0.1%)  typecheck-decl
   0.0013 (  0.9%)   0.0000 (  0.0%)   0.0013 (  0.4%)   0.0013 (  0.0%)  SIL optimization
   0.0007 (  0.5%)   0.0003 (  0.2%)   0.0010 (  0.3%)   0.0010 (  0.0%)  load-all-members
   0.0003 (  0.2%)   0.0002 (  0.1%)   0.0004 (  0.1%)   0.0004 (  0.0%)  precheck-target
   0.0002 (  0.1%)   0.0001 (  0.0%)   0.0003 (  0.1%)   0.0003 (  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%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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.1355 (100.0%)   0.1672 (100.0%)   0.3027 (100.0%)   2.8679 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.3416 seconds (2.6869 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.7579 (100.0%)   0.5837 (100.0%)   1.3416 (100.0%)   2.6869 (100.0%)  Building Target
   0.7579 (100.0%)   0.5837 (100.0%)   1.3416 (100.0%)   2.6869 (100.0%)  Total
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

SwiftCompile normal arm64 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-1777541967884828-swift-frontend-NeedleFoundation-DependencyProviderRegistry.swift-arm64_apple_ios9.0-o-Onone-3691933492.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 2.5061 seconds (2.7651 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8704 ( 46.6%)   0.2836 ( 44.5%)   1.1540 ( 46.0%)   1.2601 ( 45.6%)  parse-and-resolve-imports
   0.8704 ( 46.6%)   0.2835 ( 44.5%)   1.1539 ( 46.0%)   1.2600 ( 45.6%)  Import resolution
   0.0761 (  4.1%)   0.0195 (  3.1%)   0.0957 (  3.8%)   0.0957 (  3.5%)  build-rewrite-system
   0.0011 (  0.1%)   0.0057 (  0.9%)   0.0068 (  0.3%)   0.0406 (  1.5%)  load-stdlib
   0.0079 (  0.4%)   0.0106 (  1.7%)   0.0185 (  0.7%)   0.0228 (  0.8%)  perform-sema
   0.0079 (  0.4%)   0.0106 (  1.7%)   0.0184 (  0.7%)   0.0227 (  0.8%)  Type checking and Semantic analysis
   0.0049 (  0.3%)   0.0101 (  1.6%)   0.0150 (  0.6%)   0.0193 (  0.7%)  typecheck-decl
   0.0096 (  0.5%)   0.0077 (  1.2%)   0.0172 (  0.7%)   0.0172 (  0.6%)  import-clang-decl
   0.0056 (  0.3%)   0.0018 (  0.3%)   0.0074 (  0.3%)   0.0074 (  0.3%)  typecheck-expr
   0.0028 (  0.1%)   0.0021 (  0.3%)   0.0049 (  0.2%)   0.0049 (  0.2%)  IRGen
   0.0036 (  0.2%)   0.0005 (  0.1%)   0.0041 (  0.2%)   0.0041 (  0.1%)  typecheck-stmt
   0.0037 (  0.2%)   0.0001 (  0.0%)   0.0038 (  0.2%)   0.0038 (  0.1%)  SIL optimization
   0.0022 (  0.1%)   0.0006 (  0.1%)   0.0028 (  0.1%)   0.0028 (  0.1%)  SILGen
   0.0015 (  0.1%)   0.0003 (  0.0%)   0.0018 (  0.1%)   0.0019 (  0.1%)  SILGen-function
   0.0007 (  0.0%)   0.0003 (  0.1%)   0.0010 (  0.0%)   0.0010 (  0.0%)  load-all-members
   0.0007 (  0.0%)   0.0001 (  0.0%)   0.0008 (  0.0%)   0.0008 (  0.0%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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
   1.8690 (100.0%)   0.6371 (100.0%)   2.5061 (100.0%)   2.7651 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.4760 seconds (2.6713 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.6540 (100.0%)   0.8219 (100.0%)   2.4760 (100.0%)   2.6713 (100.0%)  Building Target
   1.6540 (100.0%)   0.8219 (100.0%)   2.4760 (100.0%)   2.6713 (100.0%)  Total
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)
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-1777541967884726-swift-frontend-NeedleFoundation-all-arm64_apple_ios9.0-swiftmodule-Onone-3656671931.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3433 seconds (3.0940 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0176 ( 10.7%)   0.0547 ( 30.8%)   0.0723 ( 21.1%)   1.4308 ( 46.2%)  parse-and-resolve-imports
   0.0176 ( 10.6%)   0.0546 ( 30.7%)   0.0723 ( 21.0%)   1.4307 ( 46.2%)  Import resolution
   0.0275 ( 16.6%)   0.0118 (  6.7%)   0.0393 ( 11.5%)   0.0393 (  1.3%)  perform-sema
   0.0274 ( 16.5%)   0.0117 (  6.6%)   0.0391 ( 11.4%)   0.0392 (  1.3%)  Type checking and Semantic analysis
   0.0271 ( 16.4%)   0.0116 (  6.5%)   0.0388 ( 11.3%)   0.0388 (  1.3%)  typecheck-decl
   0.0011 (  0.7%)   0.0054 (  3.0%)   0.0065 (  1.9%)   0.0368 (  1.2%)  load-stdlib
   0.0177 ( 10.7%)   0.0072 (  4.1%)   0.0249 (  7.3%)   0.0249 (  0.8%)  typecheck-expr
   0.0056 (  3.4%)   0.0065 (  3.7%)   0.0122 (  3.5%)   0.0139 (  0.4%)  SIL optimization
   0.0083 (  5.0%)   0.0028 (  1.6%)   0.0111 (  3.2%)   0.0111 (  0.4%)  build-rewrite-system
   0.0073 (  4.4%)   0.0032 (  1.8%)   0.0105 (  3.1%)   0.0105 (  0.3%)  precheck-target
   0.0012 (  0.7%)   0.0033 (  1.9%)   0.0045 (  1.3%)   0.0062 (  0.2%)  Serialization, swiftmodule
   0.0036 (  2.2%)   0.0009 (  0.5%)   0.0045 (  1.3%)   0.0045 (  0.1%)  SILGen
   0.0015 (  0.9%)   0.0025 (  1.4%)   0.0040 (  1.2%)   0.0040 (  0.1%)  import-clang-decl
   0.0012 (  0.7%)   0.0003 (  0.2%)   0.0015 (  0.4%)   0.0015 (  0.0%)  SILGen-function
   0.0005 (  0.3%)   0.0010 (  0.5%)   0.0014 (  0.4%)   0.0014 (  0.0%)  Serialization, swiftdoc
   0.0003 (  0.2%)   0.0001 (  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, 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%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-module-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.1656 (100.0%)   0.1778 (100.0%)   0.3433 (100.0%)   3.0940 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1432 seconds (1.5337 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0601 (100.0%)   0.0831 (100.0%)   0.1432 (100.0%)   1.5337 (100.0%)  Building Target
   0.0601 (100.0%)   0.0831 (100.0%)   0.1432 (100.0%)   1.5337 (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 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-1777541967884233-swift-frontend-NeedleFoundation-PluginizedScopeLifecycle.swift-arm64_apple_ios9.0-o-Onone-3379882936.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3665 seconds (2.7761 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0215 ( 12.6%)   0.0608 ( 31.0%)   0.0822 ( 22.4%)   1.2808 ( 46.1%)  parse-and-resolve-imports
   0.0214 ( 12.6%)   0.0607 ( 31.0%)   0.0822 ( 22.4%)   1.2807 ( 46.1%)  Import resolution
   0.0769 ( 45.0%)   0.0247 ( 12.6%)   0.1016 ( 27.7%)   0.1017 (  3.7%)  build-rewrite-system
   0.0100 (  5.9%)   0.0105 (  5.3%)   0.0205 (  5.6%)   0.0273 (  1.0%)  load-stdlib
   0.0099 (  5.8%)   0.0088 (  4.5%)   0.0187 (  5.1%)   0.0187 (  0.7%)  import-clang-decl
   0.0082 (  4.8%)   0.0086 (  4.4%)   0.0168 (  4.6%)   0.0185 (  0.7%)  perform-sema
   0.0082 (  4.8%)   0.0086 (  4.4%)   0.0168 (  4.6%)   0.0184 (  0.7%)  Type checking and Semantic analysis
   0.0082 (  4.8%)   0.0085 (  4.4%)   0.0167 (  4.6%)   0.0184 (  0.7%)  typecheck-decl
   0.0019 (  1.1%)   0.0032 (  1.7%)   0.0051 (  1.4%)   0.0056 (  0.2%)  IRGen
   0.0016 (  1.0%)   0.0000 (  0.0%)   0.0017 (  0.5%)   0.0017 (  0.1%)  SIL optimization
   0.0011 (  0.6%)   0.0004 (  0.2%)   0.0015 (  0.4%)   0.0015 (  0.1%)  SILGen
   0.0007 (  0.4%)   0.0004 (  0.2%)   0.0011 (  0.3%)   0.0011 (  0.0%)  load-all-members
   0.0006 (  0.4%)   0.0003 (  0.1%)   0.0009 (  0.2%)   0.0009 (  0.0%)  SILGen-function
   0.0003 (  0.2%)   0.0001 (  0.1%)   0.0004 (  0.1%)   0.0004 (  0.0%)  typecheck-stmt
   0.0002 (  0.1%)   0.0001 (  0.1%)   0.0004 (  0.1%)   0.0004 (  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%)  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, 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%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.1707 (100.0%)   0.1958 (100.0%)   0.3665 (100.0%)   2.7761 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.4080 seconds (2.6707 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8031 (100.0%)   0.6049 (100.0%)   1.4080 (100.0%)   2.6707 (100.0%)  Building Target
   0.8031 (100.0%)   0.6049 (100.0%)   1.4080 (100.0%)   2.6707 (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 Emitting module for NeedleFoundation (in target 'NeedleFoundation' from project 'NeedleFoundation')
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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios9.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-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/NeedleFoundation.build/Objects-normal/arm64/NeedleFoundation_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-iphoneos/NeedleFoundation.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-iphoneos/NeedleFoundation.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-iphoneos/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-iphoneos/NeedleFoundation.build/Objects-normal/arm64/NeedleFoundation-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/NeedleFoundation.framework/Headers/NeedleFoundation-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-iphoneos/NeedleFoundation.build/Objects-normal/arm64/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-iphoneos/NeedleFoundation.build/Objects-normal/arm64/NeedleFoundation-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/NeedleFoundation.framework/Headers/NeedleFoundation-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/NeedleFoundation.framework/Modules/NeedleFoundation.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-iphoneos/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-iphoneos/NeedleFoundation.build/Objects-normal/arm64/NeedleFoundation.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/NeedleFoundation.framework/Modules/NeedleFoundation.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/NeedleFoundation.framework/Modules/NeedleFoundation.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-iphoneos/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-iphoneos/NeedleFoundation.build/Objects-normal/arm64/NeedleFoundation.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/NeedleFoundation.framework/Modules/NeedleFoundation.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/NeedleFoundation.framework/Modules/NeedleFoundation.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-iphoneos/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-iphoneos/NeedleFoundation.build/Objects-normal/arm64/NeedleFoundation.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/NeedleFoundation.framework/Modules/NeedleFoundation.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/NeedleFoundation.framework/Modules/NeedleFoundation.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-iphoneos/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-iphoneos/NeedleFoundation.build/Objects-normal/arm64/NeedleFoundation.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/NeedleFoundation.framework/Modules/NeedleFoundation.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling StableFNVHasher.swift (in target 'NeedleFoundation' from project 'NeedleFoundation')
SwiftDriverJobDiscovery normal arm64 Compiling NonCoreComponent.swift (in target 'NeedleFoundation' from project 'NeedleFoundation')
SwiftDriverJobDiscovery normal arm64 Compiling PluginizedComponent.swift (in target 'NeedleFoundation' from project 'NeedleFoundation')
SwiftDriverJobDiscovery normal arm64 Compiling PluginizedScopeLifecycle.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 Compiling DependencyProviderRegistry.swift (in target 'NeedleFoundation' from project 'NeedleFoundation')
SwiftDriverJobDiscovery normal arm64 Compiling Bootstrap.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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios9.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-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/NeedleFoundation.build/Objects-normal/arm64/NeedleFoundation_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-iphoneos/NeedleFoundation.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-iphoneos/NeedleFoundation.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-iphoneos/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-iphoneos/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/Products/Debug-iphoneos/NeedleFoundation.framework/NeedleFoundation normal (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-ios9.0 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-iphoneos/NeedleFoundation.build/Objects-normal/arm64/NeedleFoundation.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 9.0 --bundle-identifier NeedleFoundation --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/NeedleFoundation.framework --target-triple arm64-apple-ios9.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/NeedleFoundation.framework/NeedleFoundation --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-iphoneos/NeedleFoundation.build/Objects-normal/arm64/NeedleFoundation_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-iphoneos/NeedleFoundation.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-iphoneos/NeedleFoundation.build/Objects-normal/arm64/NeedleFoundation.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-iphoneos/NeedleFoundation.build/NeedleFoundation.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-iphoneos/NeedleFoundation.build/NeedleFoundation.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-iphoneos/NeedleFoundation.build/Objects-normal/arm64/NeedleFoundation.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-30 02:39:30.787 appintentsmetadataprocessor[946:5150] Starting appintentsmetadataprocessor export
2026-04-30 02:39:30.789 appintentsmetadataprocessor[946:5150] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
AppIntentsSSUTraining (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/appintentsnltrainingprocessor --infoplist-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/NeedleFoundation.framework/Info.plist --temp-dir-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-iphoneos/NeedleFoundation.build/ssu --bundle-id NeedleFoundation --product-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/NeedleFoundation.framework --extracted-metadata-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/NeedleFoundation.framework/Metadata.appintents --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/NeedleFoundation.build/Debug-iphoneos/NeedleFoundation.build/NeedleFoundation.DependencyMetadataFileList --archive-ssu-assets
2026-04-30 02:39:30.809 appintentsnltrainingprocessor[947:5151] Parsing options for appintentsnltrainingprocessor
2026-04-30 02:39:30.810 appintentsnltrainingprocessor[947:5151] No AppShortcuts found - Skipping.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/NeedleFoundation.framework/NeedleFoundation -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos/NeedleFoundation.framework/NeedleFoundation.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/NeedleFoundation.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/NeedleFoundation.framework
/Users/admin/builder/spi-builder-workspace/NeedleFoundation.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 12.0 to 18.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",
        "StableFNVHasherTests.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",
        "Internal/StableFNVHasher.swift",
        "Pluginized/Internal/PluginExtensionProviderRegistry.swift",
        "Pluginized/NonCoreComponent.swift",
        "Pluginized/PluginizedComponent.swift",
        "Pluginized/PluginizedScopeLifecycle.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.