Build Information
Failed to build ShipShape with Swift 6.0 for iOS using Xcode 16.0.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme ShipShape -destination generic/platform=ios OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/btfranklin/ShipShape.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/btfranklin/ShipShape
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 2ef7da3 Update build.yml to remove tests
Cloned https://github.com/btfranklin/ShipShape.git
Revision (git rev-parse @):
2ef7da35de5fbbe5fd99f7ef8089d6f16724636d
SUCCESS checkout https://github.com/btfranklin/ShipShape.git at main
========================================
Build
========================================
Selected platform: iOS
Swift version: 6.0
Building package at path: $workDir
https://github.com/btfranklin/ShipShape.git
Command line invocation:
/Applications/Xcode-15.3.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
IDEPackageSupportToolchainOverrideForManifestLoading = org.swift.600202405261a
IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
TOOLCHAINS = org.swift.600202405261a
Resolve Package Graph
Fetching from https://github.com/btfranklin/Greebler.git
Fetching from https://github.com/btfranklin/ControlledChaos
Fetching from https://github.com/btfranklin/Aesthete.git
Creating working copy of package ‘Aesthete’
Checking out 1.6.1 of package ‘Aesthete’
Creating working copy of package ‘Greebler’
Checking out 0.8.0 of package ‘Greebler’
Creating working copy of package ‘ControlledChaos’
Checking out 1.3.2 of package ‘ControlledChaos’
Resolved source packages:
ShipShape: /Users/admin/builder/spi-builder-workspace
ControlledChaos: https://github.com/btfranklin/ControlledChaos @ 1.3.2
Greebler: https://github.com/btfranklin/Greebler.git @ 0.8.0
Aesthete: https://github.com/btfranklin/Aesthete.git @ 1.6.1
resolved source packages: ShipShape, ControlledChaos, Greebler, Aesthete
{
"dependencies" : [
{
"identity" : "controlledchaos",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/btfranklin/ControlledChaos"
},
{
"identity" : "aesthete",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/btfranklin/Aesthete.git"
},
{
"identity" : "greebler",
"requirement" : {
"range" : [
{
"lower_bound" : "0.8.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/btfranklin/Greebler.git"
}
],
"manifest_display_name" : "ShipShape",
"name" : "ShipShape",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "ShipShape",
"targets" : [
"ShipShape"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ShipShape",
"module_type" : "SwiftTarget",
"name" : "ShipShape",
"path" : "Sources/ShipShape",
"product_dependencies" : [
"ControlledChaos",
"Aesthete",
"Greebler"
],
"product_memberships" : [
"ShipShape"
],
"sources" : [
"Side View/SideViewSpaceShipShape+designAugmentations.swift",
"Side View/SideViewSpaceShipShape+designVerticalHalf.swift",
"Side View/SideViewSpaceShipShape.swift",
"Side View/SideViewSpaceShipShapeGreebledRenderer.swift",
"SpaceShipPurpose.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"ShipShape"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme ShipShape -destination generic/platform=ios OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete
Command line invocation:
/Applications/Xcode-15.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 ShipShape -destination generic/platform=ios "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
IDEPackageSupportToolchainOverrideForManifestLoading = org.swift.600202405261a
IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete
TOOLCHAINS = org.swift.600202405261a
Resolve Package Graph
Resolved source packages:
ControlledChaos: https://github.com/btfranklin/ControlledChaos @ 1.3.2
Greebler: https://github.com/btfranklin/Greebler.git @ 0.8.0
ShipShape: /Users/admin/builder/spi-builder-workspace
Aesthete: https://github.com/btfranklin/Aesthete.git @ 1.6.1
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (8 targets)
Target 'ShipShape' in project 'ShipShape'
➜ Explicit dependency on target 'ShipShape' in project 'ShipShape'
➜ Explicit dependency on target 'ControlledChaos' in project 'ControlledChaos'
➜ Explicit dependency on target 'Aesthete' in project 'Aesthete'
➜ Explicit dependency on target 'Greebler' in project 'Greebler'
Target 'ShipShape' in project 'ShipShape'
➜ Explicit dependency on target 'ControlledChaos' in project 'ControlledChaos'
➜ Explicit dependency on target 'Aesthete' in project 'Aesthete'
➜ Explicit dependency on target 'Greebler' in project 'Greebler'
Target 'Greebler' in project 'Greebler'
➜ Explicit dependency on target 'Greebler' in project 'Greebler'
➜ Explicit dependency on target 'Aesthete' in project 'Aesthete'
Target 'Greebler' in project 'Greebler'
➜ Explicit dependency on target 'Aesthete' in project 'Aesthete'
Target 'Aesthete' in project 'Aesthete'
➜ Explicit dependency on target 'Aesthete' in project 'Aesthete'
➜ Explicit dependency on target 'ControlledChaos' in project 'ControlledChaos'
Target 'Aesthete' in project 'Aesthete'
➜ Explicit dependency on target 'ControlledChaos' in project 'ControlledChaos'
Target 'ControlledChaos' in project 'ControlledChaos'
➜ Explicit dependency on target 'ControlledChaos' in project 'ControlledChaos'
Target 'ControlledChaos' in project 'ControlledChaos' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -v
ExecuteExternalTool /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -x c -c /dev/null
ExecuteExternalTool /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/ld -version_details
Build description signature: ff2db5402dcc32af71897bef86a43183
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/ff2db5402dcc32af71897bef86a43183.xcbuilddata
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'.
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Aesthete' from project 'Aesthete')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'ControlledChaos' from project 'ControlledChaos')
error: The package product 'ControlledChaos' requires minimum platform version 14.0 for the iOS platform, but this target supports 13.0 (in target 'ShipShape' from project 'ShipShape')
error: The package product 'Aesthete' requires minimum platform version 14.0 for the iOS platform, but this target supports 13.0 (in target 'ShipShape' from project 'ShipShape')
error: The package product 'Greebler' requires minimum platform version 14.0 for the iOS platform, but this target supports 13.0 (in target 'ShipShape' from project 'ShipShape')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'ShipShape' from project 'ShipShape')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Greebler' from project 'Greebler')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Greebler' from project 'Greebler')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'ShipShape' from project 'ShipShape')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'ControlledChaos' from project 'ControlledChaos')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Aesthete' from project 'Aesthete')
** BUILD FAILED **
Command line invocation:
/Applications/Xcode-15.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 ShipShape -destination generic/platform=ios "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
IDEPackageSupportToolchainOverrideForManifestLoading = org.swift.600202405261a
IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete
TOOLCHAINS = org.swift.600202405261a
Resolve Package Graph
Resolved source packages:
ShipShape: /Users/admin/builder/spi-builder-workspace
Greebler: https://github.com/btfranklin/Greebler.git @ 0.8.0
ControlledChaos: https://github.com/btfranklin/ControlledChaos @ 1.3.2
Aesthete: https://github.com/btfranklin/Aesthete.git @ 1.6.1
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (8 targets)
Target 'ShipShape' in project 'ShipShape'
➜ Explicit dependency on target 'ShipShape' in project 'ShipShape'
➜ Explicit dependency on target 'ControlledChaos' in project 'ControlledChaos'
➜ Explicit dependency on target 'Aesthete' in project 'Aesthete'
➜ Explicit dependency on target 'Greebler' in project 'Greebler'
Target 'ShipShape' in project 'ShipShape'
➜ Explicit dependency on target 'ControlledChaos' in project 'ControlledChaos'
➜ Explicit dependency on target 'Aesthete' in project 'Aesthete'
➜ Explicit dependency on target 'Greebler' in project 'Greebler'
Target 'Greebler' in project 'Greebler'
➜ Explicit dependency on target 'Greebler' in project 'Greebler'
➜ Explicit dependency on target 'Aesthete' in project 'Aesthete'
Target 'Greebler' in project 'Greebler'
➜ Explicit dependency on target 'Aesthete' in project 'Aesthete'
Target 'Aesthete' in project 'Aesthete'
➜ Explicit dependency on target 'Aesthete' in project 'Aesthete'
➜ Explicit dependency on target 'ControlledChaos' in project 'ControlledChaos'
Target 'Aesthete' in project 'Aesthete'
➜ Explicit dependency on target 'ControlledChaos' in project 'ControlledChaos'
Target 'ControlledChaos' in project 'ControlledChaos'
➜ Explicit dependency on target 'ControlledChaos' in project 'ControlledChaos'
Target 'ControlledChaos' in project 'ControlledChaos' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -v
ExecuteExternalTool /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -x c -c /dev/null
ExecuteExternalTool /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/ld -version_details
Build description signature: ff2db5402dcc32af71897bef86a43183
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/ff2db5402dcc32af71897bef86a43183.xcbuilddata
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'.
error: The package product 'ControlledChaos' requires minimum platform version 14.0 for the iOS platform, but this target supports 13.0 (in target 'ShipShape' from project 'ShipShape')
error: The package product 'Aesthete' requires minimum platform version 14.0 for the iOS platform, but this target supports 13.0 (in target 'ShipShape' from project 'ShipShape')
error: The package product 'Greebler' requires minimum platform version 14.0 for the iOS platform, but this target supports 13.0 (in target 'ShipShape' from project 'ShipShape')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'ShipShape' from project 'ShipShape')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Aesthete' from project 'Aesthete')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Aesthete' from project 'Aesthete')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Greebler' from project 'Greebler')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'ControlledChaos' from project 'ControlledChaos')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'ShipShape' from project 'ShipShape')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'ControlledChaos' from project 'ControlledChaos')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Greebler' from project 'Greebler')
** BUILD FAILED **
BUILD FAILURE 6.0 iOS