Build Information
Successful build of URLFormat, reference master (0f5039
), with Swift 6.1 for macOS (SPM) on 25 Apr 2025 18:08:20 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ilyapuchka/URLFormat.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ilyapuchka/URLFormat
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 0f50393 Merge pull request #2 from richardgroves/patch-1
Cloned https://github.com/ilyapuchka/URLFormat.git
Revision (git rev-parse @):
0f5039308906fedfaa7445bcab729670ac609150
SUCCESS checkout https://github.com/ilyapuchka/URLFormat.git at master
Fetching https://github.com/ilyapuchka/common-parsers.git
[3/72] Fetching common-parsers
Fetched https://github.com/ilyapuchka/common-parsers.git from cache (0.64s)
Fetching https://github.com/pointfreeco/swift-prelude.git
[1/3298] Fetching swift-prelude
Fetched https://github.com/pointfreeco/swift-prelude.git from cache (0.93s)
Creating working copy for https://github.com/pointfreeco/swift-prelude.git
Working copy of https://github.com/pointfreeco/swift-prelude.git resolved at master (c61b493)
Creating working copy for https://github.com/ilyapuchka/common-parsers.git
Working copy of https://github.com/ilyapuchka/common-parsers.git resolved at master (fb6f45c)
========================================
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",
"dependencies": [
{
"identity": "urlformat",
"name": "URLFormat",
"url": "https://github.com/ilyapuchka/URLFormat.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/URLFormat",
"dependencies": [
{
"identity": "common-parsers",
"name": "CommonParsers",
"url": "https://github.com/ilyapuchka/common-parsers.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/common-parsers",
"dependencies": [
{
"identity": "swift-prelude",
"name": "Prelude",
"url": "https://github.com/pointfreeco/swift-prelude.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-prelude",
"dependencies": [
]
}
]
}
]
}
]
}
Fetching https://github.com/ilyapuchka/URLFormat.git
[1/118] Fetching urlformat
Fetched https://github.com/ilyapuchka/URLFormat.git from cache (0.65s)
Fetching https://github.com/ilyapuchka/common-parsers.git from cache
Fetched https://github.com/ilyapuchka/common-parsers.git from cache (0.45s)
Fetching https://github.com/pointfreeco/swift-prelude.git from cache
Fetched https://github.com/pointfreeco/swift-prelude.git from cache (0.44s)
Creating working copy for https://github.com/ilyapuchka/URLFormat.git
Working copy of https://github.com/ilyapuchka/URLFormat.git resolved at master (0f50393)
Creating working copy for https://github.com/ilyapuchka/common-parsers.git
Working copy of https://github.com/ilyapuchka/common-parsers.git resolved at master (fb6f45c)
Creating working copy for https://github.com/pointfreeco/swift-prelude.git
Working copy of https://github.com/pointfreeco/swift-prelude.git resolved at master (b4ceef2)
warning: '.resolve-product-dependencies': dependency 'urlformat' is not used by any target
Found 1 product dependencies
- CommonParsers
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/ilyapuchka/URLFormat.git
https://github.com/ilyapuchka/URLFormat.git
{
"dependencies" : [
{
"identity" : "common-parsers",
"requirement" : {
"branch" : [
"master"
]
},
"type" : "sourceControl",
"url" : "https://github.com/ilyapuchka/common-parsers.git"
}
],
"manifest_display_name" : "URLFormat",
"name" : "URLFormat",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "URLFormat",
"targets" : [
"URLFormat"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "URLFormatTests",
"module_type" : "SwiftTarget",
"name" : "URLFormatTests",
"path" : "Tests/URLFormatTests",
"sources" : [
"URLFormatTests.swift"
],
"target_dependencies" : [
"URLFormat"
],
"type" : "test"
},
{
"c99name" : "URLFormat",
"module_type" : "SwiftTarget",
"name" : "URLFormat",
"path" : "Sources/URLFormat",
"product_dependencies" : [
"CommonParsers"
],
"product_memberships" : [
"URLFormat"
],
"sources" : [
"URLFormat.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-2F0A5646E1D333AE.txt
[5/38] Emitting module Prelude
[6/41] Compiling Prelude Strong.swift
[7/41] Compiling Prelude Tuple.swift
[8/41] Compiling Prelude Unit.swift
[9/41] Compiling Prelude Parallel.swift
[10/41] Compiling Prelude Plus.swift
[11/41] Compiling Prelude PrecedenceGroups.swift
[12/41] Compiling Prelude NearSemiring.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Optional.swift:10:32: error: conflicting arguments to generic parameter 'A' ('(A) -> A' vs. '@Sendable (A) -> A')
8 |
9 | public func coalesce<A>(with default: @autoclosure @escaping () -> A) -> (A?) -> A {
10 | return optional(`default`()) <| id
| `- error: conflicting arguments to generic parameter 'A' ('(A) -> A' vs. '@Sendable (A) -> A')
11 | }
12 |
[13/41] Compiling Prelude Never.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Optional.swift:10:32: error: conflicting arguments to generic parameter 'A' ('(A) -> A' vs. '@Sendable (A) -> A')
8 |
9 | public func coalesce<A>(with default: @autoclosure @escaping () -> A) -> (A?) -> A {
10 | return optional(`default`()) <| id
| `- error: conflicting arguments to generic parameter 'A' ('(A) -> A' vs. '@Sendable (A) -> A')
11 | }
12 |
[14/41] Compiling Prelude Operators.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Optional.swift:10:32: error: conflicting arguments to generic parameter 'A' ('(A) -> A' vs. '@Sendable (A) -> A')
8 |
9 | public func coalesce<A>(with default: @autoclosure @escaping () -> A) -> (A?) -> A {
10 | return optional(`default`()) <| id
| `- error: conflicting arguments to generic parameter 'A' ('(A) -> A' vs. '@Sendable (A) -> A')
11 | }
12 |
[15/41] Compiling Prelude Optional.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Optional.swift:10:32: error: conflicting arguments to generic parameter 'A' ('(A) -> A' vs. '@Sendable (A) -> A')
8 |
9 | public func coalesce<A>(with default: @autoclosure @escaping () -> A) -> (A?) -> A {
10 | return optional(`default`()) <| id
| `- error: conflicting arguments to generic parameter 'A' ('(A) -> A' vs. '@Sendable (A) -> A')
11 | }
12 |
[16/41] Compiling Prelude Equatable.swift
[17/41] Compiling Prelude EuclideanRing.swift
[18/41] Compiling Prelude Field.swift
[19/41] Compiling Prelude Filterable.swift
[20/41] Compiling Prelude Comparable.swift
[21/41] Compiling Prelude Comparator.swift
[22/41] Compiling Prelude Curry.swift
[23/41] Compiling Prelude Endo.swift
[24/41] Compiling Prelude Alt.swift
[25/41] Compiling Prelude Array.swift
[26/41] Compiling Prelude Collection.swift
[27/41] Compiling Prelude CommutativeRing.swift
[28/41] Compiling Prelude Sequence.swift
[29/41] Compiling Prelude Set.swift
[30/41] Compiling Prelude String.swift
[31/41] Compiling Prelude Ring.swift
[32/41] Compiling Prelude Semigroup.swift
[33/41] Compiling Prelude Semiring.swift
[34/41] Compiling Prelude FreeNearSemiring.swift
[35/41] Compiling Prelude Func.swift
[36/41] Compiling Prelude Function.swift
[37/41] Compiling Prelude HeytingAlgebra.swift
[38/41] Compiling Prelude Hole.swift
[39/41] Compiling Prelude IO.swift
[40/41] Compiling Prelude KeyPath.swift
[41/41] Compiling Prelude Monoid.swift
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/35] Emitting module Prelude
[3/38] Compiling Prelude Equatable.swift
[4/38] Compiling Prelude EuclideanRing.swift
[5/38] Compiling Prelude Field.swift
[6/38] Compiling Prelude Filterable.swift
[7/38] Compiling Prelude Ring.swift
[8/38] Compiling Prelude Semigroup.swift
[9/38] Compiling Prelude Semiring.swift
[10/38] Compiling Prelude Sequence.swift
[11/38] Compiling Prelude Set.swift
[12/38] Compiling Prelude String.swift
[13/38] Compiling Prelude FreeNearSemiring.swift
[14/38] Compiling Prelude Func.swift
[15/38] Compiling Prelude Function.swift
[16/38] Compiling Prelude HeytingAlgebra.swift
[17/38] Compiling Prelude NearSemiring.swift
[18/38] Compiling Prelude Never.swift
[19/38] Compiling Prelude Operators.swift
[20/38] Compiling Prelude Optional.swift
[21/38] Compiling Prelude Parallel.swift
[22/38] Compiling Prelude Plus.swift
[23/38] Compiling Prelude PrecedenceGroups.swift
[24/38] Compiling Prelude Strong.swift
[25/38] Compiling Prelude Tuple.swift
[26/38] Compiling Prelude Unit.swift
[27/38] Compiling Prelude Hole.swift
[28/38] Compiling Prelude IO.swift
[29/38] Compiling Prelude KeyPath.swift
[30/38] Compiling Prelude Monoid.swift
[31/38] Compiling Prelude Comparable.swift
[32/38] Compiling Prelude Comparator.swift
[33/38] Compiling Prelude Curry.swift
[34/38] Compiling Prelude Endo.swift
[35/38] Compiling Prelude Alt.swift
[36/38] Compiling Prelude Array.swift
[37/38] Compiling Prelude Collection.swift
[38/38] Compiling Prelude CommutativeRing.swift
[39/45] Compiling CommonParsers Template.swift
[40/45] Compiling CommonParsers Parser.swift
[41/45] Compiling CommonParsers PartialIso.swift
[42/45] Compiling CommonParsers Matchable.swift
[43/45] Compiling CommonParsers Format.swift
[44/45] Compiling CommonParsers Parenthesize.swift
[45/45] Emitting module CommonParsers
[46/47] Compiling URLFormat URLFormat.swift
[47/47] Emitting module URLFormat
Build complete! (2.46s)
Build complete.
{
"dependencies" : [
{
"identity" : "common-parsers",
"requirement" : {
"branch" : [
"master"
]
},
"type" : "sourceControl",
"url" : "https://github.com/ilyapuchka/common-parsers.git"
}
],
"manifest_display_name" : "URLFormat",
"name" : "URLFormat",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "URLFormat",
"targets" : [
"URLFormat"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "URLFormatTests",
"module_type" : "SwiftTarget",
"name" : "URLFormatTests",
"path" : "Tests/URLFormatTests",
"sources" : [
"URLFormatTests.swift"
],
"target_dependencies" : [
"URLFormat"
],
"type" : "test"
},
{
"c99name" : "URLFormat",
"module_type" : "SwiftTarget",
"name" : "URLFormat",
"path" : "Sources/URLFormat",
"product_dependencies" : [
"CommonParsers"
],
"product_memberships" : [
"URLFormat"
],
"sources" : [
"URLFormat.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.