The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of NeedleFoundation, reference master (2a7981), with Swift 6.1 for iOS using Xcode 16.3 on 10 May 2025 01:14:44 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.61.3
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 2a79817 Fix spelling in fatal error
Cloned https://github.com/uber/needle.git
Revision (git rev-parse @):
2a79817bc25d162eef2362f82f0fe2b005cbd3b0
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"
      ],
      "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"
}
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-common’
Checking out 0.5.0 of package ‘swift-common’
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-concurrency’
Checking out 0.7.1 of package ‘swift-concurrency’
Creating working copy of package ‘swift-syntax’
Checking out 510.0.3 of package ‘swift-syntax’
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
  Needle: /Users/admin/builder/spi-builder-workspace/Generator
  swift-system: https://github.com/apple/swift-system.git @ 1.1.1
  Concurrency: https://github.com/uber/swift-concurrency.git @ 0.7.1
  swift-tools-support-core: https://github.com/apple/swift-tools-support-core @ 0.2.7
resolved source packages: swift-syntax, Swift-Common, Needle, swift-system, Concurrency, swift-tools-support-core
{
  "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=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-syntax: https://github.com/apple/swift-syntax.git @ 510.0.3
  Needle: /Users/admin/builder/spi-builder-workspace/Generator
  Swift-Common: https://github.com/uber/swift-common.git @ 0.5.0
  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
  Concurrency: https://github.com/uber/swift-concurrency.git @ 0.7.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/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: 236df29285ee420442d9a2e5038f377a
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/236df29285ee420442d9a2e5038f377a.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/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/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
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
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
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/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
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-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
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
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-1746839680053773-swift-frontend-NeedleFoundation-Bootstrap.swift-arm64_apple_ios9.0-o-Onone-2060285684.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2004 seconds (3.5712 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0172 ( 13.8%)   0.0157 ( 20.7%)   0.0328 ( 16.4%)   1.6508 ( 46.2%)  parse-and-resolve-imports
   0.0171 ( 13.7%)   0.0156 ( 20.6%)   0.0327 ( 16.3%)   1.6507 ( 46.2%)  Import resolution
   0.0017 (  1.4%)   0.0102 ( 13.5%)   0.0119 (  5.9%)   0.1468 (  4.1%)  load-stdlib
   0.0519 ( 41.6%)   0.0158 ( 20.8%)   0.0676 ( 33.8%)   0.0676 (  1.9%)  build-rewrite-system
   0.0099 (  8.0%)   0.0072 (  9.5%)   0.0171 (  8.5%)   0.0171 (  0.5%)  import-clang-decl
   0.0050 (  4.0%)   0.0020 (  2.6%)   0.0070 (  3.5%)   0.0070 (  0.2%)  SILGen
   0.0034 (  2.7%)   0.0032 (  4.2%)   0.0065 (  3.3%)   0.0065 (  0.2%)  IRGen
   0.0031 (  2.5%)   0.0017 (  2.2%)   0.0048 (  2.4%)   0.0048 (  0.1%)  typecheck-expr
   0.0032 (  2.6%)   0.0013 (  1.7%)   0.0044 (  2.2%)   0.0044 (  0.1%)  perform-sema
   0.0031 (  2.5%)   0.0012 (  1.6%)   0.0043 (  2.2%)   0.0043 (  0.1%)  Type checking and Semantic analysis
   0.0041 (  3.3%)   0.0000 (  0.0%)   0.0041 (  2.0%)   0.0041 (  0.1%)  SIL optimization
   0.0024 (  1.9%)   0.0010 (  1.3%)   0.0034 (  1.7%)   0.0034 (  0.1%)  typecheck-decl
   0.0012 (  0.9%)   0.0002 (  0.3%)   0.0014 (  0.7%)   0.0014 (  0.0%)  SILGen-function
   0.0008 (  0.6%)   0.0003 (  0.5%)   0.0011 (  0.6%)   0.0011 (  0.0%)  load-all-members
   0.0004 (  0.3%)   0.0002 (  0.3%)   0.0007 (  0.3%)   0.0007 (  0.0%)  precheck-target
   0.0003 (  0.2%)   0.0001 (  0.1%)   0.0004 (  0.2%)   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%)  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.1248 (100.0%)   0.0756 (100.0%)   0.2004 (100.0%)   3.5712 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.1049 seconds (2.9034 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.5996 (100.0%)   0.5053 (100.0%)   1.1049 (100.0%)   2.9034 (100.0%)  Building Target
   0.5996 (100.0%)   0.5053 (100.0%)   1.1049 (100.0%)   2.9034 (100.0%)  Total
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-1746839680057782-swift-frontend-NeedleFoundation-DependencyProviderRegistry.swift-arm64_apple_ios9.0-o-Onone-2620228826.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2927 seconds (3.2211 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0179 ( 10.0%)   0.0253 ( 22.2%)   0.0432 ( 14.8%)   1.4518 ( 45.1%)  parse-and-resolve-imports
   0.0178 ( 10.0%)   0.0252 ( 22.2%)   0.0431 ( 14.7%)   1.4517 ( 45.1%)  Import resolution
   0.0018 (  1.0%)   0.0100 (  8.8%)   0.0119 (  4.1%)   0.1221 (  3.8%)  load-stdlib
   0.0769 ( 43.0%)   0.0240 ( 21.1%)   0.1010 ( 34.5%)   0.1009 (  3.1%)  build-rewrite-system
   0.0109 (  6.1%)   0.0095 (  8.3%)   0.0203 (  6.9%)   0.0203 (  0.6%)  import-clang-decl
   0.0103 (  5.8%)   0.0042 (  3.7%)   0.0145 (  5.0%)   0.0148 (  0.5%)  perform-sema
   0.0103 (  5.8%)   0.0041 (  3.6%)   0.0144 (  4.9%)   0.0147 (  0.5%)  Type checking and Semantic analysis
   0.0077 (  4.3%)   0.0027 (  2.3%)   0.0104 (  3.5%)   0.0104 (  0.3%)  typecheck-expr
   0.0058 (  3.2%)   0.0030 (  2.7%)   0.0088 (  3.0%)   0.0091 (  0.3%)  typecheck-decl
   0.0052 (  2.9%)   0.0012 (  1.1%)   0.0064 (  2.2%)   0.0064 (  0.2%)  typecheck-stmt
   0.0034 (  1.9%)   0.0028 (  2.4%)   0.0062 (  2.1%)   0.0062 (  0.2%)  IRGen
   0.0040 (  2.2%)   0.0000 (  0.0%)   0.0040 (  1.4%)   0.0040 (  0.1%)  SIL optimization
   0.0030 (  1.7%)   0.0008 (  0.7%)   0.0038 (  1.3%)   0.0038 (  0.1%)  SILGen
   0.0023 (  1.3%)   0.0006 (  0.5%)   0.0028 (  1.0%)   0.0029 (  0.1%)  SILGen-function
   0.0008 (  0.5%)   0.0002 (  0.2%)   0.0010 (  0.3%)   0.0010 (  0.0%)  precheck-target
   0.0007 (  0.4%)   0.0002 (  0.2%)   0.0009 (  0.3%)   0.0009 (  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%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.1788 (100.0%)   0.1139 (100.0%)   0.2927 (100.0%)   3.2211 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.3365 seconds (2.8998 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8268 (100.0%)   0.5098 (100.0%)   1.3365 (100.0%)   2.8998 (100.0%)  Building Target
   0.8268 (100.0%)   0.5098 (100.0%)   1.3365 (100.0%)   2.8998 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ PluginizedComponent.swift /Users/admin/builder/spi-builder-workspace/Sources/NeedleFoundation/Pluginized/PluginizedComponent.swift (in target 'NeedleFoundation' from project 'NeedleFoundation')
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

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746839680057934-swift-frontend-NeedleFoundation-PluginizedComponent.swift-arm64_apple_ios9.0-o-Onone-962642055.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4097 seconds (3.4253 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0198 (  7.8%)   0.0385 ( 24.6%)   0.0583 ( 14.2%)   1.5287 ( 44.6%)  parse-and-resolve-imports
   0.0198 (  7.8%)   0.0384 ( 24.5%)   0.0582 ( 14.2%)   1.5286 ( 44.6%)  Import resolution
   0.0758 ( 29.9%)   0.0245 ( 15.6%)   0.1002 ( 24.5%)   0.1001 (  2.9%)  build-rewrite-system
   0.0017 (  0.7%)   0.0103 (  6.6%)   0.0120 (  2.9%)   0.0868 (  2.5%)  load-stdlib
   0.0251 (  9.9%)   0.0075 (  4.8%)   0.0326 (  8.0%)   0.0326 (  1.0%)  perform-sema
   0.0251 (  9.9%)   0.0075 (  4.8%)   0.0325 (  7.9%)   0.0325 (  1.0%)  Type checking and Semantic analysis
   0.0229 (  9.1%)   0.0069 (  4.4%)   0.0298 (  7.3%)   0.0298 (  0.9%)  typecheck-expr
   0.0208 (  8.2%)   0.0061 (  3.9%)   0.0269 (  6.6%)   0.0269 (  0.8%)  typecheck-stmt
   0.0110 (  4.4%)   0.0078 (  5.0%)   0.0188 (  4.6%)   0.0188 (  0.6%)  import-clang-decl
   0.0101 (  4.0%)   0.0034 (  2.2%)   0.0135 (  3.3%)   0.0135 (  0.4%)  precheck-target
   0.0047 (  1.8%)   0.0029 (  1.8%)   0.0076 (  1.8%)   0.0076 (  0.2%)  IRGen
   0.0052 (  2.1%)   0.0010 (  0.6%)   0.0062 (  1.5%)   0.0062 (  0.2%)  SILGen
   0.0041 (  1.6%)   0.0012 (  0.8%)   0.0054 (  1.3%)   0.0054 (  0.2%)  typecheck-decl
   0.0044 (  1.7%)   0.0000 (  0.0%)   0.0044 (  1.1%)   0.0044 (  0.1%)  SIL optimization
   0.0020 (  0.8%)   0.0002 (  0.2%)   0.0023 (  0.6%)   0.0023 (  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%)  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%)  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.2532 (100.0%)   0.1565 (100.0%)   0.4097 (100.0%)   3.4253 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.3198 seconds (2.9013 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8111 (100.0%)   0.5087 (100.0%)   1.3198 (100.0%)   2.9013 (100.0%)  Building Target
   0.8111 (100.0%)   0.5087 (100.0%)   1.3198 (100.0%)   2.9013 (100.0%)  Total
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-1746839680057982-swift-frontend-NeedleFoundation-PluginExtensionProviderRegistry.swift-arm64_apple_ios9.0-o-Onone-445986059.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3093 seconds (3.5296 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0206 ( 11.8%)   0.0368 ( 27.3%)   0.0574 ( 18.6%)   1.6284 ( 46.1%)  parse-and-resolve-imports
   0.0205 ( 11.8%)   0.0368 ( 27.3%)   0.0573 ( 18.5%)   1.6283 ( 46.1%)  Import resolution
   0.0735 ( 42.1%)   0.0242 ( 18.0%)   0.0977 ( 31.6%)   0.0977 (  2.8%)  build-rewrite-system
   0.0019 (  1.1%)   0.0117 (  8.7%)   0.0136 (  4.4%)   0.0918 (  2.6%)  load-stdlib
   0.0111 (  6.4%)   0.0085 (  6.3%)   0.0197 (  6.4%)   0.0198 (  0.6%)  import-clang-decl
   0.0089 (  5.1%)   0.0034 (  2.5%)   0.0123 (  4.0%)   0.0123 (  0.3%)  perform-sema
   0.0088 (  5.1%)   0.0034 (  2.5%)   0.0122 (  3.9%)   0.0122 (  0.3%)  Type checking and Semantic analysis
   0.0068 (  3.9%)   0.0025 (  1.9%)   0.0093 (  3.0%)   0.0093 (  0.3%)  typecheck-expr
   0.0056 (  3.2%)   0.0027 (  2.0%)   0.0083 (  2.7%)   0.0083 (  0.2%)  typecheck-decl
   0.0028 (  1.6%)   0.0024 (  1.8%)   0.0053 (  1.7%)   0.0053 (  0.1%)  IRGen
   0.0040 (  2.3%)   0.0008 (  0.6%)   0.0048 (  1.5%)   0.0048 (  0.1%)  typecheck-stmt
   0.0039 (  2.3%)   0.0001 (  0.0%)   0.0040 (  1.3%)   0.0040 (  0.1%)  SIL optimization
   0.0026 (  1.5%)   0.0005 (  0.4%)   0.0030 (  1.0%)   0.0030 (  0.1%)  SILGen
   0.0020 (  1.1%)   0.0004 (  0.3%)   0.0024 (  0.8%)   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.0007 (  0.4%)   0.0002 (  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%)  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.1746 (100.0%)   0.1347 (100.0%)   0.3093 (100.0%)   3.5296 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.2209 seconds (2.9004 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.7559 (100.0%)   0.4650 (100.0%)   1.2209 (100.0%)   2.9004 (100.0%)  Building Target
   0.7559 (100.0%)   0.4650 (100.0%)   1.2209 (100.0%)   2.9004 (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\ 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-1746839680057625-swift-frontend-NeedleFoundation-NonCoreComponent.swift-arm64_apple_ios9.0-o-Onone-1246756263.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2738 seconds (3.0673 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0186 ( 12.8%)   0.0360 ( 28.0%)   0.0545 ( 19.9%)   1.4111 ( 46.0%)  parse-and-resolve-imports
   0.0186 ( 12.8%)   0.0359 ( 27.9%)   0.0545 ( 19.9%)   1.4110 ( 46.0%)  Import resolution
   0.0790 ( 54.4%)   0.0245 ( 19.1%)   0.1035 ( 37.8%)   0.1034 (  3.4%)  build-rewrite-system
   0.0017 (  1.2%)   0.0114 (  8.9%)   0.0131 (  4.8%)   0.0929 (  3.0%)  load-stdlib
   0.0103 (  7.1%)   0.0086 (  6.7%)   0.0189 (  6.9%)   0.0189 (  0.6%)  import-clang-decl
   0.0043 (  3.0%)   0.0028 (  2.2%)   0.0071 (  2.6%)   0.0073 (  0.2%)  SILGen
   0.0020 (  1.4%)   0.0034 (  2.6%)   0.0053 (  2.0%)   0.0058 (  0.2%)  IRGen
   0.0026 (  1.8%)   0.0022 (  1.7%)   0.0048 (  1.7%)   0.0049 (  0.2%)  typecheck-expr
   0.0020 (  1.4%)   0.0011 (  0.9%)   0.0031 (  1.1%)   0.0031 (  0.1%)  perform-sema
   0.0019 (  1.3%)   0.0011 (  0.8%)   0.0030 (  1.1%)   0.0030 (  0.1%)  Type checking and Semantic analysis
   0.0017 (  1.2%)   0.0009 (  0.7%)   0.0026 (  1.0%)   0.0026 (  0.1%)  typecheck-decl
   0.0012 (  0.8%)   0.0000 (  0.0%)   0.0012 (  0.4%)   0.0012 (  0.0%)  SIL optimization
   0.0007 (  0.5%)   0.0003 (  0.2%)   0.0009 (  0.3%)   0.0009 (  0.0%)  load-all-members
   0.0003 (  0.2%)   0.0002 (  0.1%)   0.0005 (  0.2%)   0.0005 (  0.0%)  precheck-target
   0.0002 (  0.1%)   0.0001 (  0.1%)   0.0003 (  0.1%)   0.0003 (  0.0%)  SILGen-function
   0.0001 (  0.1%)   0.0001 (  0.1%)   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%)  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%)  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%)  AST verification
   0.1451 (100.0%)   0.1286 (100.0%)   0.2738 (100.0%)   3.0673 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.4159 seconds (2.8973 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8313 (100.0%)   0.5846 (100.0%)   1.4159 (100.0%)   2.8973 (100.0%)  Building Target
   0.8313 (100.0%)   0.5846 (100.0%)   1.4159 (100.0%)   2.8973 (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

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-1746839680058198-swift-frontend-NeedleFoundation-all-arm64_apple_ios9.0-swiftmodule-Onone-3821985239.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3134 seconds (3.2992 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0191 ( 10.4%)   0.0352 ( 27.3%)   0.0544 ( 17.4%)   1.5132 ( 45.9%)  parse-and-resolve-imports
   0.0191 ( 10.4%)   0.0352 ( 27.3%)   0.0543 ( 17.3%)   1.5131 ( 45.9%)  Import resolution
   0.0017 (  0.9%)   0.0096 (  7.4%)   0.0113 (  3.6%)   0.0782 (  2.4%)  load-stdlib
   0.0317 ( 17.2%)   0.0092 (  7.1%)   0.0409 ( 13.0%)   0.0409 (  1.2%)  perform-sema
   0.0316 ( 17.1%)   0.0091 (  7.1%)   0.0407 ( 13.0%)   0.0407 (  1.2%)  Type checking and Semantic analysis
   0.0313 ( 17.0%)   0.0090 (  7.0%)   0.0403 ( 12.9%)   0.0403 (  1.2%)  typecheck-decl
   0.0203 ( 11.0%)   0.0063 (  4.9%)   0.0266 (  8.5%)   0.0266 (  0.8%)  typecheck-expr
   0.0088 (  4.8%)   0.0024 (  1.9%)   0.0112 (  3.6%)   0.0112 (  0.3%)  build-rewrite-system
   0.0050 (  2.7%)   0.0046 (  3.6%)   0.0096 (  3.1%)   0.0102 (  0.3%)  SIL optimization
   0.0075 (  4.1%)   0.0023 (  1.8%)   0.0098 (  3.1%)   0.0098 (  0.3%)  precheck-target
   0.0035 (  1.9%)   0.0007 (  0.6%)   0.0043 (  1.4%)   0.0043 (  0.1%)  SILGen
   0.0018 (  1.0%)   0.0022 (  1.7%)   0.0040 (  1.3%)   0.0040 (  0.1%)  import-clang-decl
   0.0009 (  0.5%)   0.0021 (  1.7%)   0.0030 (  1.0%)   0.0036 (  0.1%)  Serialization, swiftmodule
   0.0012 (  0.7%)   0.0003 (  0.2%)   0.0015 (  0.5%)   0.0015 (  0.0%)  SILGen-function
   0.0005 (  0.3%)   0.0008 (  0.6%)   0.0012 (  0.4%)   0.0012 (  0.0%)  Serialization, swiftdoc
   0.0003 (  0.1%)   0.0001 (  0.1%)   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%)  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%)  AST verification
   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.1844 (100.0%)   0.1290 (100.0%)   0.3134 (100.0%)   3.2992 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1289 seconds (1.6558 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0659 (100.0%)   0.0630 (100.0%)   0.1289 (100.0%)   1.6558 (100.0%)  Building Target
   0.0659 (100.0%)   0.0630 (100.0%)   0.1289 (100.0%)   1.6558 (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-1746839680056570-swift-frontend-NeedleFoundation-PluginizedScopeLifecycle.swift-arm64_apple_ios9.0-o-Onone-827771683.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2995 seconds (3.2377 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0189 ( 11.6%)   0.0373 ( 27.3%)   0.0562 ( 18.8%)   1.4869 ( 45.9%)  parse-and-resolve-imports
   0.0189 ( 11.6%)   0.0372 ( 27.3%)   0.0561 ( 18.7%)   1.4868 ( 45.9%)  Import resolution
   0.0758 ( 46.5%)   0.0237 ( 17.3%)   0.0995 ( 33.2%)   0.0994 (  3.1%)  build-rewrite-system
   0.0017 (  1.0%)   0.0117 (  8.5%)   0.0134 (  4.5%)   0.0901 (  2.8%)  load-stdlib
   0.0107 (  6.6%)   0.0087 (  6.3%)   0.0194 (  6.5%)   0.0194 (  0.6%)  import-clang-decl
   0.0100 (  6.1%)   0.0048 (  3.5%)   0.0148 (  4.9%)   0.0148 (  0.5%)  perform-sema
   0.0099 (  6.1%)   0.0048 (  3.5%)   0.0147 (  4.9%)   0.0147 (  0.5%)  Type checking and Semantic analysis
   0.0099 (  6.1%)   0.0047 (  3.4%)   0.0146 (  4.9%)   0.0146 (  0.5%)  typecheck-decl
   0.0022 (  1.3%)   0.0022 (  1.6%)   0.0044 (  1.5%)   0.0044 (  0.1%)  IRGen
   0.0013 (  0.8%)   0.0006 (  0.4%)   0.0018 (  0.6%)   0.0018 (  0.1%)  SILGen
   0.0016 (  1.0%)   0.0001 (  0.0%)   0.0017 (  0.6%)   0.0017 (  0.1%)  SIL optimization
   0.0007 (  0.4%)   0.0003 (  0.2%)   0.0011 (  0.4%)   0.0011 (  0.0%)  SILGen-function
   0.0007 (  0.4%)   0.0003 (  0.2%)   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%)  typecheck-stmt
   0.0003 (  0.2%)   0.0002 (  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%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.1630 (100.0%)   0.1366 (100.0%)   0.2995 (100.0%)   3.2377 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.3556 seconds (2.9016 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8041 (100.0%)   0.5515 (100.0%)   1.3556 (100.0%)   2.9016 (100.0%)  Building Target
   0.8041 (100.0%)   0.5515 (100.0%)   1.3556 (100.0%)   2.9016 (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

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-1746839680058180-swift-frontend-NeedleFoundation-Component.swift-arm64_apple_ios9.0-o-Onone-96655843.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 2.8256 seconds (3.2001 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9217 ( 44.8%)   0.3155 ( 41.1%)   1.2372 ( 43.8%)   1.4079 ( 44.0%)  parse-and-resolve-imports
   0.9217 ( 44.8%)   0.3154 ( 41.1%)   1.2371 ( 43.8%)   1.4079 ( 44.0%)  Import resolution
   0.0787 (  3.8%)   0.0207 (  2.7%)   0.0994 (  3.5%)   0.0993 (  3.1%)  build-rewrite-system
   0.0119 (  0.6%)   0.0396 (  5.2%)   0.0515 (  1.8%)   0.0715 (  2.2%)  load-stdlib
   0.0231 (  1.1%)   0.0174 (  2.3%)   0.0404 (  1.4%)   0.0442 (  1.4%)  perform-sema
   0.0230 (  1.1%)   0.0173 (  2.3%)   0.0403 (  1.4%)   0.0442 (  1.4%)  Type checking and Semantic analysis
   0.0194 (  0.9%)   0.0170 (  2.2%)   0.0364 (  1.3%)   0.0402 (  1.3%)  typecheck-decl
   0.0202 (  1.0%)   0.0083 (  1.1%)   0.0285 (  1.0%)   0.0295 (  0.9%)  typecheck-expr
   0.0115 (  0.6%)   0.0089 (  1.2%)   0.0204 (  0.7%)   0.0204 (  0.6%)  import-clang-decl
   0.0073 (  0.4%)   0.0037 (  0.5%)   0.0110 (  0.4%)   0.0116 (  0.4%)  precheck-target
   0.0047 (  0.2%)   0.0018 (  0.2%)   0.0065 (  0.2%)   0.0065 (  0.2%)  IRGen
   0.0047 (  0.2%)   0.0000 (  0.0%)   0.0047 (  0.2%)   0.0047 (  0.1%)  SIL optimization
   0.0036 (  0.2%)   0.0003 (  0.0%)   0.0040 (  0.1%)   0.0040 (  0.1%)  typecheck-stmt
   0.0036 (  0.2%)   0.0004 (  0.0%)   0.0040 (  0.1%)   0.0040 (  0.1%)  SILGen
   0.0028 (  0.1%)   0.0003 (  0.0%)   0.0031 (  0.1%)   0.0031 (  0.1%)  SILGen-function
   0.0007 (  0.0%)   0.0003 (  0.0%)   0.0010 (  0.0%)   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%)  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
   2.0587 (100.0%)   0.7669 (100.0%)   2.8256 (100.0%)   3.2001 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.6598 seconds (2.8995 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.7831 (100.0%)   0.8768 (100.0%)   2.6598 (100.0%)   2.8995 (100.0%)  Building Target
   1.7831 (100.0%)   0.8768 (100.0%)   2.6598 (100.0%)   2.8995 (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

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 Bootstrap.swift (in target 'NeedleFoundation' from project 'NeedleFoundation')
SwiftDriverJobDiscovery normal arm64 Compiling PluginExtensionProviderRegistry.swift (in target 'NeedleFoundation' from project 'NeedleFoundation')
SwiftDriverJobDiscovery normal arm64 Compiling NonCoreComponent.swift (in target 'NeedleFoundation' from project 'NeedleFoundation')
SwiftDriverJobDiscovery normal arm64 Compiling DependencyProviderRegistry.swift (in target 'NeedleFoundation' from project 'NeedleFoundation')
SwiftDriverJobDiscovery normal arm64 Compiling Component.swift (in target 'NeedleFoundation' from project 'NeedleFoundation')
SwiftDriverJobDiscovery normal arm64 Compiling PluginizedScopeLifecycle.swift (in target 'NeedleFoundation' from project 'NeedleFoundation')
SwiftDriverJobDiscovery normal arm64 Compiling PluginizedComponent.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
2025-05-09 18:14:43.391 appintentsmetadataprocessor[947:4945] Starting appintentsmetadataprocessor export
2025-05-09 18:14:43.393 appintentsmetadataprocessor[947:4945] 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
2025-05-09 18:14:43.413 appintentsnltrainingprocessor[948:4946] Parsing options for appintentsnltrainingprocessor
2025-05-09 18:14:43.413 appintentsnltrainingprocessor[948:4946] 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"
      ],
      "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.