Build Information
Successful build of URLPattern, reference main (fa5972), with Swift 6.3 for Android on 17 Apr 2026 02:53:50 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/heoblitz/URLPattern.git
Reference: main
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/heoblitz/URLPattern
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at fa5972e Support swift syntax 602 (#5)
Cloned https://github.com/heoblitz/URLPattern.git
Revision (git rev-parse @):
fa5972ef6a2b27d5a643ccdda32f4270b72fe213
SUCCESS checkout https://github.com/heoblitz/URLPattern.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.3
Building package at path: $PWD
https://github.com/heoblitz/URLPattern.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Fetching https://github.com/swiftlang/swift-syntax
[1/74985] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (7.29s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (10.07s)
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 602.0.0
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/602.0.0/swift-6.3-RELEASE-ubuntu_jammy_x86_64-MacroSupport.tar.gz
Downloaded https://download.swift.org/prebuilts/swift-syntax/602.0.0/swift-6.3-RELEASE-ubuntu_jammy_x86_64-MacroSupport.tar.gz (0.60s)
Building for debugging...
[0/11] Write sources
[3/11] Write swift-version--4F562202D5529B1.txt
[5/17] Compiling URLPatternMacros URLPatternPlugin.swift
[6/17] Compiling URLPatternMacros URLPatternError.swift
[7/17] Compiling URLPatternMacros URLPatternMacro.swift
/host/spi-builder-workspace/Sources/URLPatternMacros/URLPatternMacro.swift:7:15: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
5 | import Foundation
6 |
7 | public struct URLPatternMacro: MemberMacro {
| `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
8 | public static func expansion(
9 | of node: AttributeSyntax,
SwiftSyntaxMacros.MemberMacro.expansion:3:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | @available(*, deprecated, message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter")
3 | public static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
4 |
SwiftSyntaxMacros.MemberMacro.expansion:2:13: note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
3 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[8/17] Emitting module URLPatternMacros
/host/spi-builder-workspace/Sources/URLPatternMacros/URLPatternMacro.swift:7:15: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
5 | import Foundation
6 |
7 | public struct URLPatternMacro: MemberMacro {
| `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
8 | public static func expansion(
9 | of node: AttributeSyntax,
SwiftSyntaxMacros.MemberMacro.expansion:3:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | @available(*, deprecated, message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter")
3 | public static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
4 |
SwiftSyntaxMacros.MemberMacro.expansion:2:13: note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
3 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[9/17] Compiling URLPatternMacros String+Extensions.swift
[10/17] Compiling URLPatternMacros URLPathMacro.swift
[11/18] Wrapping AST for URLPatternMacros for debugging
[12/18] Write Objects.LinkFileList
[13/18] Linking URLPatternMacros-tool
[15/20] Compiling URLPattern URLPattern.swift
Internal Error: DecodingError.dataCorrupted: Data was corrupted. Debug description: Corrupted JSON. Underlying error: unexpected end of file
[16/20] Emitting module URLPattern
[17/21] Wrapping AST for URLPattern for debugging
[19/23] Emitting module URLPatternClient
[20/23] Compiling URLPatternClient main.swift
[21/24] Wrapping AST for URLPatternClient for debugging
[22/24] Write Objects.LinkFileList
[23/24] Linking URLPatternClient
Build complete! (43.88s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "509.0.0",
"upper_bound" : "603.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax"
}
],
"manifest_display_name" : "URLPattern",
"name" : "URLPattern",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
}
],
"products" : [
{
"name" : "URLPattern",
"targets" : [
"URLPattern"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "URLPatternClient",
"targets" : [
"URLPatternClient"
],
"type" : {
"executable" : null
}
},
{
"name" : "URLPatternMacros",
"targets" : [
"URLPatternMacros"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "URLPatternTests",
"module_type" : "SwiftTarget",
"name" : "URLPatternTests",
"path" : "Tests/URLPatternTests",
"product_dependencies" : [
"SwiftSyntaxMacrosTestSupport"
],
"sources" : [
"URLPatternTests.swift"
],
"target_dependencies" : [
"URLPatternMacros"
],
"type" : "test"
},
{
"c99name" : "URLPatternMacros",
"module_type" : "SwiftTarget",
"name" : "URLPatternMacros",
"path" : "Sources/URLPatternMacros",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"URLPattern",
"URLPatternClient",
"URLPatternMacros"
],
"sources" : [
"Extensions/String+Extensions.swift",
"URLPathMacro.swift",
"URLPatternMacro.swift",
"URLPatternPlugin.swift",
"Utils/URLPatternError.swift"
],
"type" : "macro"
},
{
"c99name" : "URLPatternClient",
"module_type" : "SwiftTarget",
"name" : "URLPatternClient",
"path" : "Sources/URLPatternClient",
"product_memberships" : [
"URLPatternClient"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"URLPattern"
],
"type" : "executable"
},
{
"c99name" : "URLPattern",
"module_type" : "SwiftTarget",
"name" : "URLPattern",
"path" : "Sources/URLPattern",
"product_memberships" : [
"URLPattern",
"URLPatternClient"
],
"sources" : [
"URLPattern.swift"
],
"target_dependencies" : [
"URLPatternMacros"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Done.