Build Information
Failed to build GeoJSONKitTurf, reference 0.1.7 (890d5e
), with Swift 6.0 for watchOS using Xcode 16.2 on 29 Nov 2024 15:07:21 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme GeoJSONKitTurf -destination generic/platform=watchOS 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.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/maparoni/GeoJSONKit-Turf.git
Reference: 0.1.7
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/maparoni/GeoJSONKit-Turf
* tag 0.1.7 -> FETCH_HEAD
HEAD is now at 890d5ee Adds GeoJSON.LineString.fretchedDistance (#15)
Cloned https://github.com/maparoni/GeoJSONKit-Turf.git
Revision (git rev-parse @):
890d5eee12701f556228a1558ae97f0d6363cd20
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/maparoni/GeoJSONKit-Turf.git at 0.1.7
========================================
Build
========================================
Selected platform: watchOS
Swift version: 6.0
Building package at path: $PWD
https://github.com/maparoni/GeoJSONKit-Turf.git
{
"dependencies" : [
{
"identity" : "geojsonkit",
"requirement" : {
"range" : [
{
"lower_bound" : "0.5.2",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/maparoni/geojsonkit.git"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
}
],
"manifest_display_name" : "GeoJSONKitTurf",
"name" : "GeoJSONKitTurf",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.12"
},
{
"name" : "ios",
"version" : "10.0"
},
{
"name" : "watchos",
"version" : "3.0"
},
{
"name" : "tvos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "GeoJSONKitTurf",
"targets" : [
"GeoJSONKitTurf"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "geokitten",
"targets" : [
"GeoKitten"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "GeoKitten",
"module_type" : "SwiftTarget",
"name" : "GeoKitten",
"path" : "Sources/GeoKitten",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"geokitten"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"GeoJSONKitTurf"
],
"type" : "executable"
},
{
"c99name" : "GeoJSONKitTurfTests",
"module_type" : "SwiftTarget",
"name" : "GeoJSONKitTurfTests",
"path" : "Tests/GeoJSONKitTurfTests",
"sources" : [
"BoundingBoxTests.swift",
"Fixture.swift",
"LineStringTests.swift",
"MultiPolygonTests.swift",
"PolygonTests.swift",
"PositionTests.swift",
"RadianCoordinate2DTests.swift",
"TurfTests.swift",
"XCTest+Save.swift"
],
"target_dependencies" : [
"GeoJSONKitTurf"
],
"type" : "test"
},
{
"c99name" : "GeoJSONKitTurf",
"module_type" : "SwiftTarget",
"name" : "GeoJSONKitTurf",
"path" : "Sources/GeoJSONKitTurf",
"product_dependencies" : [
"GeoJSONKit"
],
"product_memberships" : [
"GeoJSONKitTurf",
"geokitten"
],
"sources" : [
"ClosestCoordinate.swift",
"ConvexHull.swift",
"CoreLocation.swift",
"GeoJSON+Helpers.swift",
"Position+Helpers.swift",
"RadianCoordinate2D.swift",
"Simplify.swift",
"Spline.swift",
"Turf+BoundingBox.swift",
"Turf+GeometryObject.swift",
"Turf+LineString.swift",
"Turf+LinearRing.swift",
"Turf+Polygon.swift",
"Turf.swift",
"algorithms/DouglasPeucker.swift",
"algorithms/MonotoneChain.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
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/maparoni/geojsonkit.git
Fetching from https://github.com/apple/swift-argument-parser
Creating working copy of package ‘swift-argument-parser’
Checking out 1.5.0 of package ‘swift-argument-parser’
Creating working copy of package ‘geojsonkit’
Checking out 0.6.0 of package ‘geojsonkit’
Resolve Package Graph
Resolved source packages:
GeoJSONKit: https://github.com/maparoni/geojsonkit.git @ 0.6.0
GeoJSONKitTurf: /Users/admin/builder/spi-builder-workspace
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.0
resolved source packages: GeoJSONKit, GeoJSONKitTurf, swift-argument-parser
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme GeoJSONKitTurf -destination generic/platform=watchOS 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 GeoJSONKitTurf -destination generic/platform=watchOS "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:
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.0
GeoJSONKit: https://github.com/maparoni/geojsonkit.git @ 0.6.0
GeoJSONKitTurf: /Users/admin/builder/spi-builder-workspace
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
Target 'GeoJSONKitTurf' in project 'GeoJSONKitTurf'
➜ Explicit dependency on target 'GeoJSONKitTurf' in project 'GeoJSONKitTurf'
➜ Explicit dependency on target 'GeoJSONKit' in project 'GeoJSONKit'
Target 'GeoJSONKitTurf' in project 'GeoJSONKitTurf'
➜ Explicit dependency on target 'GeoJSONKit' in project 'GeoJSONKit'
Target 'GeoJSONKit' in project 'GeoJSONKit'
➜ Explicit dependency on target 'GeoJSONKit' in project 'GeoJSONKit'
Target 'GeoJSONKit' in project 'GeoJSONKit' (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/WatchOS.platform/Developer/SDKs/WatchOS11.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: 52431417777a124f0808d1472f64bd19
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/52431417777a124f0808d1472f64bd19.xcbuilddata
error: The package product 'GeoJSONKit' requires minimum platform version 5.0 for the watchOS platform, but this target supports 4.0 (in target 'GeoJSONKitTurf' from project 'GeoJSONKitTurf')
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme GeoJSONKitTurf
(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 GeoJSONKitTurf -destination generic/platform=watchOS "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:
GeoJSONKitTurf: /Users/admin/builder/spi-builder-workspace
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.0
GeoJSONKit: https://github.com/maparoni/geojsonkit.git @ 0.6.0
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
Target 'GeoJSONKitTurf' in project 'GeoJSONKitTurf'
➜ Explicit dependency on target 'GeoJSONKitTurf' in project 'GeoJSONKitTurf'
➜ Explicit dependency on target 'GeoJSONKit' in project 'GeoJSONKit'
Target 'GeoJSONKitTurf' in project 'GeoJSONKitTurf'
➜ Explicit dependency on target 'GeoJSONKit' in project 'GeoJSONKit'
Target 'GeoJSONKit' in project 'GeoJSONKit'
➜ Explicit dependency on target 'GeoJSONKit' in project 'GeoJSONKit'
Target 'GeoJSONKit' in project 'GeoJSONKit' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
error: The package product 'GeoJSONKit' requires minimum platform version 5.0 for the watchOS platform, but this target supports 4.0 (in target 'GeoJSONKitTurf' from project 'GeoJSONKitTurf')
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme GeoJSONKitTurf
(1 failure)
BUILD FAILURE 6.0 watchOS