Build Information
Failed to build snap-theme, reference 0.1.0 (2baf58
), with Swift 6.0 for iOS using Xcode 16.0 on 4 Nov 2024 21:42:15 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme snap-theme -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/simonnickel/snap-theme.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/simonnickel/snap-theme
* tag 0.1.0 -> FETCH_HEAD
HEAD is now at 2baf58f Fix title text attributes
Cloned https://github.com/simonnickel/snap-theme.git
Revision (git rev-parse @):
2baf58f8d7575d32765dbe45f97acdd6e6154471
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/simonnickel/snap-theme.git at 0.1.0
========================================
Build
========================================
Selected platform: iOS
Swift version: 6.0
Building package at path: $PWD
https://github.com/simonnickel/snap-theme.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/simonnickel/snap-core.git
Fetching from https://github.com/simonnickel/snap-foundation.git
Creating working copy of package ‘snap-foundation’
Checking out main (cb8215e) of package ‘snap-foundation’
Creating working copy of package ‘snap-core’
Checking out main (f1dc2e7) of package ‘snap-core’
Resolve Package Graph
Resolved source packages:
snap-foundation: https://github.com/simonnickel/snap-foundation.git @ main (cb8215e)
snap-theme: /Users/admin/builder/spi-builder-workspace
snap-core: https://github.com/simonnickel/snap-core.git @ main (f1dc2e7)
resolved source packages: snap-foundation, snap-theme, snap-core
{
"dependencies" : [
{
"identity" : "snap-core",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/simonnickel/snap-core.git"
}
],
"manifest_display_name" : "snap-theme",
"name" : "snap-theme",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "SnapTheme",
"targets" : [
"SnapTheme"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SnapThemeTests",
"module_type" : "SwiftTarget",
"name" : "SnapThemeTests",
"path" : "Tests/SnapThemeTests",
"sources" : [
"SnapThemeTests.swift"
],
"target_dependencies" : [
"SnapTheme"
],
"type" : "test"
},
{
"c99name" : "SnapTheme",
"module_type" : "SwiftTarget",
"name" : "SnapTheme",
"path" : "Sources/SnapTheme",
"product_dependencies" : [
"SnapCore"
],
"product_memberships" : [
"SnapTheme"
],
"sources" : [
"Components/Container/ThemeCloseContainer.swift",
"Components/Container/ThemeCornerContainer.swift",
"Components/Container/ThemePreviewContainer.swift",
"Components/Container/ThemeSectionHeaderContainer.swift",
"Components/OverlayCardIndicator.swift",
"Components/ThemeCornerView.swift",
"Components/ThemeEmptyDecorationView.swift",
"Components/ThemeLabel.swift",
"Components/ThemeListButton.swift",
"Components/ThemeListRow.swift",
"Components/ThemeListRowNavigationLink.swift",
"Components/ThemeModal.swift",
"Components/ThemeNavLinkSidebarRow.swift",
"Components/ThemeShape.swift",
"Components/ThemeTabItem.swift",
"Components/ThemeTextField.swift",
"LayoutElements/Card/ThemeCard+Level.swift",
"LayoutElements/Card/ThemeCard+Style.swift",
"LayoutElements/Card/ThemeCard.swift",
"LayoutElements/Environment+Highlight.swift",
"LayoutElements/Screen/ThemeListStyle.swift",
"LayoutElements/Screen/ThemeScreen.swift",
"LayoutElements/Screen/ThemeScreenBaseModifier.swift",
"LayoutElements/Screen/ThemeScreenList.swift",
"LayoutElements/Screen/ThemeScreenSidebar.swift",
"LayoutElements/ThemeElement.swift",
"LayoutElements/ThemeHStack.swift",
"LayoutElements/ThemeLazyHGrid.swift",
"LayoutElements/ThemeLazyVGrid.swift",
"LayoutElements/ThemeVStack.swift",
"Styles/LabelStyles/ThemeLabelLayoutAccessory.swift",
"Styles/LabelStyles/ThemeLabelStyleButtonPrimary.swift",
"Styles/LabelStyles/ThemeLabelStyleButtonSecondary.swift",
"Styles/LabelStyles/ThemeLabelStyleListRow.swift",
"Styles/LabelStyles/ThemeLabelStyleSectionFooter.swift",
"Styles/LabelStyles/ThemeLabelStyleSectionHeader.swift",
"Styles/LabelStyles/ThemeLabelStyleSidebar.swift",
"Styles/LabelStyles/ThemeLabelStyleSidebarSectionHeader.swift",
"Styles/LabelStyles/ThemeLabelStyleTag.swift",
"Styles/LabelStyles/ThemeLabelStyleToolbar.swift",
"Styles/ThemeButtonStyle.swift",
"Styles/ThemeToolbarButtonStyle.swift",
"Theme+Base/BackgroundKeys+Base.swift",
"Theme+Base/ColorKeys+Base.swift",
"Theme+Base/ColorKeys+System.swift",
"Theme+Base/FontKeys+Base.swift",
"Theme+Base/IconKeys+Base.swift",
"Theme+Base/NumberKeys+Base.swift",
"Theme+Base/SurfaceKeys+Base.swift",
"Theme+Base/TextSurfaceKeys+Base.swift",
"Theme+Modifier/ThemeBackground.swift",
"Theme+Modifier/ThemeColor.swift",
"Theme+Modifier/ThemeContentShape.swift",
"Theme+Modifier/ThemeFont.swift",
"Theme+Modifier/ThemeListRowBackground.swift",
"Theme+Modifier/ThemePadding.swift",
"Theme+Modifier/ThemeTextSurface.swift",
"Theme/Background/Theme+BackgroundKey.swift",
"Theme/Background/Theme+BackgroundValue.swift",
"Theme/Colors/Theme+ColorKey.swift",
"Theme/Colors/Theme+ColorSet.swift",
"Theme/Colors/Theme+ColorValue.swift",
"Theme/Colors/Theme+SystemColor.swift",
"Theme/Fonts/Theme+FontDefinition.swift",
"Theme/Fonts/Theme+FontKey.swift",
"Theme/Fonts/Theme+FontValue.swift",
"Theme/Fonts/Theme+ScaledFont.swift",
"Theme/Icons/Theme+IconKey.swift",
"Theme/Icons/Theme+IconValue.swift",
"Theme/Numbers/Theme+NumberKey.swift",
"Theme/Numbers/Theme+NumberValue.swift",
"Theme/Surface/Theme+SurfaceKey.swift",
"Theme/Surface/Theme+SurfaceValue.swift",
"Theme/Surface/Theme+SystemGradient.swift",
"Theme/Surface/Theme+SystemMaterials.swift",
"Theme/TextSurface/Theme+TextSurfaceKey.swift",
"Theme/Theme+Apply.swift",
"Theme/Theme+DebugFlag.swift",
"Theme/Theme+Environment.swift",
"Theme/Theme+Key.swift",
"Theme/Theme+NavigationBarAppearance.swift",
"Theme/Theme+Platform.swift",
"Theme/Theme.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"snap-theme"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme snap-theme -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 snap-theme -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
Resolve Package Graph
Resolved source packages:
snap-theme: /Users/admin/builder/spi-builder-workspace
snap-core: https://github.com/simonnickel/snap-core.git @ main (f1dc2e7)
snap-foundation: https://github.com/simonnickel/snap-foundation.git @ main (cb8215e)
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (6 targets)
Target 'SnapTheme' in project 'snap-theme'
➜ Explicit dependency on target 'SnapTheme' in project 'snap-theme'
➜ Explicit dependency on target 'SnapCore' in project 'snap-core'
Target 'SnapTheme' in project 'snap-theme'
➜ Explicit dependency on target 'SnapCore' in project 'snap-core'
Target 'SnapCore' in project 'snap-core'
➜ Explicit dependency on target 'SnapCore' in project 'snap-core'
➜ Explicit dependency on target 'SnapFoundation' in project 'snap-foundation'
Target 'SnapCore' in project 'snap-core'
➜ Explicit dependency on target 'SnapFoundation' in project 'snap-foundation'
Target 'SnapFoundation' in project 'snap-foundation'
➜ Explicit dependency on target 'SnapFoundation' in project 'snap-foundation'
Target 'SnapFoundation' in project 'snap-foundation' (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
Build description signature: f11077d535566e72e7bd24a868ddd13d
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/f11077d535566e72e7bd24a868ddd13d.xcbuilddata
error: The package product 'SnapCore' requires minimum platform version 18.0 for the iOS platform, but this target supports 17.0 (in target 'SnapTheme' from project 'snap-theme')
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme snap-theme
(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 snap-theme -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
Resolved source packages:
snap-theme: /Users/admin/builder/spi-builder-workspace
snap-foundation: https://github.com/simonnickel/snap-foundation.git @ main (cb8215e)
snap-core: https://github.com/simonnickel/snap-core.git @ main (f1dc2e7)
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (6 targets)
Target 'SnapTheme' in project 'snap-theme'
➜ Explicit dependency on target 'SnapTheme' in project 'snap-theme'
➜ Explicit dependency on target 'SnapCore' in project 'snap-core'
Target 'SnapTheme' in project 'snap-theme'
➜ Explicit dependency on target 'SnapCore' in project 'snap-core'
Target 'SnapCore' in project 'snap-core'
➜ Explicit dependency on target 'SnapCore' in project 'snap-core'
➜ Explicit dependency on target 'SnapFoundation' in project 'snap-foundation'
Target 'SnapCore' in project 'snap-core'
➜ Explicit dependency on target 'SnapFoundation' in project 'snap-foundation'
Target 'SnapFoundation' in project 'snap-foundation'
➜ Explicit dependency on target 'SnapFoundation' in project 'snap-foundation'
Target 'SnapFoundation' in project 'snap-foundation' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
error: The package product 'SnapCore' requires minimum platform version 18.0 for the iOS platform, but this target supports 17.0 (in target 'SnapTheme' from project 'snap-theme')
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme snap-theme
(1 failure)
BUILD FAILURE 6.0 iOS