Build Information
Failed to build ElementaryUI, reference 0.4.7 (e5c65b
), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 29 Apr 2025 08:25:01 UTC.
Build Command
No build command. This typically means the build failed at an early stage where we determine the build command.
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/buildexperience/ElementaryUI.git
Reference: 0.4.7
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/buildexperience/ElementaryUI
* tag 0.4.7 -> FETCH_HEAD
HEAD is now at e5c65b4 Update README.md
Cloned https://github.com/buildexperience/ElementaryUI.git
Revision (git rev-parse @):
e5c65b496e435f2aab7893def87728194b0e4f1b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/buildexperience/ElementaryUI.git at 0.4.7
========================================
Build
========================================
Selected platform: macosXcodebuild
Swift version: 6.1
Building package at path: $PWD
https://github.com/buildexperience/ElementaryUI.git
https://github.com/buildexperience/ElementaryUI.git
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "510.0.0",
"upper_bound" : "511.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax.git"
},
{
"identity" : "macroskit",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/buildexperience/MacrosKit.git"
}
],
"manifest_display_name" : "ElementaryUI",
"name" : "ElementaryUI",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "watchos",
"version" : "8.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "ElementaryUI",
"targets" : [
"ElementaryUI"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ElementaryUIMacros",
"targets" : [
"ElementaryUIMacros"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "HexDecoderTests",
"module_type" : "SwiftTarget",
"name" : "HexDecoderTests",
"path" : "Tests/HexDecoderTests",
"sources" : [
"HexColorDecoderTests.swift"
],
"target_dependencies" : [
"HexDecoder"
],
"type" : "test"
},
{
"c99name" : "HexDecoder",
"module_type" : "SwiftTarget",
"name" : "HexDecoder",
"path" : "Sources/HexDecoder",
"product_memberships" : [
"ElementaryUI",
"ElementaryUIMacros"
],
"sources" : [
"HexColorDecoder.swift",
"HexColorDecoderError.swift"
],
"type" : "library"
},
{
"c99name" : "ElementaryUIMacrosTests",
"module_type" : "SwiftTarget",
"name" : "ElementaryUIMacrosTests",
"path" : "Tests/ElementaryUIMacrosTests",
"product_dependencies" : [
"SwiftSyntaxMacrosTestSupport"
],
"sources" : [
"EnvironmentKeyMacroTests.swift",
"FocusedValueMacroTests.swift",
"HexColorMacroTests.swift",
"StylableMacroTests.swift"
],
"target_dependencies" : [
"ElementaryUIMacros",
"HexDecoder"
],
"type" : "test"
},
{
"c99name" : "ElementaryUIMacros",
"module_type" : "SwiftTarget",
"name" : "ElementaryUIMacros",
"path" : "Sources/ElementaryUIMacros",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin",
"MacrosKit"
],
"product_memberships" : [
"ElementaryUI",
"ElementaryUIMacros"
],
"sources" : [
"ElementaryUIMacros.swift",
"HexColorMacro/HexColorMacro.swift",
"HexColorMacro/HexColorMacroError.swift",
"StylableMacro/StylableMacro.swift",
"StylableMacro/StylableMacroDeclarationFactory.swift",
"StylableMacro/StylableMacroError.swift",
"StylableMacro/StyleProtocolFactory.swift",
"SwiftUIKeyMacros/EnvironmentKeyMacro.swift",
"SwiftUIKeyMacros/FocusedValueMacro.swift",
"SwiftUIKeyMacros/KeyMacro.swift",
"SwiftUIKeyMacros/KeyMacroError.swift"
],
"target_dependencies" : [
"HexDecoder"
],
"type" : "macro"
},
{
"c99name" : "ElementaryUI",
"module_type" : "SwiftTarget",
"name" : "ElementaryUI",
"path" : "Sources/ElementaryUI",
"product_memberships" : [
"ElementaryUI"
],
"sources" : [
"Components/EMButtonStyle/DefaultEMButtonStyle.swift",
"Components/EMButtonStyle/EMButtonStyle.swift",
"Components/EMButtonStyle/EMButtonStyleWrapper.swift",
"Components/EMTextField/EMTextField.swift",
"Components/EMTextField/PromptStyle/DefaultPromptStyle.swift",
"Components/EMTextField/PromptStyle/SimplePromptStyle.swift",
"Components/EMTextField/PromptStyle/StyledPromptTextFieldStyle.swift",
"Components/EMTextField/Style/DefaultEMTextFieldStyle.swift",
"Components/EMTextField/Style/EMTextFieldStyleConfiguration.swift",
"Components/EMTextField/Style/EMTextFieldStyleEnvironment.swift",
"Components/EMVariableFont/EMVariableFont.swift",
"Components/EMVariableFont/FontsManager.swift",
"Components/EMVariableFont/TextStyleSizes.swift",
"Components/EMVariableFont/VariableFontDescriptorFactory.swift",
"Components/StylableView/StylableMacro.swift",
"Components/StylableView/ViewStyle.swift",
"Extensions/Color.swift",
"Extensions/Text/EMText.swift",
"Extensions/Text/TextDisplayable.swift",
"Macros/EnvironmentValueMacro.swift",
"Macros/FocusValueMacro.swift",
"Macros/HexColorMacro.swift",
"Modifiers/BorderViewModifiers.swift",
"Modifiers/ConditionalViewModifier.swift",
"Modifiers/OnChangeModifier.swift",
"Modifiers/ScreenListenerViewModifier/BackgroundScreenListenerViewModifier.swift",
"Modifiers/ScreenListenerViewModifier/Screen.swift",
"Modifiers/ScreenListenerViewModifier/ScreenKeys.swift",
"Modifiers/ScreenListenerViewModifier/ScreenListenerViewModifier.swift",
"Modifiers/SkeletonLoading/ForEach/ForEachSkeleton.swift",
"Modifiers/SkeletonLoading/ForEach/SkeletonRepresentable.swift",
"Modifiers/SkeletonLoading/SkeletonLoadingEnvironment.swift",
"Modifiers/SkeletonLoading/SkeletonStateViewModifier.swift",
"Shapes/Line.swift",
"Shapes/RoundableRectangle.swift"
],
"target_dependencies" : [
"HexDecoder",
"ElementaryUIMacros"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/buildexperience/MacrosKit.git
Resolve Package Graph
Updating from https://github.com/buildexperience/MacrosKit.git
Resolved source packages:
spi-builder-workspace: (null)
2025-04-29 01:25:00.786 xcodebuild[519:2931] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-29-04_01-25-0000.xcresult
xcodebuild: error: Could not resolve package dependencies:
Failed to resolve dependencies Dependencies could not be resolved because root depends on 'swift-syntax' 510.0.0..<511.0.0 and 'macroskit' depends on 'swift-syntax' 600.0.0..<601.0.0.
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Updating from https://github.com/buildexperience/MacrosKit.git
Resolved source packages:
spi-builder-workspace: (null)
2025-04-29 01:25:01.929 xcodebuild[670:3680] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-29-04_01-25-0001.xcresult
xcodebuild: error: Could not resolve package dependencies:
Failed to resolve dependencies Dependencies could not be resolved because root depends on 'swift-syntax' 510.0.0..<511.0.0 and 'macroskit' depends on 'swift-syntax' 600.0.0..<601.0.0.
BUILD FAILURE 6.1 macosXcodebuild