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 SwinjectStoryboard, reference 2.2.3 (e4498c), with Swift 5.10 for macOS (SPM) on 9 Dec 2025 22:06:39 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.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/Swinject/SwinjectStoryboard.git
Reference: 2.2.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Swinject/SwinjectStoryboard
 * tag               2.2.3      -> FETCH_HEAD
HEAD is now at e4498ce Update the version to 2.2.3
Cloned https://github.com/Swinject/SwinjectStoryboard.git
Revision (git rev-parse @):
e4498ce2dfe37e1ca9d2d20af06fcc087507561c
SUCCESS checkout https://github.com/Swinject/SwinjectStoryboard.git at 2.2.3
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/Swinject/SwinjectStoryboard.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[2/4] Write swift-version-33747A42983211AE.txt
[3/26] Compiling SwinjectStoryboard+SetUp.m
[5/26] Compiling Swinject Assembler.swift
[6/26] Compiling Swinject Assembly.swift
[7/26] Compiling Swinject Behavior.swift
[8/28] Compiling Swinject UnavailableItems.swift
[9/28] Compiling Swinject _Resolver.swift
[10/28] Emitting module Swinject
[11/28] Compiling Swinject RecursiveLock.swift
[12/28] Compiling Swinject Resolver.swift
[13/28] Compiling Swinject ObjectScope.swift
[14/28] Compiling Swinject ReadWriteLock.swift
[15/28] Compiling Swinject ServiceEntry.TypeForwarding.swift
[16/28] Compiling Swinject ServiceEntry.swift
[17/28] Compiling Swinject InstanceWrapper.swift
[18/28] Compiling Swinject ObjectScope.Standard.swift
[19/28] Compiling Swinject Container.swift
[20/28] Compiling Swinject DebugHelper.swift
[21/28] Compiling Swinject FunctionType.swift
[22/28] Compiling Swinject ServiceKey.swift
[23/28] Compiling Swinject ThreadSafeDictionary.swift
[24/28] Compiling Swinject GraphIdentifier.swift
[25/28] Compiling Swinject InstanceStorage.swift
[26/28] Compiling Swinject Container.Arguments.swift
[27/28] Compiling Swinject Container.Logging.swift
[28/28] Compiling Swinject Container.TypeForwarding.swift
[29/43] Compiling SwinjectStoryboard RegistrationNameAssociatable.swift
[30/43] Compiling SwinjectStoryboard SwinjectStoryboard+StoryboardReference.swift
[31/44] Compiling SwinjectStoryboard UnavailableItems.swift
[32/44] Compiling SwinjectStoryboard SwinjectStoryboardProtocol.swift
[33/44] Compiling SwinjectStoryboard Box.swift
[34/44] Compiling SwinjectStoryboard Container+SwinjectStoryboard.swift
[35/44] Emitting module SwinjectStoryboard
[36/44] Compiling SwinjectStoryboard SwinjectStoryboard.swift
[37/44] Compiling SwinjectStoryboard SwinjectStoryboardOption.swift
[38/44] Compiling SwinjectStoryboard NSStoryboard+Swizzling.swift
[39/44] Compiling SwinjectStoryboard _SwinjectStoryboardBase(OSX).swift
[40/44] Compiling SwinjectStoryboard UIStoryboard+Swizzling.swift
[41/44] Compiling SwinjectStoryboard DispatchQueue+Once.swift
[42/44] Compiling SwinjectStoryboard InjectionVerifiable.swift
[43/44] Compiling SwinjectStoryboard ViewController+Swinject.swift
/Users/admin/builder/spi-builder-workspace/Sources/ViewController+Swinject.swift:39:47: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        get { return getAssociatedString(key: &nsvcRegistrationNameKey) }
                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/ViewController+Swinject.swift:40:50: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        set { setAssociatedString(newValue, key: &nsvcRegistrationNameKey) }
                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/ViewController+Swinject.swift:44:45: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        get { return getAssociatedBool(key: &nsvcWasInjectedKey) ?? false }
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/ViewController+Swinject.swift:45:48: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        set { setAssociatedBool(newValue, key: &nsvcWasInjectedKey) }
                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/ViewController+Swinject.swift:51:47: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        get { return getAssociatedString(key: &nsvcRegistrationNameKey) }
                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/ViewController+Swinject.swift:52:50: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        set { setAssociatedString(newValue, key: &nsvcRegistrationNameKey) }
                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/ViewController+Swinject.swift:56:45: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        get { return getAssociatedBool(key: &nswcWasInjectedKey) ?? false }
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/ViewController+Swinject.swift:57:48: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        set { setAssociatedBool(newValue, key: &nswcWasInjectedKey) }
                                               ^
[44/44] Compiling SwinjectStoryboard _SwinjectStoryboardBase(iOS-tvOS).swift
Build complete! (11.38s)
Fetching https://github.com/Swinject/Swinject.git
[1/9318] Fetching swinject
Fetched https://github.com/Swinject/Swinject.git from cache (1.67s)
Computing version for https://github.com/Swinject/Swinject.git
Computed https://github.com/Swinject/Swinject.git at 2.9.1 (0.31s)
Creating working copy for https://github.com/Swinject/Swinject.git
Working copy of https://github.com/Swinject/Swinject.git resolved at 2.9.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swinject",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.7.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Swinject/Swinject.git"
    }
  ],
  "manifest_display_name" : "SwinjectStoryboard",
  "name" : "SwinjectStoryboard",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.10"
    },
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "SwinjectStoryboard",
      "targets" : [
        "SwinjectStoryboard"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwinjectStoryboard_ObjC",
      "module_type" : "ClangTarget",
      "name" : "SwinjectStoryboard-ObjC",
      "path" : "Sources/ObjectiveC",
      "product_memberships" : [
        "SwinjectStoryboard"
      ],
      "sources" : [
        "Others/SwinjectStoryboard+SetUp.m"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwinjectStoryboard",
      "module_type" : "SwiftTarget",
      "name" : "SwinjectStoryboard",
      "path" : "Sources",
      "product_dependencies" : [
        "Swinject"
      ],
      "product_memberships" : [
        "SwinjectStoryboard"
      ],
      "sources" : [
        "Box.swift",
        "Container+SwinjectStoryboard.swift",
        "DispatchQueue+Once.swift",
        "InjectionVerifiable.swift",
        "OSX/NSStoryboard+Swizzling.swift",
        "OSX/_SwinjectStoryboardBase(OSX).swift",
        "RegistrationNameAssociatable.swift",
        "SwinjectStoryboard+StoryboardReference.swift",
        "SwinjectStoryboard.swift",
        "SwinjectStoryboardOption.swift",
        "SwinjectStoryboardProtocol.swift",
        "UnavailableItems.swift",
        "ViewController+Swinject.swift",
        "iOS-tvOS/UIStoryboard+Swizzling.swift",
        "iOS-tvOS/_SwinjectStoryboardBase(iOS-tvOS).swift"
      ],
      "target_dependencies" : [
        "SwinjectStoryboard-ObjC"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.