The Swift Package Index logo.Swift Package Index

Build Information

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

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.3.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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/krzysztofzablocki/Inject.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--3CB7CFEC50E0D141.txt
[3/7] Compiling Inject SwiftUI.swift
[4/7] Compiling Inject KitFrameworks.swift
[5/7] Compiling Inject Hosts.swift
[6/7] Emitting module Inject
[7/7] Compiling Inject InjectConfiguration.swift
Build complete! (7.44s)
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.