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 main (2ab7f7), with Swift 6.1 for macOS (SPM) on 25 Nov 2025 15:29:07 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor/routing-kit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/vapor/routing-kit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 2ab7f7b Disallow homonymous parameters in partial (#150)
Cloned https://github.com/vapor/routing-kit.git
Revision (git rev-parse @):
2ab7f7b0d460b9072de274bd234d8efd23eb491f
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vapor/routing-kit.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/vapor/routing-kit.git
https://github.com/vapor/routing-kit.git
{
  "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" : "/Users/admin/builder/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 ...
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/6] Write sources
[4/6] Compiling _NumericsShims _NumericsShims.c
[5/6] Write swift-version-2F0A5646E1D333AE.txt
[7/22] Compiling RealModule Float80+Real.swift
[8/22] Compiling RealModule RealFunctions.swift
[9/22] Compiling RealModule Real.swift
[10/22] Emitting module RealModule
[11/23] Compiling RealModule Double+Real.swift
[12/23] Compiling RealModule ElementaryFunctions.swift
[13/23] Compiling RealModule Float+Real.swift
[14/23] Compiling RealModule AugmentedArithmetic.swift
[15/23] Compiling RealModule Float16+Real.swift
[16/23] Compiling RealModule AlgebraicField.swift
[17/23] Compiling RealModule ApproximateEquality.swift
[18/23] Compiling RealModule RelaxedArithmetic.swift
[19/49] Compiling Algorithms RandomSample.swift
[20/49] Compiling Algorithms Reductions.swift
[21/49] Compiling Algorithms Rotate.swift
[22/51] Compiling Algorithms EitherSequence.swift
[23/51] Compiling Algorithms FirstNonNil.swift
[24/51] Compiling Algorithms FlattenCollection.swift
[25/51] Compiling Algorithms Split.swift
[26/51] Compiling Algorithms Stride.swift
[27/51] Compiling Algorithms Combinations.swift
[28/51] Compiling Algorithms Compacted.swift
[29/51] Compiling Algorithms Cycle.swift
[30/51] Compiling Algorithms Suffix.swift
[31/51] Compiling Algorithms Trim.swift
[32/51] Compiling Algorithms Grouped.swift
[33/51] Compiling Algorithms Indexed.swift
[34/51] Compiling Algorithms Intersperse.swift
[35/51] Compiling Algorithms Joined.swift
[36/51] Compiling Algorithms Keyed.swift
[37/51] Compiling Algorithms MinMax.swift
[38/51] Compiling Algorithms Partition.swift
[39/51] Compiling Algorithms Permutations.swift
[40/51] Compiling Algorithms Product.swift
[41/51] Compiling Algorithms Unique.swift
[42/51] Compiling Algorithms Windows.swift
[43/51] Compiling Algorithms AdjacentPairs.swift
[44/51] Compiling Algorithms Chain.swift
[45/51] Compiling Algorithms Chunked.swift
[46/51] Compiling Logging MetadataProvider.swift
[47/51] Emitting module Logging
[48/51] Compiling Logging Locks.swift
[49/51] Compiling Logging Logging.swift
[50/51] Compiling Logging LogHandler.swift
[51/51] Emitting module Algorithms
[52/59] 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
[53/59] 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
[54/59] 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
[55/59] 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
[56/59] 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
[57/59] 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
[58/59] 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
[59/59] 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
Build complete! (13.49s)
Fetching https://github.com/apple/swift-algorithms.git from cache
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-algorithms.git from cache (0.78s)
Fetched https://github.com/apple/swift-log.git from cache (0.91s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (4.12s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.94s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (1.44s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.45s)
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
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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
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" : "/Users/admin/builder/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"
}
Done.