Build Information
Successful build of UIElements, reference main (7c9f93), with Swift 6.2 for macOS (SPM) on 22 Jun 2025 14:49:45 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/noeticgarden/uielements.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/noeticgarden/uielements
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 7c9f939 Add Marks, UIElements.Vector, and 0.3 documentation.
Cloned https://github.com/noeticgarden/uielements.git
Revision (git rev-parse @):
7c9f939ba406a8d1c381f2cf0227911e29897635
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/noeticgarden/uielements.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/noeticgarden/uielements.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/5] Write sources
[4/5] Write swift-version-1EA4D86E10B52AF.txt
[6/23] Compiling UIElements Envelopment - Adaptation.swift
[7/23] Compiling UIElements Envelopment - Conveniences.swift
[8/24] Compiling UIElements Envelopment - 2D.swift
[9/24] Compiling UIElements Envelopment - 3D.swift
[10/24] Compiling UIElements Conformances - SIMD.swift
[11/24] Compiling UIElements Conformances - Spatial.swift
[12/24] Emitting module UIElements
[13/24] Compiling UIElements Vector Operations.swift
[14/24] Compiling UIElements Preview Primitives.swift
[15/24] Compiling UIElements Shims.swift
[16/24] Compiling UIElements Elements Builders.swift
[17/24] Compiling UIElements Geometry Shim.swift
[18/24] Compiling UIElements Concentric - Overlay 3D.swift
[19/24] Compiling UIElements Concentric.swift
[20/24] Compiling UIElements Size Exfiltration.swift
[21/24] Compiling UIElements Conformances - Core Graphics.swift
[22/24] Compiling UIElements Envelopment - Input.swift
[23/24] Compiling UIElements Envelopment.swift
[24/24] Compiling UIElements Vectors - Basics.swift
[25/33] Compiling Marks Mark View - Subviews.swift
[26/33] Compiling Marks Marks.swift
[27/33] Compiling Marks Extras.swift
[28/33] Compiling Marks Mark Gesture - Spatial.swift
[29/33] Emitting module Marks
[30/33] Compiling Marks Mark View.swift
[31/33] Compiling Marks Experimental.swift
[32/33] Compiling Marks Mark Gesture - Drag.swift
[33/33] Compiling Marks Mark Gesture - Pointer.swift
Build complete! (25.93s)
Fetching https://github.com/apple/swift-docc-plugin
[1/2082] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.30s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.4 (3.80s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3415] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.09s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.67s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.4
Build complete.
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "UIElements",
"name" : "UIElements",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "UIElements",
"targets" : [
"UIElements"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Marks",
"targets" : [
"Marks"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5",
"6"
],
"targets" : [
{
"c99name" : "UIElements",
"module_type" : "SwiftTarget",
"name" : "UIElements",
"path" : "Sources/UIElements",
"product_memberships" : [
"UIElements",
"Marks"
],
"sources" : [
"Concentric - Overlay 3D.swift",
"Concentric.swift",
"Envelopment/Envelopment - 2D.swift",
"Envelopment/Envelopment - 3D.swift",
"Envelopment/Envelopment - Adaptation.swift",
"Envelopment/Envelopment - Conveniences.swift",
"Envelopment/Envelopment - Input.swift",
"Envelopment/Envelopment.swift",
"Tools/Elements Builders.swift",
"Tools/Geometry Shim.swift",
"Tools/Preview Primitives.swift",
"Tools/Shims.swift",
"Tools/Size Exfiltration.swift",
"Vectors/Conformances - Core Graphics.swift",
"Vectors/Conformances - SIMD.swift",
"Vectors/Conformances - Spatial.swift",
"Vectors/Vector Operations.swift",
"Vectors/Vectors - Basics.swift"
],
"type" : "library"
},
{
"c99name" : "Marks",
"module_type" : "SwiftTarget",
"name" : "Marks",
"path" : "Sources/Marks",
"product_memberships" : [
"Marks"
],
"sources" : [
"Experimental.swift",
"Extras.swift",
"Mark Gesture - Drag.swift",
"Mark Gesture - Pointer.swift",
"Mark Gesture - Spatial.swift",
"Mark View - Subviews.swift",
"Mark View.swift",
"Marks.swift"
],
"target_dependencies" : [
"UIElements"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Done.