The Swift Package Index logo.Swift Package Index

Build Information

Failed to build CoordinatorKit, reference 2.0.0 (39a872), with Swift 6.2 for macOS (SPM) on 11 Mar 2026 07:54:33 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vinodh06/CoordinatorKit.git
Reference: 2.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/vinodh06/CoordinatorKit
 * tag               2.0.0      -> FETCH_HEAD
HEAD is now at 39a872d Update readme.md
Cloned https://github.com/vinodh06/CoordinatorKit.git
Revision (git rev-parse @):
39a872d41a0cfbc7e1fce4ad2bd4038324aa9424
SUCCESS checkout https://github.com/vinodh06/CoordinatorKit.git at 2.0.0
Fetching https://github.com/swiftlang/swift-syntax.git
[1/74667] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (3.99s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (6.83s)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 600.0.1
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/600.0.1/swiftlang-6.2.0.19.9-MacroSupport-macos_aarch64.zip
Downloaded https://download.swift.org/prebuilts/swift-syntax/600.0.1/swiftlang-6.2.0.19.9-MacroSupport-macos_aarch64.zip (0.17s)
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "coordinatorkit",
      "name": "CoordinatorKit",
      "url": "https://github.com/vinodh06/CoordinatorKit.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CoordinatorKit",
      "dependencies": [
        {
          "identity": "swift-syntax",
          "name": "swift-syntax",
          "url": "https://github.com/swiftlang/swift-syntax.git",
          "version": "600.0.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-syntax",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/vinodh06/CoordinatorKit.git
[1/98] Fetching coordinatorkit
Fetched https://github.com/vinodh06/CoordinatorKit.git from cache (0.67s)
Fetching https://github.com/swiftlang/swift-syntax.git from cache
Fetched https://github.com/swiftlang/swift-syntax.git from cache (0.93s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (0.99s)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 600.0.1
Creating working copy for https://github.com/vinodh06/CoordinatorKit.git
Working copy of https://github.com/vinodh06/CoordinatorKit.git resolved at 2.0.0 (39a872d)
warning: '.resolve-product-dependencies': dependency 'coordinatorkit' is not used by any target
Found 1 product dependencies
  - swift-syntax
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/vinodh06/CoordinatorKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[2/5] Write swift-version-49B95AFC49DCD68C.txt
[4/7] Compiling CoordinatorKitMacros CoordinatorKitMacro.swift
[5/7] Emitting module CoordinatorKitMacros
[5/7] Write Objects.LinkFileList
[6/7] Linking CoordinatorKitMacros-tool
[8/10] Compiling CoordinatorKit CoordinatorKit.swift
[9/10] Emitting module CoordinatorKit
[10/10] Compiling CoordinatorKit Coordinator.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoordinatorKit/Coordinator.swift:349:68: warning: left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used
347 |
348 |         debugLog(
349 |             "✅ Popped to: \(navigationPath.last.debugDescription ?? "root")"
    |                                                                  `- warning: left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used
350 |         )
351 |     }
/Users/admin/builder/spi-builder-workspace/Sources/CoordinatorKit/Coordinator.swift:646:14: error: 'fullScreenCover(item:onDismiss:content:)' is unavailable in macOS
644 |                 )
645 |             }
646 |             .fullScreenCover(item: createFullScreenBinding()) { route in
    |              `- error: 'fullScreenCover(item:onDismiss:content:)' is unavailable in macOS
647 |                 RouteViewBuilder(
648 |                     route: route,
SwiftUI.View.fullScreenCover:2:25: note: 'fullScreenCover(item:onDismiss:content:)' has been explicitly marked unavailable here
1 | protocol View {
2 | nonisolated public func fullScreenCover<Item, Content>(item: Binding<Item?>, onDismiss: (() -> Void)? = nil, @ViewBuilder content: @escaping (Item) -> Content) -> some View where Item : Identifiable, Content : View
  |                         `- note: 'fullScreenCover(item:onDismiss:content:)' has been explicitly marked unavailable here
3 |   }
4 |
BUILD FAILURE 6.2 macosSpm