The Swift Package Index logo.Swift Package Index

Build Information

Successful build of routing-kit, reference main (33c4b1), with Swift 6.2 for macOS (SPM) on 17 Apr 2026 10:26:53 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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 33c4b19 Update CI
Cloned https://github.com/vapor/routing-kit.git
Revision (git rev-parse @):
33c4b1902e15ab136fe949279e81c116f25b4acd
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.2
Building package at path:  $PWD
https://github.com/vapor/routing-kit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[4/6] Compiling _NumericsShims _NumericsShims.c
[5/6] Write swift-version--3CB7CFEC50E0D141.txt
[7/23] Compiling RealModule RealFunctions.swift
[8/24] Compiling RealModule Float80+Real.swift
[9/24] Compiling RealModule Real.swift
[10/24] Compiling RealModule Float16+Real.swift
[11/24] Compiling RealModule ElementaryFunctions.swift
[12/24] Compiling RealModule Float+Real.swift
[13/24] Emitting module RealModule
[14/24] Compiling RealModule AugmentedArithmetic.swift
[15/24] Compiling RealModule AlgebraicField.swift
[16/24] Compiling RealModule ApproximateEquality.swift
[17/24] Compiling RealModule Double+Real.swift
[18/24] Compiling RealModule RelaxedArithmetic.swift
[19/50] Compiling Algorithms Split.swift
[20/50] Compiling Algorithms Stride.swift
[21/52] Compiling Logging Locks.swift
[22/52] Compiling Logging MetadataProvider.swift
[23/52] Compiling Logging LogHandler.swift
[24/52] Emitting module Logging
[25/52] Compiling Logging Logging.swift
[26/52] Compiling Logging LogEvent.swift
[27/52] Compiling Algorithms Suffix.swift
[28/52] Compiling Algorithms Trim.swift
[29/52] Compiling Algorithms RandomSample.swift
[30/52] Compiling Algorithms Reductions.swift
[31/52] Compiling Algorithms Rotate.swift
[32/52] Compiling Algorithms Combinations.swift
[33/52] Compiling Algorithms Compacted.swift
[34/52] Compiling Algorithms Cycle.swift
[35/52] Compiling Algorithms Joined.swift
[36/52] Compiling Algorithms Keyed.swift
[37/52] Compiling Algorithms MinMax.swift
[38/52] Compiling Algorithms Grouped.swift
[39/52] Compiling Algorithms Indexed.swift
[40/52] Compiling Algorithms Intersperse.swift
[41/52] Compiling Algorithms Partition.swift
[42/52] Compiling Algorithms Permutations.swift
[43/52] Compiling Algorithms Product.swift
[44/52] Compiling Algorithms Unique.swift
[45/52] Compiling Algorithms Windows.swift
[46/52] Compiling Algorithms EitherSequence.swift
[47/52] Compiling Algorithms FirstNonNil.swift
[48/52] Compiling Algorithms FlattenCollection.swift
[49/52] Compiling Algorithms AdjacentPairs.swift
[50/52] Compiling Algorithms Chain.swift
[51/52] Compiling Algorithms Chunked.swift
[52/52] Emitting module Algorithms
[53/60] Compiling RoutingKit TrieRouterBuilder.swift
[54/60] Compiling RoutingKit TrieRouterNode.swift
[55/60] Compiling RoutingKit Router.swift
[56/60] Compiling RoutingKit RouterBuilder.swift
[57/60] Compiling RoutingKit PathComponent.swift
[58/60] Compiling RoutingKit Parameters.swift
[59/60] Compiling RoutingKit TrieRouter.swift
[60/60] Emitting module RoutingKit
Build complete! (13.52s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-algorithms.git
[1/6058] Fetching swift-algorithms
[3576/12687] Fetching swift-algorithms, swift-log
Fetched https://github.com/apple/swift-algorithms.git from cache (1.74s)
Fetched https://github.com/apple/swift-log.git from cache (1.74s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (4.39s)
Fetching https://github.com/apple/swift-numerics.git
[1/6416] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (1.14s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (1.69s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.12.0 (0.58s)
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-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.12.0
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.