Build Information
Failed to build swift-cross-ui, reference v0.1.0 (2f09b6
), with Swift 6.1 for iOS using Xcode 16.3 on 1 May 2025 07:10:38 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.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wabiverse/swift-cross-ui.git
Reference: v0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/wabiverse/swift-cross-ui
* tag v0.1.0 -> FETCH_HEAD
HEAD is now at 2f09b62 Remove accidental usage of if-expressions (GitHub Actions aren't using Swift 5.9)
Cloned https://github.com/wabiverse/swift-cross-ui.git
Revision (git rev-parse @):
2f09b62b487e720fdbad6c425a605ded457b1b19
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/wabiverse/swift-cross-ui.git at v0.1.0
========================================
Build
========================================
Selected platform: iOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/wabiverse/swift-cross-ui.git
https://github.com/wabiverse/swift-cross-ui.git
{
"dependencies" : [
{
"identity" : "xmlcoder",
"requirement" : {
"range" : [
{
"lower_bound" : "0.17.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/CoreOffice/XMLCoder"
},
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "508.0.0",
"upper_bound" : "509.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-syntax.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
},
{
"identity" : "termkit",
"requirement" : {
"revision" : [
"3bce85d1bafbbb0336b3b7b7e905c35754cb9adf"
]
},
"type" : "sourceControl",
"url" : "https://github.com/migueldeicaza/TermKit"
}
],
"manifest_display_name" : "swift-cross-ui",
"name" : "swift-cross-ui",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "SwiftCrossUI",
"targets" : [
"SwiftCrossUI",
"AppKitBackend",
"CursesBackend"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CounterExample",
"targets" : [
"CounterExample"
],
"type" : {
"executable" : null
}
},
{
"name" : "RandomNumberGeneratorExample",
"targets" : [
"RandomNumberGeneratorExample"
],
"type" : {
"executable" : null
}
},
{
"name" : "WindowPropertiesExample",
"targets" : [
"WindowPropertiesExample"
],
"type" : {
"executable" : null
}
},
{
"name" : "GreetingGeneratorExample",
"targets" : [
"GreetingGeneratorExample"
],
"type" : {
"executable" : null
}
},
{
"name" : "FileViewerExample",
"targets" : [
"FileViewerExample"
],
"type" : {
"executable" : null
}
},
{
"name" : "NavigationExample",
"targets" : [
"NavigationExample"
],
"type" : {
"executable" : null
}
},
{
"name" : "SplitExample",
"targets" : [
"SplitExample"
],
"type" : {
"executable" : null
}
},
{
"name" : "SpreadsheetExample",
"targets" : [
"SpreadsheetExample"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "WindowPropertiesExample",
"module_type" : "SwiftTarget",
"name" : "WindowPropertiesExample",
"path" : "Examples/WindowProperties",
"product_dependencies" : [
"GtkBackend"
],
"product_memberships" : [
"WindowPropertiesExample"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Examples/WindowProperties/Banner.png",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"WindowPropertiesApp.swift"
],
"target_dependencies" : [
"SwiftCrossUI"
],
"type" : "executable"
},
{
"c99name" : "SwiftCrossUITests",
"module_type" : "SwiftTarget",
"name" : "SwiftCrossUITests",
"path" : "Tests/SwiftCrossUITests",
"sources" : [
"SwiftCrossUITests.swift"
],
"target_dependencies" : [
"SwiftCrossUI"
],
"type" : "test"
},
{
"c99name" : "SwiftCrossUI",
"module_type" : "SwiftTarget",
"name" : "SwiftCrossUI",
"path" : "Sources/SwiftCrossUI",
"product_memberships" : [
"SwiftCrossUI",
"CounterExample",
"RandomNumberGeneratorExample",
"WindowPropertiesExample",
"GreetingGeneratorExample",
"FileViewerExample",
"NavigationExample",
"SplitExample",
"SpreadsheetExample"
],
"sources" : [
"App.swift",
"Backend/AnyWidget.swift",
"Backend/AppBackend.swift",
"Builders/TableBuilder.swift",
"Builders/ViewContentBuilder.swift",
"Color.swift",
"Modifiers/ForegroundColor.swift",
"Modifiers/Frame.swift",
"Modifiers/Padding.swift",
"State/AppState.swift",
"State/Binding.swift",
"State/Cancellable.swift",
"State/EmptyAppState.swift",
"State/EmptyState.swift",
"State/EmptyViewState.swift",
"State/Observable.swift",
"State/Observed.swift",
"State/Publisher.swift",
"State/ViewState.swift",
"Util/LinkedList.swift",
"Values/Edge.swift",
"ViewGraph/AnyViewGraphNode.swift",
"ViewGraph/ViewGraph.swift",
"ViewGraph/ViewGraphNode.swift",
"ViewGraph/ViewGraphNodeChildren.swift",
"Views/Button.swift",
"Views/EitherView.swift",
"Views/ForEach.swift",
"Views/HStack.swift",
"Views/Image.swift",
"Views/NavigationLink.swift",
"Views/NavigationPath.swift",
"Views/NavigationSplitView.swift",
"Views/NavigationStack.swift",
"Views/OptionalView.swift",
"Views/Picker.swift",
"Views/ScrollView.swift",
"Views/Slider.swift",
"Views/Spacer.swift",
"Views/Table.swift",
"Views/TableColumn.swift",
"Views/Text.swift",
"Views/TextField.swift",
"Views/VStack.swift",
"Views/View.swift",
"Views/ViewContent.swift",
"WindowProperties.swift",
"_App.swift"
],
"type" : "library"
},
{
"c99name" : "SpreadsheetExample",
"module_type" : "SwiftTarget",
"name" : "SpreadsheetExample",
"path" : "Examples/Spreadsheet",
"product_dependencies" : [
"GtkBackend"
],
"product_memberships" : [
"SpreadsheetExample"
],
"sources" : [
"SpreadsheetApp.swift"
],
"target_dependencies" : [
"SwiftCrossUI"
],
"type" : "executable"
},
{
"c99name" : "SplitExample",
"module_type" : "SwiftTarget",
"name" : "SplitExample",
"path" : "Examples/Split",
"product_dependencies" : [
"GtkBackend"
],
"product_memberships" : [
"SplitExample"
],
"sources" : [
"SplitApp.swift"
],
"target_dependencies" : [
"SwiftCrossUI"
],
"type" : "executable"
},
{
"c99name" : "RandomNumberGeneratorExample",
"module_type" : "SwiftTarget",
"name" : "RandomNumberGeneratorExample",
"path" : "Examples/RandomNumberGenerator",
"product_dependencies" : [
"GtkBackend"
],
"product_memberships" : [
"RandomNumberGeneratorExample"
],
"sources" : [
"RandomNumberGeneratorApp.swift"
],
"target_dependencies" : [
"SwiftCrossUI"
],
"type" : "executable"
},
{
"c99name" : "NavigationExample",
"module_type" : "SwiftTarget",
"name" : "NavigationExample",
"path" : "Examples/Navigation",
"product_dependencies" : [
"GtkBackend"
],
"product_memberships" : [
"NavigationExample"
],
"sources" : [
"NavigationApp.swift"
],
"target_dependencies" : [
"SwiftCrossUI"
],
"type" : "executable"
},
{
"c99name" : "GreetingGeneratorExample",
"module_type" : "SwiftTarget",
"name" : "GreetingGeneratorExample",
"path" : "Examples/GreetingGenerator",
"product_dependencies" : [
"GtkBackend"
],
"product_memberships" : [
"GreetingGeneratorExample"
],
"sources" : [
"GreetingGenerator.swift"
],
"target_dependencies" : [
"SwiftCrossUI"
],
"type" : "executable"
},
{
"c99name" : "FileViewerExample",
"module_type" : "SwiftTarget",
"name" : "FileViewerExample",
"path" : "Examples/FileViewer",
"product_dependencies" : [
"GtkBackend",
"CGtk"
],
"product_memberships" : [
"FileViewerExample"
],
"sources" : [
"FileViewerApp.swift"
],
"target_dependencies" : [
"SwiftCrossUI"
],
"type" : "executable"
},
{
"c99name" : "CursesBackend",
"module_type" : "SwiftTarget",
"name" : "CursesBackend",
"path" : "Sources/CursesBackend",
"product_dependencies" : [
"TermKit"
],
"product_memberships" : [
"SwiftCrossUI"
],
"sources" : [
"CursesBackend.swift"
],
"target_dependencies" : [
"SwiftCrossUI"
],
"type" : "library"
},
{
"c99name" : "CounterExample",
"module_type" : "SwiftTarget",
"name" : "CounterExample",
"path" : "Examples/Counter",
"product_dependencies" : [
"GtkBackend"
],
"product_memberships" : [
"CounterExample"
],
"sources" : [
"CounterApp.swift"
],
"target_dependencies" : [
"SwiftCrossUI"
],
"type" : "executable"
},
{
"c99name" : "AppKitBackend",
"module_type" : "SwiftTarget",
"name" : "AppKitBackend",
"path" : "Sources/AppKitBackend",
"product_memberships" : [
"SwiftCrossUI"
],
"sources" : [
"AppKitBackend.swift"
],
"target_dependencies" : [
"SwiftCrossUI"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
warning: 'spi-builder-workspace': Failed to get gtk version
/bin/bash: gtk4-launch: command not found
/bin/bash: qmake: command not found
/bin/bash: sdl2-config: command not found
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/migueldeicaza/TermKit
Fetching from https://github.com/apple/swift-docc-plugin
Fetching from https://github.com/migueldeicaza/TextBufferKit.git
Fetching from https://github.com/CoreOffice/XMLCoder
Fetching from https://github.com/OpenCombine/OpenCombine.git
Fetching from https://github.com/migueldeicaza/SwiftTerm.git
Fetching from https://github.com/apple/swift-syntax.git
Fetching from https://github.com/swiftlang/swift-docc-symbolkit (cached)
Creating working copy of package ‘OpenCombine’
Checking out 0.14.0 of package ‘OpenCombine’
Creating working copy of package ‘swift-syntax’
Checking out 508.0.1 of package ‘swift-syntax’
Creating working copy of package ‘SwiftTerm’
Checking out 1.2.5 of package ‘SwiftTerm’
Creating working copy of package ‘swift-docc-plugin’
Checking out 1.4.3 of package ‘swift-docc-plugin’
Creating working copy of package ‘XMLCoder’
Checking out 0.17.1 of package ‘XMLCoder’
Creating working copy of package ‘swift-docc-symbolkit’
Checking out 1.0.0 of package ‘swift-docc-symbolkit’
Creating working copy of package ‘TextBufferKit’
Checking out 0.3.0 of package ‘TextBufferKit’
Creating working copy of package ‘TermKit’
Checking out 3bce85d1bafbbb0336b3b7b7e905c35754cb9adf of package ‘TermKit’
product 'GtkBackend' required by package 'spi-builder-workspace' target 'WindowPropertiesExample' not found. Did you mean 'AppKitBackend'?Resolve Package Graph
product 'GtkBackend' required by package 'spi-builder-workspace' target 'WindowPropertiesExample' not found. Did you mean 'AppKitBackend'?
Resolved source packages:
spi-builder-workspace: (null)
2025-05-01 00:10:29.338 xcodebuild[523:2907] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-01-05_00-10-0029.xcresult
xcodebuild: error: Could not resolve package dependencies:
product 'GtkBackend' required by package 'spi-builder-workspace' target 'WindowPropertiesExample' not found. Did you mean 'AppKitBackend'?
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
product 'GtkBackend' required by package 'spi-builder-workspace' target 'WindowPropertiesExample' not found. Did you mean 'AppKitBackend'?
Resolved source packages:
spi-builder-workspace: (null)
2025-05-01 00:10:38.563 xcodebuild[1079:5420] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-01-05_00-10-0038.xcresult
xcodebuild: error: Could not resolve package dependencies:
product 'GtkBackend' required by package 'spi-builder-workspace' target 'WindowPropertiesExample' not found. Did you mean 'AppKitBackend'?
BUILD FAILURE 6.1 iOS