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 SURL, reference main (c04f94), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 04:21:37 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/0xLet/SURL.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/0xLet/SURL
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at c04f941 Added canImport(Combine)
Cloned https://github.com/0xLet/SURL.git
Revision (git rev-parse @):
c04f941eea250f78f5c7151c03cd2489ca9ffc2b
SUCCESS checkout https://github.com/0xLet/SURL.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/0xLet/SURL.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] Emitting module SURL
[4/6] Compiling SURL URL+.swift
[5/6] Compiling SURL String+.swift
[6/6] Compiling SURL URLRequest+.swift
Build complete! (3.34s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SURL",
  "name" : "SURL",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SURL",
      "targets" : [
        "SURL"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SURLTests",
      "module_type" : "SwiftTarget",
      "name" : "SURLTests",
      "path" : "Tests/SURLTests",
      "sources" : [
        "SURLTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SURL"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SURL",
      "module_type" : "SwiftTarget",
      "name" : "SURL",
      "path" : "Sources/SURL",
      "product_memberships" : [
        "SURL"
      ],
      "sources" : [
        "String+.swift",
        "URL+.swift",
        "URLRequest+.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.