The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-service-context, reference main (079030), with Swift 6.2 for macOS (SPM) on 30 Apr 2026 14:00:51 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/apple/swift-service-context.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/apple/swift-service-context
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 0790306 Add lightweight proposals process to swift-service-context (#83)
Cloned https://github.com/apple/swift-service-context.git
Revision (git rev-parse @):
07903068b4238fc82f587a416147627a02e945cf
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-service-context.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/apple/swift-service-context.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--3CB7CFEC50E0D141.txt
[4/6] Compiling ServiceContextModule ServiceContextKey.swift
[5/6] Emitting module ServiceContextModule
[6/6] Compiling ServiceContextModule ServiceContext.swift
[7/8] Compiling InstrumentationBaggage CompatibilityShims.swift
[8/8] Emitting module InstrumentationBaggage
Build complete! (1.25s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-service-context",
  "name" : "swift-service-context",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ServiceContextModule",
      "targets" : [
        "ServiceContextModule"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "InstrumentationBaggage",
      "targets" : [
        "InstrumentationBaggage"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ServiceContextTests",
      "module_type" : "SwiftTarget",
      "name" : "ServiceContextTests",
      "path" : "Tests/ServiceContextTests",
      "sources" : [
        "ServiceContextTests.swift"
      ],
      "target_dependencies" : [
        "ServiceContextModule"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ServiceContextModule",
      "module_type" : "SwiftTarget",
      "name" : "ServiceContextModule",
      "path" : "Sources/ServiceContextModule",
      "product_memberships" : [
        "ServiceContextModule",
        "InstrumentationBaggage"
      ],
      "sources" : [
        "ServiceContext.swift",
        "ServiceContextKey.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "InstrumentationBaggage",
      "module_type" : "SwiftTarget",
      "name" : "InstrumentationBaggage",
      "path" : "Sources/InstrumentationBaggage",
      "product_memberships" : [
        "InstrumentationBaggage"
      ],
      "sources" : [
        "CompatibilityShims.swift"
      ],
      "target_dependencies" : [
        "ServiceContextModule"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Done.