Build Information
Failed to build swift-rational, reference 1.0.1 (6b281f
), with Swift 6.0 for visionOS using Xcode 16.0 on 4 Nov 2024 05:31: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 swift-rational-Package -destination generic/platform=xrOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.56.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: visionOS
Swift version: 6.0
Building package at path: $PWD
https://github.com/abdel-17/swift-rational.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/apple/swift-format.git
Fetching from https://github.com/apple/swift-numerics
Fetching from https://github.com/apple/swift-syntax.git
Fetching from https://github.com/apple/swift-argument-parser.git
Fetching from https://github.com/apple/swift-markdown.git
Fetching from https://github.com/apple/swift-cmark.git
Creating working copy of package ‘swift-syntax’
Checking out 509.1.1 of package ‘swift-syntax’
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.5.0 of package ‘swift-cmark’
Creating working copy of package ‘swift-markdown’
Checking out 0.5.0 of package ‘swift-markdown’
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.2 of package ‘swift-numerics’
Resolve Package Graph
Resolved source packages:
swift-markdown: https://github.com/apple/swift-markdown.git @ 0.5.0
cmark-gfm: https://github.com/apple/swift-cmark.git @ 0.5.0
swift-syntax: https://github.com/apple/swift-syntax.git @ 509.1.1
swift-rational: /Users/admin/builder/spi-builder-workspace
swift-format: https://github.com/apple/swift-format.git @ 509.0.0
swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.5.0
swift-numerics: https://github.com/apple/swift-numerics @ 1.0.2
resolved source packages: swift-markdown, cmark-gfm, swift-syntax, swift-rational, swift-format, swift-argument-parser, swift-numerics
{
"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"
]
}
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"swift-rational",
"swift-rational-Package"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme swift-rational-Package -destination generic/platform=xrOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete
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 swift-rational-Package -destination generic/platform=xrOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete"
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
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
swift-format: https://github.com/apple/swift-format.git @ 509.0.0
swift-markdown: https://github.com/apple/swift-markdown.git @ 0.5.0
swift-rational: /Users/admin/builder/spi-builder-workspace
swift-numerics: https://github.com/apple/swift-numerics @ 1.0.2
swift-syntax: https://github.com/apple/swift-syntax.git @ 509.1.1
cmark-gfm: https://github.com/apple/swift-cmark.git @ 0.5.0
swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.5.0
2024-11-04 00:31:19.770 xcodebuild[916:4920] Writing error result bundle to /var/folders/fs/0w3t9t1d28xc3bj0tgb8hcrw0000gn/T/ResultBundle_2024-04-11_00-31-0019.xcresult
xcodebuild: error: Scheme swift-rational-Package is not currently configured for the build action.
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 swift-rational-Package -destination generic/platform=xrOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete"
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
Resolve Package Graph
Resolved source packages:
swift-format: https://github.com/apple/swift-format.git @ 509.0.0
swift-rational: /Users/admin/builder/spi-builder-workspace
swift-numerics: https://github.com/apple/swift-numerics @ 1.0.2
cmark-gfm: https://github.com/apple/swift-cmark.git @ 0.5.0
swift-syntax: https://github.com/apple/swift-syntax.git @ 509.1.1
swift-markdown: https://github.com/apple/swift-markdown.git @ 0.5.0
swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.5.0
2024-11-04 00:31:22.588 xcodebuild[976:5249] Writing error result bundle to /var/folders/fs/0w3t9t1d28xc3bj0tgb8hcrw0000gn/T/ResultBundle_2024-04-11_00-31-0022.xcresult
xcodebuild: error: Scheme swift-rational-Package is not currently configured for the build action.
BUILD FAILURE 6.0 visionOS