Build Information
Successful build of MyNameIsURL, reference v0.5.1 (97c84b), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 01:27:08 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jemmons/MyNameIsURL.git
Reference: v0.5.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jemmons/MyNameIsURL
* tag v0.5.1 -> FETCH_HEAD
HEAD is now at 97c84bf Adds a CFBundleVersion key to info.plist
Cloned https://github.com/jemmons/MyNameIsURL.git
Revision (git rev-parse @):
97c84bfa48060ce3860004126b3e7a77c91b1459
SUCCESS checkout https://github.com/jemmons/MyNameIsURL.git at v0.5.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/jemmons/MyNameIsURL.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/19] Compiling MyNameIsURL Or.swift
[4/19] Compiling MyNameIsURL Password.swift
[5/20] Compiling MyNameIsURL PathComponent.swift
[6/20] Compiling MyNameIsURL Port.swift
[7/20] Compiling MyNameIsURL Scheme+URLMatchable.swift
[8/20] Compiling MyNameIsURL Path.swift
[9/20] Compiling MyNameIsURL PathPrefix.swift
[10/20] Compiling MyNameIsURL HostSuffix.swift
[11/20] Compiling MyNameIsURL Not.swift
[12/20] Compiling MyNameIsURL URLMatchable.swift
[13/20] Compiling MyNameIsURL User.swift
[14/20] Compiling MyNameIsURL Domain.swift
[15/20] Compiling MyNameIsURL String+HostComponents.swift
[16/20] Compiling MyNameIsURL URL+Scheme.swift
[17/20] Compiling MyNameIsURL And.swift
[18/20] Compiling MyNameIsURL Host.swift
[19/20] Emitting module MyNameIsURL
[20/20] Compiling MyNameIsURL Scheme.swift
Build complete! (4.62s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "MyNameIsURL",
"name" : "MyNameIsURL",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "MyNameIsURL",
"targets" : [
"MyNameIsURL"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "MyNameIsURLTests",
"module_type" : "SwiftTarget",
"name" : "MyNameIsURLTests",
"path" : "Tests/MyNameIsURLTests",
"sources" : [
"AndTests.swift",
"DomainTests.swift",
"HostSuffixTests.swift",
"HostTests.swift",
"NotTests.swift",
"OrTests.swift",
"PasswordTests.swift",
"PathPrefixTests.swift",
"PathTests.swift",
"PatternOperatorTests.swift",
"PortTests.swift",
"SchemeTests.swift",
"Support/Factory+DomainName.swift",
"Support/Factory+Host.swift",
"Support/Factory+HostSuffix.swift",
"Support/Factory+Password.swift",
"Support/Factory+Path.swift",
"Support/Factory+PathPrefix.swift",
"Support/Factory+Port.swift",
"Support/Factory+Scheme.swift",
"Support/Factory+User.swift",
"Support/Factory.swift",
"URLSchemeTests.swift",
"UserTests.swift"
],
"target_dependencies" : [
"MyNameIsURL"
],
"type" : "test"
},
{
"c99name" : "MyNameIsURL",
"module_type" : "SwiftTarget",
"name" : "MyNameIsURL",
"path" : "Sources/MyNameIsURL",
"product_memberships" : [
"MyNameIsURL"
],
"sources" : [
"Extensions/String+HostComponents.swift",
"Extensions/URL+Scheme.swift",
"Matchers/And.swift",
"Matchers/Host.swift",
"Matchers/HostSuffix.swift",
"Matchers/Not.swift",
"Matchers/Or.swift",
"Matchers/Password.swift",
"Matchers/Path.swift",
"Matchers/PathPrefix.swift",
"Matchers/Port.swift",
"Matchers/Scheme+URLMatchable.swift",
"Matchers/URLMatchable.swift",
"Matchers/User.swift",
"Types/Domain.swift",
"Types/PathComponent.swift",
"Types/Scheme.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.