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

Failed to build Magellan with Swift 6.1 for watchOS using Xcode 16.3.

Build Command

Build command unavailable

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pjechris/Magellan.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/pjechris/Magellan
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at fb83da1 [navigation] re-add root to set its navigation object
Cloned https://github.com/pjechris/Magellan.git
Revision (git rev-parse @):
fb83da19bcfb0a0ef2b74ad61f6e1b6c13c680a0
SUCCESS checkout https://github.com/pjechris/Magellan.git at master
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/pjechris/Magellan.git
https://github.com/pjechris/Magellan.git
{
  "dependencies" : [
    {
      "identity" : "quick",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/quick"
    }
  ],
  "manifest_display_name" : "Magellan",
  "name" : "Magellan",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Magellan",
      "targets" : [
        "Magellan"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Magellan",
      "module_type" : "SwiftTarget",
      "name" : "Magellan",
      "path" : "Sources/Magellan",
      "product_memberships" : [
        "Magellan"
      ],
      "sources" : [
        "Navigation/Navigation.swift",
        "Navigation/NavigationContext.swift",
        "Presentation/PresentationStrategy.swift",
        "Presentation/PresentingContext.swift",
        "Presentation/Strategy/PresentationModal.swift",
        "Presentation/Strategy/PresentationPopover.swift",
        "Presentation/Strategy/PresentationPush.swift",
        "Presentation/Strategy/PresentationSegue.swift",
        "Route/Route.swift",
        "UIKit/UIViewController+Nabigeta.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
warning: 'spi-builder-workspace': Source files for target MagellanTests should be located under 'Tests/MagellanTests', or a custom sources path can be set with the 'path' property in Package.swift
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
  "dependencies" : [
    {
      "identity" : "quick",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/quick"
    }
  ],
  "manifest_display_name" : "Magellan",
  "name" : "Magellan",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Magellan",
      "targets" : [
        "Magellan"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Magellan",
      "module_type" : "SwiftTarget",
      "name" : "Magellan",
      "path" : "Sources/Magellan",
      "product_memberships" : [
        "Magellan"
      ],
      "sources" : [
        "Navigation/Navigation.swift",
        "Navigation/NavigationContext.swift",
        "Presentation/PresentationStrategy.swift",
        "Presentation/PresentingContext.swift",
        "Presentation/Strategy/PresentationModal.swift",
        "Presentation/Strategy/PresentationPopover.swift",
        "Presentation/Strategy/PresentationPush.swift",
        "Presentation/Strategy/PresentationSegue.swift",
        "Route/Route.swift",
        "UIKit/UIViewController+Nabigeta.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
warning: 'spi-builder-workspace': Source files for target MagellanTests should be located under 'Tests/MagellanTests', or a custom sources path can be set with the 'path' property in Package.swift
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "Magellan",
    "schemes" : [
      "Magellan-Package"
    ],
    "targets" : [
      "Magellan",
      "MagellanPackageDescription",
      "MagellanPackageTests",
      "MagellanTests",
      "Quick",
      "QuickPackageDescription",
      "QuickSpecBase"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Magellan-Package -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Magellan-Package -destination generic/platform=watchOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
2025-04-27 04:53:51.973 xcodebuild[576:3345] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-27-04_04-53-0051.xcresult
xcodebuild: error: Unable to find a destination matching the provided destination specifier:
		{ generic:1, platform:watchOS }
	Available destinations for the "Magellan-Package" scheme:
		{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:0a0b3cc5aefa6556ae7f27faf94efdcd903eb1e7, name:My Mac }
		{ platform:macOS, arch:x86_64, variant:Mac Catalyst, id:0a0b3cc5aefa6556ae7f27faf94efdcd903eb1e7, name:My Mac }
		{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:0a0b3cc5aefa6556ae7f27faf94efdcd903eb1e7, name:My Mac }
		{ platform:iOS, id:dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder, name:Any iOS Device }
		{ platform:iOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder, name:Any iOS Simulator Device }
	Ineligible destinations for the "Magellan-Package" scheme:
		{ platform:macOS, variant:Mac Catalyst, name:Any Mac, error:Any Mac’s macOS platform doesn’t match Magellan.framework’s supported platforms. You can change Magellan.framework’s Base SDK or Supported Platforms to support Any Mac. }
INFRASTRUCTURE ERROR (status: destinationUnavailable