The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Inject, reference main (67e3ee), with Swift 6.3 for macOS (SPM) on 29 Apr 2026 17:00:56 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/krzysztofzablocki/Inject.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/krzysztofzablocki/Inject
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 67e3ee9 Merge pull request #128 from brientim/fix/swift-6_3-concurrency
Cloned https://github.com/krzysztofzablocki/Inject.git
Revision (git rev-parse @):
67e3ee9a2b7e40d6af72d07cf1b0d5c04399e809
SUCCESS checkout https://github.com/krzysztofzablocki/Inject.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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "inject",
      "name": "Inject",
      "url": "https://github.com/krzysztofzablocki/Inject.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Inject",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/krzysztofzablocki/Inject.git
[1/523] Fetching inject
Fetched https://github.com/krzysztofzablocki/Inject.git from cache (0.67s)
Creating working copy for https://github.com/krzysztofzablocki/Inject.git
Working copy of https://github.com/krzysztofzablocki/Inject.git resolved at main (67e3ee9)
warning: '.resolve-product-dependencies': dependency 'inject' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/krzysztofzablocki/Inject.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/7] Compiling Inject KitFrameworks.swift
[4/7] Compiling Inject SwiftUI.swift
[5/7] Compiling Inject Hosts.swift
[6/7] Compiling Inject InjectConfiguration.swift
[7/7] Emitting module Inject
Build complete! (8.11s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Inject",
  "name" : "Inject",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Inject",
      "targets" : [
        "Inject"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Inject",
      "module_type" : "SwiftTarget",
      "name" : "Inject",
      "path" : "Sources/Inject",
      "product_memberships" : [
        "Inject"
      ],
      "sources" : [
        "InjectConfiguration.swift",
        "Integrations/Hosts.swift",
        "Integrations/KitFrameworks.swift",
        "Integrations/SwiftUI.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.