Build Information
Successful build of CUISeparator, reference main (0dfe34), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 08:53:27 UTC.
Swift 6 data race errors: 0
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/robhasacamera/CUISeparator.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/robhasacamera/CUISeparator
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 0dfe344 Fixing display of vertical thin dotted separator.
Cloned https://github.com/robhasacamera/CUISeparator.git
Revision (git rev-parse @):
0dfe344d5bb9afb9dea1e0974995e693001cd569
SUCCESS checkout https://github.com/robhasacamera/CUISeparator.git at main
Fetching https://github.com/robhasacamera/CUIPreviewKit.git
[1/38] Fetching cuipreviewkit
Fetched https://github.com/robhasacamera/CUIPreviewKit.git from cache (0.59s)
Computing version for https://github.com/robhasacamera/CUIPreviewKit.git
Computed https://github.com/robhasacamera/CUIPreviewKit.git at 0.1.2 (1.28s)
Creating working copy for https://github.com/robhasacamera/CUIPreviewKit.git
Working copy of https://github.com/robhasacamera/CUIPreviewKit.git resolved at 0.1.2
========================================
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": "cuiseparator",
"name": "CUISeparator",
"url": "https://github.com/robhasacamera/CUISeparator.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CUISeparator",
"traits": [
"default"
],
"dependencies": [
{
"identity": "cuipreviewkit",
"name": "CUIPreviewKit",
"url": "https://github.com/robhasacamera/CUIPreviewKit.git",
"version": "0.1.2",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CUIPreviewKit",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/robhasacamera/CUISeparator.git
[1/67] Fetching cuiseparator
Fetched https://github.com/robhasacamera/CUISeparator.git from cache (0.60s)
Fetching https://github.com/robhasacamera/CUIPreviewKit.git from cache
Fetched https://github.com/robhasacamera/CUIPreviewKit.git from cache (0.43s)
Computing version for https://github.com/robhasacamera/CUIPreviewKit.git
Computed https://github.com/robhasacamera/CUIPreviewKit.git at 0.1.2 (0.48s)
Creating working copy for https://github.com/robhasacamera/CUISeparator.git
Working copy of https://github.com/robhasacamera/CUISeparator.git resolved at main (0dfe344)
Creating working copy for https://github.com/robhasacamera/CUIPreviewKit.git
Working copy of https://github.com/robhasacamera/CUIPreviewKit.git resolved at 0.1.2
warning: '.resolve-product-dependencies': dependency 'cuiseparator' is not used by any target
Found 1 product dependencies
- CUIPreviewKit
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/robhasacamera/CUISeparator.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/7] Compiling CUIPreviewKit CUICenteredPreview.swift
[5/7] Emitting module CUIPreviewKit
[6/7] Compiling CUIPreviewKit CUILoremIspum.swift
[7/7] Compiling CUIPreviewKit CUICaptionedView.swift
[8/9] Emitting module CUISeparator
/Users/admin/builder/spi-builder-workspace/Sources/CUISeparator/CUISeparator.swift:151:9: warning: stored property 'orientation' of 'Sendable'-conforming struct '_CUISeparatorPath' has non-Sendable type 'CUISeparator.Orientation'; this is an error in the Swift 6 language mode
64 |
65 | /// The orientation for the separator.
66 | public enum Orientation: Identifiable, CaseIterable {
| `- note: consider making enum 'Orientation' conform to the 'Sendable' protocol
67 | /// Provides a leading to trailing separator.
68 | case horizontal
:
149 |
150 | struct _CUISeparatorPath: Shape {
151 | var orientation: CUISeparator.Orientation
| `- warning: stored property 'orientation' of 'Sendable'-conforming struct '_CUISeparatorPath' has non-Sendable type 'CUISeparator.Orientation'; this is an error in the Swift 6 language mode
152 |
153 | func path(in rect: CGRect) -> Path {
/Users/admin/builder/spi-builder-workspace/Sources/CUISeparator/CUISeparator.swift:244:1: warning: extension declares a conformance of imported type 'ContentSizeCategory' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
242 | }
243 |
244 | extension ContentSizeCategory: Identifiable {
| |- warning: extension declares a conformance of imported type 'ContentSizeCategory' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
245 | public var id: ContentSizeCategory { self }
246 | }
[9/9] Compiling CUISeparator CUISeparator.swift
/Users/admin/builder/spi-builder-workspace/Sources/CUISeparator/CUISeparator.swift:151:9: warning: stored property 'orientation' of 'Sendable'-conforming struct '_CUISeparatorPath' has non-Sendable type 'CUISeparator.Orientation'; this is an error in the Swift 6 language mode
64 |
65 | /// The orientation for the separator.
66 | public enum Orientation: Identifiable, CaseIterable {
| `- note: consider making enum 'Orientation' conform to the 'Sendable' protocol
67 | /// Provides a leading to trailing separator.
68 | case horizontal
:
149 |
150 | struct _CUISeparatorPath: Shape {
151 | var orientation: CUISeparator.Orientation
| `- warning: stored property 'orientation' of 'Sendable'-conforming struct '_CUISeparatorPath' has non-Sendable type 'CUISeparator.Orientation'; this is an error in the Swift 6 language mode
152 |
153 | func path(in rect: CGRect) -> Path {
/Users/admin/builder/spi-builder-workspace/Sources/CUISeparator/CUISeparator.swift:244:1: warning: extension declares a conformance of imported type 'ContentSizeCategory' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
242 | }
243 |
244 | extension ContentSizeCategory: Identifiable {
| |- warning: extension declares a conformance of imported type 'ContentSizeCategory' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
245 | public var id: ContentSizeCategory { self }
246 | }
Build complete! (8.93s)
Build complete.
{
"dependencies" : [
{
"identity" : "cuipreviewkit",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.2",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/robhasacamera/CUIPreviewKit.git"
}
],
"manifest_display_name" : "CUISeparator",
"name" : "CUISeparator",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "CUISeparator",
"targets" : [
"CUISeparator"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CUISeparatorTests",
"module_type" : "SwiftTarget",
"name" : "CUISeparatorTests",
"path" : "Tests/CUISeparatorTests",
"sources" : [
"CUISeparatorTests.swift"
],
"target_dependencies" : [
"CUISeparator"
],
"type" : "test"
},
{
"c99name" : "CUISeparator",
"module_type" : "SwiftTarget",
"name" : "CUISeparator",
"path" : "Sources/CUISeparator",
"product_dependencies" : [
"CUIPreviewKit"
],
"product_memberships" : [
"CUISeparator"
],
"sources" : [
"CUISeparator.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.