Build Information
Successful build of MyNameIsURL, reference master (3a8dcf), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 23:06:37 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jemmons/MyNameIsURL.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jemmons/MyNameIsURL
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 3a8dcf7 Makes dynamic package manager badges static.
Cloned https://github.com/jemmons/MyNameIsURL.git
Revision (git rev-parse @):
3a8dcf72296bc046d4c5a8e85a191e43add28999
SUCCESS checkout https://github.com/jemmons/MyNameIsURL.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "mynameisurl",
"name": "MyNameIsURL",
"url": "https://github.com/jemmons/MyNameIsURL.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/MyNameIsURL",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/jemmons/MyNameIsURL.git
[1/371] Fetching mynameisurl
Fetched https://github.com/jemmons/MyNameIsURL.git from cache (0.75s)
Creating working copy for https://github.com/jemmons/MyNameIsURL.git
Working copy of https://github.com/jemmons/MyNameIsURL.git resolved at master (3a8dcf7)
warning: '.resolve-product-dependencies': dependency 'mynameisurl' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/jemmons/MyNameIsURL.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/19] Compiling MyNameIsURL String+HostComponents.swift
[4/19] Compiling MyNameIsURL URL+Scheme.swift
[5/19] Compiling MyNameIsURL Path.swift
[6/19] Compiling MyNameIsURL PathPrefix.swift
[7/19] Emitting module MyNameIsURL
[8/19] Compiling MyNameIsURL Or.swift
[9/19] Compiling MyNameIsURL Password.swift
[10/19] Compiling MyNameIsURL HostSuffix.swift
[11/19] Compiling MyNameIsURL Not.swift
[12/19] Compiling MyNameIsURL Domain.swift
[13/19] Compiling MyNameIsURL PathComponent.swift
[14/19] Compiling MyNameIsURL Port.swift
[15/19] Compiling MyNameIsURL Scheme+URLMatchable.swift
[16/19] Compiling MyNameIsURL URLMatchable.swift
[17/19] Compiling MyNameIsURL User.swift
[18/19] Compiling MyNameIsURL And.swift
[19/19] Compiling MyNameIsURL Host.swift
[20/20] Compiling MyNameIsURL Scheme.swift
Build complete! (4.80s)
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.