The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftURLPattern, reference main (6d1265), with Swift 6.0 for macOS (SPM) on 21 Jun 2025 05:54:29 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/timi-wang/SwiftURLPattern.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/timi-wang/SwiftURLPattern
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 6d12654 make options public
Cloned https://github.com/timi-wang/SwiftURLPattern.git
Revision (git rev-parse @):
6d12654c942300c14fe84d8229d2650eaa125d82
SUCCESS checkout https://github.com/timi-wang/SwiftURLPattern.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/timi-wang/SwiftURLPattern.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/7] Compiling URLPattern URLPattern.swift
[4/7] Emitting module URLPattern
[5/7] Compiling URLPattern Parser.swift
[6/7] Compiling URLPattern Helpers.swift
[7/7] Compiling URLPattern AST.swift
Build complete! (5.26s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftURLPattern",
  "name" : "SwiftURLPattern",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    },
    {
      "name" : "macos",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "18.0"
    }
  ],
  "products" : [
    {
      "name" : "URLPattern",
      "targets" : [
        "URLPattern"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "URLPatternTests",
      "module_type" : "SwiftTarget",
      "name" : "URLPatternTests",
      "path" : "Tests/URLPatternTests",
      "sources" : [
        "AST.swift",
        "Errors.swift",
        "Helpers.swift",
        "MatchFixtures.swift",
        "Misc.swift",
        "Parser.swift",
        "StringifyFixtures.swift",
        "UsageExample.swift"
      ],
      "target_dependencies" : [
        "URLPattern"
      ],
      "type" : "test"
    },
    {
      "c99name" : "URLPattern",
      "module_type" : "SwiftTarget",
      "name" : "URLPattern",
      "path" : "Sources/URLPattern",
      "product_memberships" : [
        "URLPattern"
      ],
      "sources" : [
        "AST.swift",
        "Helpers.swift",
        "Parser.swift",
        "URLPattern.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.