The Swift Package Index logo.Swift Package Index

Build Information

Failed to build DL4S with Swift 5.10 for tvOS using Xcode 15.3 at master.

Build Command

Build command unavailable

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/palle-k/DL4S.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/palle-k/DL4S
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at fb3f097 Merge pull request #5 from philipturner/patch-1
Cloned https://github.com/palle-k/DL4S.git
Revision (git rev-parse @):
fb3f097bc59b0990a2dd87faaac6516d0675836f
SUCCESS checkout https://github.com/palle-k/DL4S.git at master
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             5.10
Building package at path:  $workDir
https://github.com/palle-k/DL4S.git
Command line invocation:
    /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Package: spi-builder-workspace
Resolved source packages:
  spi-builder-workspace: /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
Resolve Package Graph
Package: spi-builder-workspace
2024-02-15 04:31:59.447 xcodebuild[78720:11553320] 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-15 04:32:00.008 xcodebuild[78720:11553320] Writing error result bundle to /var/folders/b3/8p5yvk0d16s637btgmtl295m0000gp/T/ResultBundle_2024-15-02_04-32-0000.xcresult
2024-02-15 04:32:00.098 xcodebuild[78720:11553320] [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-15 04:32:00.922 xcodebuild[78720:11553320] [MT] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Execution/RunContextManager/IDERunContextManager.m:857
Details:  Error deleting scheme: Cannot modify data because the process disallows saving.
Object:   <IDERunContextManager: 0x600000a8abc0>
Method:   -deleteRunContexts:completionQueue:completionBlock:
Thread:   <_NSMainThread: 0x600002eac180>{number = 1, name = main}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2024-02-15 04:32:00.923 xcodebuild[78720:11553320] could not delete old scheme: Error Domain=DVTCustomDataStoringErrors Code=0 "Cannot modify data because the process disallows saving." UserInfo={NSLocalizedDescription=Cannot modify data because the process disallows saving.}
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.9sx5Kz/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", "5", "-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", "5.2.0", "-Xfrontend", "-serialize-diagnostics-path", "-Xfrontend", "/Users/builder/Library/Caches/org.swift.swiftpm/manifests/ManifestLoading/spi-builder-workspace.dia", "/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Package.swift", "-disallow-use-new-driver", "-o", "/var/folders/b3/8p5yvk0d16s637btgmtl295m0000gp/T/TemporaryDirectory.7Z7kBt/spi-builder-workspace-manifest"])
<unknown>:0: warning: legacy driver is now deprecated; consider avoiding specifying '-disallow-use-new-driver'
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Package.swift:29:10: error: 'testTarget(name:dependencies:path:exclude:sources:resources:cSettings:cxxSettings:swiftSettings:linkerSettings:)' is unavailable
        .testTarget(
         ^~~~~~~~~~
PackageDescription.Target:79:24: note: 'testTarget(name:dependencies:path:exclude:sources:resources:cSettings:cxxSettings:swiftSettings:linkerSettings:)' was introduced in PackageDescription 5.3
    public static func testTarget(name: String, dependencies: [PackageDescription.Target.Dependency] = [], path: String? = nil, exclude: [String] = [], sources: [String]? = nil, resources: [PackageDescription.Resource]? = nil, cSettings: [PackageDescription.CSetting]? = nil, cxxSettings: [PackageDescription.CXXSetting]? = nil, swiftSettings: [PackageDescription.SwiftSetting]? = nil, linkerSettings: [PackageDescription.LinkerSetting]? = nil) -> PackageDescription.Target
                       ^
GENERIC FAILURE 5.10 tvOS

Build Machine: Mac 7