The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Astroject, reference main (c4e81b), with Swift 6.2 for macOS (SPM) on 18 Jan 2026 02:05:27 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/astro-bytes/Astroject.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/astro-bytes/Astroject
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at c4e81bb chore: fix the Assembly Deprecated Initializer to use new Methods (#4)
Cloned https://github.com/astro-bytes/Astroject.git
Revision (git rev-parse @):
c4e81bbc258122345976b14eb662edfa27689d3b
SUCCESS checkout https://github.com/astro-bytes/Astroject.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "astroject",
      "name": "Astroject",
      "url": "https://github.com/astro-bytes/Astroject.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Astroject",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/astro-bytes/Astroject.git
[1/1148] Fetching astroject
Fetched https://github.com/astro-bytes/Astroject.git from cache (0.98s)
Creating working copy for https://github.com/astro-bytes/Astroject.git
Working copy of https://github.com/astro-bytes/Astroject.git resolved at main (c4e81bb)
warning: '.resolve-product-dependencies': dependency 'astroject' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/astro-bytes/Astroject.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-49B95AFC49DCD68C.txt
[6/24] Compiling AstrojectCore RegistrationKey.swift
[7/24] Compiling AstrojectCore Context.swift
[8/26] Compiling AstrojectCore Registrable.swift
[9/26] Compiling AstrojectCore Registration.swift
[10/26] Compiling AstrojectCore Singleton.swift
[11/26] Compiling AstrojectCore Transient.swift
[12/26] Compiling AstrojectCore Graph.swift
[13/26] Compiling AstrojectCore Instance.swift
[14/26] Compiling AstrojectCore Factory.swift
[15/26] Compiling AstrojectCore DisposableSingleton.swift
[16/26] Compiling AstrojectCore Container.swift
[17/26] Compiling AstrojectCore Empty.swift
[18/26] Compiling AstrojectCore AstrojectError.swift
[19/26] Compiling AstrojectCore Behavior.swift
[20/26] Compiling AstrojectCore Assembler.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Assemble/Assembler.swift:309:24: warning: 'preloaded()' is deprecated: Use preassemble() instead [#DeprecatedDeclaration]
307 |             try self.assemblies.forEach {
308 |                 try $0.preassemble()
309 |                 try $0.preloaded()
    |                        `- warning: 'preloaded()' is deprecated: Use preassemble() instead [#DeprecatedDeclaration]
310 |             }
311 |
/Users/admin/builder/spi-builder-workspace/Sources/Core/Assemble/Assembler.swift:316:24: warning: 'loaded(resolver:)' is deprecated: Use postAssemble(resolver:) instead [#DeprecatedDeclaration]
314 |             try self.assemblies.forEach {
315 |                 try $0.postAssemble(resolver: self.resolver)
316 |                 try $0.loaded(resolver: self.resolver)
    |                        `- warning: 'loaded(resolver:)' is deprecated: Use postAssemble(resolver:) instead [#DeprecatedDeclaration]
317 |             }
318 |         } catch {
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[21/26] Compiling AstrojectCore Assembly.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Assemble/Assembler.swift:309:24: warning: 'preloaded()' is deprecated: Use preassemble() instead [#DeprecatedDeclaration]
307 |             try self.assemblies.forEach {
308 |                 try $0.preassemble()
309 |                 try $0.preloaded()
    |                        `- warning: 'preloaded()' is deprecated: Use preassemble() instead [#DeprecatedDeclaration]
310 |             }
311 |
/Users/admin/builder/spi-builder-workspace/Sources/Core/Assemble/Assembler.swift:316:24: warning: 'loaded(resolver:)' is deprecated: Use postAssemble(resolver:) instead [#DeprecatedDeclaration]
314 |             try self.assemblies.forEach {
315 |                 try $0.postAssemble(resolver: self.resolver)
316 |                 try $0.loaded(resolver: self.resolver)
    |                        `- warning: 'loaded(resolver:)' is deprecated: Use postAssemble(resolver:) instead [#DeprecatedDeclaration]
317 |             }
318 |         } catch {
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[22/26] Emitting module AstrojectCore
[23/26] Compiling AstrojectCore Weak.swift
[24/26] Compiling AstrojectCore ArgumentRegistration.swift
[25/26] Compiling AstrojectCore ResolutionContext.swift
[26/26] Compiling AstrojectCore Resolver.swift
[27/51] Compiling Mocks Structs.swift
[28/51] Compiling Mocks Protocols.swift
[29/52] Compiling Mocks Mixed.swift
[30/52] Compiling AstrojectAsync Container+Extension.swift
[31/52] Compiling AstrojectAsync Factory+Extension.swift
[32/52] Compiling Mocks Classes.swift
[33/52] Compiling Mocks Registration+Extension.swift
[34/52] Compiling AstrojectSync SyncContainer.swift
[35/52] Compiling AstrojectSync Container+Extension.swift
[36/52] Emitting module AstrojectSync
[37/52] Compiling AstrojectSync Assembler+Extension.swift
[38/52] Compiling AstrojectSync Factory+Extension.swift
[39/52] Emitting module AstrojectAsync
[40/52] Compiling Mocks MockBehavior.swift
[41/52] Compiling AstrojectAsync Assembler+Extension.swift
[42/52] Compiling AstrojectAsync AsyncContainer.swift
[43/52] Compiling Mocks MockContainer.swift
[44/52] Compiling Mocks MockInstance.swift
[45/52] Compiling Mocks MockPerformanceBehavior.swift
[46/52] Compiling Mocks MockContext.swift
[47/52] Compiling Mocks MockError.swift
[48/52] Emitting module Mocks
[49/52] Compiling Mocks ArgumentRegistration+Extension.swift
[50/52] Compiling Mocks MockAssembly.swift
[51/52] Compiling Mocks MockRegistration.swift
[52/52] Compiling Mocks CircularDependency.swift
Build complete! (6.29s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Astroject",
  "name" : "Astroject",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Astroject",
      "targets" : [
        "AstrojectCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Astroject-Async",
      "targets" : [
        "AstrojectCore",
        "AstrojectAsync"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Astroject-Sync",
      "targets" : [
        "AstrojectCore",
        "AstrojectSync"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SyncTests",
      "module_type" : "SwiftTarget",
      "name" : "SyncTests",
      "path" : "Tests/SyncTests",
      "sources" : [
        "SyncContainerTests.swift"
      ],
      "target_dependencies" : [
        "AstrojectCore",
        "AstrojectSync",
        "Mocks"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Mocks",
      "module_type" : "SwiftTarget",
      "name" : "Mocks",
      "path" : "Sources/Mocks",
      "sources" : [
        "ArgumentRegistration+Extension.swift",
        "MockAssembly.swift",
        "MockBehavior.swift",
        "MockContainer.swift",
        "MockContext.swift",
        "MockError.swift",
        "MockInstance.swift",
        "MockPerformanceBehavior.swift",
        "MockRegistration.swift",
        "Models/CircularDependency.swift",
        "Models/Classes.swift",
        "Models/Mixed.swift",
        "Models/Protocols.swift",
        "Models/Structs.swift",
        "Registration+Extension.swift"
      ],
      "target_dependencies" : [
        "AstrojectCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CoreTests",
      "module_type" : "SwiftTarget",
      "name" : "CoreTests",
      "path" : "Tests/CoreTests",
      "sources" : [
        "ArgumentRegistrationTests.swift",
        "AssemblerTests.swift",
        "DisposableSingletonTests.swift",
        "FactoryTests.swift",
        "GraphTests.swift",
        "RegistrationKeyTests.swift",
        "RegistrationTests.swift",
        "SingletonTests.swift",
        "TransientTests.swift",
        "WeakTests.swift"
      ],
      "target_dependencies" : [
        "AstrojectCore",
        "Mocks"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AsyncTests",
      "module_type" : "SwiftTarget",
      "name" : "AsyncTests",
      "path" : "Tests/AsyncTests",
      "sources" : [
        "AsyncContainerTests.swift"
      ],
      "target_dependencies" : [
        "AstrojectCore",
        "AstrojectAsync",
        "Mocks"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AstrojectSync",
      "module_type" : "SwiftTarget",
      "name" : "AstrojectSync",
      "path" : "Sources/Sync",
      "product_memberships" : [
        "Astroject-Sync"
      ],
      "sources" : [
        "Assembler+Extension.swift",
        "Container+Extension.swift",
        "Factory+Extension.swift",
        "SyncContainer.swift"
      ],
      "target_dependencies" : [
        "AstrojectCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AstrojectCore",
      "module_type" : "SwiftTarget",
      "name" : "AstrojectCore",
      "path" : "Sources/Core",
      "product_memberships" : [
        "Astroject",
        "Astroject-Async",
        "Astroject-Sync"
      ],
      "sources" : [
        "Assemble/Assembler.swift",
        "Assemble/Assembly.swift",
        "AstrojectError.swift",
        "Behavior.swift",
        "Container.swift",
        "Empty.swift",
        "Factory.swift",
        "Instances/DisposableSingleton.swift",
        "Instances/Graph.swift",
        "Instances/Instance.swift",
        "Instances/Singleton.swift",
        "Instances/Transient.swift",
        "Instances/Weak.swift",
        "Registration/ArgumentRegistration.swift",
        "Registration/Registrable.swift",
        "Registration/Registration.swift",
        "Registration/RegistrationKey.swift",
        "Resolution/Context.swift",
        "Resolution/ResolutionContext.swift",
        "Resolution/Resolver.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AstrojectAsync",
      "module_type" : "SwiftTarget",
      "name" : "AstrojectAsync",
      "path" : "Sources/Async",
      "product_memberships" : [
        "Astroject-Async"
      ],
      "sources" : [
        "Assembler+Extension.swift",
        "AsyncContainer.swift",
        "Container+Extension.swift",
        "Factory+Extension.swift"
      ],
      "target_dependencies" : [
        "AstrojectCore"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.