Build Information
Failed to build Shaft, reference 0.1.0 (59cf79
), with Swift 6.0 for iOS using Xcode 16.2 on 18 Apr 2025 14:27:17 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Shaft-Package -destination generic/platform=iOS
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ShaftUI/Shaft.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ShaftUI/Shaft
* tag 0.1.0 -> FETCH_HEAD
HEAD is now at 59cf792 Split Shaft into multiple build targets (#16)
Cloned https://github.com/ShaftUI/Shaft.git
Revision (git rev-parse @):
59cf792d418b1681fc69ce4437db109cdc2f51aa
SUCCESS checkout https://github.com/ShaftUI/Shaft.git at 0.1.0
========================================
Build
========================================
Selected platform: iOS
Swift version: 6.0
Building package at path: $PWD
https://github.com/ShaftUI/Shaft.git
https://github.com/ShaftUI/Shaft.git
{
"cxx_language_standard" : "c++17",
"dependencies" : [
{
"identity" : "swiftmath",
"requirement" : {
"range" : [
{
"lower_bound" : "3.3.2",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ShaftUI/SwiftMath"
},
{
"identity" : "swiftsdl3",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/ShaftUI/SwiftSDL3"
},
{
"identity" : "rainbow",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/onevcat/Rainbow"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "1.4.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ShaftUI/swift-collections"
},
{
"identity" : "zipfoundationmodern",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/gregcotten/ZIPFoundationModern"
},
{
"identity" : "splash",
"requirement" : {
"branch" : [
"master"
]
},
"type" : "sourceControl",
"url" : "https://github.com/ShaftUI/Splash"
},
{
"identity" : "swiftreload",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/ShaftUI/SwiftReload.git"
}
],
"manifest_display_name" : "Shaft",
"name" : "Shaft",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "Playground",
"targets" : [
"Playground"
],
"type" : {
"executable" : null
}
},
{
"name" : "Shaft",
"targets" : [
"Shaft"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ShaftSetup",
"targets" : [
"ShaftSetup"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ShaftCodeHighlight",
"targets" : [
"ShaftCodeHighlight"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ShaftSDL3",
"targets" : [
"ShaftSDL3"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ShaftSkia",
"targets" : [
"ShaftSkia"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CSkiaSetupPlugin",
"targets" : [
"CSkiaSetupPlugin"
],
"type" : {
"plugin" : null
}
},
{
"name" : "BuilderPlugin",
"targets" : [
"BuilderPlugin"
],
"type" : {
"plugin" : null
}
},
{
"name" : "CSkiaSetup",
"targets" : [
"CSkiaSetup"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "ShaftTests",
"module_type" : "SwiftTarget",
"name" : "ShaftTests",
"path" : "Tests/ShaftTests",
"sources" : [
"FirstTest.swift",
"Gesture/MonoDragTest.swift",
"Gesture/TapAndDragTest.swift",
"Gesture/TapTest.swift",
"Painting/TextPainterTest.swift",
"Services/HardwareKeyboardTest.swift",
"Services/TextBoundaryTest.swift",
"TestUtils/GestureTester.swift",
"TestUtils/TestPointer.swift",
"TestUtils/WidgetTester.swift",
"Widgets/BasicTest.swift",
"Widgets/FrameworkTest.swift",
"Widgets/SliverPinnedHeaderTest.swift",
"Widgets/VelocityTrackerTest.swift",
"Widgets/VelocityTrackerTestData.swift"
],
"target_dependencies" : [
"Shaft",
"ShaftSetup"
],
"type" : "test"
},
{
"c99name" : "ShaftSkia",
"module_type" : "SwiftTarget",
"name" : "ShaftSkia",
"path" : "Sources/ShaftSkia",
"product_dependencies" : [
"SwiftMath"
],
"product_memberships" : [
"Playground",
"ShaftSetup",
"ShaftSkia"
],
"sources" : [
"SkiaCanvas.swift",
"SkiaFontCollection.swift",
"SkiaImage.swift",
"SkiaLoadICU.swift",
"SkiaParagraph.swift",
"SkiaPath.swift",
"SkiaRenderer+GL.swift",
"SkiaRenderer+Metal.swift",
"SkiaRenderer.swift",
"ToSkia.swift"
],
"target_dependencies" : [
"CSkia",
"CSkiaResource",
"Shaft"
],
"type" : "library"
},
{
"c99name" : "ShaftSetup",
"module_type" : "SwiftTarget",
"name" : "ShaftSetup",
"path" : "Sources/ShaftSetup",
"product_memberships" : [
"Playground",
"ShaftSetup"
],
"sources" : [
"ShaftSetup.swift"
],
"target_dependencies" : [
"Shaft",
"ShaftSkia",
"ShaftSDL3"
],
"type" : "library"
},
{
"c99name" : "ShaftSDL3",
"module_type" : "SwiftTarget",
"name" : "ShaftSDL3",
"path" : "Sources/ShaftSDL3",
"product_dependencies" : [
"SwiftSDL3",
"SwiftMath"
],
"product_memberships" : [
"Playground",
"ShaftSetup",
"ShaftSDL3"
],
"sources" : [
"SDLBackend.swift",
"SDLCursor.swift",
"SDLKey.swift",
"SDLMetalView.swift",
"SDLOpenGLView.swift",
"SDLView.swift"
],
"target_dependencies" : [
"Shaft"
],
"type" : "library"
},
{
"c99name" : "ShaftCodeHighlight",
"module_type" : "SwiftTarget",
"name" : "ShaftCodeHighlight",
"path" : "Sources/ShaftCodeHighlight",
"product_dependencies" : [
"Splash"
],
"product_memberships" : [
"Playground",
"ShaftCodeHighlight"
],
"sources" : [
"CodeBlock.swift",
"ShaftCodeHighlight.swift"
],
"target_dependencies" : [
"Shaft"
],
"type" : "library"
},
{
"c99name" : "Shaft",
"module_type" : "SwiftTarget",
"name" : "Shaft",
"path" : "Sources/Shaft",
"product_dependencies" : [
"SwiftMath",
"Rainbow",
"SwiftSDL3",
"Collections"
],
"product_memberships" : [
"Playground",
"Shaft",
"ShaftSetup",
"ShaftCodeHighlight",
"ShaftSDL3",
"ShaftSkia"
],
"sources" : [
"Animation/Animatable.swift",
"Animation/Animation.swift",
"Animation/AnimationBase.swift",
"Animation/AnimationController.swift",
"Animation/Curve.swift",
"Animation/Tween.swift",
"Backend/RemoteAppBackend.swift",
"Backend/UIActor.swift",
"Core/Backend.swift",
"Core/Canvas.swift",
"Core/DisplayList/DisplayList.swift",
"Core/DisplayList/DisplayListBuilder.swift",
"Core/DisplayList/DlOpReceiver.swift",
"Core/Geometry.swift",
"Core/Globals.swift",
"Core/Keyboard.swift",
"Core/KeyboardKey.swift",
"Core/Layer.swift",
"Core/Painting.swift",
"Core/Pointer.swift",
"Core/Renderer.swift",
"Core/TargetPlatform.swift",
"Core/TextEditing.swift",
"Core/TextTypes.swift",
"Core/Window.swift",
"Foundation/Array.swift",
"Foundation/Assertion.swift",
"Foundation/Box.swift",
"Foundation/Callback.swift",
"Foundation/ChangeNotifier.swift",
"Foundation/Collections.swift",
"Foundation/Constants.swift",
"Foundation/CopyWith.swift",
"Foundation/Diagnostics.swift",
"Foundation/Equality.swift",
"Foundation/Math.swift",
"Foundation/MatrixUtils.swift",
"Foundation/Number.swift",
"Foundation/Print.swift",
"Foundation/Stopwatch.swift",
"Foundation/String.swift",
"Foundation/Time.swift",
"Gestures/Arena.swift",
"Gestures/ArenaTeam.swift",
"Gestures/Binding/GestureBinding.swift",
"Gestures/DragDetails.swift",
"Gestures/GestureConstants.swift",
"Gestures/GestureDebug.swift",
"Gestures/GestureSettings.swift",
"Gestures/HitTest.swift",
"Gestures/LsqSolver.swift",
"Gestures/PointerEventConverter.swift",
"Gestures/PointerEvents.swift",
"Gestures/PointerRouter.swift",
"Gestures/PointerSignalResolver.swift",
"Gestures/Recongnizer/LongPressRecongnizer.swift",
"Gestures/Recongnizer/MonoDrag.swift",
"Gestures/Recongnizer/Recongnizer.swift",
"Gestures/Recongnizer/TapAndDragRecongizer.swift",
"Gestures/Recongnizer/TapRecongnizer.swift",
"Gestures/VelocityTracker.swift",
"Painting/Alignment.swift",
"Painting/BasicTypes.swift",
"Painting/BorderRadius.swift",
"Painting/Borders.swift",
"Painting/BoxBorder.swift",
"Painting/BoxDecoration.swift",
"Painting/BoxFit.swift",
"Painting/BoxShadow.swift",
"Painting/ClipContext.swift",
"Painting/DecoratedImage.swift",
"Painting/Decoration.swift",
"Painting/EdgeInsets.swift",
"Painting/ImageProvider.swift",
"Painting/Span/InlineSpan.swift",
"Painting/Span/PlaceholderSpan.swift",
"Painting/Span/TextSpan.swift",
"Painting/TextPainter.swift",
"Painting/TextScaler.swift",
"Painting/TextStyle.swift",
"Physics/PhysicsUtils.swift",
"Physics/Simulation.swift",
"Physics/SpringSimulation.swift",
"Physics/Tolerance.swift",
"Rendering/Binding/RendererBinding.swift",
"Rendering/LayoutHelper.swift",
"Rendering/MouseTracker.swift",
"Rendering/MouseTrackerAnnotation.swift",
"Rendering/RenderBox.swift",
"Rendering/RenderColoredBox.swift",
"Rendering/RenderEditable.swift",
"Rendering/RenderFlex.swift",
"Rendering/RenderImage.swift",
"Rendering/RenderMouseRegion.swift",
"Rendering/RenderObject.swift",
"Rendering/RenderParagraph.swift",
"Rendering/RenderPointerListener.swift",
"Rendering/RenderProxyBox.swift",
"Rendering/RenderShiftedBox.swift",
"Rendering/RenderSliver.swift",
"Rendering/RenderSliverGrid.swift",
"Rendering/RenderSliverGroup.swift",
"Rendering/RenderSliverList.swift",
"Rendering/RenderSliverMultiBoxAdaptor.swift",
"Rendering/RenderSliverPadding.swift",
"Rendering/RenderStack.swift",
"Rendering/RenderView.swift",
"Rendering/RenderViewport.swift",
"Rendering/ViewportOffset.swift",
"Scheduler/SchedulerBinding.swift",
"Scheduler/Ticker.swift",
"Services/HardwareKeyboard.swift",
"Services/MouseCursor.swift",
"Services/TextBoundary.swift",
"Services/TextInput.swift",
"Services/TextLayoutMetrics.swift",
"ShaftKit/Background.swift",
"ShaftKit/Button.swift",
"ShaftKit/ControlSize.swift",
"ShaftKit/Divider.swift",
"ShaftKit/FixedListView.swift",
"ShaftKit/ListTile.swift",
"ShaftKit/NavigationSplitView.swift",
"ShaftKit/Resizable.swift",
"ShaftKit/Section.swift",
"ShaftKit/TextField.swift",
"ShaftKit/Typography.swift",
"Widgets/Actions.swift",
"Widgets/Basic.swift",
"Widgets/Binding/WidgetsBinding.swift",
"Widgets/Builder.swift",
"Widgets/Container.swift",
"Widgets/Debug.swift",
"Widgets/DefaultTextEditingShortcuts.swift",
"Widgets/Focus/Focus.swift",
"Widgets/Focus/FocusManager.swift",
"Widgets/Focus/FocusTraversal.swift",
"Widgets/Framework/Framework.swift",
"Widgets/GestureDetector.swift",
"Widgets/Image.swift",
"Widgets/Inherited.swift",
"Widgets/InheritedModel.swift",
"Widgets/InheritedNotifier.swift",
"Widgets/Inherited_Old.swift",
"Widgets/MediaQuery.swift",
"Widgets/Scroll/ScrollConfiguration.swift",
"Widgets/Scroll/ScrollContext.swift",
"Widgets/Scroll/ScrollController.swift",
"Widgets/Scroll/ScrollDelegate.swift",
"Widgets/Scroll/ScrollMetrics.swift",
"Widgets/Scroll/ScrollPhysics.swift",
"Widgets/Scroll/ScrollPosition.swift",
"Widgets/Scroll/ScrollPositionWithSingleContext.swift",
"Widgets/Scroll/Scrollable.swift",
"Widgets/Scroll/ScrollableHelpers.swift",
"Widgets/Scroll/SingleChildScrollView.swift",
"Widgets/ScrollView.swift",
"Widgets/Shortcuts.swift",
"Widgets/Sliver.swift",
"Widgets/SliverPinnedHeader.swift",
"Widgets/SliverPrototypeExtentList.swift",
"Widgets/TapRegion.swift",
"Widgets/Text/EditableText.swift",
"Widgets/Text/Text.swift",
"Widgets/Text/TextEditingIntents.swift",
"Widgets/Text/TextSelection.swift",
"Widgets/TickerProvider.swift",
"Widgets/Transitions.swift",
"Widgets/ValueListenableBuilder.swift",
"Widgets/View.swift",
"Widgets/Viewport.swift"
],
"type" : "library"
},
{
"c99name" : "Playground",
"module_type" : "SwiftTarget",
"name" : "Playground",
"path" : "Sources/Playground",
"product_dependencies" : [
"SwiftMath",
"SwiftReload"
],
"product_memberships" : [
"Playground"
],
"sources" : [
"HackerNews/HackerNews.swift",
"HackerNews/HackerNewsApp.swift",
"Metal/MetalApp.swift",
"Pages/Concept_Backend.swift",
"Pages/Concept_Observation.swift",
"Pages/Concept_ShaftKit.swift",
"Pages/Demo_Cube.swift",
"Pages/Kit_Background.swift",
"Pages/Kit_Button.swift",
"Pages/Kit_Divider.swift",
"Pages/Kit_Image.swift",
"Pages/Kit_ListView.swift",
"Pages/Kit_NavigationSplitView.swift",
"Pages/Kit_Resizable.swift",
"Pages/Kit_TextField.swift",
"Pages/Kit_Typography.swift",
"Pages/_Template.swift",
"Pages/_Utils.swift",
"main.swift"
],
"target_dependencies" : [
"CSkia",
"Shaft",
"ShaftSetup",
"ShaftCodeHighlight"
],
"type" : "executable"
},
{
"c99name" : "CSkiaSetupPlugin",
"module_type" : "PluginTarget",
"name" : "CSkiaSetupPlugin",
"path" : "Plugins/CSkiaSetupPlugin",
"plugin_capability" : {
"intent" : {
"description" : "Download prebuilt Skia binaries",
"type" : "custom",
"verb" : "setup-skia"
},
"permissions" : [
{
"network_scope" : {
"all" : {
"ports" : [
]
}
},
"reason" : "To download the Skia binaries",
"type" : "allowNetworkConnections"
},
{
"network_scope" : {
"none" : {
}
},
"reason" : "To extract the Skia binaries",
"type" : "writeToPackageDirectory"
}
],
"type" : "command"
},
"product_memberships" : [
"CSkiaSetupPlugin"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"CSkiaSetup"
],
"type" : "plugin"
},
{
"c99name" : "CSkiaSetup",
"module_type" : "SwiftTarget",
"name" : "CSkiaSetup",
"path" : "Sources/CSkiaSetup",
"product_dependencies" : [
"ZIPFoundation"
],
"product_memberships" : [
"CSkiaSetupPlugin",
"CSkiaSetup"
],
"sources" : [
"main.swift"
],
"type" : "executable"
},
{
"c99name" : "CSkiaResource",
"module_type" : "SwiftTarget",
"name" : "CSkiaResource",
"path" : "Sources/CSkiaResource",
"product_memberships" : [
"Playground",
"ShaftSetup",
"ShaftSkia"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/CSkiaResource/icudtl.dat",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"CskiaResource.swift"
],
"type" : "library"
},
{
"c99name" : "CSkia",
"module_type" : "ClangTarget",
"name" : "CSkia",
"path" : "Sources/CSkia",
"product_memberships" : [
"Playground",
"ShaftSetup",
"ShaftSkia"
],
"sources" : [
"utils.cpp"
],
"type" : "library"
},
{
"c99name" : "BuilderPlugin",
"module_type" : "PluginTarget",
"name" : "BuilderPlugin",
"path" : "Plugins/BuilderPlugin",
"plugin_capability" : {
"intent" : {
"description" : "Build application bundle",
"type" : "custom",
"verb" : "build"
},
"permissions" : [
{
"network_scope" : {
"all" : {
"ports" : [
]
}
},
"reason" : "To retrieve additional resources",
"type" : "allowNetworkConnections"
},
{
"network_scope" : {
"none" : {
}
},
"reason" : "To read configuration files",
"type" : "writeToPackageDirectory"
}
],
"type" : "command"
},
"product_memberships" : [
"BuilderPlugin"
],
"sources" : [
"AppleBundleStructure.swift",
"ApplePlatform.swift",
"BuildSpec.swift",
"Options.swift",
"Steps/MacOSBundleStep.swift",
"Utils.swift",
"main.swift"
],
"type" : "plugin"
}
],
"tools_version" : "5.9"
}
Command line invocation:
/Applications/Xcode-16.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/ShaftUI/SwiftSDL3
Fetching from https://github.com/ShaftUI/Splash
Fetching from https://github.com/ShaftUI/SwiftReload.git
Fetching from https://github.com/jpsim/Yams.git
Fetching from https://github.com/swiftlang/swift-syntax.git
Fetching from https://github.com/ShaftUI/SwiftMath
Fetching from https://github.com/ShaftUI/swift-collections
Fetching from https://github.com/onevcat/Rainbow
Fetching from https://github.com/gregcotten/ZIPFoundationModern
Fetching from https://github.com/gregcotten/CSProgress
Fetching from https://github.com/apple/swift-system
Fetching from https://github.com/the-swift-collective/zlib
Creating working copy of package ‘Splash’
Checking out master (ed08785) of package ‘Splash’
Creating working copy of package ‘Yams’
Checking out 5.3.1 of package ‘Yams’
Creating working copy of package ‘swift-system’
Checking out 1.4.2 of package ‘swift-system’
Creating working copy of package ‘SwiftSDL3’
Checking out main (d33d998) of package ‘SwiftSDL3’
Creating working copy of package ‘ZIPFoundationModern’
Checking out 0.0.5 of package ‘ZIPFoundationModern’
Creating working copy of package ‘SwiftMath’
Checking out 3.4.0 of package ‘SwiftMath’
Creating working copy of package ‘CSProgress’
Checking out 0.0.1 of package ‘CSProgress’
Creating working copy of package ‘Rainbow’
Checking out 4.1.0 of package ‘Rainbow’
Creating working copy of package ‘SwiftReload’
Checking out main (587b067) of package ‘SwiftReload’
Creating working copy of package ‘swift-collections’
Checking out 1.3.0 of package ‘swift-collections’
Creating working copy of package ‘swift-syntax’
Checking out 600.0.1 of package ‘swift-syntax’
Creating working copy of package ‘zlib’
Checking out 1.3.1 of package ‘zlib’
couldn't find pc file for dbus-1couldn't find pc file for ibus-1.0failed to retrieve search paths with pkg-config; maybe pkg-config is not installedcouldn't find pc file for libdecor-0couldn't find pc file for libdrmResolve Package Graph
couldn't find pc file for dbus-1couldn't find pc file for ibus-1.0couldn't find pc file for libdecor-0couldn't find pc file for libdrm
Resolved source packages:
swift-system: https://github.com/apple/swift-system @ 1.4.2
Shaft: /Users/admin/builder/spi-builder-workspace
Rainbow: https://github.com/onevcat/Rainbow @ 4.1.0
ZIPFoundation: https://github.com/gregcotten/ZIPFoundationModern @ 0.0.5
zlib: https://github.com/the-swift-collective/zlib @ 1.3.1
Yams: https://github.com/jpsim/Yams.git @ 5.3.1
swift-collections: https://github.com/ShaftUI/swift-collections @ 1.3.0
SwiftReload: https://github.com/ShaftUI/SwiftReload.git @ main (587b067)
CSProgress: https://github.com/gregcotten/CSProgress @ 0.0.1
SwiftMath: https://github.com/ShaftUI/SwiftMath @ 3.4.0
SwiftSDL3: https://github.com/ShaftUI/SwiftSDL3 @ main (d33d998)
Splash: https://github.com/ShaftUI/Splash @ master (ed08785)
swift-syntax: https://github.com/swiftlang/swift-syntax.git @ 600.0.1
resolved source packages: swift-system, Shaft, Rainbow, ZIPFoundation, zlib, Yams, swift-collections, SwiftReload, CSProgress, SwiftMath, SwiftSDL3, Splash, swift-syntax
{
"cxx_language_standard" : "c++17",
"dependencies" : [
{
"identity" : "swiftmath",
"requirement" : {
"range" : [
{
"lower_bound" : "3.3.2",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ShaftUI/SwiftMath"
},
{
"identity" : "swiftsdl3",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/ShaftUI/SwiftSDL3"
},
{
"identity" : "rainbow",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/onevcat/Rainbow"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "1.4.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ShaftUI/swift-collections"
},
{
"identity" : "zipfoundationmodern",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/gregcotten/ZIPFoundationModern"
},
{
"identity" : "splash",
"requirement" : {
"branch" : [
"master"
]
},
"type" : "sourceControl",
"url" : "https://github.com/ShaftUI/Splash"
},
{
"identity" : "swiftreload",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/ShaftUI/SwiftReload.git"
}
],
"manifest_display_name" : "Shaft",
"name" : "Shaft",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "Playground",
"targets" : [
"Playground"
],
"type" : {
"executable" : null
}
},
{
"name" : "Shaft",
"targets" : [
"Shaft"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ShaftSetup",
"targets" : [
"ShaftSetup"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ShaftCodeHighlight",
"targets" : [
"ShaftCodeHighlight"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ShaftSDL3",
"targets" : [
"ShaftSDL3"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ShaftSkia",
"targets" : [
"ShaftSkia"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CSkiaSetupPlugin",
"targets" : [
"CSkiaSetupPlugin"
],
"type" : {
"plugin" : null
}
},
{
"name" : "BuilderPlugin",
"targets" : [
"BuilderPlugin"
],
"type" : {
"plugin" : null
}
},
{
"name" : "CSkiaSetup",
"targets" : [
"CSkiaSetup"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "ShaftTests",
"module_type" : "SwiftTarget",
"name" : "ShaftTests",
"path" : "Tests/ShaftTests",
"sources" : [
"FirstTest.swift",
"Gesture/MonoDragTest.swift",
"Gesture/TapAndDragTest.swift",
"Gesture/TapTest.swift",
"Painting/TextPainterTest.swift",
"Services/HardwareKeyboardTest.swift",
"Services/TextBoundaryTest.swift",
"TestUtils/GestureTester.swift",
"TestUtils/TestPointer.swift",
"TestUtils/WidgetTester.swift",
"Widgets/BasicTest.swift",
"Widgets/FrameworkTest.swift",
"Widgets/SliverPinnedHeaderTest.swift",
"Widgets/VelocityTrackerTest.swift",
"Widgets/VelocityTrackerTestData.swift"
],
"target_dependencies" : [
"Shaft",
"ShaftSetup"
],
"type" : "test"
},
{
"c99name" : "ShaftSkia",
"module_type" : "SwiftTarget",
"name" : "ShaftSkia",
"path" : "Sources/ShaftSkia",
"product_dependencies" : [
"SwiftMath"
],
"product_memberships" : [
"Playground",
"ShaftSetup",
"ShaftSkia"
],
"sources" : [
"SkiaCanvas.swift",
"SkiaFontCollection.swift",
"SkiaImage.swift",
"SkiaLoadICU.swift",
"SkiaParagraph.swift",
"SkiaPath.swift",
"SkiaRenderer+GL.swift",
"SkiaRenderer+Metal.swift",
"SkiaRenderer.swift",
"ToSkia.swift"
],
"target_dependencies" : [
"CSkia",
"CSkiaResource",
"Shaft"
],
"type" : "library"
},
{
"c99name" : "ShaftSetup",
"module_type" : "SwiftTarget",
"name" : "ShaftSetup",
"path" : "Sources/ShaftSetup",
"product_memberships" : [
"Playground",
"ShaftSetup"
],
"sources" : [
"ShaftSetup.swift"
],
"target_dependencies" : [
"Shaft",
"ShaftSkia",
"ShaftSDL3"
],
"type" : "library"
},
{
"c99name" : "ShaftSDL3",
"module_type" : "SwiftTarget",
"name" : "ShaftSDL3",
"path" : "Sources/ShaftSDL3",
"product_dependencies" : [
"SwiftSDL3",
"SwiftMath"
],
"product_memberships" : [
"Playground",
"ShaftSetup",
"ShaftSDL3"
],
"sources" : [
"SDLBackend.swift",
"SDLCursor.swift",
"SDLKey.swift",
"SDLMetalView.swift",
"SDLOpenGLView.swift",
"SDLView.swift"
],
"target_dependencies" : [
"Shaft"
],
"type" : "library"
},
{
"c99name" : "ShaftCodeHighlight",
"module_type" : "SwiftTarget",
"name" : "ShaftCodeHighlight",
"path" : "Sources/ShaftCodeHighlight",
"product_dependencies" : [
"Splash"
],
"product_memberships" : [
"Playground",
"ShaftCodeHighlight"
],
"sources" : [
"CodeBlock.swift",
"ShaftCodeHighlight.swift"
],
"target_dependencies" : [
"Shaft"
],
"type" : "library"
},
{
"c99name" : "Shaft",
"module_type" : "SwiftTarget",
"name" : "Shaft",
"path" : "Sources/Shaft",
"product_dependencies" : [
"SwiftMath",
"Rainbow",
"SwiftSDL3",
"Collections"
],
"product_memberships" : [
"Playground",
"Shaft",
"ShaftSetup",
"ShaftCodeHighlight",
"ShaftSDL3",
"ShaftSkia"
],
"sources" : [
"Animation/Animatable.swift",
"Animation/Animation.swift",
"Animation/AnimationBase.swift",
"Animation/AnimationController.swift",
"Animation/Curve.swift",
"Animation/Tween.swift",
"Backend/RemoteAppBackend.swift",
"Backend/UIActor.swift",
"Core/Backend.swift",
"Core/Canvas.swift",
"Core/DisplayList/DisplayList.swift",
"Core/DisplayList/DisplayListBuilder.swift",
"Core/DisplayList/DlOpReceiver.swift",
"Core/Geometry.swift",
"Core/Globals.swift",
"Core/Keyboard.swift",
"Core/KeyboardKey.swift",
"Core/Layer.swift",
"Core/Painting.swift",
"Core/Pointer.swift",
"Core/Renderer.swift",
"Core/TargetPlatform.swift",
"Core/TextEditing.swift",
"Core/TextTypes.swift",
"Core/Window.swift",
"Foundation/Array.swift",
"Foundation/Assertion.swift",
"Foundation/Box.swift",
"Foundation/Callback.swift",
"Foundation/ChangeNotifier.swift",
"Foundation/Collections.swift",
"Foundation/Constants.swift",
"Foundation/CopyWith.swift",
"Foundation/Diagnostics.swift",
"Foundation/Equality.swift",
"Foundation/Math.swift",
"Foundation/MatrixUtils.swift",
"Foundation/Number.swift",
"Foundation/Print.swift",
"Foundation/Stopwatch.swift",
"Foundation/String.swift",
"Foundation/Time.swift",
"Gestures/Arena.swift",
"Gestures/ArenaTeam.swift",
"Gestures/Binding/GestureBinding.swift",
"Gestures/DragDetails.swift",
"Gestures/GestureConstants.swift",
"Gestures/GestureDebug.swift",
"Gestures/GestureSettings.swift",
"Gestures/HitTest.swift",
"Gestures/LsqSolver.swift",
"Gestures/PointerEventConverter.swift",
"Gestures/PointerEvents.swift",
"Gestures/PointerRouter.swift",
"Gestures/PointerSignalResolver.swift",
"Gestures/Recongnizer/LongPressRecongnizer.swift",
"Gestures/Recongnizer/MonoDrag.swift",
"Gestures/Recongnizer/Recongnizer.swift",
"Gestures/Recongnizer/TapAndDragRecongizer.swift",
"Gestures/Recongnizer/TapRecongnizer.swift",
"Gestures/VelocityTracker.swift",
"Painting/Alignment.swift",
"Painting/BasicTypes.swift",
"Painting/BorderRadius.swift",
"Painting/Borders.swift",
"Painting/BoxBorder.swift",
"Painting/BoxDecoration.swift",
"Painting/BoxFit.swift",
"Painting/BoxShadow.swift",
"Painting/ClipContext.swift",
"Painting/DecoratedImage.swift",
"Painting/Decoration.swift",
"Painting/EdgeInsets.swift",
"Painting/ImageProvider.swift",
"Painting/Span/InlineSpan.swift",
"Painting/Span/PlaceholderSpan.swift",
"Painting/Span/TextSpan.swift",
"Painting/TextPainter.swift",
"Painting/TextScaler.swift",
"Painting/TextStyle.swift",
"Physics/PhysicsUtils.swift",
"Physics/Simulation.swift",
"Physics/SpringSimulation.swift",
"Physics/Tolerance.swift",
"Rendering/Binding/RendererBinding.swift",
"Rendering/LayoutHelper.swift",
"Rendering/MouseTracker.swift",
"Rendering/MouseTrackerAnnotation.swift",
"Rendering/RenderBox.swift",
"Rendering/RenderColoredBox.swift",
"Rendering/RenderEditable.swift",
"Rendering/RenderFlex.swift",
"Rendering/RenderImage.swift",
"Rendering/RenderMouseRegion.swift",
"Rendering/RenderObject.swift",
"Rendering/RenderParagraph.swift",
"Rendering/RenderPointerListener.swift",
"Rendering/RenderProxyBox.swift",
"Rendering/RenderShiftedBox.swift",
"Rendering/RenderSliver.swift",
"Rendering/RenderSliverGrid.swift",
"Rendering/RenderSliverGroup.swift",
"Rendering/RenderSliverList.swift",
"Rendering/RenderSliverMultiBoxAdaptor.swift",
"Rendering/RenderSliverPadding.swift",
"Rendering/RenderStack.swift",
"Rendering/RenderView.swift",
"Rendering/RenderViewport.swift",
"Rendering/ViewportOffset.swift",
"Scheduler/SchedulerBinding.swift",
"Scheduler/Ticker.swift",
"Services/HardwareKeyboard.swift",
"Services/MouseCursor.swift",
"Services/TextBoundary.swift",
"Services/TextInput.swift",
"Services/TextLayoutMetrics.swift",
"ShaftKit/Background.swift",
"ShaftKit/Button.swift",
"ShaftKit/ControlSize.swift",
"ShaftKit/Divider.swift",
"ShaftKit/FixedListView.swift",
"ShaftKit/ListTile.swift",
"ShaftKit/NavigationSplitView.swift",
"ShaftKit/Resizable.swift",
"ShaftKit/Section.swift",
"ShaftKit/TextField.swift",
"ShaftKit/Typography.swift",
"Widgets/Actions.swift",
"Widgets/Basic.swift",
"Widgets/Binding/WidgetsBinding.swift",
"Widgets/Builder.swift",
"Widgets/Container.swift",
"Widgets/Debug.swift",
"Widgets/DefaultTextEditingShortcuts.swift",
"Widgets/Focus/Focus.swift",
"Widgets/Focus/FocusManager.swift",
"Widgets/Focus/FocusTraversal.swift",
"Widgets/Framework/Framework.swift",
"Widgets/GestureDetector.swift",
"Widgets/Image.swift",
"Widgets/Inherited.swift",
"Widgets/InheritedModel.swift",
"Widgets/InheritedNotifier.swift",
"Widgets/Inherited_Old.swift",
"Widgets/MediaQuery.swift",
"Widgets/Scroll/ScrollConfiguration.swift",
"Widgets/Scroll/ScrollContext.swift",
"Widgets/Scroll/ScrollController.swift",
"Widgets/Scroll/ScrollDelegate.swift",
"Widgets/Scroll/ScrollMetrics.swift",
"Widgets/Scroll/ScrollPhysics.swift",
"Widgets/Scroll/ScrollPosition.swift",
"Widgets/Scroll/ScrollPositionWithSingleContext.swift",
"Widgets/Scroll/Scrollable.swift",
"Widgets/Scroll/ScrollableHelpers.swift",
"Widgets/Scroll/SingleChildScrollView.swift",
"Widgets/ScrollView.swift",
"Widgets/Shortcuts.swift",
"Widgets/Sliver.swift",
"Widgets/SliverPinnedHeader.swift",
"Widgets/SliverPrototypeExtentList.swift",
"Widgets/TapRegion.swift",
"Widgets/Text/EditableText.swift",
"Widgets/Text/Text.swift",
"Widgets/Text/TextEditingIntents.swift",
"Widgets/Text/TextSelection.swift",
"Widgets/TickerProvider.swift",
"Widgets/Transitions.swift",
"Widgets/ValueListenableBuilder.swift",
"Widgets/View.swift",
"Widgets/Viewport.swift"
],
"type" : "library"
},
{
"c99name" : "Playground",
"module_type" : "SwiftTarget",
"name" : "Playground",
"path" : "Sources/Playground",
"product_dependencies" : [
"SwiftMath",
"SwiftReload"
],
"product_memberships" : [
"Playground"
],
"sources" : [
"HackerNews/HackerNews.swift",
"HackerNews/HackerNewsApp.swift",
"Metal/MetalApp.swift",
"Pages/Concept_Backend.swift",
"Pages/Concept_Observation.swift",
"Pages/Concept_ShaftKit.swift",
"Pages/Demo_Cube.swift",
"Pages/Kit_Background.swift",
"Pages/Kit_Button.swift",
"Pages/Kit_Divider.swift",
"Pages/Kit_Image.swift",
"Pages/Kit_ListView.swift",
"Pages/Kit_NavigationSplitView.swift",
"Pages/Kit_Resizable.swift",
"Pages/Kit_TextField.swift",
"Pages/Kit_Typography.swift",
"Pages/_Template.swift",
"Pages/_Utils.swift",
"main.swift"
],
"target_dependencies" : [
"CSkia",
"Shaft",
"ShaftSetup",
"ShaftCodeHighlight"
],
"type" : "executable"
},
{
"c99name" : "CSkiaSetupPlugin",
"module_type" : "PluginTarget",
"name" : "CSkiaSetupPlugin",
"path" : "Plugins/CSkiaSetupPlugin",
"plugin_capability" : {
"intent" : {
"description" : "Download prebuilt Skia binaries",
"type" : "custom",
"verb" : "setup-skia"
},
"permissions" : [
{
"network_scope" : {
"all" : {
"ports" : [
]
}
},
"reason" : "To download the Skia binaries",
"type" : "allowNetworkConnections"
},
{
"network_scope" : {
"none" : {
}
},
"reason" : "To extract the Skia binaries",
"type" : "writeToPackageDirectory"
}
],
"type" : "command"
},
"product_memberships" : [
"CSkiaSetupPlugin"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"CSkiaSetup"
],
"type" : "plugin"
},
{
"c99name" : "CSkiaSetup",
"module_type" : "SwiftTarget",
"name" : "CSkiaSetup",
"path" : "Sources/CSkiaSetup",
"product_dependencies" : [
"ZIPFoundation"
],
"product_memberships" : [
"CSkiaSetupPlugin",
"CSkiaSetup"
],
"sources" : [
"main.swift"
],
"type" : "executable"
},
{
"c99name" : "CSkiaResource",
"module_type" : "SwiftTarget",
"name" : "CSkiaResource",
"path" : "Sources/CSkiaResource",
"product_memberships" : [
"Playground",
"ShaftSetup",
"ShaftSkia"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/CSkiaResource/icudtl.dat",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"CskiaResource.swift"
],
"type" : "library"
},
{
"c99name" : "CSkia",
"module_type" : "ClangTarget",
"name" : "CSkia",
"path" : "Sources/CSkia",
"product_memberships" : [
"Playground",
"ShaftSetup",
"ShaftSkia"
],
"sources" : [
"utils.cpp"
],
"type" : "library"
},
{
"c99name" : "BuilderPlugin",
"module_type" : "PluginTarget",
"name" : "BuilderPlugin",
"path" : "Plugins/BuilderPlugin",
"plugin_capability" : {
"intent" : {
"description" : "Build application bundle",
"type" : "custom",
"verb" : "build"
},
"permissions" : [
{
"network_scope" : {
"all" : {
"ports" : [
]
}
},
"reason" : "To retrieve additional resources",
"type" : "allowNetworkConnections"
},
{
"network_scope" : {
"none" : {
}
},
"reason" : "To read configuration files",
"type" : "writeToPackageDirectory"
}
],
"type" : "command"
},
"product_memberships" : [
"BuilderPlugin"
],
"sources" : [
"AppleBundleStructure.swift",
"ApplePlatform.swift",
"BuildSpec.swift",
"Options.swift",
"Steps/MacOSBundleStep.swift",
"Utils.swift",
"main.swift"
],
"type" : "plugin"
}
],
"tools_version" : "5.9"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"CSkiaSetup",
"Playground",
"Shaft",
"Shaft-Package",
"ShaftCodeHighlight",
"ShaftSDL3",
"ShaftSetup",
"ShaftSkia"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Shaft-Package -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
/Applications/Xcode-16.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 Shaft-Package -destination generic/platform=iOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
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 -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
couldn't find pc file for dbus-1couldn't find pc file for ibus-1.0failed to retrieve search paths with pkg-config; maybe pkg-config is not installedcouldn't find pc file for libdecor-0couldn't find pc file for libdrm
Resolve Package Graph
couldn't find pc file for dbus-1couldn't find pc file for ibus-1.0couldn't find pc file for libdecor-0couldn't find pc file for libdrm
Resolved source packages:
ZIPFoundation: https://github.com/gregcotten/ZIPFoundationModern @ 0.0.5
SwiftSDL3: https://github.com/ShaftUI/SwiftSDL3 @ main (d33d998)
Shaft: /Users/admin/builder/spi-builder-workspace
SwiftReload: https://github.com/ShaftUI/SwiftReload.git @ main (587b067)
swift-system: https://github.com/apple/swift-system @ 1.4.2
Yams: https://github.com/jpsim/Yams.git @ 5.3.1
SwiftMath: https://github.com/ShaftUI/SwiftMath @ 3.4.0
zlib: https://github.com/the-swift-collective/zlib @ 1.3.1
Rainbow: https://github.com/onevcat/Rainbow @ 4.1.0
swift-syntax: https://github.com/swiftlang/swift-syntax.git @ 600.0.1
swift-collections: https://github.com/ShaftUI/swift-collections @ 1.3.0
Splash: https://github.com/ShaftUI/Splash @ master (ed08785)
CSProgress: https://github.com/gregcotten/CSProgress @ 0.0.1
Prepare packages
Compile plug-in “BuilderPlugin” in package “spi-builder-workspace”
[debug]: Compiling plugin to executable at /Users/admin/builder/spi-builder-workspace/.dependencies/plugins/BuilderPlugin
[debug]: Using compiler /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc
[debug]: Plugin compilation output directory '/Users/admin/builder/spi-builder-workspace/.dependencies/plugins'
[debug]: Computed hash of plugin compilation inputs: 51d1c5592692f86922bdca3432add15e66c7e4ade9a8c0392d45e8c246918958
/Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -L /Applications/Xcode-16.2.0.app/Contents/SharedFrameworks/SwiftPM.framework/SharedSupport/PluginAPI -lPackagePlugin -Xlinker -rpath -Xlinker /Applications/Xcode-16.2.0.app/Contents/SharedFrameworks/SwiftPM.framework/SharedSupport/PluginAPI -target arm64-apple-macos13.0 -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -g -swift-version 5 -package-description-version 5.9.0 -I /Applications/Xcode-16.2.0.app/Contents/SharedFrameworks/SwiftPM.framework/SharedSupport/PluginAPI -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -parse-as-library -Xfrontend -serialize-diagnostics-path -Xfrontend /Users/admin/builder/spi-builder-workspace/.dependencies/plugins/CSkiaSetupPlugin.dia /Users/admin/builder/spi-builder-workspace/Plugins/CSkiaSetupPlugin/main.swift -o /Users/admin/builder/spi-builder-workspace/.dependencies/plugins/CSkiaSetupPlugin
[debug]: Compiling plugin to executable at /Users/admin/builder/spi-builder-workspace/.dependencies/plugins/CSkiaSetupPlugin
[debug]: Using compiler /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc
[debug]: Plugin compilation output directory '/Users/admin/builder/spi-builder-workspace/.dependencies/plugins'
[debug]: Computed hash of plugin compilation inputs: 6b65e98ff0a7860bdefcc5426831a00d88fd40ecda6269e51f882f6c7fb22887
Process build tool plug-in results
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (58 targets)
Target 'Playground' in project 'Shaft'
➜ Explicit dependency on target 'CSkia' in project 'Shaft'
➜ Explicit dependency on target 'Shaft' in project 'Shaft'
➜ Explicit dependency on target 'CSkiaResource' in project 'Shaft'
➜ Explicit dependency on target 'ShaftSetup' in project 'Shaft'
➜ Explicit dependency on target 'ShaftCodeHighlight' in project 'Shaft'
➜ Explicit dependency on target 'SwiftMath' in project 'SwiftMath'
➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
➜ Explicit dependency on target 'SwiftSDL3' in project 'SwiftSDL3'
➜ Explicit dependency on target 'Collections' in project 'swift-collections'
➜ Explicit dependency on target 'Splash' in project 'Splash'
➜ Explicit dependency on target 'SwiftReload' in project 'SwiftReload'
Target 'SwiftReload' in project 'SwiftReload'
➜ Explicit dependency on target 'SwiftReload' in project 'SwiftReload'
➜ Explicit dependency on target 'Yams' in project 'Yams'
➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntaxBuilder' in project 'swift-syntax'
Target 'SwiftReload' in project 'SwiftReload'
➜ Explicit dependency on target 'Yams' in project 'Yams'
➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntaxBuilder' in project 'swift-syntax'
Target 'SwiftSyntaxBuilder' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntaxBuilder' in project 'swift-syntax'
➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftParserDiagnostics' in project 'swift-syntax'
Target 'SwiftSyntaxBuilder' in project 'swift-syntax'
➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftParserDiagnostics' in project 'swift-syntax'
Target 'SwiftParserDiagnostics' in project 'swift-syntax'
➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
Target 'SwiftDiagnostics' in project 'swift-syntax'
➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
Target 'SwiftBasicFormat' in project 'swift-syntax'
➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
Target 'SwiftSyntax' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
Target 'SwiftParser' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
Target 'SwiftParser' in project 'swift-syntax'
➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
Target 'SwiftSyntax' in project 'swift-syntax'
➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
Target 'SwiftSyntax600' in project 'swift-syntax' (no dependencies)
Target 'SwiftSyntax510' in project 'swift-syntax' (no dependencies)
Target 'SwiftSyntax509' in project 'swift-syntax' (no dependencies)
Target '_SwiftSyntaxCShims' in project 'swift-syntax' (no dependencies)
Target 'Yams' in project 'Yams'
➜ Explicit dependency on target 'Yams' in project 'Yams'
➜ Explicit dependency on target 'CYaml' in project 'Yams'
Target 'Yams' in project 'Yams'
➜ Explicit dependency on target 'CYaml' in project 'Yams'
Target 'CYaml' in project 'Yams' (no dependencies)
Target 'CSkiaSetup' in project 'Shaft'
➜ Explicit dependency on target 'ZIPFoundation' in project 'ZIPFoundation'
Target 'ZIPFoundation' in project 'ZIPFoundation'
➜ Explicit dependency on target 'ZIPFoundation' in project 'ZIPFoundation'
➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
➜ Explicit dependency on target 'CSProgress' in project 'CSProgress'
Target 'ZIPFoundation' in project 'ZIPFoundation'
➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
➜ Explicit dependency on target 'CSProgress' in project 'CSProgress'
Target 'CSProgress' in project 'CSProgress'
➜ Explicit dependency on target 'CSProgress' in project 'CSProgress'
Target 'CSProgress' in project 'CSProgress' (no dependencies)
Target 'SystemPackage' in project 'swift-system'
➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
➜ Explicit dependency on target 'CSystem' in project 'swift-system'
Target 'SystemPackage' in project 'swift-system'
➜ Explicit dependency on target 'CSystem' in project 'swift-system'
Target 'CSystem' in project 'swift-system' (no dependencies)
Target 'ShaftSkia' in project 'Shaft'
➜ Explicit dependency on target 'ShaftSkia' in project 'Shaft'
➜ Explicit dependency on target 'CSkia' in project 'Shaft'
➜ Explicit dependency on target 'CSkiaResource' in project 'Shaft'
➜ Explicit dependency on target 'Shaft' in project 'Shaft'
➜ Explicit dependency on target 'SwiftMath' in project 'SwiftMath'
➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
➜ Explicit dependency on target 'SwiftSDL3' in project 'SwiftSDL3'
➜ Explicit dependency on target 'Collections' in project 'swift-collections'
Target 'ShaftSkia' in project 'Shaft'
➜ Explicit dependency on target 'CSkia' in project 'Shaft'
➜ Explicit dependency on target 'CSkiaResource' in project 'Shaft'
➜ Explicit dependency on target 'Shaft' in project 'Shaft'
➜ Explicit dependency on target 'SwiftMath' in project 'SwiftMath'
➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
➜ Explicit dependency on target 'SwiftSDL3' in project 'SwiftSDL3'
➜ Explicit dependency on target 'Collections' in project 'swift-collections'
Target 'ShaftSetup' in project 'Shaft'
➜ Explicit dependency on target 'ShaftSetup' in project 'Shaft'
➜ Explicit dependency on target 'Shaft' in project 'Shaft'
➜ Explicit dependency on target 'CSkia' in project 'Shaft'
➜ Explicit dependency on target 'CSkiaResource' in project 'Shaft'
➜ Explicit dependency on target 'SwiftMath' in project 'SwiftMath'
➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
➜ Explicit dependency on target 'SwiftSDL3' in project 'SwiftSDL3'
➜ Explicit dependency on target 'Collections' in project 'swift-collections'
Target 'ShaftSetup' in project 'Shaft'
➜ Explicit dependency on target 'Shaft' in project 'Shaft'
➜ Explicit dependency on target 'CSkia' in project 'Shaft'
➜ Explicit dependency on target 'CSkiaResource' in project 'Shaft'
➜ Explicit dependency on target 'SwiftMath' in project 'SwiftMath'
➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
➜ Explicit dependency on target 'SwiftSDL3' in project 'SwiftSDL3'
➜ Explicit dependency on target 'Collections' in project 'swift-collections'
Target 'CSkiaResource' in project 'Shaft'
➜ Explicit dependency on target 'Shaft_CSkiaResource' in project 'Shaft'
Target 'Shaft_CSkiaResource' in project 'Shaft' (no dependencies)
Target 'CSkia' in project 'Shaft' (no dependencies)
Target 'ShaftSDL3' in project 'Shaft'
➜ Explicit dependency on target 'ShaftSDL3' in project 'Shaft'
➜ Explicit dependency on target 'Shaft' in project 'Shaft'
➜ Explicit dependency on target 'SwiftMath' in project 'SwiftMath'
➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
➜ Explicit dependency on target 'SwiftSDL3' in project 'SwiftSDL3'
➜ Explicit dependency on target 'Collections' in project 'swift-collections'
Target 'ShaftSDL3' in project 'Shaft'
➜ Explicit dependency on target 'Shaft' in project 'Shaft'
➜ Explicit dependency on target 'SwiftMath' in project 'SwiftMath'
➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
➜ Explicit dependency on target 'SwiftSDL3' in project 'SwiftSDL3'
➜ Explicit dependency on target 'Collections' in project 'swift-collections'
Target 'ShaftCodeHighlight' in project 'Shaft'
➜ Explicit dependency on target 'ShaftCodeHighlight' in project 'Shaft'
➜ Explicit dependency on target 'Shaft' in project 'Shaft'
➜ Explicit dependency on target 'SwiftMath' in project 'SwiftMath'
➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
➜ Explicit dependency on target 'SwiftSDL3' in project 'SwiftSDL3'
➜ Explicit dependency on target 'Collections' in project 'swift-collections'
➜ Explicit dependency on target 'Splash' in project 'Splash'
Target 'ShaftCodeHighlight' in project 'Shaft'
➜ Explicit dependency on target 'Shaft' in project 'Shaft'
➜ Explicit dependency on target 'SwiftMath' in project 'SwiftMath'
➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
➜ Explicit dependency on target 'SwiftSDL3' in project 'SwiftSDL3'
➜ Explicit dependency on target 'Collections' in project 'swift-collections'
➜ Explicit dependency on target 'Splash' in project 'Splash'
Target 'Splash' in project 'Splash'
➜ Explicit dependency on target 'Splash' in project 'Splash'
Target 'Splash' in project 'Splash' (no dependencies)
Target 'Shaft' in project 'Shaft'
➜ Explicit dependency on target 'Shaft' in project 'Shaft'
➜ Explicit dependency on target 'SwiftMath' in project 'SwiftMath'
➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
➜ Explicit dependency on target 'SwiftSDL3' in project 'SwiftSDL3'
➜ Explicit dependency on target 'Collections' in project 'swift-collections'
Target 'Shaft' in project 'Shaft'
➜ Explicit dependency on target 'SwiftMath' in project 'SwiftMath'
➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
➜ Explicit dependency on target 'SwiftSDL3' in project 'SwiftSDL3'
➜ Explicit dependency on target 'Collections' in project 'swift-collections'
Target 'Collections' in project 'swift-collections'
➜ Explicit dependency on target 'Collections' in project 'swift-collections'
➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
➜ Explicit dependency on target 'BitCollections' in project 'swift-collections'
➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
➜ Explicit dependency on target 'HashTreeCollections' in project 'swift-collections'
➜ Explicit dependency on target 'HeapModule' in project 'swift-collections'
➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
➜ Explicit dependency on target '_RopeModule' in project 'swift-collections'
➜ Explicit dependency on target 'SortedCollections' in project 'swift-collections'
Target 'Collections' in project 'swift-collections'
➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
➜ Explicit dependency on target 'BitCollections' in project 'swift-collections'
➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
➜ Explicit dependency on target 'HashTreeCollections' in project 'swift-collections'
➜ Explicit dependency on target 'HeapModule' in project 'swift-collections'
➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
➜ Explicit dependency on target '_RopeModule' in project 'swift-collections'
➜ Explicit dependency on target 'SortedCollections' in project 'swift-collections'
Target 'SortedCollections' in project 'swift-collections'
➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
Target '_RopeModule' 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 'HeapModule' in project 'swift-collections'
➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
Target 'HashTreeCollections' in project 'swift-collections'
➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
Target 'DequeModule' in project 'swift-collections'
➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
Target 'BitCollections' in project 'swift-collections'
➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
Target 'InternalCollectionsUtilities' in project 'swift-collections' (no dependencies)
Target 'SwiftSDL3' in project 'SwiftSDL3'
➜ Explicit dependency on target 'SwiftSDL3' in project 'SwiftSDL3'
Target 'SwiftSDL3' in project 'SwiftSDL3' (no dependencies)
Target 'Rainbow' in project 'Rainbow'
➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
Target 'Rainbow' in project 'Rainbow' (no dependencies)
Target 'SwiftMath' in project 'SwiftMath'
➜ Explicit dependency on target 'SwiftMath' in project 'SwiftMath'
Target 'SwiftMath' in project 'SwiftMath' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c++ -c /dev/null
ReadFileContents /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x objective-c -c /dev/null
Build description signature: 208e09ecfff96111c983edd4aefccfc1
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/208e09ecfff96111c983edd4aefccfc1.xcbuilddata
error: The package product 'SwiftReload' requires minimum platform version 15.0 for the iOS platform, but this target supports 13.0 (in target 'Playground' from project 'Shaft')
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme Shaft-Package
(1 failure)
Command line invocation:
/Applications/Xcode-16.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
couldn't find pc file for dbus-1couldn't find pc file for ibus-1.0failed to retrieve search paths with pkg-config; maybe pkg-config is not installedcouldn't find pc file for libdecor-0couldn't find pc file for libdrm
Resolved source packages:
CSProgress: https://github.com/gregcotten/CSProgress @ 0.0.1
swift-collections: https://github.com/ShaftUI/swift-collections @ 1.3.0
Splash: https://github.com/ShaftUI/Splash @ master (ed08785)
zlib: https://github.com/the-swift-collective/zlib @ 1.3.1
Shaft: /Users/admin/builder/spi-builder-workspace
swift-syntax: https://github.com/swiftlang/swift-syntax.git @ 600.0.1
SwiftSDL3: https://github.com/ShaftUI/SwiftSDL3 @ main (d33d998)
SwiftReload: https://github.com/ShaftUI/SwiftReload.git @ main (587b067)
swift-system: https://github.com/apple/swift-system @ 1.4.2
Rainbow: https://github.com/onevcat/Rainbow @ 4.1.0
Yams: https://github.com/jpsim/Yams.git @ 5.3.1
SwiftMath: https://github.com/ShaftUI/SwiftMath @ 3.4.0
ZIPFoundation: https://github.com/gregcotten/ZIPFoundationModern @ 0.0.5
resolved source packages: CSProgress, swift-collections, Splash, zlib, Shaft, swift-syntax, SwiftSDL3, SwiftReload, swift-system, Rainbow, Yams, SwiftMath, ZIPFoundation
{
"cxx_language_standard" : "c++17",
"dependencies" : [
{
"identity" : "swiftmath",
"requirement" : {
"range" : [
{
"lower_bound" : "3.3.2",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ShaftUI/SwiftMath"
},
{
"identity" : "swiftsdl3",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/ShaftUI/SwiftSDL3"
},
{
"identity" : "rainbow",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/onevcat/Rainbow"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "1.4.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ShaftUI/swift-collections"
},
{
"identity" : "zipfoundationmodern",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/gregcotten/ZIPFoundationModern"
},
{
"identity" : "splash",
"requirement" : {
"branch" : [
"master"
]
},
"type" : "sourceControl",
"url" : "https://github.com/ShaftUI/Splash"
},
{
"identity" : "swiftreload",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/ShaftUI/SwiftReload.git"
}
],
"manifest_display_name" : "Shaft",
"name" : "Shaft",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "Playground",
"targets" : [
"Playground"
],
"type" : {
"executable" : null
}
},
{
"name" : "Shaft",
"targets" : [
"Shaft"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ShaftSetup",
"targets" : [
"ShaftSetup"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ShaftCodeHighlight",
"targets" : [
"ShaftCodeHighlight"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ShaftSDL3",
"targets" : [
"ShaftSDL3"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ShaftSkia",
"targets" : [
"ShaftSkia"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CSkiaSetupPlugin",
"targets" : [
"CSkiaSetupPlugin"
],
"type" : {
"plugin" : null
}
},
{
"name" : "BuilderPlugin",
"targets" : [
"BuilderPlugin"
],
"type" : {
"plugin" : null
}
},
{
"name" : "CSkiaSetup",
"targets" : [
"CSkiaSetup"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "ShaftTests",
"module_type" : "SwiftTarget",
"name" : "ShaftTests",
"path" : "Tests/ShaftTests",
"sources" : [
"FirstTest.swift",
"Gesture/MonoDragTest.swift",
"Gesture/TapAndDragTest.swift",
"Gesture/TapTest.swift",
"Painting/TextPainterTest.swift",
"Services/HardwareKeyboardTest.swift",
"Services/TextBoundaryTest.swift",
"TestUtils/GestureTester.swift",
"TestUtils/TestPointer.swift",
"TestUtils/WidgetTester.swift",
"Widgets/BasicTest.swift",
"Widgets/FrameworkTest.swift",
"Widgets/SliverPinnedHeaderTest.swift",
"Widgets/VelocityTrackerTest.swift",
"Widgets/VelocityTrackerTestData.swift"
],
"target_dependencies" : [
"Shaft",
"ShaftSetup"
],
"type" : "test"
},
{
"c99name" : "ShaftSkia",
"module_type" : "SwiftTarget",
"name" : "ShaftSkia",
"path" : "Sources/ShaftSkia",
"product_dependencies" : [
"SwiftMath"
],
"product_memberships" : [
"Playground",
"ShaftSetup",
"ShaftSkia"
],
"sources" : [
"SkiaCanvas.swift",
"SkiaFontCollection.swift",
"SkiaImage.swift",
"SkiaLoadICU.swift",
"SkiaParagraph.swift",
"SkiaPath.swift",
"SkiaRenderer+GL.swift",
"SkiaRenderer+Metal.swift",
"SkiaRenderer.swift",
"ToSkia.swift"
],
"target_dependencies" : [
"CSkia",
"CSkiaResource",
"Shaft"
],
"type" : "library"
},
{
"c99name" : "ShaftSetup",
"module_type" : "SwiftTarget",
"name" : "ShaftSetup",
"path" : "Sources/ShaftSetup",
"product_memberships" : [
"Playground",
"ShaftSetup"
],
"sources" : [
"ShaftSetup.swift"
],
"target_dependencies" : [
"Shaft",
"ShaftSkia",
"ShaftSDL3"
],
"type" : "library"
},
{
"c99name" : "ShaftSDL3",
"module_type" : "SwiftTarget",
"name" : "ShaftSDL3",
"path" : "Sources/ShaftSDL3",
"product_dependencies" : [
"SwiftSDL3",
"SwiftMath"
],
"product_memberships" : [
"Playground",
"ShaftSetup",
"ShaftSDL3"
],
"sources" : [
"SDLBackend.swift",
"SDLCursor.swift",
"SDLKey.swift",
"SDLMetalView.swift",
"SDLOpenGLView.swift",
"SDLView.swift"
],
"target_dependencies" : [
"Shaft"
],
"type" : "library"
},
{
"c99name" : "ShaftCodeHighlight",
"module_type" : "SwiftTarget",
"name" : "ShaftCodeHighlight",
"path" : "Sources/ShaftCodeHighlight",
"product_dependencies" : [
"Splash"
],
"product_memberships" : [
"Playground",
"ShaftCodeHighlight"
],
"sources" : [
"CodeBlock.swift",
"ShaftCodeHighlight.swift"
],
"target_dependencies" : [
"Shaft"
],
"type" : "library"
},
{
"c99name" : "Shaft",
"module_type" : "SwiftTarget",
"name" : "Shaft",
"path" : "Sources/Shaft",
"product_dependencies" : [
"SwiftMath",
"Rainbow",
"SwiftSDL3",
"Collections"
],
"product_memberships" : [
"Playground",
"Shaft",
"ShaftSetup",
"ShaftCodeHighlight",
"ShaftSDL3",
"ShaftSkia"
],
"sources" : [
"Animation/Animatable.swift",
"Animation/Animation.swift",
"Animation/AnimationBase.swift",
"Animation/AnimationController.swift",
"Animation/Curve.swift",
"Animation/Tween.swift",
"Backend/RemoteAppBackend.swift",
"Backend/UIActor.swift",
"Core/Backend.swift",
"Core/Canvas.swift",
"Core/DisplayList/DisplayList.swift",
"Core/DisplayList/DisplayListBuilder.swift",
"Core/DisplayList/DlOpReceiver.swift",
"Core/Geometry.swift",
"Core/Globals.swift",
"Core/Keyboard.swift",
"Core/KeyboardKey.swift",
"Core/Layer.swift",
"Core/Painting.swift",
"Core/Pointer.swift",
"Core/Renderer.swift",
"Core/TargetPlatform.swift",
"Core/TextEditing.swift",
"Core/TextTypes.swift",
"Core/Window.swift",
"Foundation/Array.swift",
"Foundation/Assertion.swift",
"Foundation/Box.swift",
"Foundation/Callback.swift",
"Foundation/ChangeNotifier.swift",
"Foundation/Collections.swift",
"Foundation/Constants.swift",
"Foundation/CopyWith.swift",
"Foundation/Diagnostics.swift",
"Foundation/Equality.swift",
"Foundation/Math.swift",
"Foundation/MatrixUtils.swift",
"Foundation/Number.swift",
"Foundation/Print.swift",
"Foundation/Stopwatch.swift",
"Foundation/String.swift",
"Foundation/Time.swift",
"Gestures/Arena.swift",
"Gestures/ArenaTeam.swift",
"Gestures/Binding/GestureBinding.swift",
"Gestures/DragDetails.swift",
"Gestures/GestureConstants.swift",
"Gestures/GestureDebug.swift",
"Gestures/GestureSettings.swift",
"Gestures/HitTest.swift",
"Gestures/LsqSolver.swift",
"Gestures/PointerEventConverter.swift",
"Gestures/PointerEvents.swift",
"Gestures/PointerRouter.swift",
"Gestures/PointerSignalResolver.swift",
"Gestures/Recongnizer/LongPressRecongnizer.swift",
"Gestures/Recongnizer/MonoDrag.swift",
"Gestures/Recongnizer/Recongnizer.swift",
"Gestures/Recongnizer/TapAndDragRecongizer.swift",
"Gestures/Recongnizer/TapRecongnizer.swift",
"Gestures/VelocityTracker.swift",
"Painting/Alignment.swift",
"Painting/BasicTypes.swift",
"Painting/BorderRadius.swift",
"Painting/Borders.swift",
"Painting/BoxBorder.swift",
"Painting/BoxDecoration.swift",
"Painting/BoxFit.swift",
"Painting/BoxShadow.swift",
"Painting/ClipContext.swift",
"Painting/DecoratedImage.swift",
"Painting/Decoration.swift",
"Painting/EdgeInsets.swift",
"Painting/ImageProvider.swift",
"Painting/Span/InlineSpan.swift",
"Painting/Span/PlaceholderSpan.swift",
"Painting/Span/TextSpan.swift",
"Painting/TextPainter.swift",
"Painting/TextScaler.swift",
"Painting/TextStyle.swift",
"Physics/PhysicsUtils.swift",
"Physics/Simulation.swift",
"Physics/SpringSimulation.swift",
"Physics/Tolerance.swift",
"Rendering/Binding/RendererBinding.swift",
"Rendering/LayoutHelper.swift",
"Rendering/MouseTracker.swift",
"Rendering/MouseTrackerAnnotation.swift",
"Rendering/RenderBox.swift",
"Rendering/RenderColoredBox.swift",
"Rendering/RenderEditable.swift",
"Rendering/RenderFlex.swift",
"Rendering/RenderImage.swift",
"Rendering/RenderMouseRegion.swift",
"Rendering/RenderObject.swift",
"Rendering/RenderParagraph.swift",
"Rendering/RenderPointerListener.swift",
"Rendering/RenderProxyBox.swift",
"Rendering/RenderShiftedBox.swift",
"Rendering/RenderSliver.swift",
"Rendering/RenderSliverGrid.swift",
"Rendering/RenderSliverGroup.swift",
"Rendering/RenderSliverList.swift",
"Rendering/RenderSliverMultiBoxAdaptor.swift",
"Rendering/RenderSliverPadding.swift",
"Rendering/RenderStack.swift",
"Rendering/RenderView.swift",
"Rendering/RenderViewport.swift",
"Rendering/ViewportOffset.swift",
"Scheduler/SchedulerBinding.swift",
"Scheduler/Ticker.swift",
"Services/HardwareKeyboard.swift",
"Services/MouseCursor.swift",
"Services/TextBoundary.swift",
"Services/TextInput.swift",
"Services/TextLayoutMetrics.swift",
"ShaftKit/Background.swift",
"ShaftKit/Button.swift",
"ShaftKit/ControlSize.swift",
"ShaftKit/Divider.swift",
"ShaftKit/FixedListView.swift",
"ShaftKit/ListTile.swift",
"ShaftKit/NavigationSplitView.swift",
"ShaftKit/Resizable.swift",
"ShaftKit/Section.swift",
"ShaftKit/TextField.swift",
"ShaftKit/Typography.swift",
"Widgets/Actions.swift",
"Widgets/Basic.swift",
"Widgets/Binding/WidgetsBinding.swift",
"Widgets/Builder.swift",
"Widgets/Container.swift",
"Widgets/Debug.swift",
"Widgets/DefaultTextEditingShortcuts.swift",
"Widgets/Focus/Focus.swift",
"Widgets/Focus/FocusManager.swift",
"Widgets/Focus/FocusTraversal.swift",
"Widgets/Framework/Framework.swift",
"Widgets/GestureDetector.swift",
"Widgets/Image.swift",
"Widgets/Inherited.swift",
"Widgets/InheritedModel.swift",
"Widgets/InheritedNotifier.swift",
"Widgets/Inherited_Old.swift",
"Widgets/MediaQuery.swift",
"Widgets/Scroll/ScrollConfiguration.swift",
"Widgets/Scroll/ScrollContext.swift",
"Widgets/Scroll/ScrollController.swift",
"Widgets/Scroll/ScrollDelegate.swift",
"Widgets/Scroll/ScrollMetrics.swift",
"Widgets/Scroll/ScrollPhysics.swift",
"Widgets/Scroll/ScrollPosition.swift",
"Widgets/Scroll/ScrollPositionWithSingleContext.swift",
"Widgets/Scroll/Scrollable.swift",
"Widgets/Scroll/ScrollableHelpers.swift",
"Widgets/Scroll/SingleChildScrollView.swift",
"Widgets/ScrollView.swift",
"Widgets/Shortcuts.swift",
"Widgets/Sliver.swift",
"Widgets/SliverPinnedHeader.swift",
"Widgets/SliverPrototypeExtentList.swift",
"Widgets/TapRegion.swift",
"Widgets/Text/EditableText.swift",
"Widgets/Text/Text.swift",
"Widgets/Text/TextEditingIntents.swift",
"Widgets/Text/TextSelection.swift",
"Widgets/TickerProvider.swift",
"Widgets/Transitions.swift",
"Widgets/ValueListenableBuilder.swift",
"Widgets/View.swift",
"Widgets/Viewport.swift"
],
"type" : "library"
},
{
"c99name" : "Playground",
"module_type" : "SwiftTarget",
"name" : "Playground",
"path" : "Sources/Playground",
"product_dependencies" : [
"SwiftMath",
"SwiftReload"
],
"product_memberships" : [
"Playground"
],
"sources" : [
"HackerNews/HackerNews.swift",
"HackerNews/HackerNewsApp.swift",
"Metal/MetalApp.swift",
"Pages/Concept_Backend.swift",
"Pages/Concept_Observation.swift",
"Pages/Concept_ShaftKit.swift",
"Pages/Demo_Cube.swift",
"Pages/Kit_Background.swift",
"Pages/Kit_Button.swift",
"Pages/Kit_Divider.swift",
"Pages/Kit_Image.swift",
"Pages/Kit_ListView.swift",
"Pages/Kit_NavigationSplitView.swift",
"Pages/Kit_Resizable.swift",
"Pages/Kit_TextField.swift",
"Pages/Kit_Typography.swift",
"Pages/_Template.swift",
"Pages/_Utils.swift",
"main.swift"
],
"target_dependencies" : [
"CSkia",
"Shaft",
"ShaftSetup",
"ShaftCodeHighlight"
],
"type" : "executable"
},
{
"c99name" : "CSkiaSetupPlugin",
"module_type" : "PluginTarget",
"name" : "CSkiaSetupPlugin",
"path" : "Plugins/CSkiaSetupPlugin",
"plugin_capability" : {
"intent" : {
"description" : "Download prebuilt Skia binaries",
"type" : "custom",
"verb" : "setup-skia"
},
"permissions" : [
{
"network_scope" : {
"all" : {
"ports" : [
]
}
},
"reason" : "To download the Skia binaries",
"type" : "allowNetworkConnections"
},
{
"network_scope" : {
"none" : {
}
},
"reason" : "To extract the Skia binaries",
"type" : "writeToPackageDirectory"
}
],
"type" : "command"
},
"product_memberships" : [
"CSkiaSetupPlugin"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"CSkiaSetup"
],
"type" : "plugin"
},
{
"c99name" : "CSkiaSetup",
"module_type" : "SwiftTarget",
"name" : "CSkiaSetup",
"path" : "Sources/CSkiaSetup",
"product_dependencies" : [
"ZIPFoundation"
],
"product_memberships" : [
"CSkiaSetupPlugin",
"CSkiaSetup"
],
"sources" : [
"main.swift"
],
"type" : "executable"
},
{
"c99name" : "CSkiaResource",
"module_type" : "SwiftTarget",
"name" : "CSkiaResource",
"path" : "Sources/CSkiaResource",
"product_memberships" : [
"Playground",
"ShaftSetup",
"ShaftSkia"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/CSkiaResource/icudtl.dat",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"CskiaResource.swift"
],
"type" : "library"
},
{
"c99name" : "CSkia",
"module_type" : "ClangTarget",
"name" : "CSkia",
"path" : "Sources/CSkia",
"product_memberships" : [
"Playground",
"ShaftSetup",
"ShaftSkia"
],
"sources" : [
"utils.cpp"
],
"type" : "library"
},
{
"c99name" : "BuilderPlugin",
"module_type" : "PluginTarget",
"name" : "BuilderPlugin",
"path" : "Plugins/BuilderPlugin",
"plugin_capability" : {
"intent" : {
"description" : "Build application bundle",
"type" : "custom",
"verb" : "build"
},
"permissions" : [
{
"network_scope" : {
"all" : {
"ports" : [
]
}
},
"reason" : "To retrieve additional resources",
"type" : "allowNetworkConnections"
},
{
"network_scope" : {
"none" : {
}
},
"reason" : "To read configuration files",
"type" : "writeToPackageDirectory"
}
],
"type" : "command"
},
"product_memberships" : [
"BuilderPlugin"
],
"sources" : [
"AppleBundleStructure.swift",
"ApplePlatform.swift",
"BuildSpec.swift",
"Options.swift",
"Steps/MacOSBundleStep.swift",
"Utils.swift",
"main.swift"
],
"type" : "plugin"
}
],
"tools_version" : "5.9"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"CSkiaSetup",
"Playground",
"Shaft",
"Shaft-Package",
"ShaftCodeHighlight",
"ShaftSDL3",
"ShaftSetup",
"ShaftSkia"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Shaft-Package -destination generic/platform=iOS
Command line invocation:
/Applications/Xcode-16.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 Shaft-Package -destination generic/platform=iOS
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
couldn't find pc file for dbus-1couldn't find pc file for ibus-1.0failed to retrieve search paths with pkg-config; maybe pkg-config is not installedcouldn't find pc file for libdecor-0couldn't find pc file for libdrm
Resolved source packages:
zlib: https://github.com/the-swift-collective/zlib @ 1.3.1
swift-system: https://github.com/apple/swift-system @ 1.4.2
Rainbow: https://github.com/onevcat/Rainbow @ 4.1.0
SwiftSDL3: https://github.com/ShaftUI/SwiftSDL3 @ main (d33d998)
swift-syntax: https://github.com/swiftlang/swift-syntax.git @ 600.0.1
CSProgress: https://github.com/gregcotten/CSProgress @ 0.0.1
swift-collections: https://github.com/ShaftUI/swift-collections @ 1.3.0
Splash: https://github.com/ShaftUI/Splash @ master (ed08785)
Shaft: /Users/admin/builder/spi-builder-workspace
Yams: https://github.com/jpsim/Yams.git @ 5.3.1
SwiftMath: https://github.com/ShaftUI/SwiftMath @ 3.4.0
ZIPFoundation: https://github.com/gregcotten/ZIPFoundationModern @ 0.0.5
SwiftReload: https://github.com/ShaftUI/SwiftReload.git @ main (587b067)
Prepare packages
Compile plug-in “CSkiaSetupPlugin” in package “spi-builder-workspace”
[debug]: Compiling plugin to executable at /Users/admin/builder/spi-builder-workspace/.dependencies/plugins/CSkiaSetupPlugin
[debug]: Using compiler /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc
[debug]: Plugin compilation output directory '/Users/admin/builder/spi-builder-workspace/.dependencies/plugins'
[debug]: Computed hash of plugin compilation inputs: 6b65e98ff0a7860bdefcc5426831a00d88fd40ecda6269e51f882f6c7fb22887
/Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -L /Applications/Xcode-16.2.0.app/Contents/SharedFrameworks/SwiftPM.framework/SharedSupport/PluginAPI -lPackagePlugin -Xlinker -rpath -Xlinker /Applications/Xcode-16.2.0.app/Contents/SharedFrameworks/SwiftPM.framework/SharedSupport/PluginAPI -target arm64-apple-macos13.0 -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -g -swift-version 5 -package-description-version 5.9.0 -I /Applications/Xcode-16.2.0.app/Contents/SharedFrameworks/SwiftPM.framework/SharedSupport/PluginAPI -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -parse-as-library -Xfrontend -serialize-diagnostics-path -Xfrontend /Users/admin/builder/spi-builder-workspace/.dependencies/plugins/BuilderPlugin.dia /Users/admin/builder/spi-builder-workspace/Plugins/BuilderPlugin/AppleBundleStructure.swift /Users/admin/builder/spi-builder-workspace/Plugins/BuilderPlugin/ApplePlatform.swift /Users/admin/builder/spi-builder-workspace/Plugins/BuilderPlugin/BuildSpec.swift /Users/admin/builder/spi-builder-workspace/Plugins/BuilderPlugin/Options.swift /Users/admin/builder/spi-builder-workspace/Plugins/BuilderPlugin/Steps/MacOSBundleStep.swift /Users/admin/builder/spi-builder-workspace/Plugins/BuilderPlugin/Utils.swift /Users/admin/builder/spi-builder-workspace/Plugins/BuilderPlugin/main.swift -o /Users/admin/builder/spi-builder-workspace/.dependencies/plugins/BuilderPlugin
[debug]: Compiling plugin to executable at /Users/admin/builder/spi-builder-workspace/.dependencies/plugins/BuilderPlugin
[debug]: Using compiler /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc
[debug]: Plugin compilation output directory '/Users/admin/builder/spi-builder-workspace/.dependencies/plugins'
[debug]: Computed hash of plugin compilation inputs: 51d1c5592692f86922bdca3432add15e66c7e4ade9a8c0392d45e8c246918958
Process build tool plug-in results
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (58 targets)
Target 'Playground' in project 'Shaft'
➜ Explicit dependency on target 'CSkia' in project 'Shaft'
➜ Explicit dependency on target 'Shaft' in project 'Shaft'
➜ Explicit dependency on target 'CSkiaResource' in project 'Shaft'
➜ Explicit dependency on target 'ShaftSetup' in project 'Shaft'
➜ Explicit dependency on target 'ShaftCodeHighlight' in project 'Shaft'
➜ Explicit dependency on target 'SwiftMath' in project 'SwiftMath'
➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
➜ Explicit dependency on target 'SwiftSDL3' in project 'SwiftSDL3'
➜ Explicit dependency on target 'Collections' in project 'swift-collections'
➜ Explicit dependency on target 'Splash' in project 'Splash'
➜ Explicit dependency on target 'SwiftReload' in project 'SwiftReload'
Target 'SwiftReload' in project 'SwiftReload'
➜ Explicit dependency on target 'SwiftReload' in project 'SwiftReload'
➜ Explicit dependency on target 'Yams' in project 'Yams'
➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntaxBuilder' in project 'swift-syntax'
Target 'SwiftReload' in project 'SwiftReload'
➜ Explicit dependency on target 'Yams' in project 'Yams'
➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntaxBuilder' in project 'swift-syntax'
Target 'SwiftSyntaxBuilder' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntaxBuilder' in project 'swift-syntax'
➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftParserDiagnostics' in project 'swift-syntax'
Target 'SwiftSyntaxBuilder' in project 'swift-syntax'
➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftParserDiagnostics' in project 'swift-syntax'
Target 'SwiftParserDiagnostics' in project 'swift-syntax'
➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
Target 'SwiftDiagnostics' in project 'swift-syntax'
➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
Target 'SwiftBasicFormat' in project 'swift-syntax'
➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
Target 'SwiftSyntax' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
Target 'SwiftParser' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
Target 'SwiftParser' in project 'swift-syntax'
➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
Target 'SwiftSyntax' in project 'swift-syntax'
➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
Target 'SwiftSyntax600' in project 'swift-syntax' (no dependencies)
Target 'SwiftSyntax510' in project 'swift-syntax' (no dependencies)
Target 'SwiftSyntax509' in project 'swift-syntax' (no dependencies)
Target '_SwiftSyntaxCShims' in project 'swift-syntax' (no dependencies)
Target 'Yams' in project 'Yams'
➜ Explicit dependency on target 'Yams' in project 'Yams'
➜ Explicit dependency on target 'CYaml' in project 'Yams'
Target 'Yams' in project 'Yams'
➜ Explicit dependency on target 'CYaml' in project 'Yams'
Target 'CYaml' in project 'Yams' (no dependencies)
Target 'CSkiaSetup' in project 'Shaft'
➜ Explicit dependency on target 'ZIPFoundation' in project 'ZIPFoundation'
Target 'ZIPFoundation' in project 'ZIPFoundation'
➜ Explicit dependency on target 'ZIPFoundation' in project 'ZIPFoundation'
➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
➜ Explicit dependency on target 'CSProgress' in project 'CSProgress'
Target 'ZIPFoundation' in project 'ZIPFoundation'
➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
➜ Explicit dependency on target 'CSProgress' in project 'CSProgress'
Target 'CSProgress' in project 'CSProgress'
➜ Explicit dependency on target 'CSProgress' in project 'CSProgress'
Target 'CSProgress' in project 'CSProgress' (no dependencies)
Target 'SystemPackage' in project 'swift-system'
➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
➜ Explicit dependency on target 'CSystem' in project 'swift-system'
Target 'SystemPackage' in project 'swift-system'
➜ Explicit dependency on target 'CSystem' in project 'swift-system'
Target 'CSystem' in project 'swift-system' (no dependencies)
Target 'ShaftSkia' in project 'Shaft'
➜ Explicit dependency on target 'ShaftSkia' in project 'Shaft'
➜ Explicit dependency on target 'CSkia' in project 'Shaft'
➜ Explicit dependency on target 'CSkiaResource' in project 'Shaft'
➜ Explicit dependency on target 'Shaft' in project 'Shaft'
➜ Explicit dependency on target 'SwiftMath' in project 'SwiftMath'
➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
➜ Explicit dependency on target 'SwiftSDL3' in project 'SwiftSDL3'
➜ Explicit dependency on target 'Collections' in project 'swift-collections'
Target 'ShaftSkia' in project 'Shaft'
➜ Explicit dependency on target 'CSkia' in project 'Shaft'
➜ Explicit dependency on target 'CSkiaResource' in project 'Shaft'
➜ Explicit dependency on target 'Shaft' in project 'Shaft'
➜ Explicit dependency on target 'SwiftMath' in project 'SwiftMath'
➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
➜ Explicit dependency on target 'SwiftSDL3' in project 'SwiftSDL3'
➜ Explicit dependency on target 'Collections' in project 'swift-collections'
Target 'ShaftSetup' in project 'Shaft'
➜ Explicit dependency on target 'ShaftSetup' in project 'Shaft'
➜ Explicit dependency on target 'Shaft' in project 'Shaft'
➜ Explicit dependency on target 'CSkia' in project 'Shaft'
➜ Explicit dependency on target 'CSkiaResource' in project 'Shaft'
➜ Explicit dependency on target 'SwiftMath' in project 'SwiftMath'
➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
➜ Explicit dependency on target 'SwiftSDL3' in project 'SwiftSDL3'
➜ Explicit dependency on target 'Collections' in project 'swift-collections'
Target 'ShaftSetup' in project 'Shaft'
➜ Explicit dependency on target 'Shaft' in project 'Shaft'
➜ Explicit dependency on target 'CSkia' in project 'Shaft'
➜ Explicit dependency on target 'CSkiaResource' in project 'Shaft'
➜ Explicit dependency on target 'SwiftMath' in project 'SwiftMath'
➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
➜ Explicit dependency on target 'SwiftSDL3' in project 'SwiftSDL3'
➜ Explicit dependency on target 'Collections' in project 'swift-collections'
Target 'CSkiaResource' in project 'Shaft'
➜ Explicit dependency on target 'Shaft_CSkiaResource' in project 'Shaft'
Target 'Shaft_CSkiaResource' in project 'Shaft' (no dependencies)
Target 'CSkia' in project 'Shaft' (no dependencies)
Target 'ShaftSDL3' in project 'Shaft'
➜ Explicit dependency on target 'ShaftSDL3' in project 'Shaft'
➜ Explicit dependency on target 'Shaft' in project 'Shaft'
➜ Explicit dependency on target 'SwiftMath' in project 'SwiftMath'
➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
➜ Explicit dependency on target 'SwiftSDL3' in project 'SwiftSDL3'
➜ Explicit dependency on target 'Collections' in project 'swift-collections'
Target 'ShaftSDL3' in project 'Shaft'
➜ Explicit dependency on target 'Shaft' in project 'Shaft'
➜ Explicit dependency on target 'SwiftMath' in project 'SwiftMath'
➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
➜ Explicit dependency on target 'SwiftSDL3' in project 'SwiftSDL3'
➜ Explicit dependency on target 'Collections' in project 'swift-collections'
Target 'ShaftCodeHighlight' in project 'Shaft'
➜ Explicit dependency on target 'ShaftCodeHighlight' in project 'Shaft'
➜ Explicit dependency on target 'Shaft' in project 'Shaft'
➜ Explicit dependency on target 'SwiftMath' in project 'SwiftMath'
➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
➜ Explicit dependency on target 'SwiftSDL3' in project 'SwiftSDL3'
➜ Explicit dependency on target 'Collections' in project 'swift-collections'
➜ Explicit dependency on target 'Splash' in project 'Splash'
Target 'ShaftCodeHighlight' in project 'Shaft'
➜ Explicit dependency on target 'Shaft' in project 'Shaft'
➜ Explicit dependency on target 'SwiftMath' in project 'SwiftMath'
➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
➜ Explicit dependency on target 'SwiftSDL3' in project 'SwiftSDL3'
➜ Explicit dependency on target 'Collections' in project 'swift-collections'
➜ Explicit dependency on target 'Splash' in project 'Splash'
Target 'Splash' in project 'Splash'
➜ Explicit dependency on target 'Splash' in project 'Splash'
Target 'Splash' in project 'Splash' (no dependencies)
Target 'Shaft' in project 'Shaft'
➜ Explicit dependency on target 'Shaft' in project 'Shaft'
➜ Explicit dependency on target 'SwiftMath' in project 'SwiftMath'
➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
➜ Explicit dependency on target 'SwiftSDL3' in project 'SwiftSDL3'
➜ Explicit dependency on target 'Collections' in project 'swift-collections'
Target 'Shaft' in project 'Shaft'
➜ Explicit dependency on target 'SwiftMath' in project 'SwiftMath'
➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
➜ Explicit dependency on target 'SwiftSDL3' in project 'SwiftSDL3'
➜ Explicit dependency on target 'Collections' in project 'swift-collections'
Target 'Collections' in project 'swift-collections'
➜ Explicit dependency on target 'Collections' in project 'swift-collections'
➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
➜ Explicit dependency on target 'BitCollections' in project 'swift-collections'
➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
➜ Explicit dependency on target 'HashTreeCollections' in project 'swift-collections'
➜ Explicit dependency on target 'HeapModule' in project 'swift-collections'
➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
➜ Explicit dependency on target '_RopeModule' in project 'swift-collections'
➜ Explicit dependency on target 'SortedCollections' in project 'swift-collections'
Target 'Collections' in project 'swift-collections'
➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
➜ Explicit dependency on target 'BitCollections' in project 'swift-collections'
➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
➜ Explicit dependency on target 'HashTreeCollections' in project 'swift-collections'
➜ Explicit dependency on target 'HeapModule' in project 'swift-collections'
➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
➜ Explicit dependency on target '_RopeModule' in project 'swift-collections'
➜ Explicit dependency on target 'SortedCollections' in project 'swift-collections'
Target 'SortedCollections' in project 'swift-collections'
➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
Target '_RopeModule' 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 'HeapModule' in project 'swift-collections'
➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
Target 'HashTreeCollections' in project 'swift-collections'
➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
Target 'DequeModule' in project 'swift-collections'
➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
Target 'BitCollections' in project 'swift-collections'
➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
Target 'InternalCollectionsUtilities' in project 'swift-collections' (no dependencies)
Target 'SwiftSDL3' in project 'SwiftSDL3'
➜ Explicit dependency on target 'SwiftSDL3' in project 'SwiftSDL3'
Target 'SwiftSDL3' in project 'SwiftSDL3' (no dependencies)
Target 'Rainbow' in project 'Rainbow'
➜ Explicit dependency on target 'Rainbow' in project 'Rainbow'
Target 'Rainbow' in project 'Rainbow' (no dependencies)
Target 'SwiftMath' in project 'SwiftMath'
➜ Explicit dependency on target 'SwiftMath' in project 'SwiftMath'
Target 'SwiftMath' in project 'SwiftMath' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -x c++ -c /dev/null
Build description signature: 79c671e6edb2be4b905296f54d48e708
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/79c671e6edb2be4b905296f54d48e708.xcbuilddata
error: The package product 'SwiftReload' requires minimum platform version 15.0 for the iOS platform, but this target supports 13.0 (in target 'Playground' from project 'Shaft')
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme Shaft-Package
(1 failure)
BUILD FAILURE 6.0 iOS