Build Information
Failed to build SpeziLicense, reference main (2249ce
), with Swift 5.9 for macOS (Xcode) using Xcode 15.2 on 13 Aug 2024 08:07:05 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SpeziLicense -destination platform=macOS,arch=arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.49.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/StanfordSpezi/SpeziLicense.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/StanfordSpezi/SpeziLicense
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 2249ce6 Minor changes for Strict Concurrency (#4)
Cloned https://github.com/StanfordSpezi/SpeziLicense.git
Revision (git rev-parse @):
2249ce615a624a072834e31e7906b779ba82b824
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/StanfordSpezi/SpeziLicense.git at main
========================================
Build
========================================
Selected platform: macosXcodebuild
Swift version: 5.9
Building package at path: $PWD
https://github.com/StanfordSpezi/SpeziLicense.git
Command line invocation:
/Applications/Xcode-15.2.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/StanfordSpezi/Spezi
Fetching from https://github.com/FelixHerrmann/swift-package-list.git
Fetching from https://github.com/StanfordBDHG/XCTRuntimeAssertions
Fetching from https://github.com/apple/swift-collections.git
Fetching from https://github.com/StanfordSpezi/SpeziFoundation
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 ‘swift-collections’
Checking out 1.1.2 of package ‘swift-collections’
Creating working copy of package ‘Spezi’
Checking out 1.7.0 of package ‘Spezi’
Creating working copy of package ‘swift-package-list’
Checking out 4.2.0 of package ‘swift-package-list’
Creating working copy of package ‘SpeziFoundation’
Checking out 1.1.3 of package ‘SpeziFoundation’
Creating working copy of package ‘XCTRuntimeAssertions’
Checking out 1.1.1 of package ‘XCTRuntimeAssertions’
Resolve Package Graph
Resolved source packages:
SpeziLicense: /Users/admin/builder/spi-builder-workspace
Spezi: https://github.com/StanfordSpezi/Spezi @ 1.7.0
swift-collections: https://github.com/apple/swift-collections.git @ 1.1.2
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.0
SwiftPackageList: https://github.com/FelixHerrmann/swift-package-list.git @ 4.2.0
SpeziFoundation: https://github.com/StanfordSpezi/SpeziFoundation @ 1.1.3
XCTRuntimeAssertions: https://github.com/StanfordBDHG/XCTRuntimeAssertions @ 1.1.1
resolved source packages: SpeziLicense, Spezi, swift-collections, swift-argument-parser, SwiftPackageList, SpeziFoundation, XCTRuntimeAssertions
{
"default_localization" : "en",
"dependencies" : [
{
"identity" : "swift-package-list",
"requirement" : {
"range" : [
{
"lower_bound" : "4.1.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/FelixHerrmann/swift-package-list.git"
},
{
"identity" : "spezi",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/StanfordSpezi/Spezi"
}
],
"manifest_display_name" : "SpeziLicense",
"name" : "SpeziLicense",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
}
],
"products" : [
{
"name" : "SpeziLicense",
"targets" : [
"SpeziLicense"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SpeziLicenseTests",
"module_type" : "SwiftTarget",
"name" : "SpeziLicenseTests",
"path" : "Tests/SpeziLicenseTests",
"product_dependencies" : [
"Spezi"
],
"sources" : [
"SpeziLicenseTests.swift"
],
"target_dependencies" : [
"SpeziLicense"
],
"type" : "test"
},
{
"c99name" : "SpeziLicense",
"module_type" : "SwiftTarget",
"name" : "SpeziLicense",
"path" : "Sources/SpeziLicense",
"product_dependencies" : [
"SwiftPackageList"
],
"product_memberships" : [
"SpeziLicense"
],
"sources" : [
"Bundle+ApplicationName.swift",
"License.swift",
"Package+LicenseType.swift",
"PackageHelper.swift",
"Views/ContributionsList.swift",
"Views/PackageCell.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"Libraries",
"SpeziLicense",
"swift-package-list",
"SwiftPackageList",
"SwiftPackageList-Package",
"SwiftPackageListCore",
"SwiftPackageListUI"
]
}
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"Libraries",
"SpeziLicense",
"swift-package-list",
"SwiftPackageList",
"SwiftPackageList-Package",
"SwiftPackageListCore",
"SwiftPackageListUI"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SpeziLicense -destination platform=macOS,arch=arm64
Command line invocation:
/Applications/Xcode-15.2.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 SpeziLicense -destination platform=macOS,arch=arm64
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.0
SwiftPackageList: https://github.com/FelixHerrmann/swift-package-list.git @ 4.2.0
swift-collections: https://github.com/apple/swift-collections.git @ 1.1.2
XCTRuntimeAssertions: https://github.com/StanfordBDHG/XCTRuntimeAssertions @ 1.1.1
SpeziLicense: /Users/admin/builder/spi-builder-workspace
Spezi: https://github.com/StanfordSpezi/Spezi @ 1.7.0
SpeziFoundation: https://github.com/StanfordSpezi/SpeziFoundation @ 1.1.3
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (17 targets)
Target 'SpeziLicenseTests' in project 'SpeziLicense'
➜ Explicit dependency on target 'SpeziLicense' in project 'SpeziLicense'
➜ Explicit dependency on target 'SwiftPackageList' in project 'SwiftPackageList'
➜ Explicit dependency on target 'Spezi' in project 'Spezi'
Target 'Spezi' in project 'Spezi'
➜ Explicit dependency on target 'Spezi' in project 'Spezi'
➜ Explicit dependency on target 'SpeziFoundation' in project 'SpeziFoundation'
➜ Explicit dependency on target 'XCTRuntimeAssertions' in project 'XCTRuntimeAssertions'
➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
Target 'Spezi' in project 'Spezi'
➜ Explicit dependency on target 'SpeziFoundation' in project 'SpeziFoundation'
➜ Explicit dependency on target 'XCTRuntimeAssertions' in project 'XCTRuntimeAssertions'
➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
Target 'OrderedCollections' in project 'swift-collections'
➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
Target 'OrderedCollections' in project 'swift-collections'
➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
Target 'InternalCollectionsUtilities' in project 'swift-collections' (no dependencies)
Target 'XCTRuntimeAssertions' in project 'XCTRuntimeAssertions'
➜ Explicit dependency on target 'XCTRuntimeAssertions' in project 'XCTRuntimeAssertions'
Target 'XCTRuntimeAssertions' in project 'XCTRuntimeAssertions' (no dependencies)
Target 'SpeziFoundation' in project 'SpeziFoundation'
➜ Explicit dependency on target 'SpeziFoundation' in project 'SpeziFoundation'
➜ Explicit dependency on target 'SpeziFoundation_SpeziFoundation' in project 'SpeziFoundation'
Target 'SpeziFoundation' in project 'SpeziFoundation'
➜ Explicit dependency on target 'SpeziFoundation_SpeziFoundation' in project 'SpeziFoundation'
Target 'SpeziFoundation_SpeziFoundation' in project 'SpeziFoundation' (no dependencies)
Target 'SpeziLicense' in project 'SpeziLicense'
➜ Explicit dependency on target 'SpeziLicense' in project 'SpeziLicense'
➜ Explicit dependency on target 'SpeziLicense_SpeziLicense' in project 'SpeziLicense'
➜ Explicit dependency on target 'SwiftPackageList' in project 'SwiftPackageList'
Target 'SpeziLicense' in project 'SpeziLicense'
➜ Explicit dependency on target 'SpeziLicense_SpeziLicense' in project 'SpeziLicense'
➜ Explicit dependency on target 'SwiftPackageList' in project 'SwiftPackageList'
Target 'SwiftPackageList' in project 'SwiftPackageList'
➜ Explicit dependency on target 'SwiftPackageList' in project 'SwiftPackageList'
➜ Explicit dependency on target 'SwiftPackageList_SwiftPackageList' in project 'SwiftPackageList'
Target 'SwiftPackageList' in project 'SwiftPackageList'
➜ Explicit dependency on target 'SwiftPackageList_SwiftPackageList' in project 'SwiftPackageList'
Target 'SwiftPackageList_SwiftPackageList' in project 'SwiftPackageList' (no dependencies)
Target 'SpeziLicense_SpeziLicense' in project 'SpeziLicense' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
Build description signature: fa079a1528c62c976934312a2625f08d
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/fa079a1528c62c976934312a2625f08d.xcbuilddata
error: The package product 'Spezi' requires minimum platform version 14.0 for the macOS platform, but this target supports 13.0 (in target 'SpeziLicenseTests' from project 'SpeziLicense')
error: The package product 'SwiftPackageList' requires minimum platform version 10.15 for the macOS platform, but this target supports 10.13 (in target 'SpeziLicense' from project 'SpeziLicense')
Resolve Package Graph
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:0000FE00-8C151E3703BE51BE }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:0000FE00-8C151E3703BE51BE }
{ platform:macOS, arch:arm64, variant:DriverKit, id:0000FE00-8C151E3703BE51BE }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:0000FE00-8C151E3703BE51BE }
** BUILD FAILED **
Command line invocation:
/Applications/Xcode-15.2.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 SpeziLicense -destination platform=macOS,arch=arm64
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
Spezi: https://github.com/StanfordSpezi/Spezi @ 1.7.0
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.0
SwiftPackageList: https://github.com/FelixHerrmann/swift-package-list.git @ 4.2.0
swift-collections: https://github.com/apple/swift-collections.git @ 1.1.2
SpeziFoundation: https://github.com/StanfordSpezi/SpeziFoundation @ 1.1.3
SpeziLicense: /Users/admin/builder/spi-builder-workspace
XCTRuntimeAssertions: https://github.com/StanfordBDHG/XCTRuntimeAssertions @ 1.1.1
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (17 targets)
Target 'SpeziLicenseTests' in project 'SpeziLicense'
➜ Explicit dependency on target 'SpeziLicense' in project 'SpeziLicense'
➜ Explicit dependency on target 'SwiftPackageList' in project 'SwiftPackageList'
➜ Explicit dependency on target 'Spezi' in project 'Spezi'
Target 'Spezi' in project 'Spezi'
➜ Explicit dependency on target 'Spezi' in project 'Spezi'
➜ Explicit dependency on target 'SpeziFoundation' in project 'SpeziFoundation'
➜ Explicit dependency on target 'XCTRuntimeAssertions' in project 'XCTRuntimeAssertions'
➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
Target 'Spezi' in project 'Spezi'
➜ Explicit dependency on target 'SpeziFoundation' in project 'SpeziFoundation'
➜ Explicit dependency on target 'XCTRuntimeAssertions' in project 'XCTRuntimeAssertions'
➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
Target 'OrderedCollections' in project 'swift-collections'
➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
Target 'OrderedCollections' in project 'swift-collections'
➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
Target 'InternalCollectionsUtilities' in project 'swift-collections' (no dependencies)
Target 'XCTRuntimeAssertions' in project 'XCTRuntimeAssertions'
➜ Explicit dependency on target 'XCTRuntimeAssertions' in project 'XCTRuntimeAssertions'
Target 'XCTRuntimeAssertions' in project 'XCTRuntimeAssertions' (no dependencies)
Target 'SpeziFoundation' in project 'SpeziFoundation'
➜ Explicit dependency on target 'SpeziFoundation' in project 'SpeziFoundation'
➜ Explicit dependency on target 'SpeziFoundation_SpeziFoundation' in project 'SpeziFoundation'
Target 'SpeziFoundation' in project 'SpeziFoundation'
➜ Explicit dependency on target 'SpeziFoundation_SpeziFoundation' in project 'SpeziFoundation'
Target 'SpeziFoundation_SpeziFoundation' in project 'SpeziFoundation' (no dependencies)
Target 'SpeziLicense' in project 'SpeziLicense'
➜ Explicit dependency on target 'SpeziLicense' in project 'SpeziLicense'
➜ Explicit dependency on target 'SpeziLicense_SpeziLicense' in project 'SpeziLicense'
➜ Explicit dependency on target 'SwiftPackageList' in project 'SwiftPackageList'
Target 'SpeziLicense' in project 'SpeziLicense'
➜ Explicit dependency on target 'SpeziLicense_SpeziLicense' in project 'SpeziLicense'
➜ Explicit dependency on target 'SwiftPackageList' in project 'SwiftPackageList'
Target 'SwiftPackageList' in project 'SwiftPackageList'
➜ Explicit dependency on target 'SwiftPackageList' in project 'SwiftPackageList'
➜ Explicit dependency on target 'SwiftPackageList_SwiftPackageList' in project 'SwiftPackageList'
Target 'SwiftPackageList' in project 'SwiftPackageList'
➜ Explicit dependency on target 'SwiftPackageList_SwiftPackageList' in project 'SwiftPackageList'
Target 'SwiftPackageList_SwiftPackageList' in project 'SwiftPackageList' (no dependencies)
Target 'SpeziLicense_SpeziLicense' in project 'SpeziLicense' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
Build description signature: fa079a1528c62c976934312a2625f08d
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/fa079a1528c62c976934312a2625f08d.xcbuilddata
error: The package product 'Spezi' requires minimum platform version 14.0 for the macOS platform, but this target supports 13.0 (in target 'SpeziLicenseTests' from project 'SpeziLicense')
error: The package product 'SwiftPackageList' requires minimum platform version 10.15 for the macOS platform, but this target supports 10.13 (in target 'SpeziLicense' from project 'SpeziLicense')
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:0000FE00-8C151E3703BE51BE }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:0000FE00-8C151E3703BE51BE }
{ platform:macOS, arch:arm64, variant:DriverKit, id:0000FE00-8C151E3703BE51BE }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:0000FE00-8C151E3703BE51BE }
** BUILD FAILED **
BUILD FAILURE 5.9 macosXcodebuild