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: 0.5.0
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/cpageler93/consulswift
* tag 0.5.0 -> FETCH_HEAD
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 0.5.0
========================================
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/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
IDEPackageSupportUseBuiltinSCM = YES
resolved source packages:
2024-02-14 07:33:21.810 xcodebuild[69757:1678079] 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 07:33:22.064 xcodebuild[69757:1678079] [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 07:33:22.360 xcodebuild[69758:1678101] 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 07:33:22.614 xcodebuild[69758:1678101] [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 07:33:22.919 xcodebuild[69760:1678125] 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 07:33:23.902 xcodebuild[69760:1678125] Writing error result bundle to /var/folders/b3/8p5yvk0d16s637btgmtl295m0000gp/T/ResultBundle_2024-14-02_07-33-0023.xcresult
2024-02-14 07:33:23.998 xcodebuild[69760:1678125] [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/b3/8p5yvk0d16s637btgmtl295m0000gp/T/TemporaryDirectory.qOS5JN/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/builder/Library/Caches/org.swift.swiftpm/manifests/ManifestLoading/quack.dia", "/Package.swift", "-disallow-use-new-driver", "-o", "/var/folders/b3/8p5yvk0d16s637btgmtl295m0000gp/T/TemporaryDirectory.8WMTyT/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