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 KL, reference main (637b48), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 07:29:20 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/kennethlaskoski/KL.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kennethlaskoski/KL
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 637b486 Added package resources
Cloned https://github.com/kennethlaskoski/KL.git
Revision (git rev-parse @):
637b486424d338c3bfa262d0c07a47868e27fc1a
SUCCESS checkout https://github.com/kennethlaskoski/KL.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/kennethlaskoski/KL.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Copying Resources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/7] Compiling KL KL.swift
[5/7] Compiling KL Info.swift
[6/7] Compiling KL resource_bundle_accessor.swift
[7/7] Emitting module KL
Build complete! (2.95s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "KL",
  "name" : "KL",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "KL",
      "targets" : [
        "KL"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "KLTests",
      "module_type" : "SwiftTarget",
      "name" : "KLTests",
      "path" : "Tests/KLTests",
      "sources" : [
        "KLTests.swift"
      ],
      "target_dependencies" : [
        "KL"
      ],
      "type" : "test"
    },
    {
      "c99name" : "KL",
      "module_type" : "SwiftTarget",
      "name" : "KL",
      "path" : "Sources/KL",
      "product_memberships" : [
        "KL"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/KL/Resources",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Info.swift",
        "KL.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Done.