Build Information
Failed to build Tokamak, reference 0.11.1 (f1cbfc
), with Swift 6.1 for Linux on 27 Apr 2025 06:47:58 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/TokamakUI/Tokamak.git
Reference: 0.11.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/TokamakUI/Tokamak
* tag 0.11.1 -> FETCH_HEAD
HEAD is now at f1cbfcf [bug] Missing CoreGraphics import for Swift 5.7.1 / Xcode 14.1 (#528)
Cloned https://github.com/TokamakUI/Tokamak.git
Revision (git rev-parse @):
f1cbfcf073e2675566b0e9aa337441357d40d88a
SUCCESS checkout https://github.com/TokamakUI/Tokamak.git at 0.11.1
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/TokamakUI/Tokamak.git
https://github.com/TokamakUI/Tokamak.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "javascriptkit",
"requirement" : {
"range" : [
{
"lower_bound" : "0.15.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftwasm/JavaScriptKit.git"
},
{
"identity" : "opencombine",
"requirement" : {
"range" : [
{
"lower_bound" : "0.12.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/OpenCombine/OpenCombine.git"
},
{
"identity" : "opencombinejs",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftwasm/OpenCombineJS.git"
},
{
"identity" : "swift-benchmark",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.2",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/google/swift-benchmark"
},
{
"identity" : "swift-snapshot-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "1.9.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-snapshot-testing.git"
}
],
"manifest_display_name" : "Tokamak",
"name" : "Tokamak",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "TokamakDemo",
"targets" : [
"TokamakDemo"
],
"type" : {
"executable" : null
}
},
{
"name" : "TokamakDOM",
"targets" : [
"TokamakDOM"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "TokamakStaticHTML",
"targets" : [
"TokamakStaticHTML"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "TokamakStaticHTMLDemo",
"targets" : [
"TokamakStaticHTMLDemo"
],
"type" : {
"executable" : null
}
},
{
"name" : "TokamakGTK",
"targets" : [
"TokamakGTK"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "TokamakGTKDemo",
"targets" : [
"TokamakGTKDemo"
],
"type" : {
"executable" : null
}
},
{
"name" : "TokamakShim",
"targets" : [
"TokamakShim"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "TokamakStaticHTMLBenchmark",
"targets" : [
"TokamakStaticHTMLBenchmark"
],
"type" : {
"executable" : null
}
},
{
"name" : "TokamakCoreBenchmark",
"targets" : [
"TokamakCoreBenchmark"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "TokamakTests",
"module_type" : "SwiftTarget",
"name" : "TokamakTests",
"path" : "Tests/TokamakTests",
"sources" : [
"ColorTests.swift",
"EnvironmentTests.swift",
"GetSetStructTests.swift",
"MetadataTests.swift",
"ReconcilerStressTests.swift",
"ReconcilerTests.swift",
"ValuePointerTests.swift",
"ValueWitnessTableTests.swift"
],
"target_dependencies" : [
"TokamakTestRenderer"
],
"type" : "test"
},
{
"c99name" : "TokamakTestRenderer",
"module_type" : "SwiftTarget",
"name" : "TokamakTestRenderer",
"path" : "Sources/TokamakTestRenderer",
"product_memberships" : [
"TokamakCoreBenchmark"
],
"sources" : [
"App.swift",
"TestFiberRenderer.swift",
"TestRenderer.swift",
"TestView.swift",
"TestViewProxy.swift",
"WindowGroup.swift"
],
"target_dependencies" : [
"TokamakCore"
],
"type" : "library"
},
{
"c99name" : "TokamakStaticHTMLTests",
"module_type" : "SwiftTarget",
"name" : "TokamakStaticHTMLTests",
"path" : "Tests/TokamakStaticHTMLTests",
"product_dependencies" : [
"SnapshotTesting"
],
"sources" : [
"HTMLStrategy.swift",
"HTMLTests.swift",
"RenderingTests/LayoutTests.swift",
"RenderingTests/ShapeTests.swift",
"RenderingTests/Snapshotting+Image.swift",
"RenderingTests/ViewTests.swift",
"RenderingTests/VisualTests.swift",
"SanitizerTests.swift"
],
"target_dependencies" : [
"TokamakStaticHTML"
],
"type" : "test"
},
{
"c99name" : "TokamakStaticHTMLDemo",
"module_type" : "SwiftTarget",
"name" : "TokamakStaticHTMLDemo",
"path" : "Sources/TokamakStaticHTMLDemo",
"product_memberships" : [
"TokamakStaticHTMLDemo"
],
"sources" : [
"ContentView.swift",
"main.swift"
],
"target_dependencies" : [
"TokamakStaticHTML"
],
"type" : "executable"
},
{
"c99name" : "TokamakStaticHTMLBenchmark",
"module_type" : "SwiftTarget",
"name" : "TokamakStaticHTMLBenchmark",
"path" : "Sources/TokamakStaticHTMLBenchmark",
"product_dependencies" : [
"Benchmark"
],
"product_memberships" : [
"TokamakStaticHTMLBenchmark"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"TokamakStaticHTML"
],
"type" : "executable"
},
{
"c99name" : "TokamakStaticHTML",
"module_type" : "SwiftTarget",
"name" : "TokamakStaticHTML",
"path" : "Sources/TokamakStaticHTML",
"product_memberships" : [
"TokamakDemo",
"TokamakDOM",
"TokamakStaticHTML",
"TokamakStaticHTMLDemo",
"TokamakShim",
"TokamakStaticHTMLBenchmark"
],
"sources" : [
"App.swift",
"Core.swift",
"Modifiers/Effects/OffsetEffect.swift",
"Modifiers/Effects/OpacityEffect.swift",
"Modifiers/Effects/RotationEffect.swift",
"Modifiers/Effects/ScaleEffect.swift",
"Modifiers/LayoutModifiers.swift",
"Modifiers/ModifiedContent.swift",
"Modifiers/ViewModifier.swift",
"Modifiers/_BackgroundShapeModifier.swift",
"Modifiers/_BackgroundStyleModifier.swift",
"Modifiers/_DomTextSanitizer.swift",
"Preferences/Preferences.swift",
"Resources/TokamakStyles.swift",
"Sanitizer.swift",
"Scenes/WindowGroup.swift",
"Shapes/Path.swift",
"Shapes/Shape.swift",
"Shapes/_ShapeView.swift",
"StaticHTMLFiberRenderer.swift",
"StaticHTMLRenderer.swift",
"Tokens/BuiltinColors.swift",
"Tokens/Tokens.swift",
"Views/Buttons/Link.swift",
"Views/Containers/List.swift",
"Views/HTML.swift",
"Views/Head/Meta.swift",
"Views/Head/Title.swift",
"Views/Images/Image.swift",
"Views/Layout/HStack.swift",
"Views/Layout/LazyHGrid.swift",
"Views/Layout/LazyVGrid.swift",
"Views/Layout/ScrollView.swift",
"Views/Layout/VStack.swift",
"Views/Layout/ZStack.swift",
"Views/Navigation/NavigationView.swift",
"Views/Progress/ProgressView.swift",
"Views/Spacers/Divider.swift",
"Views/Spacers/Spacer.swift",
"Views/Text/Text.swift"
],
"target_dependencies" : [
"TokamakCore"
],
"type" : "library"
},
{
"c99name" : "TokamakShim",
"module_type" : "SwiftTarget",
"name" : "TokamakShim",
"path" : "Sources/TokamakShim",
"product_memberships" : [
"TokamakDemo",
"TokamakShim"
],
"sources" : [
"TokamakShim.swift"
],
"target_dependencies" : [
"TokamakDOM",
"TokamakGTK"
],
"type" : "library"
},
{
"c99name" : "TokamakReconcilerTests",
"module_type" : "SwiftTarget",
"name" : "TokamakReconcilerTests",
"path" : "Tests/TokamakReconcilerTests",
"sources" : [
"PreferenceTests.swift",
"VisitorTests.swift"
],
"target_dependencies" : [
"TokamakCore",
"TokamakTestRenderer"
],
"type" : "test"
},
{
"c99name" : "TokamakLayoutTests",
"module_type" : "SwiftTarget",
"name" : "TokamakLayoutTests",
"path" : "Tests/TokamakLayoutTests",
"product_dependencies" : [
"SnapshotTesting"
],
"sources" : [
"Alignment+allCases.swift",
"AspectRatioTests.swift",
"ContainedZLayoutTests.swift",
"FrameTests.swift",
"StackTests.swift",
"compare.swift"
],
"target_dependencies" : [
"TokamakCore",
"TokamakStaticHTML"
],
"type" : "test"
},
{
"c99name" : "TokamakGTKDemo",
"module_type" : "SwiftTarget",
"name" : "TokamakGTKDemo",
"path" : "Sources/TokamakGTKDemo",
"product_memberships" : [
"TokamakGTKDemo"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/TokamakGTKDemo/logo-header.png",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"TokamakGTK"
],
"type" : "executable"
},
{
"c99name" : "TokamakGTKCHelpers",
"module_type" : "ClangTarget",
"name" : "TokamakGTKCHelpers",
"path" : "Sources/TokamakGTKCHelpers",
"product_memberships" : [
"TokamakDemo",
"TokamakGTK",
"TokamakGTKDemo",
"TokamakShim"
],
"sources" : [
"type_check.c"
],
"target_dependencies" : [
"CGTK"
],
"type" : "library"
},
{
"c99name" : "TokamakGTK",
"module_type" : "SwiftTarget",
"name" : "TokamakGTK",
"path" : "Sources/TokamakGTK",
"product_dependencies" : [
"OpenCombineShim"
],
"product_memberships" : [
"TokamakDemo",
"TokamakGTK",
"TokamakGTKDemo",
"TokamakShim"
],
"sources" : [
"App/App.swift",
"Core.swift",
"GSignal.swift",
"GTKRenderer.swift",
"GtkContainer+forEach.swift",
"Modifiers/LayoutModifiers.swift",
"Modifiers/WidgetModifier.swift",
"Scenes/SceneContainerView.swift",
"Scenes/WindowGroup.swift",
"Shapes/Shape.swift",
"Tokens/BuiltinColors.swift",
"Views/Button.swift",
"Views/Image.swift",
"Views/List.swift",
"Views/NavigationView.swift",
"Views/Picker.swift",
"Views/ScrollView.swift",
"Views/Stack.swift",
"Views/Text.swift",
"Views/TextField.swift",
"Widget.swift"
],
"target_dependencies" : [
"TokamakCore",
"CGTK",
"CGDK",
"TokamakGTKCHelpers"
],
"type" : "library"
},
{
"c99name" : "TokamakDemo",
"module_type" : "SwiftTarget",
"name" : "TokamakDemo",
"path" : "Sources/TokamakDemo",
"product_dependencies" : [
"JavaScriptKit"
],
"product_memberships" : [
"TokamakDemo"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/TokamakDemo/logo-header.png",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Buttons/ButtonStyleDemo.swift",
"Buttons/Counter.swift",
"Containers/ForEachDemo.swift",
"Containers/ListDemo.swift",
"Containers/OutlineGroupDemo.swift",
"Containers/SidebarDemo.swift",
"DOM/DOMRefDemo.swift",
"DOM/URLHashDemo.swift",
"Drawing/CanvasDemo.swift",
"Drawing/ColorDemo.swift",
"Drawing/PathDemo.swift",
"Drawing/ShapeStyleDemo.swift",
"Layout/GeometryReaderDemo.swift",
"Layout/GridDemo.swift",
"Layout/SpacerDemo.swift",
"Layout/StackDemo.swift",
"Misc/AnimationDemo.swift",
"Misc/AppStorageDemo.swift",
"Misc/EnvironmentDemo.swift",
"Misc/PreferenceKeyDemo.swift",
"Misc/ProgressViewDemo.swift",
"Misc/RedactDemo.swift",
"Misc/TransitionDemo.swift",
"Modifiers/ShadowDemo.swift",
"Modifiers/TaskDemo.swift",
"Selectors/DatePickerDemo.swift",
"Selectors/PickerDemo.swift",
"Selectors/SliderDemo.swift",
"Selectors/ToggleDemo.swift",
"Text/TextDemo.swift",
"Text/TextEditorDemo.swift",
"Text/TextFieldDemo.swift",
"TokamakDemo.swift",
"main.swift"
],
"target_dependencies" : [
"TokamakShim"
],
"type" : "executable"
},
{
"c99name" : "TokamakDOM",
"module_type" : "SwiftTarget",
"name" : "TokamakDOM",
"path" : "Sources/TokamakDOM",
"product_dependencies" : [
"OpenCombineShim",
"JavaScriptKit",
"JavaScriptEventLoop",
"OpenCombineJS"
],
"product_memberships" : [
"TokamakDemo",
"TokamakDOM",
"TokamakShim"
],
"sources" : [
"App/App.swift",
"App/ColorSchemeObserver.swift",
"App/ScenePhaseObserver.swift",
"Core.swift",
"DOMFiberRenderer.swift",
"DOMNode.swift",
"DOMRef.swift",
"DOMRenderer.swift",
"Modifiers/ActionModifier.swift",
"Modifiers/Hover.swift",
"Modifiers/ModifiedContent.swift",
"Modifiers/Transitions.swift",
"Storage/LocalStorage.swift",
"Storage/SessionStorage.swift",
"Storage/WebStorage.swift",
"Styles/ColorScheme.swift",
"Styles/ToggleStyle.swift",
"Views/Buttons/Button.swift",
"Views/Canvas/Canvas.swift",
"Views/Canvas/ImageOperations.swift",
"Views/Canvas/PathOperations.swift",
"Views/Canvas/SymbolOperations.swift",
"Views/Canvas/TextOperations.swift",
"Views/Canvas/TimelineView.swift",
"Views/Containers/DisclosureGroup.swift",
"Views/DynamicHTML.swift",
"Views/Layout/GeometryReader.swift",
"Views/Navigation/NavigationLink.swift",
"Views/Selectors/DatePicker.swift",
"Views/Selectors/Picker.swift",
"Views/Selectors/Slider.swift",
"Views/Text/SecureField.swift",
"Views/Text/TextEditor.swift",
"Views/Text/TextField.swift"
],
"target_dependencies" : [
"TokamakCore",
"TokamakStaticHTML"
],
"type" : "library"
},
{
"c99name" : "TokamakCoreBenchmark",
"module_type" : "SwiftTarget",
"name" : "TokamakCoreBenchmark",
"path" : "Sources/TokamakCoreBenchmark",
"product_dependencies" : [
"Benchmark"
],
"product_memberships" : [
"TokamakCoreBenchmark"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"TokamakCore",
"TokamakTestRenderer"
],
"type" : "executable"
},
{
"c99name" : "TokamakCore",
"module_type" : "SwiftTarget",
"name" : "TokamakCore",
"path" : "Sources/TokamakCore",
"product_dependencies" : [
"OpenCombineShim"
],
"product_memberships" : [
"TokamakDemo",
"TokamakDOM",
"TokamakStaticHTML",
"TokamakStaticHTMLDemo",
"TokamakGTK",
"TokamakGTKDemo",
"TokamakShim",
"TokamakStaticHTMLBenchmark",
"TokamakCoreBenchmark"
],
"sources" : [
"Animation/Animatable.swift",
"Animation/AnimatableModifier.swift",
"Animation/Animation.swift",
"Animation/Transaction.swift",
"Animation/VectorArithmetic.swift",
"Animation/_AnimationBoxBase.swift",
"Animation/_AnimationSolvers.swift",
"Animation/_AnyAnimatableData.swift",
"Animation/_VectorMath.swift",
"App/App.swift",
"App/AppStorage.swift",
"App/Scenes/Scene.swift",
"App/Scenes/SceneBuilder.swift",
"App/Scenes/ScenePhase.swift",
"App/Scenes/SceneStorage.swift",
"App/Scenes/WindowGroup.swift",
"App/Scenes/_SceneModifier.swift",
"App/_AnyApp.swift",
"App/_AnyScene.swift",
"App/_StorageProvider.swift",
"App/_TupleScene.swift",
"DynamicProperty.swift",
"Environment/Environment.swift",
"Environment/EnvironmentKey.swift",
"Environment/EnvironmentObject.swift",
"Environment/EnvironmentValues.swift",
"Environment/EnvironmentalModifier.swift",
"Fiber/AlignmentID.swift",
"Fiber/App/AppVisitor.swift",
"Fiber/Fiber+Content.swift",
"Fiber/Fiber+CustomDebugStringConvertible.swift",
"Fiber/Fiber.swift",
"Fiber/FiberElement.swift",
"Fiber/FiberReconciler+TreeReducer.swift",
"Fiber/FiberReconciler.swift",
"Fiber/FiberRenderer.swift",
"Fiber/Layout/ContainedZLayout.swift",
"Fiber/Layout/Layout.swift",
"Fiber/Layout/LayoutPriority.swift",
"Fiber/Layout/LayoutProperties.swift",
"Fiber/Layout/LayoutSubviews.swift",
"Fiber/Layout/LayoutValueKey.swift",
"Fiber/Layout/PaddingLayout+Layout.swift",
"Fiber/Layout/ProposedViewSize.swift",
"Fiber/Layout/StackLayout.swift",
"Fiber/Layout/ViewSpacing.swift",
"Fiber/Layout/_AspectRatioLayout+Layout.swift",
"Fiber/Layout/_FlexFrameLayout+Layout.swift",
"Fiber/Layout/_FrameLayout+Layout.swift",
"Fiber/Mutation.swift",
"Fiber/Passes/FiberReconcilerPass.swift",
"Fiber/Passes/LayoutPass.swift",
"Fiber/Passes/ReconcilePass.swift",
"Fiber/Scene/SceneArguments.swift",
"Fiber/Scene/SceneVisitor.swift",
"Fiber/ViewArguments.swift",
"Fiber/ViewGeometry.swift",
"Fiber/ViewVisitor.swift",
"Fiber/walk.swift",
"Modifiers/AppearanceActionModifier.swift",
"Modifiers/AspectRatioLayout.swift",
"Modifiers/Effects/ClipEffect.swift",
"Modifiers/Effects/GeometryEffect.swift",
"Modifiers/Effects/OffsetEffect.swift",
"Modifiers/Effects/OpacityEffect.swift",
"Modifiers/Effects/RotationEffect.swift",
"Modifiers/Effects/ScaleEffect.swift",
"Modifiers/FlexFrameLayout.swift",
"Modifiers/FrameLayout.swift",
"Modifiers/HoverActionModifier.swift",
"Modifiers/LifecycleModifier.swift",
"Modifiers/ModifiedContent.swift",
"Modifiers/Navigation.swift",
"Modifiers/PaddingLayout.swift",
"Modifiers/RedactionReasons.swift",
"Modifiers/ShadowLayout.swift",
"Modifiers/StyleModifiers.swift",
"Modifiers/TaskModifier.swift",
"Modifiers/ViewModifier.swift",
"Modifiers/ZIndexModifier.swift",
"MountedViews/MountedApp.swift",
"MountedViews/MountedCompositeElement.swift",
"MountedViews/MountedCompositeView.swift",
"MountedViews/MountedElement.swift",
"MountedViews/MountedEmptyView.swift",
"MountedViews/MountedHostView.swift",
"MountedViews/MountedScene.swift",
"MountedViews/UnmountTask.swift",
"Preferences/PreferenceKey.swift",
"Preferences/_PreferenceActionModifier.swift",
"Preferences/_PreferenceReadingView.swift",
"Preferences/_PreferenceTransformModifier.swift",
"Preferences/_PreferenceWritingModifier.swift",
"PreviewProvider.swift",
"Reflection/Layouts/ExistentialContainter.swift",
"Reflection/Layouts/FieldDescriptor.swift",
"Reflection/Layouts/ProtocolTypeContainer.swift",
"Reflection/Layouts/StructMetadataLayout.swift",
"Reflection/Layouts/StructTypeDescriptor.swift",
"Reflection/Layouts/TargetTypeGenericContextDescriptorHeader.swift",
"Reflection/Layouts/ValueWitnessTable.swift",
"Reflection/Metadata/Metadata.swift",
"Reflection/Metadata/MetadataState.swift",
"Reflection/Metadata/StructMetadata.swift",
"Reflection/Models/Kind.swift",
"Reflection/Models/PropertyInfo.swift",
"Reflection/Models/TypeInfo.swift",
"Reflection/Pointers/MetadataOffset.swift",
"Reflection/Pointers/Pointers.swift",
"Reflection/Pointers/RelativeVectorPointer.swift",
"Reflection/Utilities/GettersSetters.swift",
"Reflection/Utilities/Pointer+Extensions.swift",
"Reflection/typeConstructorName.swift",
"Renderer.swift",
"Shapes/AnyShape.swift",
"Shapes/ContainerRelativeShape.swift",
"Shapes/Ellipse.swift",
"Shapes/FixedRoundedRect.swift",
"Shapes/ModifiedShapes.swift",
"Shapes/Path/Path.swift",
"Shapes/Path/PathLayout.swift",
"Shapes/Path/PathMutations.swift",
"Shapes/Path/PathSizing.swift",
"Shapes/Rectangle.swift",
"Shapes/Shape.swift",
"Shapes/ShapeModifiers.swift",
"Shapes/ShapeStyles/BackgroundStyle.swift",
"Shapes/ShapeStyles/ForegroundStyle.swift",
"Shapes/ShapeStyles/Gradients/AngularGradient.swift",
"Shapes/ShapeStyles/Gradients/EllipticalGradient.swift",
"Shapes/ShapeStyles/Gradients/Gradient.swift",
"Shapes/ShapeStyles/Gradients/LinearGradient.swift",
"Shapes/ShapeStyles/Gradients/RadialGradient.swift",
"Shapes/ShapeStyles/HierarchicalShapeStyle.swift",
"Shapes/ShapeStyles/Material.swift",
"Shapes/ShapeStyles/ShapeStyle.swift",
"Shapes/StrokeStyle.swift",
"Shapes/StrokedPath.swift",
"Shapes/TrimmedPath.swift",
"StackReconciler.swift",
"State/Binding.swift",
"State/ObservedObject.swift",
"State/State.swift",
"State/StateObject.swift",
"State/TargetRef.swift",
"Stubs/CGStubs.swift",
"Stubs/UIColor.swift",
"Styles/ButtonStyle.swift",
"Styles/ControlGroupStyle.swift",
"Styles/ListStyle.swift",
"Styles/NavigationLinkStyle.swift",
"Styles/OutlineGroupStyle.swift",
"Styles/PickerStyle.swift",
"Styles/PrimitiveButtonStyle.swift",
"Styles/TextFieldStyle.swift",
"Styles/ToggleStyle.swift",
"Target.swift",
"Tokens/Angle.swift",
"Tokens/AnyTokenBox.swift",
"Tokens/Axis.swift",
"Tokens/Color/Color.swift",
"Tokens/Color/ColorBoxes.swift",
"Tokens/Color/ColorKeys.swift",
"Tokens/ColorScheme.swift",
"Tokens/Controls/ButtonRole.swift",
"Tokens/Controls/ControlSize.swift",
"Tokens/Controls/Prominence.swift",
"Tokens/Edge.swift",
"Tokens/Font/Font.swift",
"Tokens/Font/FontBoxes.swift",
"Tokens/Font/FontModifiers.swift",
"Tokens/GridItem.swift",
"Tokens/LayoutDirection.swift",
"Tokens/LineBreakMode.swift",
"Tokens/TextAlignment.swift",
"Tokens/UnitPoint.swift",
"ViewTraits/TagValueTraitKey.swift",
"ViewTraits/Transition/Transition.swift",
"ViewTraits/Transition/TransitionBoxes.swift",
"ViewTraits/_ViewTraitKey.swift",
"ViewTraits/_ViewTraitStore.swift",
"Views/AnyView.swift",
"Views/Canvas/Canvas.swift",
"Views/Canvas/GraphicsContext/BlendMode.swift",
"Views/Canvas/GraphicsContext/Filter.swift",
"Views/Canvas/GraphicsContext/GraphicsContext.swift",
"Views/Canvas/GraphicsContext/Resolvables.swift",
"Views/Canvas/GraphicsContext/Shading.swift",
"Views/Canvas/TimelineView.swift",
"Views/Containers/DisclosureGroup.swift",
"Views/Containers/ForEach.swift",
"Views/Containers/Group.swift",
"Views/Containers/List/List+Init.swift",
"Views/Containers/List/List+SelectionValue.swift",
"Views/Containers/List/List.swift",
"Views/Containers/OutlineGroup.swift",
"Views/Containers/Section.swift",
"Views/Containers/TupleView.swift",
"Views/Containers/VariadicView.swift",
"Views/Controls/Button.swift",
"Views/Controls/ControlGroup.swift",
"Views/Controls/Link.swift",
"Views/Controls/Selectors/DatePicker.swift",
"Views/Controls/Selectors/Picker.swift",
"Views/Controls/Selectors/Slider.swift",
"Views/Controls/Selectors/Toggle.swift",
"Views/Image.swift",
"Views/Layout/GeometryReader.swift",
"Views/Layout/HStack.swift",
"Views/Layout/LazyHGrid.swift",
"Views/Layout/LazyVGrid.swift",
"Views/Layout/ScrollView.swift",
"Views/Layout/VStack.swift",
"Views/Layout/ZStack.swift",
"Views/Navigation/NavigationBarItem.swift",
"Views/Navigation/NavigationLink.swift",
"Views/Navigation/NavigationView.swift",
"Views/Navigation/Toolbar.swift",
"Views/Navigation/ToolbarContentBuilder.swift",
"Views/Navigation/ToolbarItem.swift",
"Views/Progress/ProgressView.swift",
"Views/Progress/ProgressViewStyle.swift",
"Views/Spacers/Divider.swift",
"Views/Spacers/Spacer.swift",
"Views/Text/SecureField.swift",
"Views/Text/Text.swift",
"Views/Text/TextEditor.swift",
"Views/Text/TextField.swift",
"Views/View.swift",
"Views/ViewBuilder.swift"
],
"type" : "library"
},
{
"c99name" : "CGTK",
"module_type" : "SystemLibraryTarget",
"name" : "CGTK",
"path" : "Sources/CGTK",
"product_memberships" : [
"TokamakDemo",
"TokamakGTK",
"TokamakGTKDemo",
"TokamakShim"
],
"sources" : [
],
"type" : "system-target"
},
{
"c99name" : "CGDK",
"module_type" : "SystemLibraryTarget",
"name" : "CGDK",
"path" : "Sources/CGDK",
"product_memberships" : [
"TokamakDemo",
"TokamakGTK",
"TokamakGTKDemo",
"TokamakShim"
],
"sources" : [
],
"type" : "system-target"
}
],
"tools_version" : "5.6"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/swiftwasm/JavaScriptKit.git
Fetching https://github.com/OpenCombine/OpenCombine.git
Fetching https://github.com/pointfreeco/swift-snapshot-testing.git
Fetching https://github.com/swiftwasm/OpenCombineJS.git
Fetching https://github.com/google/swift-benchmark
[1/156] Fetching opencombinejs
[157/1642] Fetching opencombinejs, swift-benchmark
Fetched https://github.com/google/swift-benchmark from cache (0.28s)
[1/8280] Fetching opencombine
[2/21439] Fetching opencombine, swift-snapshot-testing
[5213/44671] Fetching opencombine, swift-snapshot-testing, javascriptkit
Fetched https://github.com/swiftwasm/OpenCombineJS.git from cache (1.99s)
Fetched https://github.com/OpenCombine/OpenCombine.git from cache (2.00s)
Fetched https://github.com/swiftwasm/JavaScriptKit.git from cache (2.01s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing.git from cache (2.06s)
Computing version for https://github.com/google/swift-benchmark
Computed https://github.com/google/swift-benchmark at 0.1.2 (2.53s)
Fetching https://github.com/apple/swift-argument-parser
[1/14950] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (0.78s)
Computing version for https://github.com/swiftwasm/OpenCombineJS.git
Computed https://github.com/swiftwasm/OpenCombineJS.git at 0.2.0 (1.27s)
Computing version for https://github.com/OpenCombine/OpenCombine.git
Computed https://github.com/OpenCombine/OpenCombine.git at 0.14.0 (0.50s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.42s)
Computing version for https://github.com/swiftwasm/JavaScriptKit.git
Computed https://github.com/swiftwasm/JavaScriptKit.git at 0.28.0 (0.52s)
Fetching https://github.com/swiftlang/swift-syntax
[1/70233] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (5.03s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.1 (5.63s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing.git
Computed https://github.com/pointfreeco/swift-snapshot-testing.git at 1.18.3 (0.42s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4581] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.25s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.66s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5388] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.56s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.98s)
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 600.0.1
Creating working copy for https://github.com/OpenCombine/OpenCombine.git
Working copy of https://github.com/OpenCombine/OpenCombine.git resolved at 0.14.0
Creating working copy for https://github.com/swiftwasm/OpenCombineJS.git
Working copy of https://github.com/swiftwasm/OpenCombineJS.git resolved at 0.2.0
Creating working copy for https://github.com/google/swift-benchmark
Working copy of https://github.com/google/swift-benchmark resolved at 0.1.2
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing.git
Working copy of https://github.com/pointfreeco/swift-snapshot-testing.git resolved at 1.18.3
Creating working copy for https://github.com/swiftwasm/JavaScriptKit.git
Working copy of https://github.com/swiftwasm/JavaScriptKit.git resolved at 0.28.0
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
warning: you may be able to install gtk+-3.0 using your system-packager:
apt-get install libgtk+-3.0 gtk+-3.0
warning: you may be able to install gdk-3.0 using your system-packager:
apt-get install libgtk+-3.0 gtk+-3.0
warning: you may be able to install gtk+-3.0 using your system-packager:
apt-get install libgtk+-3.0 gtk+-3.0
warning: you may be able to install gdk-3.0 using your system-packager:
apt-get install libgtk+-3.0 gtk+-3.0
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin BridgeJSCommandPlugin
[3/3] Compiling plugin BridgeJS
[4/4] Compiling plugin PackageToJS
Building for debugging...
[4/53] Write sources
[16/53] Copying logo-header.png
[16/53] Write sources
[21/53] Copying logo-header.png
In file included from /host/spi-builder-workspace/Sources/TokamakGTKCHelpers/type_check.c:1:
/host/spi-builder-workspace/Sources/TokamakGTKCHelpers/include/type_check.h:2:10: fatal error: 'gtk/gtk.h' file not found
2 | #include <gtk/gtk.h>
| ^~~~~~~~~~~
1 error generated.
[23/53] Compiling TokamakGTKCHelpers type_check.c
[23/53] Write swift-version-24593BA9C3E375BF.txt
[23/53] Compiling COpenCombineHelpers COpenCombineHelpers.cpp
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: you may be able to install gtk+-3.0 using your system-packager:
apt-get install libgtk+-3.0 gtk+-3.0
warning: you may be able to install gdk-3.0 using your system-packager:
apt-get install libgtk+-3.0 gtk+-3.0
warning: you may be able to install gtk+-3.0 using your system-packager:
apt-get install libgtk+-3.0 gtk+-3.0
warning: you may be able to install gdk-3.0 using your system-packager:
apt-get install libgtk+-3.0 gtk+-3.0
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin BridgeJSCommandPlugin
[3/3] Compiling plugin BridgeJS
[4/4] Compiling plugin PackageToJS
Building for debugging...
In file included from /host/spi-builder-workspace/Sources/TokamakGTKCHelpers/type_check.c:1:
/host/spi-builder-workspace/Sources/TokamakGTKCHelpers/include/type_check.h:2:10: fatal error: 'gtk/gtk.h' file not found
2 | #include <gtk/gtk.h>
| ^~~~~~~~~~~
1 error generated.
[4/34] Compiling TokamakGTKCHelpers type_check.c
[4/34] Compiling COpenCombineHelpers COpenCombineHelpers.cpp
[4/34] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 linux