The Swift Package Index logo.Swift Package Index

Build Information

Successful build of URLPattern, reference 0.1.2 (fa5972), with Swift 6.2 for Android on 28 Sep 2025 10:23:43 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/heoblitz/URLPattern.git
Reference: 0.1.2
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
 * tag               0.1.2      -> FETCH_HEAD
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 0.1.2
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/heoblitz/URLPattern.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:d70d83f328e9f1ae04a4e17e63e2d335ae10639f90ee796a5fe3bfb139eab948
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Fetching https://github.com/swiftlang/swift-syntax
[1/72291] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (8.26s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (11.24s)
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.2-RELEASE-MacroSupport-ubuntu_jammy_x86_64.tar.gz
Downloaded https://download.swift.org/prebuilts/swift-syntax/602.0.0/swift-6.2-RELEASE-MacroSupport-ubuntu_jammy_x86_64.tar.gz (0.64s)
Building for debugging...
[0/11] Write sources
[3/11] Write swift-version--11D90AFD9DD3AB2.txt
[5/17] Compiling URLPatternMacros URLPatternError.swift
[6/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>
[7/17] Compiling URLPatternMacros String+Extensions.swift
[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 URLPathMacro.swift
[10/17] Compiling URLPatternMacros URLPatternPlugin.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
[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! (34.23s)
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.2-latest: Pulling from finestructure/spi-images
Digest: sha256:d70d83f328e9f1ae04a4e17e63e2d335ae10639f90ee796a5fe3bfb139eab948
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Done.