Build Information
Failed to build swift-rational, reference 1.0.1 (6b281f
), with Swift 6.1 for tvOS using Xcode 16.3 on 28 Apr 2025 07:14:28 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme swift-rational-Package -destination generic/platform=tvOS
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/abdel-17/swift-rational.git
Reference: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/abdel-17/swift-rational
* tag 1.0.1 -> FETCH_HEAD
HEAD is now at 6b281fe style: run SwiftFormat
Cloned https://github.com/abdel-17/swift-rational.git
Revision (git rev-parse @):
6b281feb05cb262bae35369b31fc8ccc2918e6b6
SUCCESS checkout https://github.com/abdel-17/swift-rational.git at 1.0.1
========================================
Build
========================================
Selected platform: tvOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/abdel-17/swift-rational.git
https://github.com/abdel-17/swift-rational.git
{
"dependencies" : [
{
"identity" : "swift-format",
"requirement" : {
"exact" : [
"509.0.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-format.git"
},
{
"identity" : "swift-numerics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-numerics"
}
],
"manifest_display_name" : "swift-rational",
"name" : "swift-rational",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "RationalModule",
"targets" : [
"RationalModule"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RationalModuleTests",
"module_type" : "SwiftTarget",
"name" : "RationalModuleTests",
"path" : "Tests/RationalModuleTests",
"sources" : [
"AdditiveArithmaticTests.swift",
"AlgebraicFieldTests.swift",
"FractionTests.swift",
"IntegerLiteralTests.swift",
"LosslessStringConvertibleTests.swift",
"RationalTests.swift",
"SignedNumericTests.swift",
"StirdeableTests.swift",
"StringConvertibleTests.swift"
],
"target_dependencies" : [
"RationalModule"
],
"type" : "test"
},
{
"c99name" : "RationalModule",
"module_type" : "SwiftTarget",
"name" : "RationalModule",
"path" : "Sources/RationalModule",
"product_dependencies" : [
"RealModule"
],
"product_memberships" : [
"RationalModule"
],
"sources" : [
"GCD.swift",
"Rational+AdditiveArithmetic.swift",
"Rational+AlgebraicField.swift",
"Rational+Comparable.swift",
"Rational+CustomStringConvertible.swift",
"Rational+Equatable.swift",
"Rational+ExpressibleByIntegerLiteral.swift",
"Rational+LosslessStringConvertible.swift",
"Rational+SignedNumeric.swift",
"Rational+Strideable.swift",
"Rational.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/apple/swift-format.git
Fetching from https://github.com/apple/swift-numerics (cached)
Fetching from https://github.com/apple/swift-markdown.git
Fetching from https://github.com/apple/swift-syntax.git
Fetching from https://github.com/apple/swift-argument-parser.git (cached)
Fetching from https://github.com/swiftlang/swift-cmark.git
Creating working copy of package ‘swift-format’
Checking out 509.0.0 of package ‘swift-format’
Creating working copy of package ‘swift-cmark’
Checking out 0.6.0 of package ‘swift-cmark’
Creating working copy of package ‘swift-argument-parser’
Checking out 1.5.0 of package ‘swift-argument-parser’
Creating working copy of package ‘swift-numerics’
Checking out 1.0.3 of package ‘swift-numerics’
Creating working copy of package ‘swift-syntax’
Checking out 509.1.1 of package ‘swift-syntax’
Creating working copy of package ‘swift-markdown’
Checking out 0.6.0 of package ‘swift-markdown’
Resolve Package Graph
Resolved source packages:
swift-numerics: https://github.com/apple/swift-numerics @ 1.0.3
swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.5.0
swift-format: https://github.com/apple/swift-format.git @ 509.0.0
swift-syntax: https://github.com/apple/swift-syntax.git @ 509.1.1
swift-rational: /Users/admin/builder/spi-builder-workspace
cmark-gfm: https://github.com/swiftlang/swift-cmark.git @ 0.6.0
swift-markdown: https://github.com/apple/swift-markdown.git @ 0.6.0
resolved source packages: swift-numerics, swift-argument-parser, swift-format, swift-syntax, swift-rational, cmark-gfm, swift-markdown
{
"dependencies" : [
{
"identity" : "swift-format",
"requirement" : {
"exact" : [
"509.0.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-format.git"
},
{
"identity" : "swift-numerics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-numerics"
}
],
"manifest_display_name" : "swift-rational",
"name" : "swift-rational",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "RationalModule",
"targets" : [
"RationalModule"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RationalModuleTests",
"module_type" : "SwiftTarget",
"name" : "RationalModuleTests",
"path" : "Tests/RationalModuleTests",
"sources" : [
"AdditiveArithmaticTests.swift",
"AlgebraicFieldTests.swift",
"FractionTests.swift",
"IntegerLiteralTests.swift",
"LosslessStringConvertibleTests.swift",
"RationalTests.swift",
"SignedNumericTests.swift",
"StirdeableTests.swift",
"StringConvertibleTests.swift"
],
"target_dependencies" : [
"RationalModule"
],
"type" : "test"
},
{
"c99name" : "RationalModule",
"module_type" : "SwiftTarget",
"name" : "RationalModule",
"path" : "Sources/RationalModule",
"product_dependencies" : [
"RealModule"
],
"product_memberships" : [
"RationalModule"
],
"sources" : [
"GCD.swift",
"Rational+AdditiveArithmetic.swift",
"Rational+AlgebraicField.swift",
"Rational+Comparable.swift",
"Rational+CustomStringConvertible.swift",
"Rational+Equatable.swift",
"Rational+ExpressibleByIntegerLiteral.swift",
"Rational+LosslessStringConvertible.swift",
"Rational+SignedNumeric.swift",
"Rational+Strideable.swift",
"Rational.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"swift-rational",
"swift-rational-Package"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme swift-rational-Package -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 swift-rational-Package -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
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.5.0
cmark-gfm: https://github.com/swiftlang/swift-cmark.git @ 0.6.0
swift-syntax: https://github.com/apple/swift-syntax.git @ 509.1.1
swift-numerics: https://github.com/apple/swift-numerics @ 1.0.3
swift-rational: /Users/admin/builder/spi-builder-workspace
swift-format: https://github.com/apple/swift-format.git @ 509.0.0
swift-markdown: https://github.com/apple/swift-markdown.git @ 0.6.0
2025-04-28 00:14:22.516 xcodebuild[903:4699] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-28-04_00-14-0022.xcresult
xcodebuild: error: Scheme swift-rational-Package is not currently configured for the build action.
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
cmark-gfm: https://github.com/swiftlang/swift-cmark.git @ 0.6.0
swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.5.0
swift-rational: /Users/admin/builder/spi-builder-workspace
swift-numerics: https://github.com/apple/swift-numerics @ 1.0.3
swift-format: https://github.com/apple/swift-format.git @ 509.0.0
swift-markdown: https://github.com/apple/swift-markdown.git @ 0.6.0
swift-syntax: https://github.com/apple/swift-syntax.git @ 509.1.1
resolved source packages: cmark-gfm, swift-argument-parser, swift-rational, swift-numerics, swift-format, swift-markdown, swift-syntax
{
"dependencies" : [
{
"identity" : "swift-format",
"requirement" : {
"exact" : [
"509.0.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-format.git"
},
{
"identity" : "swift-numerics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-numerics"
}
],
"manifest_display_name" : "swift-rational",
"name" : "swift-rational",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "RationalModule",
"targets" : [
"RationalModule"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RationalModuleTests",
"module_type" : "SwiftTarget",
"name" : "RationalModuleTests",
"path" : "Tests/RationalModuleTests",
"sources" : [
"AdditiveArithmaticTests.swift",
"AlgebraicFieldTests.swift",
"FractionTests.swift",
"IntegerLiteralTests.swift",
"LosslessStringConvertibleTests.swift",
"RationalTests.swift",
"SignedNumericTests.swift",
"StirdeableTests.swift",
"StringConvertibleTests.swift"
],
"target_dependencies" : [
"RationalModule"
],
"type" : "test"
},
{
"c99name" : "RationalModule",
"module_type" : "SwiftTarget",
"name" : "RationalModule",
"path" : "Sources/RationalModule",
"product_dependencies" : [
"RealModule"
],
"product_memberships" : [
"RationalModule"
],
"sources" : [
"GCD.swift",
"Rational+AdditiveArithmetic.swift",
"Rational+AlgebraicField.swift",
"Rational+Comparable.swift",
"Rational+CustomStringConvertible.swift",
"Rational+Equatable.swift",
"Rational+ExpressibleByIntegerLiteral.swift",
"Rational+LosslessStringConvertible.swift",
"Rational+SignedNumeric.swift",
"Rational+Strideable.swift",
"Rational.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"swift-rational",
"swift-rational-Package"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme swift-rational-Package -destination generic/platform=tvOS
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 swift-rational-Package -destination generic/platform=tvOS
Resolve Package Graph
Resolved source packages:
swift-rational: /Users/admin/builder/spi-builder-workspace
swift-syntax: https://github.com/apple/swift-syntax.git @ 509.1.1
swift-markdown: https://github.com/apple/swift-markdown.git @ 0.6.0
swift-format: https://github.com/apple/swift-format.git @ 509.0.0
swift-numerics: https://github.com/apple/swift-numerics @ 1.0.3
swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.5.0
cmark-gfm: https://github.com/swiftlang/swift-cmark.git @ 0.6.0
2025-04-28 00:14:27.963 xcodebuild[981:5149] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-28-04_00-14-0027.xcresult
xcodebuild: error: Scheme swift-rational-Package is not currently configured for the build action.
BUILD FAILURE 6.1 tvOS