Build Information
Failed to build ConsulSwift with Swift 5.10 for visionOS using Xcode 15.4.
Build Command
Build command unavailable
Build Log
========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/cpageler93/consulswift.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/cpageler93/consulswift
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at b4480c9 Update to Quack 1.3.1 for Linux Support
Cloned https://github.com/cpageler93/consulswift.git
Revision (git rev-parse @):
b4480c9ce94c209777bb4f3acfbd810e811fb24d
SUCCESS checkout https://github.com/cpageler93/consulswift.git at master
========================================
Build
========================================
Selected platform: visionOS
Swift version: 5.10
Building package at path: $workDir
https://github.com/cpageler93/consulswift.git
Command line invocation:
/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
IDEPackageSupportUseBuiltinSCM = YES
resolved source packages:
2024-02-14 20:33:32.602 xcodebuild[46341:11002880] Requested but did not find extension point with identifier Xcode.DVTDeviceFoundation.Aspect for extension Xcode.IDEiOSSupportCore.Aspect.NBDD of plug-in com.apple.dt.IDE.IDEiOSSupportCore
2024-02-14 20:33:32.943 xcodebuild[46341:11002880] [MT] DVTPlugInQuery: Requested but did not find extension point with identifier 'Xcode.DVTDeviceFoundation.CompatibleDeviceFamilyPair'. This is programmer error; code should only request extension points that are defined by itself or its dependencies.
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "ConsulSwift",
"schemes" : [
"AlamofirePackageDescription",
"ConsulSwift-Package",
"ConsulSwiftPackageDescription",
"ConsulSwiftPackageTests",
"QuackPackageDescription",
"ResultPackageDescription",
"SwiftyJSONPackageDescription"
],
"targets" : [
"Alamofire",
"AlamofirePackageDescription",
"ConsulSwift",
"ConsulSwiftPackageDescription",
"ConsulSwiftPackageTests",
"ConsulSwiftTests",
"Quack",
"QuackPackageDescription",
"Result",
"ResultPackageDescription",
"SwiftyJSON",
"SwiftyJSONPackageDescription"
]
}
}
2024-02-14 20:33:33.352 xcodebuild[46342:11002938] Requested but did not find extension point with identifier Xcode.DVTDeviceFoundation.Aspect for extension Xcode.IDEiOSSupportCore.Aspect.NBDD of plug-in com.apple.dt.IDE.IDEiOSSupportCore
2024-02-14 20:33:33.659 xcodebuild[46342:11002938] [MT] DVTPlugInQuery: Requested but did not find extension point with identifier 'Xcode.DVTDeviceFoundation.CompatibleDeviceFamilyPair'. This is programmer error; code should only request extension points that are defined by itself or its dependencies.
2024-02-14 20:33:34.057 xcodebuild[46344:11002981] Requested but did not find extension point with identifier Xcode.DVTDeviceFoundation.Aspect for extension Xcode.IDEiOSSupportCore.Aspect.NBDD of plug-in com.apple.dt.IDE.IDEiOSSupportCore
2024-02-14 20:33:35.312 xcodebuild[46344:11002981] Writing error result bundle to /var/folders/c2/b2kmn__12wq57m82ltz0hl1w0000gn/T/ResultBundle_2024-14-02_20-33-0035.xcresult
2024-02-14 20:33:35.392 xcodebuild[46344:11002981] [MT] DVTPlugInQuery: Requested but did not find extension point with identifier 'Xcode.DVTDeviceFoundation.CompatibleDeviceFamilyPair'. This is programmer error; code should only request extension points that are defined by itself or its dependencies.
xcodebuild: error: Could not resolve package dependencies:
Invalid manifest (compiled with: ["/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc", "-vfsoverlay", "/var/folders/c2/b2kmn__12wq57m82ltz0hl1w0000gn/T/TemporaryDirectory.phd9GL/vfs.yaml", "-L", "/Applications/Xcode-15.3.0-Beta.2.app/Contents/SharedFrameworks/SwiftPM.framework/SharedSupport/ManifestAPI", "-lPackageDescription", "-Xlinker", "-rpath", "-Xlinker", "/Applications/Xcode-15.3.0-Beta.2.app/Contents/SharedFrameworks/SwiftPM.framework/SharedSupport/ManifestAPI", "-target", "arm64-apple-macos13.0", "-sdk", "/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk", "-swift-version", "4", "-I", "/Applications/Xcode-15.3.0-Beta.2.app/Contents/SharedFrameworks/SwiftPM.framework/SharedSupport/ManifestAPI", "-sdk", "/Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk", "-package-description-version", "4.1.0", "-Xfrontend", "-serialize-diagnostics-path", "-Xfrontend", "/Users/admin/Library/Caches/org.swift.swiftpm/manifests/ManifestLoading/quack.dia", "/Package.swift", "-disallow-use-new-driver", "-o", "/var/folders/c2/b2kmn__12wq57m82ltz0hl1w0000gn/T/TemporaryDirectory.ybwyyX/quack-manifest"])
<unknown>:0: warning: legacy driver is now deprecated; consider avoiding specifying '-disallow-use-new-driver'
/Package.swift:11:74: error: missing argument for parameter 'condition' in call
let httpTargetDependency = Target.Dependency.byNameItem(name: "Alamofire")
^
, condition: <#TargetDependencyCondition?#>
PackageDescription.Target:17:14: note: 'byNameItem(name:condition:)' declared here
case byNameItem(name: String, condition: PackageDescription.TargetDependencyCondition?)
^
/Package.swift:27:43: error: missing argument for parameter 'condition' in call
.byNameItem(name: "SwiftyJSON"),
^
, condition: <#TargetDependencyCondition?#>
PackageDescription.Target:17:14: note: 'byNameItem(name:condition:)' declared here
case byNameItem(name: String, condition: PackageDescription.TargetDependencyCondition?)
^
/Package.swift:28:39: error: missing argument for parameter 'condition' in call
.byNameItem(name: "Result")
^
, condition: <#TargetDependencyCondition?#>
PackageDescription.Target:17:14: note: 'byNameItem(name:condition:)' declared here
case byNameItem(name: String, condition: PackageDescription.TargetDependencyCondition?)
^ in https://github.com/cpageler93/quack
GENERIC FAILURE 5.10 visionOS