The Swift Package Index logo.Swift Package Index

Build Information

Successful build of URITemplate, reference master (a30967), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 03:29:05 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/kylef/URITemplate.swift.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kylef/URITemplate.swift
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at a309673 release: 3.0.1
Submodule path 'Tests/URITemplateTests/Cases': checked out '520fdd8b0f78779d12178c357a986e0e727f4bd0'
Submodule 'Tests/URITemplateTests/Cases' (https://github.com/uri-templates/uritemplate-test) registered for path 'Tests/URITemplateTests/Cases'
Cloning into '/Users/admin/builder/spi-builder-workspace/Tests/URITemplateTests/Cases'...
Cloned https://github.com/kylef/URITemplate.swift.git
Revision (git rev-parse @):
a309673fdf86e4919a0250730e461ac533a03b3a
SUCCESS checkout https://github.com/kylef/URITemplate.swift.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/kylef/URITemplate.swift.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 URITemplate URITemplate.swift
[4/4] Emitting module URITemplate
Build complete! (7.48s)
Fetching https://github.com/kylef/PathKit.git
Fetching https://github.com/kylef/Spectre.git
[1/1411] Fetching pathkit
[171/2432] Fetching pathkit, spectre
Fetched https://github.com/kylef/PathKit.git from cache (0.85s)
[593/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.90s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (2.89s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (0.51s)
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
Creating working copy for https://github.com/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "pathkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "1.1.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kylef/PathKit.git"
    },
    {
      "identity" : "spectre",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.10.1",
            "upper_bound" : "0.11.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kylef/Spectre.git"
    }
  ],
  "manifest_display_name" : "URITemplate",
  "name" : "URITemplate",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "URITemplate",
      "targets" : [
        "URITemplate"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "URITemplateTests",
      "module_type" : "SwiftTarget",
      "name" : "URITemplateTests",
      "path" : "Tests/URITemplateTests",
      "product_dependencies" : [
        "PathKit",
        "Spectre"
      ],
      "sources" : [
        "URITemplateCases.swift",
        "URITemplateExpansionTests.swift",
        "URITemplateExtractTests.swift",
        "URITemplateVariablesTests.swift",
        "XCTest.swift"
      ],
      "target_dependencies" : [
        "URITemplate"
      ],
      "type" : "test"
    },
    {
      "c99name" : "URITemplate",
      "module_type" : "SwiftTarget",
      "name" : "URITemplate",
      "path" : "Sources",
      "product_memberships" : [
        "URITemplate"
      ],
      "sources" : [
        "URITemplate.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
Done.