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 SwiftEndpoint, reference master (208955), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 20:54:12 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/darrarski/SwiftEndpoint.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/darrarski/SwiftEndpoint
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 2089558 Add Buy me a coffee button to README.md
Cloned https://github.com/darrarski/SwiftEndpoint.git
Revision (git rev-parse @):
20895587e64aa33e8dd7a337a117d282a7dc09eb
SUCCESS checkout https://github.com/darrarski/SwiftEndpoint.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/darrarski/SwiftEndpoint.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/6] Compiling SwiftEndpoint Publisher_Validate.swift
[4/6] Compiling SwiftEndpoint URLEndpoint.swift
[5/6] Emitting module SwiftEndpoint
[6/6] Compiling SwiftEndpoint Endpoint.swift
Build complete! (3.11s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftEndpoint",
  "name" : "SwiftEndpoint",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "SwiftEndpoint",
      "targets" : [
        "SwiftEndpoint"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftEndpointTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftEndpointTests",
      "path" : "Tests/SwiftEndpointTests",
      "sources" : [
        "Publisher_ValidateTests.swift",
        "URLEndpointTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SwiftEndpoint"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftEndpoint",
      "module_type" : "SwiftTarget",
      "name" : "SwiftEndpoint",
      "path" : "Sources/SwiftEndpoint",
      "product_memberships" : [
        "SwiftEndpoint"
      ],
      "sources" : [
        "Endpoint.swift",
        "Publisher_Validate.swift",
        "URLEndpoint.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.