The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of RouterKit, reference main (69bbef), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 17:59:16 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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/BerkSpar/router-kit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/BerkSpar/router-kit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 69bbefb feat: update package.swift
Cloned https://github.com/BerkSpar/router-kit.git
Revision (git rev-parse @):
69bbefba933a1121c5120acda9658500ec1fee6f
SUCCESS checkout https://github.com/BerkSpar/router-kit.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/BerkSpar/router-kit.git
https://github.com/BerkSpar/router-kit.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "RouterKit",
  "name" : "RouterKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "RouterKit",
      "targets" : [
        "RouterKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RouterKitTests",
      "module_type" : "SwiftTarget",
      "name" : "RouterKitTests",
      "path" : "Tests/RouterKitTests",
      "sources" : [
        "Mocks/MockRoute.swift",
        "RouterTests.swift",
        "RouterViewTests.swift"
      ],
      "target_dependencies" : [
        "RouterKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RouterKit",
      "module_type" : "SwiftTarget",
      "name" : "RouterKit",
      "path" : "Sources/RouterKit",
      "product_memberships" : [
        "RouterKit"
      ],
      "sources" : [
        "Routable.swift",
        "Router.swift",
        "RouterView.swift",
        "UINavigationController+Ext.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/7] Compiling RouterKit UINavigationController+Ext.swift
[4/7] Compiling RouterKit Router.swift
[5/7] Emitting module RouterKit
[6/7] Compiling RouterKit Routable.swift
[7/7] Compiling RouterKit RouterView.swift
Build complete! (8.14s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "RouterKit",
  "name" : "RouterKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "RouterKit",
      "targets" : [
        "RouterKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RouterKitTests",
      "module_type" : "SwiftTarget",
      "name" : "RouterKitTests",
      "path" : "Tests/RouterKitTests",
      "sources" : [
        "Mocks/MockRoute.swift",
        "RouterTests.swift",
        "RouterViewTests.swift"
      ],
      "target_dependencies" : [
        "RouterKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RouterKit",
      "module_type" : "SwiftTarget",
      "name" : "RouterKit",
      "path" : "Sources/RouterKit",
      "product_memberships" : [
        "RouterKit"
      ],
      "sources" : [
        "Routable.swift",
        "Router.swift",
        "RouterView.swift",
        "UINavigationController+Ext.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.