Build Information
Failed to build Scalar2D, reference 0.1.8 (a510d1), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 15:12:35 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/generallyhelpfulsoftware/scalar2d.git
Reference: 0.1.8
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/generallyhelpfulsoftware/scalar2d
* tag 0.1.8 -> FETCH_HEAD
HEAD is now at a510d13 Color context was't being passed through.
Cloned https://github.com/generallyhelpfulsoftware/scalar2d.git
Revision (git rev-parse @):
a510d13373e768d04566df7066a01c81ef73daf6
SUCCESS checkout https://github.com/generallyhelpfulsoftware/scalar2d.git at 0.1.8
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "scalar2d",
"name": "Scalar2D",
"url": "https://github.com/generallyhelpfulsoftware/scalar2d.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/scalar2d",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/generallyhelpfulsoftware/scalar2d.git
[1/1316] Fetching scalar2d
Fetched https://github.com/generallyhelpfulsoftware/scalar2d.git from cache (0.90s)
Creating working copy for https://github.com/generallyhelpfulsoftware/scalar2d.git
Working copy of https://github.com/generallyhelpfulsoftware/scalar2d.git resolved at 0.1.8 (a510d13)
warning: '.resolve-product-dependencies': dependency 'scalar2d' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/generallyhelpfulsoftware/scalar2d.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/12] Write sources
[11/12] Write swift-version--6988338F2F200930.txt
[13/28] Compiling Scalar2D_Utils InheritableProperty.swift
[14/28] Compiling Scalar2D_Utils UnicodeScalarView+Utils.swift
[15/28] Compiling Scalar2D_Utils Parsing.swift
[16/28] Emitting module Scalar2D_Utils
[17/37] Compiling Scalar2D_Colour DeviceGrayColourParser.swift
[18/38] Emitting module Scalar2D_Colour
[19/38] Compiling Scalar2D_Colour CGColor+ColourParser.swift
[20/38] Compiling Scalar2D_Colour ColourParser.swift
[21/38] Compiling Scalar2D_Colour DeviceRGBColourParser.swift
[22/38] Compiling Scalar2D_Colour HexColourParser.swift
[23/38] Compiling Scalar2D_Colour UIColor+ColourParser.swift
[24/38] Compiling Scalar2D_Colour DeviceCYMKColourParser.swift
[25/38] Compiling Scalar2D_Colour DeviceColourParser.swift
[26/38] Compiling Scalar2D_Colour RGBColourParser.swift
[27/38] Compiling Scalar2D_Colour ICCColourParser.swift
[28/38] Compiling Scalar2D_Colour NSColor+ColourParser.swift
[29/38] Compiling Scalar2D_GraphicPath PathGenerator.swift
[30/38] Compiling Scalar2D_GraphicPath CGPath+Iterate.swift
[31/38] Compiling Scalar2D_GraphicPath UIBezierPath+SVG.swift
[32/38] Emitting module Scalar2D_GraphicPath
[33/38] Compiling Scalar2D_GraphicPath NSBezierPath+SVG.swift
[34/38] Compiling Scalar2D_GraphicPath CGPath+SVG.swift
[35/38] Compiling Scalar2D_Colour WebColourParser.swift
[36/38] Compiling Scalar2D_FontDescription FontDescription.swift
[37/38] Emitting module Scalar2D_FontDescription
[38/38] Compiling Scalar2D_FontDescription CoreText+FontDescription.swift
[39/51] Compiling Scalar2D_Styling PathStyle.swift
[40/51] Compiling Scalar2D_Styling SVGPropertyInterpreter.swift
[41/51] Compiling Scalar2D_Styling StylePropertyInterpreter.swift
[42/51] Compiling Scalar2D_Styling StyleAcceptor.swift
[43/51] Compiling Scalar2D_Styling StyleSelector.swift
[44/51] Compiling Scalar2D_Styling ViewStyle.swift
[45/51] Compiling Scalar2D_Styling SelectorCombinator.swift
[46/51] Compiling Scalar2D_Styling StyleBlock.swift
[47/52] Emitting module Scalar2D_Styling
[48/52] Compiling Scalar2D_Styling GraphicStyle.swift
[49/52] Compiling Scalar2D_Styling GroupSelector.swift
[50/52] Compiling Scalar2D_Styling CSSParser.swift
[51/52] Compiling Scalar2D_Styling CommonStyleInterpretter.swift
[52/52] Compiling Scalar2D_Styling ViewStyleInterpreter.swift
[53/54] Compiling Scalar2D_CoreGraphics CoreGraphics+Styling.swift
[54/54] Emitting module Scalar2D_CoreGraphics
[55/67] Compiling Scalar2D_SVG DocumentContext.swift
[56/67] Compiling Scalar2D_SVG DrawStyle.swift
[57/67] Emitting module Scalar2D_SVG
[58/67] Compiling Scalar2D_SVG SVGElements+CoreGraphics.swift
[59/67] Compiling Scalar2D_SVG SVGElements.swift
[60/67] Compiling Scalar2D_CoreViews PathView+Cross.swift
[61/67] Compiling Scalar2D_CoreViews PathViewLayer.swift
[62/67] Emitting module Scalar2D_CoreViews
/Users/admin/builder/spi-builder-workspace/Views/CrossPlatform/Sources/CAShapeLayer+Style.swift:109:1: warning: extension declares a conformance of imported type 'CAShapeLayer' to imported protocol 'StyleAcceptor'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
107 | }
108 |
109 | extension CAShapeLayer : StyleAcceptor
| |- warning: extension declares a conformance of imported type 'CAShapeLayer' to imported protocol 'StyleAcceptor'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
110 | {
111 | public func accept(key: PropertyKey, property: StyleProperty, context: NativeRenderingContext) -> Bool
[63/67] Compiling Scalar2D_CoreViews CAShapeLayer+Style.swift
/Users/admin/builder/spi-builder-workspace/Views/CrossPlatform/Sources/CAShapeLayer+Style.swift:109:1: warning: extension declares a conformance of imported type 'CAShapeLayer' to imported protocol 'StyleAcceptor'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
107 | }
108 |
109 | extension CAShapeLayer : StyleAcceptor
| |- warning: extension declares a conformance of imported type 'CAShapeLayer' to imported protocol 'StyleAcceptor'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
110 | {
111 | public func accept(key: PropertyKey, property: StyleProperty, context: NativeRenderingContext) -> Bool
[64/67] Compiling Scalar2D_CoreViews StyleableObject.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[65/73] Emitting module Scalar2D_UIKitViews
/Users/admin/builder/spi-builder-workspace/Views/UIKit/Sources/PathView+iOS.swift:33:8: error: no such module 'UIKit'
31 | //
32 |
33 | import UIKit
| `- error: no such module 'UIKit'
34 | import Scalar2D_CoreViews
35 |
[66/73] Compiling Scalar2D_UIKitViews UIView+Styling.swift
/Users/admin/builder/spi-builder-workspace/Views/UIKit/Sources/PathView+iOS.swift:33:8: error: no such module 'UIKit'
31 | //
32 |
33 | import UIKit
| `- error: no such module 'UIKit'
34 | import Scalar2D_CoreViews
35 |
[67/73] Compiling Scalar2D_UIKitViews PathView+iOS.swift
/Users/admin/builder/spi-builder-workspace/Views/UIKit/Sources/PathView+iOS.swift:33:8: error: no such module 'UIKit'
31 | //
32 |
33 | import UIKit
| `- error: no such module 'UIKit'
34 | import Scalar2D_CoreViews
35 |
[68/73] Emitting module Scalar2D_SwiftUI
BUILD FAILURE 6.3 macosSpm