The Swift Package Index logo.Swift Package Index

Build Information

Failed to build CoordinatorKit, reference main (8e4314), with Swift 6.2 for macOS (SPM) on 13 Mar 2026 21:14:59 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.69.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vinodh06/CoordinatorKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/vinodh06/CoordinatorKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 8e43140 Add Swift version and platform badges to README
Cloned https://github.com/vinodh06/CoordinatorKit.git
Revision (git rev-parse @):
8e43140d0614f222560fb18064dd84cedc1ae9f1
SUCCESS checkout https://github.com/vinodh06/CoordinatorKit.git at main
Fetching https://github.com/swiftlang/swift-syntax.git
[1/74743] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (3.86s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (6.53s)
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.18s)
========================================
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/104] Fetching coordinatorkit
Fetched https://github.com/vinodh06/CoordinatorKit.git from cache (0.65s)
Fetching https://github.com/swiftlang/swift-syntax.git from cache
Fetched https://github.com/swiftlang/swift-syntax.git from cache (0.84s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (0.91s)
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 main (8e43140)
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] Emitting module CoordinatorKitMacros
[5/7] Compiling CoordinatorKitMacros CoordinatorKitMacro.swift
[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