The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Patron, reference 11.0.0 (b2e1b6), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 19:59:52 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/michaelnisi/patron.git
Reference: 11.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/michaelnisi/patron
 * tag               11.0.0     -> FETCH_HEAD
HEAD is now at b2e1b6e Fix README
Cloned https://github.com/michaelnisi/patron.git
Revision (git rev-parse @):
b2e1b6e385c27da926f4d4743e1f084bf9ea70d6
SUCCESS checkout https://github.com/michaelnisi/patron.git at 11.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/michaelnisi/patron.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/4] Compiling Patron Patron.swift
[4/4] Emitting module Patron
Build complete! (3.11s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Patron",
  "name" : "Patron",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "Patron",
      "targets" : [
        "Patron"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PatronTests",
      "module_type" : "SwiftTarget",
      "name" : "PatronTests",
      "path" : "Tests/PatronTests",
      "sources" : [
        "PatronTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Patron"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Patron",
      "module_type" : "SwiftTarget",
      "name" : "Patron",
      "path" : "Sources/Patron",
      "product_memberships" : [
        "Patron"
      ],
      "sources" : [
        "Patron.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.