Build Information
Successful build of MyNameIsURL, reference master (3a8dcf), with Swift 6.3 for Linux on 10 Apr 2026 23:29:42 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build 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 /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
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
========================================
Build
========================================
Selected platform: linux
Swift version: 6.3
Building package at path: $PWD
https://github.com/jemmons/MyNameIsURL.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/18] Emitting module MyNameIsURL
[4/20] Compiling MyNameIsURL Password.swift
[5/20] Compiling MyNameIsURL Path.swift
[6/20] Compiling MyNameIsURL PathComponent.swift
[7/20] Compiling MyNameIsURL Scheme.swift
[8/20] Compiling MyNameIsURL Scheme+URLMatchable.swift
[9/20] Compiling MyNameIsURL URLMatchable.swift
[10/20] Compiling MyNameIsURL PathPrefix.swift
[11/20] Compiling MyNameIsURL Port.swift
[12/20] Compiling MyNameIsURL Not.swift
[13/20] Compiling MyNameIsURL Or.swift
[14/20] Compiling MyNameIsURL User.swift
[15/20] Compiling MyNameIsURL Domain.swift
[16/20] Compiling MyNameIsURL Host.swift
[17/20] Compiling MyNameIsURL HostSuffix.swift
[18/20] Compiling MyNameIsURL String+HostComponents.swift
[19/20] Compiling MyNameIsURL URL+Scheme.swift
[20/20] Compiling MyNameIsURL And.swift
Build complete! (10.25s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "MyNameIsURL",
"name" : "MyNameIsURL",
"path" : "/host/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"
}
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Done.