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 SCNViewController with Swift 6.1 for macOS (Xcode) using Xcode 16.3.

Build Command

Build command unavailable

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/capnslipp/SCNViewController.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/capnslipp/SCNViewController
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at d5dc03d Bumped version to 1.2.1
Cloned https://github.com/capnslipp/SCNViewController.git
Revision (git rev-parse @):
d5dc03d05f3633a6c688718d2f08305883d9439b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/capnslipp/SCNViewController.git at master
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.1
Building package at path:  $PWD
https://github.com/capnslipp/SCNViewController.git
https://github.com/capnslipp/SCNViewController.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SCNViewController",
  "name" : "SCNViewController",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "SCNViewController",
      "targets" : [
        "SCNViewController"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "3",
    "4",
    "4.2",
    "5"
  ],
  "targets" : [
    {
      "c99name" : "SCNViewControllerTests",
      "module_type" : "SwiftTarget",
      "name" : "SCNViewControllerTests",
      "path" : "Tests",
      "sources" : [
        "SCNViewControllerTests.swift"
      ],
      "target_dependencies" : [
        "SCNViewController"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SCNViewController",
      "module_type" : "SwiftTarget",
      "name" : "SCNViewController",
      "path" : "Sources",
      "product_memberships" : [
        "SCNViewController"
      ],
      "sources" : [
        "SCNViewController.swift",
        "SCNViewExtensions.swift",
        "ViewOption.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
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" : "SCNViewController",
  "name" : "SCNViewController",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "SCNViewController",
      "targets" : [
        "SCNViewController"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "3",
    "4",
    "4.2",
    "5"
  ],
  "targets" : [
    {
      "c99name" : "SCNViewControllerTests",
      "module_type" : "SwiftTarget",
      "name" : "SCNViewControllerTests",
      "path" : "Tests",
      "sources" : [
        "SCNViewControllerTests.swift"
      ],
      "target_dependencies" : [
        "SCNViewController"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SCNViewController",
      "module_type" : "SwiftTarget",
      "name" : "SCNViewController",
      "path" : "Sources",
      "product_memberships" : [
        "SCNViewController"
      ],
      "sources" : [
        "SCNViewController.swift",
        "SCNViewExtensions.swift",
        "ViewOption.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "SCNViewController",
    "schemes" : [
      "SCNViewController"
    ],
    "targets" : [
      "SCNViewController",
      "SCNViewControllerTests"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SCNViewController -destination platform=macOS,arch=arm64 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 SCNViewController -destination platform=macOS,arch=arm64 "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-29 15:12:32.620 xcodebuild[569:3220] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-29-04_15-12-0032.xcresult
xcodebuild: error: Unable to find a destination matching the provided destination specifier:
		{ platform:macOS, arch:arm64 }
	Available destinations for the "SCNViewController" scheme:
		{ platform:iOS, id:dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder, name:Any iOS Device }
		{ platform:iOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder, name:Any iOS Simulator Device }
		{ platform:tvOS, id:dvtdevice-DVTiOSDevicePlaceholder-appletvos:placeholder, name:Any tvOS Device }
		{ platform:tvOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-appletvsimulator:placeholder, name:Any tvOS Simulator Device }
INFRASTRUCTURE ERROR (status: destinationUnavailable