The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftRegex with Swift 6.1 for tvOS using Xcode 16.3.

Build Command

Build command unavailable

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/johnno1962/SwiftRegex5.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/johnno1962/SwiftRegex5
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 84c3fa9 Allow optional chaining.
Cloned https://github.com/johnno1962/SwiftRegex5.git
Revision (git rev-parse @):
84c3fa9a180b2c02e65e9a61287445b0482a5efe
SUCCESS checkout https://github.com/johnno1962/SwiftRegex5.git at main
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/johnno1962/SwiftRegex5.git
https://github.com/johnno1962/SwiftRegex5.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftRegex",
  "name" : "SwiftRegex",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.10"
    },
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftRegex",
      "targets" : [
        "SwiftRegex"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftRegexD",
      "targets" : [
        "SwiftRegexD"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftRegexTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftRegexTests",
      "path" : "SwiftRegex5Tests",
      "sources" : [
        "SwiftRegex5Tests.swift"
      ],
      "target_dependencies" : [
        "SwiftRegex"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftRegexD",
      "module_type" : "SwiftTarget",
      "name" : "SwiftRegexD",
      "path" : "Sources/SwiftRegexD",
      "product_memberships" : [
        "SwiftRegexD"
      ],
      "sources" : [
        "TupleRegex.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftRegex",
      "module_type" : "SwiftTarget",
      "name" : "SwiftRegex",
      "path" : "Sources/SwiftRegex",
      "product_memberships" : [
        "SwiftRegex"
      ],
      "sources" : [
        "TupleRegex.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
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" : "SwiftRegex",
  "name" : "SwiftRegex",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.10"
    },
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftRegex",
      "targets" : [
        "SwiftRegex"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftRegexD",
      "targets" : [
        "SwiftRegexD"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftRegexTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftRegexTests",
      "path" : "SwiftRegex5Tests",
      "sources" : [
        "SwiftRegex5Tests.swift"
      ],
      "target_dependencies" : [
        "SwiftRegex"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftRegexD",
      "module_type" : "SwiftTarget",
      "name" : "SwiftRegexD",
      "path" : "Sources/SwiftRegexD",
      "product_memberships" : [
        "SwiftRegexD"
      ],
      "sources" : [
        "TupleRegex.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftRegex",
      "module_type" : "SwiftTarget",
      "name" : "SwiftRegex",
      "path" : "Sources/SwiftRegex",
      "product_memberships" : [
        "SwiftRegex"
      ],
      "sources" : [
        "TupleRegex.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "SwiftRegex5",
    "schemes" : [
      "SwiftRegex5"
    ],
    "targets" : [
      "SwiftRegex5",
      "SwiftRegex5Tests"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftRegex5 -destination generic/platform=tvOS 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 SwiftRegex5 -destination generic/platform=tvOS "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
2026-02-18 19:27:04.913 xcodebuild[606:3553] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2026-18-02_19-27-0004.xcresult
xcodebuild: error: Unable to find a destination matching the provided destination specifier:
		{ generic:1, platform:tvOS }
	Available destinations for the "SwiftRegex5" scheme:
		{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:4dd94bfaa1e361615719991bf84a2b9d74e497b4, name:My Mac }
		{ platform:macOS, arch:x86_64, variant:Mac Catalyst, id:4dd94bfaa1e361615719991bf84a2b9d74e497b4, name:My Mac }
		{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:4dd94bfaa1e361615719991bf84a2b9d74e497b4, 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 }
		{ platform:macOS, variant:Mac Catalyst, name:Any Mac }
INFRASTRUCTURE ERROR (status: destinationUnavailable