The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of routing-kit, reference 5.0.0-beta.1 (e76bdf), with Swift 6.1 for Android on 14 Nov 2025 18:35:55 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor/routing-kit.git
Reference: 5.0.0-beta.1
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/vapor/routing-kit
 * tag               5.0.0-beta.1 -> FETCH_HEAD
HEAD is now at e76bdf8 V5 (#141)
Cloned https://github.com/vapor/routing-kit.git
Revision (git rev-parse @):
e76bdf8923d9539e7aa80e367b0b25ac89378d80
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vapor/routing-kit.git at 5.0.0-beta.1
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/vapor/routing-kit.git
https://github.com/vapor/routing-kit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-algorithms.git"
    }
  ],
  "manifest_display_name" : "routing-kit",
  "name" : "routing-kit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    },
    {
      "name" : "ios",
      "version" : "18.0"
    },
    {
      "name" : "tvos",
      "version" : "18.0"
    },
    {
      "name" : "watchos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "RoutingKit",
      "targets" : [
        "RoutingKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RoutingKitTests",
      "module_type" : "SwiftTarget",
      "name" : "RoutingKitTests",
      "path" : "Tests/RoutingKitTests",
      "sources" : [
        "RouterTests.swift"
      ],
      "target_dependencies" : [
        "RoutingKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RoutingKit",
      "module_type" : "SwiftTarget",
      "name" : "RoutingKit",
      "path" : "Sources/RoutingKit",
      "product_dependencies" : [
        "Logging",
        "Algorithms"
      ],
      "product_memberships" : [
        "RoutingKit"
      ],
      "sources" : [
        "Parameters.swift",
        "PathComponent.swift",
        "Router.swift",
        "RouterBuilder.swift",
        "TrieRouter/TrieRouter.swift",
        "TrieRouter/TrieRouterBuilder.swift",
        "TrieRouter/TrieRouterNode.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-algorithms.git
[1/4398] Fetching swift-log
[309/10427] Fetching swift-log, swift-algorithms
Fetched https://github.com/apple/swift-log.git from cache (0.48s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.48s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (2.77s)
Fetching https://github.com/apple/swift-numerics.git
[1/6384] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.51s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (1.08s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.85s)
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Building for debugging...
[0/6] Write sources
[4/6] Compiling _NumericsShims _NumericsShims.c
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/22] Emitting module RealModule
[8/23] Compiling Logging LogHandler.swift
[9/23] Compiling RealModule RelaxedArithmetic.swift
[10/23] Compiling RealModule Float16+Real.swift
[11/23] Compiling RealModule RealFunctions.swift
[12/23] Compiling RealModule Real.swift
[13/23] Compiling RealModule Float80+Real.swift
[14/23] Compiling RealModule AugmentedArithmetic.swift
[15/23] Compiling RealModule Double+Real.swift
[16/23] Compiling RealModule ElementaryFunctions.swift
[17/23] Compiling RealModule Float+Real.swift
[18/23] Compiling RealModule AlgebraicField.swift
[19/23] Compiling RealModule ApproximateEquality.swift
[21/49] Compiling Logging MetadataProvider.swift
[22/49] Compiling Algorithms Compacted.swift
[23/49] Compiling Algorithms Cycle.swift
[24/49] Compiling Algorithms EitherSequence.swift
[25/49] Compiling Algorithms FirstNonNil.swift
[26/52] Emitting module Logging
[27/52] Compiling Logging Locks.swift
[28/52] Compiling Algorithms Joined.swift
[29/52] Compiling Algorithms Keyed.swift
[30/52] Compiling Algorithms MinMax.swift
[31/52] Compiling Logging Logging.swift
[33/53] Compiling Algorithms RandomSample.swift
[34/53] Compiling Algorithms Reductions.swift
[35/53] Compiling Algorithms Rotate.swift
[36/53] Compiling Algorithms FlattenCollection.swift
[37/53] Compiling Algorithms Grouped.swift
[38/53] Compiling Algorithms Indexed.swift
[39/53] Compiling Algorithms Intersperse.swift
[40/53] Compiling Algorithms Split.swift
[41/53] Compiling Algorithms Stride.swift
[42/53] Compiling Algorithms Suffix.swift
[43/53] Compiling Algorithms Partition.swift
[44/53] Compiling Algorithms Permutations.swift
[45/53] Compiling Algorithms Product.swift
[46/53] Compiling Algorithms AdjacentPairs.swift
[47/53] Compiling Algorithms Chain.swift
[48/53] Compiling Algorithms Chunked.swift
[49/53] Compiling Algorithms Combinations.swift
[50/53] Compiling Algorithms Trim.swift
[51/53] Compiling Algorithms Unique.swift
[52/53] Compiling Algorithms Windows.swift
[53/53] Emitting module Algorithms
[55/62] Compiling RoutingKit TrieRouterNode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[56/62] Compiling RoutingKit TrieRouterBuilder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[57/62] Compiling RoutingKit Parameters.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[58/62] Compiling RoutingKit PathComponent.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[59/62] Emitting module RoutingKit
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[60/62] Compiling RoutingKit RouterBuilder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[61/62] Compiling RoutingKit Router.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[62/62] Compiling RoutingKit TrieRouter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Build complete! (23.04s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-algorithms.git"
    }
  ],
  "manifest_display_name" : "routing-kit",
  "name" : "routing-kit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    },
    {
      "name" : "ios",
      "version" : "18.0"
    },
    {
      "name" : "tvos",
      "version" : "18.0"
    },
    {
      "name" : "watchos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "RoutingKit",
      "targets" : [
        "RoutingKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RoutingKitTests",
      "module_type" : "SwiftTarget",
      "name" : "RoutingKitTests",
      "path" : "Tests/RoutingKitTests",
      "sources" : [
        "RouterTests.swift"
      ],
      "target_dependencies" : [
        "RoutingKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RoutingKit",
      "module_type" : "SwiftTarget",
      "name" : "RoutingKit",
      "path" : "Sources/RoutingKit",
      "product_dependencies" : [
        "Logging",
        "Algorithms"
      ],
      "product_memberships" : [
        "RoutingKit"
      ],
      "sources" : [
        "Parameters.swift",
        "PathComponent.swift",
        "Router.swift",
        "RouterBuilder.swift",
        "TrieRouter/TrieRouter.swift",
        "TrieRouter/TrieRouterBuilder.swift",
        "TrieRouter/TrieRouterNode.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.