Build Information
Failed to build CanonicalPackageURL, reference 0.0.8 (065210
), with Swift 6.0 for iOS using Xcode 16.0 on 4 Nov 2024 00:26:47 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme CanonicalPackageURL -destination generic/platform=iOS 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/SwiftPackageIndex/CanonicalPackageURL.git
Reference: 0.0.8
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SwiftPackageIndex/CanonicalPackageURL
* tag 0.0.8 -> FETCH_HEAD
HEAD is now at 0652109 Merge pull request #9 from SwiftPackageIndex/handle-malformed-urls
Cloned https://github.com/SwiftPackageIndex/CanonicalPackageURL.git
Revision (git rev-parse @):
0652109907f980a4020e158f67d154424e3caa30
SUCCESS checkout https://github.com/SwiftPackageIndex/CanonicalPackageURL.git at 0.0.8
========================================
Build
========================================
Selected platform: iOS
Swift version: 6.0
Building package at path: $PWD
https://github.com/SwiftPackageIndex/CanonicalPackageURL.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/pointfreeco/swift-case-paths.git
Fetching from https://github.com/pointfreeco/swift-parsing.git
Fetching from https://github.com/pointfreeco/xctest-dynamic-overlay
Creating working copy of package ‘swift-case-paths’
Checking out 1.0.0 (5da6989) of package ‘swift-case-paths’
Creating working copy of package ‘xctest-dynamic-overlay’
Checking out 1.4.2 of package ‘xctest-dynamic-overlay’
Creating working copy of package ‘swift-parsing’
Checking out 0.13.0 of package ‘swift-parsing’
dependency 'swift-case-paths' is not used by any targetResolve Package Graph
dependency 'swift-case-paths' is not used by any target
Resolved source packages:
xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.4.2
swift-case-paths: https://github.com/pointfreeco/swift-case-paths.git @ 1.0.0 (5da6989)
CanonicalPackageURL: /Users/admin/builder/spi-builder-workspace
swift-parsing: https://github.com/pointfreeco/swift-parsing.git @ 0.13.0
resolved source packages: xctest-dynamic-overlay, swift-case-paths, CanonicalPackageURL, swift-parsing
{
"dependencies" : [
{
"identity" : "swift-case-paths",
"requirement" : {
"revision" : [
"1.0.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-case-paths.git"
},
{
"identity" : "swift-parsing",
"requirement" : {
"range" : [
{
"lower_bound" : "0.12.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-parsing.git"
}
],
"manifest_display_name" : "CanonicalPackageURL",
"name" : "CanonicalPackageURL",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "CanonicalPackageURL",
"targets" : [
"CanonicalPackageURL"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CanonicalPackageURLTests",
"module_type" : "SwiftTarget",
"name" : "CanonicalPackageURLTests",
"path" : "Tests/CanonicalPackageURLTests",
"sources" : [
"CanonicalPackageURLTests.swift",
"PublicInterfaceTests.swift"
],
"target_dependencies" : [
"CanonicalPackageURL"
],
"type" : "test"
},
{
"c99name" : "CanonicalPackageURL",
"module_type" : "SwiftTarget",
"name" : "CanonicalPackageURL",
"path" : "Sources/CanonicalPackageURL",
"product_dependencies" : [
"Parsing"
],
"product_memberships" : [
"CanonicalPackageURL"
],
"sources" : [
"CanonicalPackageURL.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"CanonicalPackageURL"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme CanonicalPackageURL -destination generic/platform=iOS 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 CanonicalPackageURL -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
IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete
Resolve Package Graph
dependency 'swift-case-paths' is not used by any target
Resolve Package Graph
dependency 'swift-case-paths' is not used by any target
Resolved source packages:
swift-parsing: https://github.com/pointfreeco/swift-parsing.git @ 0.13.0
xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.4.2
CanonicalPackageURL: /Users/admin/builder/spi-builder-workspace
swift-case-paths: https://github.com/pointfreeco/swift-case-paths.git @ 1.0.0 (5da6989)
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (9 targets)
Target 'CanonicalPackageURL' in project 'CanonicalPackageURL'
➜ Explicit dependency on target 'CanonicalPackageURL' in project 'CanonicalPackageURL'
➜ Explicit dependency on target 'Parsing' in project 'swift-parsing'
Target 'CanonicalPackageURL' in project 'CanonicalPackageURL'
➜ Explicit dependency on target 'Parsing' in project 'swift-parsing'
Target 'Parsing' in project 'swift-parsing'
➜ Explicit dependency on target 'Parsing' in project 'swift-parsing'
➜ Explicit dependency on target 'CasePaths' in project 'swift-case-paths'
Target 'Parsing' in project 'swift-parsing'
➜ Explicit dependency on target 'CasePaths' in project 'swift-case-paths'
Target 'CasePaths' in project 'swift-case-paths'
➜ Explicit dependency on target 'CasePaths' in project 'swift-case-paths'
➜ Explicit dependency on target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
Target 'CasePaths' in project 'swift-case-paths'
➜ Explicit dependency on target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
Target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
➜ Explicit dependency on target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
➜ Explicit dependency on target 'IssueReporting' in project 'xctest-dynamic-overlay'
Target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
➜ Explicit dependency on target 'IssueReporting' in project 'xctest-dynamic-overlay'
Target 'IssueReporting' in project 'xctest-dynamic-overlay' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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/clang -v -E -dM -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 3723946b6113e72b6aa7253f5537b74b
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/3723946b6113e72b6aa7253f5537b74b.xcbuilddata
error: The package product 'Parsing' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'CanonicalPackageURL' from project 'CanonicalPackageURL')
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme CanonicalPackageURL
(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 CanonicalPackageURL -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
IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete
Resolve Package Graph
dependency 'swift-case-paths' is not used by any target
Resolved source packages:
CanonicalPackageURL: /Users/admin/builder/spi-builder-workspace
xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.4.2
swift-case-paths: https://github.com/pointfreeco/swift-case-paths.git @ 1.0.0 (5da6989)
swift-parsing: https://github.com/pointfreeco/swift-parsing.git @ 0.13.0
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (9 targets)
Target 'CanonicalPackageURL' in project 'CanonicalPackageURL'
➜ Explicit dependency on target 'CanonicalPackageURL' in project 'CanonicalPackageURL'
➜ Explicit dependency on target 'Parsing' in project 'swift-parsing'
Target 'CanonicalPackageURL' in project 'CanonicalPackageURL'
➜ Explicit dependency on target 'Parsing' in project 'swift-parsing'
Target 'Parsing' in project 'swift-parsing'
➜ Explicit dependency on target 'Parsing' in project 'swift-parsing'
➜ Explicit dependency on target 'CasePaths' in project 'swift-case-paths'
Target 'Parsing' in project 'swift-parsing'
➜ Explicit dependency on target 'CasePaths' in project 'swift-case-paths'
Target 'CasePaths' in project 'swift-case-paths'
➜ Explicit dependency on target 'CasePaths' in project 'swift-case-paths'
➜ Explicit dependency on target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
Target 'CasePaths' in project 'swift-case-paths'
➜ Explicit dependency on target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
Target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
➜ Explicit dependency on target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
➜ Explicit dependency on target 'IssueReporting' in project 'xctest-dynamic-overlay'
Target 'XCTestDynamicOverlay' in project 'xctest-dynamic-overlay'
➜ Explicit dependency on target 'IssueReporting' in project 'xctest-dynamic-overlay'
Target 'IssueReporting' in project 'xctest-dynamic-overlay' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
error: The package product 'Parsing' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'CanonicalPackageURL' from project 'CanonicalPackageURL')
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme CanonicalPackageURL
(1 failure)
BUILD FAILURE 6.0 iOS