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 ContextKit, reference 0.2.1 (d68c64), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 13:53:14 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nerdsupremacist/ContextKit.git
Reference: 0.2.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nerdsupremacist/ContextKit
 * tag               0.2.1      -> FETCH_HEAD
HEAD is now at d68c64d Making mutable context use dynamic member lookup
Cloned https://github.com/nerdsupremacist/ContextKit.git
Revision (git rev-parse @):
d68c64dd4ed4c616bb5fd58f9d19d939a1735f20
SUCCESS checkout https://github.com/nerdsupremacist/ContextKit.git at 0.2.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/nerdsupremacist/ContextKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/12] Compiling ContextKit ContextElement.swift
[4/12] Compiling ContextKit ContextKeyAssignment.swift
[5/12] Compiling ContextKit ContextProtocol.swift
[6/12] Compiling ContextKit MutableContext.swift
[7/12] Compiling ContextKit Context.swift
[8/12] Compiling ContextKit ContextBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/ContextKit/ContextBuilder.swift:4:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
 2 | import Foundation
 3 |
 4 | @_functionBuilder
   |  `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
 5 | public struct ContextBuilder {
 6 |
[9/12] Compiling ContextKit Array+ContextProtocol.swift
[10/12] Compiling ContextKit AnyContextProtocol.swift
[11/12] Compiling ContextKit ContextFactory.swift
[12/12] Emitting module ContextKit
/Users/admin/builder/spi-builder-workspace/Sources/ContextKit/ContextBuilder.swift:4:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
 2 | import Foundation
 3 |
 4 | @_functionBuilder
   |  `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
 5 | public struct ContextBuilder {
 6 |
Build complete! (4.47s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ContextKit",
  "name" : "ContextKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "ContextKit",
      "targets" : [
        "ContextKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ContextKit",
      "module_type" : "SwiftTarget",
      "name" : "ContextKit",
      "path" : "Sources/ContextKit",
      "product_memberships" : [
        "ContextKit"
      ],
      "sources" : [
        "AnyContextProtocol.swift",
        "Array+ContextProtocol.swift",
        "Context.swift",
        "ContextBuilder.swift",
        "ContextElement.swift",
        "ContextFactory.swift",
        "ContextKeyAssignment.swift",
        "ContextProtocol.swift",
        "MutableContext.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.