Build Information
Failed to build Semver, reference v1.2.0 (22c565
), with Swift 6.0 for tvOS using Xcode 16.2 on 28 Nov 2024 16:36:23 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Semver -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 Log
========================================
RunAll
========================================
Builder version: 4.58.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Jomy10/SemverSwift.git
Reference: v1.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Jomy10/SemverSwift
* tag v1.2.0 -> FETCH_HEAD
HEAD is now at 22c5651 update `Package.swift` for v1.2.0
Cloned https://github.com/Jomy10/SemverSwift.git
Revision (git rev-parse @):
22c5651e47f3ce24a1f75ebca20d509ab34414bb
SUCCESS checkout https://github.com/Jomy10/SemverSwift.git at v1.2.0
========================================
Build
========================================
Selected platform: tvOS
Swift version: 6.0
Building package at path: $PWD
https://github.com/Jomy10/SemverSwift.git
Command line invocation:
/Applications/Xcode-16.1.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Fetching from https://github.com/Jomy10/SemverBridge
Creating working copy of package ‘SemverBridge’
Checking out master (58d52fa) of package ‘SemverBridge’
Resolve Package Graph
Resolved source packages:
SemverBridge: https://github.com/Jomy10/SemverBridge @ master (58d52fa)
Semver: /Users/admin/builder/spi-builder-workspace
resolved source packages: SemverBridge, Semver
{
"dependencies" : [
{
"identity" : "semverbridge",
"requirement" : {
"branch" : [
"master"
]
},
"type" : "sourceControl",
"url" : "https://github.com/Jomy10/SemverBridge"
}
],
"manifest_display_name" : "Semver",
"name" : "Semver",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Semver",
"targets" : [
"Semver"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SemverTests",
"module_type" : "SwiftTarget",
"name" : "SemverTests",
"path" : "Tests/SemverTests",
"sources" : [
"ComparatorTests.swift",
"PrereleaseTests.swift",
"SemverTests.swift",
"VersionReqTests.swift",
"VersionTests.swift"
],
"target_dependencies" : [
"Semver"
],
"type" : "test"
},
{
"c99name" : "Semver",
"module_type" : "SwiftTarget",
"name" : "Semver",
"path" : "Sources/Semver",
"product_dependencies" : [
"SemverBridge"
],
"product_memberships" : [
"Semver"
],
"sources" : [
"Semver.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"Semver"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Semver -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.1.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 Semver -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"
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
IDEPackageSupportUseBuiltinSCM = YES
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
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
SemverBridge: https://github.com/Jomy10/SemverBridge @ master (58d52fa)
Semver: /Users/admin/builder/spi-builder-workspace
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
Target 'Semver' in project 'Semver'
➜ Explicit dependency on target 'Semver' in project 'Semver'
➜ Explicit dependency on target 'SemverBridge' in project 'SemverBridge'
Target 'Semver' in project 'Semver'
➜ Explicit dependency on target 'SemverBridge' in project 'SemverBridge'
Target 'SemverBridge' in project 'SemverBridge'
➜ Explicit dependency on target 'SemverBridge' in project 'SemverBridge'
Target 'SemverBridge' in project 'SemverBridge' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 1d284437f0a98e6f8ca864b2009a0e55
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/1d284437f0a98e6f8ca864b2009a0e55.xcbuilddata
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SemverBridge/framework.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SemverBridge/framework.xcframework'. (in target 'SemverBridge' from project 'SemverBridge')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SemverBridge/framework.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SemverBridge/framework.xcframework'. (in target 'SemverBridge' from project 'SemverBridge')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SemverBridge/framework.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SemverBridge/framework.xcframework'. (in target 'Semver' from project 'Semver')
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme Semver
(1 failure)
Command line invocation:
/Applications/Xcode-16.1.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 Semver -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"
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
IDEPackageSupportUseBuiltinSCM = YES
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
Resolve Package Graph
Resolved source packages:
Semver: /Users/admin/builder/spi-builder-workspace
SemverBridge: https://github.com/Jomy10/SemverBridge @ master (58d52fa)
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
Target 'Semver' in project 'Semver'
➜ Explicit dependency on target 'Semver' in project 'Semver'
➜ Explicit dependency on target 'SemverBridge' in project 'SemverBridge'
Target 'Semver' in project 'Semver'
➜ Explicit dependency on target 'SemverBridge' in project 'SemverBridge'
Target 'SemverBridge' in project 'SemverBridge'
➜ Explicit dependency on target 'SemverBridge' in project 'SemverBridge'
Target 'SemverBridge' in project 'SemverBridge' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SemverBridge/framework.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SemverBridge/framework.xcframework'. (in target 'SemverBridge' from project 'SemverBridge')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SemverBridge/framework.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SemverBridge/framework.xcframework'. (in target 'Semver' from project 'Semver')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SemverBridge/framework.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SemverBridge/framework.xcframework'. (in target 'SemverBridge' from project 'SemverBridge')
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme Semver
(1 failure)
BUILD FAILURE 6.0 tvOS