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 6.0 for macOS (SPM) on 9 Dec 2025 22:08:15 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.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:             6.0
Building package at path:  $PWD
https://github.com/Swinject/SwinjectStoryboard.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[2/4] Write swift-version-5BDAB9E9C0126B9D.txt
[3/25] Compiling SwinjectStoryboard+SetUp.m
[5/25] Emitting module Swinject
[6/27] Compiling Swinject UnavailableItems.swift
[7/27] Compiling Swinject _Resolver.swift
[8/27] Compiling Swinject Container.Arguments.swift
[9/27] Compiling Swinject Container.Logging.swift
[10/27] Compiling Swinject Container.TypeForwarding.swift
[11/27] Compiling Swinject ServiceEntry.TypeForwarding.swift
[12/27] Compiling Swinject ServiceEntry.swift
[13/27] Compiling Swinject RecursiveLock.swift
[14/27] Compiling Swinject Resolver.swift
[15/27] Compiling Swinject Assembler.swift
[16/27] Compiling Swinject Assembly.swift
[17/27] Compiling Swinject Behavior.swift
[18/27] Compiling Swinject FunctionType.swift
[19/27] Compiling Swinject GraphIdentifier.swift
[20/27] Compiling Swinject Container.swift
[21/27] Compiling Swinject DebugHelper.swift
[22/27] Compiling Swinject InstanceStorage.swift
[23/27] Compiling Swinject InstanceWrapper.swift
[24/27] Compiling Swinject ObjectScope.swift
[25/27] Compiling Swinject ReadWriteLock.swift
[26/27] Compiling Swinject ServiceKey.swift
[27/27] Compiling Swinject ThreadSafeDictionary.swift
[28/42] Emitting module SwinjectStoryboard
[29/42] Compiling SwinjectStoryboard RegistrationNameAssociatable.swift
[30/42] Compiling SwinjectStoryboard SwinjectStoryboard+StoryboardReference.swift
[31/42] Compiling SwinjectStoryboard Box.swift
[32/42] Compiling SwinjectStoryboard Container+SwinjectStoryboard.swift
[33/42] Compiling SwinjectStoryboard NSStoryboard+Swizzling.swift
[34/42] Compiling SwinjectStoryboard _SwinjectStoryboardBase(OSX).swift
[35/43] Compiling SwinjectStoryboard UnavailableItems.swift
[36/43] 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.
37 | extension NSViewController: RegistrationNameAssociatable, InjectionVerifiable {
38 |     internal var swinjectRegistrationName: String? {
39 |         get { return getAssociatedString(key: &nsvcRegistrationNameKey) }
   |                                               `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
40 |         set { setAssociatedString(newValue, key: &nsvcRegistrationNameKey) }
41 |     }
/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.
38 |     internal var swinjectRegistrationName: String? {
39 |         get { return getAssociatedString(key: &nsvcRegistrationNameKey) }
40 |         set { setAssociatedString(newValue, key: &nsvcRegistrationNameKey) }
   |                                                  `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
41 |     }
42 |
/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.
42 |
43 |     internal var wasInjected: Bool {
44 |         get { return getAssociatedBool(key: &nsvcWasInjectedKey) ?? false }
   |                                             `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
45 |         set { setAssociatedBool(newValue, key: &nsvcWasInjectedKey) }
46 |     }
/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.
43 |     internal var wasInjected: Bool {
44 |         get { return getAssociatedBool(key: &nsvcWasInjectedKey) ?? false }
45 |         set { setAssociatedBool(newValue, key: &nsvcWasInjectedKey) }
   |                                                `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
46 |     }
47 | }
/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.
49 | extension NSWindowController: RegistrationNameAssociatable, InjectionVerifiable {
50 |     internal var swinjectRegistrationName: String? {
51 |         get { return getAssociatedString(key: &nsvcRegistrationNameKey) }
   |                                               `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
52 |         set { setAssociatedString(newValue, key: &nsvcRegistrationNameKey) }
53 |     }
/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.
50 |     internal var swinjectRegistrationName: String? {
51 |         get { return getAssociatedString(key: &nsvcRegistrationNameKey) }
52 |         set { setAssociatedString(newValue, key: &nsvcRegistrationNameKey) }
   |                                                  `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
53 |     }
54 |
/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.
54 |
55 |     internal var wasInjected: Bool {
56 |         get { return getAssociatedBool(key: &nswcWasInjectedKey) ?? false }
   |                                             `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
57 |         set { setAssociatedBool(newValue, key: &nswcWasInjectedKey) }
58 |     }
/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.
55 |     internal var wasInjected: Bool {
56 |         get { return getAssociatedBool(key: &nswcWasInjectedKey) ?? false }
57 |         set { setAssociatedBool(newValue, key: &nswcWasInjectedKey) }
   |                                                `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
58 |     }
59 | }
[37/43] Compiling SwinjectStoryboard UIStoryboard+Swizzling.swift
[38/43] Compiling SwinjectStoryboard SwinjectStoryboardProtocol.swift
[39/43] Compiling SwinjectStoryboard DispatchQueue+Once.swift
[40/43] Compiling SwinjectStoryboard InjectionVerifiable.swift
[41/43] Compiling SwinjectStoryboard SwinjectStoryboard.swift
[42/43] Compiling SwinjectStoryboard SwinjectStoryboardOption.swift
[43/43] Compiling SwinjectStoryboard _SwinjectStoryboardBase(iOS-tvOS).swift
Build complete! (12.79s)
Fetching https://github.com/Swinject/Swinject.git
[1/9318] Fetching swinject
Fetched https://github.com/Swinject/Swinject.git from cache (1.27s)
Computing version for https://github.com/Swinject/Swinject.git
Computed https://github.com/Swinject/Swinject.git at 2.10.0 (0.44s)
Creating working copy for https://github.com/Swinject/Swinject.git
Working copy of https://github.com/Swinject/Swinject.git resolved at 2.10.0
warning: 'swinject': found 4 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/.build/checkouts/Swinject/Sources/Container.Arguments.erb
    /Users/admin/builder/spi-builder-workspace/.build/checkouts/Swinject/Sources/Info.plist
    /Users/admin/builder/spi-builder-workspace/.build/checkouts/Swinject/Sources/Resolver.erb
    /Users/admin/builder/spi-builder-workspace/.build/checkouts/Swinject/Sources/ServiceEntry.TypeForwarding.erb
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.