The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build CoinGecko-Swift with Swift 6.1 for visionOS 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/crewshin/CoinGecko-Swift.git
Reference: 0.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/crewshin/CoinGecko-Swift
 * tag               0.0.1      -> FETCH_HEAD
HEAD is now at 38a466d Cleanup
Cloned https://github.com/crewshin/CoinGecko-Swift.git
Revision (git rev-parse @):
38a466db14b3533dce95f5cfb56a74595805db31
SUCCESS checkout https://github.com/crewshin/CoinGecko-Swift.git at 0.0.1
========================================
Build
========================================
Selected platform:         visionOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/crewshin/CoinGecko-Swift.git
https://github.com/crewshin/CoinGecko-Swift.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CoinGecko-Swift",
  "name" : "CoinGecko-Swift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "CoinGecko-Swift",
      "targets" : [
        "CoinGecko-Swift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CoinGecko_SwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "CoinGecko-SwiftTests",
      "path" : "Tests/CoinGecko-SwiftTests",
      "sources" : [
        "CoinGecko_SwiftTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "CoinGecko-Swift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CoinGecko_Swift",
      "module_type" : "SwiftTarget",
      "name" : "CoinGecko-Swift",
      "path" : "Sources/CoinGecko-Swift",
      "product_memberships" : [
        "CoinGecko-Swift"
      ],
      "sources" : [
        "API.swift",
        "APIErrors.swift",
        "CoinGecko.swift",
        "Extensions/JSON+.swift",
        "Extensions/String+.swift",
        "Models/Responses/PingResponse.swift",
        "NetworkRequestType.swift",
        "Networking.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
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" : [
  ],
  "manifest_display_name" : "CoinGecko-Swift",
  "name" : "CoinGecko-Swift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "CoinGecko-Swift",
      "targets" : [
        "CoinGecko-Swift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CoinGecko_SwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "CoinGecko-SwiftTests",
      "path" : "Tests/CoinGecko-SwiftTests",
      "sources" : [
        "CoinGecko_SwiftTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "CoinGecko-Swift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CoinGecko_Swift",
      "module_type" : "SwiftTarget",
      "name" : "CoinGecko-Swift",
      "path" : "Sources/CoinGecko-Swift",
      "product_memberships" : [
        "CoinGecko-Swift"
      ],
      "sources" : [
        "API.swift",
        "APIErrors.swift",
        "CoinGecko.swift",
        "Extensions/JSON+.swift",
        "Extensions/String+.swift",
        "Models/Responses/PingResponse.swift",
        "NetworkRequestType.swift",
        "Networking.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "CoinGecko-Swift-DemoApp",
    "schemes" : [
      "CoinGecko-Swift-DemoApp"
    ],
    "targets" : [
      "CoinGecko-Swift-DemoApp"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme CoinGecko-Swift-DemoApp -destination generic/platform=xrOS 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 CoinGecko-Swift-DemoApp -destination generic/platform=xrOS "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-26 04:08:30.606 xcodebuild[573:3235] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-26-04_04-08-0030.xcresult
xcodebuild: error: Unable to find a destination matching the provided destination specifier:
		{ generic:1, platform:xrOS }
	Available destinations for the "CoinGecko-Swift-DemoApp" scheme:
		{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:99d62fb04b33e896d34a67c9ac87bb177c5890e3, 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 }
INFRASTRUCTURE ERROR (status: destinationUnavailable