Build Information
Successful build of HSSwiftUI, reference master (29d98c), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 09:19:04 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/ConfusedVorlon/HSSwiftUI.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ConfusedVorlon/HSSwiftUI
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 29d98cd update to handle set/array cases with isEmpty tests
Cloned https://github.com/ConfusedVorlon/HSSwiftUI.git
Revision (git rev-parse @):
29d98cdde64f009dfc35871a9d7e602a62d59f9d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ConfusedVorlon/HSSwiftUI.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/ConfusedVorlon/HSSwiftUI.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/20] Compiling HSSwiftUI View+KeyboardVisibility.swift
[4/21] Compiling HSSwiftUI View+FullBackground.swift
[5/21] Compiling HSSwiftUI View+HS.swift
[6/21] Compiling HSSwiftUI View+ClearTextButton.swift
[7/21] Compiling HSSwiftUI View+Fade.swift
[8/21] Compiling HSSwiftUI Binding+HS.swift
/Users/admin/builder/spi-builder-workspace/Sources/HSSwiftUI/Helpers/Binding+HS.swift:35:47: warning: capture of non-sendable type 'Element.Type' in an isolated closure
33 | self.init(
34 | get: {
35 | bindingToOptional.wrappedValue?.isEmpty == false
| `- warning: capture of non-sendable type 'Element.Type' in an isolated closure
36 | },
37 | set: { newValue in
/Users/admin/builder/spi-builder-workspace/Sources/HSSwiftUI/Helpers/Binding+HS.swift:32:46: warning: capture of non-sendable type 'Element.Type' in an isolated closure
30 |
31 | // Set version
32 | private init<Element: Hashable>(mappedTo bindingToOptional: Binding<Set<Element>?>) {
| `- warning: capture of non-sendable type 'Element.Type' in an isolated closure
33 | self.init(
34 | get: {
/Users/admin/builder/spi-builder-workspace/Sources/HSSwiftUI/Helpers/Binding+HS.swift:39:39: warning: capture of non-sendable type 'Element.Type' in an isolated closure
37 | set: { newValue in
38 | if !newValue {
39 | bindingToOptional.wrappedValue = nil
| `- warning: capture of non-sendable type 'Element.Type' in an isolated closure
40 | } else {
41 | os_log(.error, "Cannot set to true")
/Users/admin/builder/spi-builder-workspace/Sources/HSSwiftUI/Helpers/Binding+HS.swift:32:46: warning: capture of non-sendable type 'Element.Type' in an isolated closure
30 |
31 | // Set version
32 | private init<Element: Hashable>(mappedTo bindingToOptional: Binding<Set<Element>?>) {
| `- warning: capture of non-sendable type 'Element.Type' in an isolated closure
33 | self.init(
34 | get: {
[9/21] Compiling HSSwiftUI GeometryPreferenceReader.swift
/Users/admin/builder/spi-builder-workspace/Sources/HSSwiftUI/Helpers/Binding+HS.swift:35:47: warning: capture of non-sendable type 'Element.Type' in an isolated closure
33 | self.init(
34 | get: {
35 | bindingToOptional.wrappedValue?.isEmpty == false
| `- warning: capture of non-sendable type 'Element.Type' in an isolated closure
36 | },
37 | set: { newValue in
/Users/admin/builder/spi-builder-workspace/Sources/HSSwiftUI/Helpers/Binding+HS.swift:32:46: warning: capture of non-sendable type 'Element.Type' in an isolated closure
30 |
31 | // Set version
32 | private init<Element: Hashable>(mappedTo bindingToOptional: Binding<Set<Element>?>) {
| `- warning: capture of non-sendable type 'Element.Type' in an isolated closure
33 | self.init(
34 | get: {
/Users/admin/builder/spi-builder-workspace/Sources/HSSwiftUI/Helpers/Binding+HS.swift:39:39: warning: capture of non-sendable type 'Element.Type' in an isolated closure
37 | set: { newValue in
38 | if !newValue {
39 | bindingToOptional.wrappedValue = nil
| `- warning: capture of non-sendable type 'Element.Type' in an isolated closure
40 | } else {
41 | os_log(.error, "Cannot set to true")
/Users/admin/builder/spi-builder-workspace/Sources/HSSwiftUI/Helpers/Binding+HS.swift:32:46: warning: capture of non-sendable type 'Element.Type' in an isolated closure
30 |
31 | // Set version
32 | private init<Element: Hashable>(mappedTo bindingToOptional: Binding<Set<Element>?>) {
| `- warning: capture of non-sendable type 'Element.Type' in an isolated closure
33 | self.init(
34 | get: {
[10/21] Compiling HSSwiftUI IsolatedObservable.swift
[11/21] Compiling HSSwiftUI ObservableObject.swift
[12/21] Compiling HSSwiftUI PreviewLayout+HS.swift
[13/21] Compiling HSSwiftUI MultilineTextfield.swift
[14/21] Compiling HSSwiftUI Color-OSX+HS.swift
[15/21] Compiling HSSwiftUI Color-iOS+HS.swift
[16/21] Emitting module HSSwiftUI
[17/21] Compiling HSSwiftUI Angle+HS.swift
[18/21] Compiling HSSwiftUI Button+Config.swift
[19/21] Compiling HSSwiftUI ConfirmButton.swift
[20/21] Compiling HSSwiftUI HSHostingController.swift
[21/21] Compiling HSSwiftUI ViewController+SwiftUI.swift
Build complete! (8.17s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "HSSwiftUI",
"name" : "HSSwiftUI",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "HSSwiftUI",
"targets" : [
"HSSwiftUI"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HSSwiftUITests",
"module_type" : "SwiftTarget",
"name" : "HSSwiftUITests",
"path" : "Tests/HSSwiftUITests",
"sources" : [
"HSSwiftUITests.swift",
"OptionalBindingTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"HSSwiftUI"
],
"type" : "test"
},
{
"c99name" : "HSSwiftUI",
"module_type" : "SwiftTarget",
"name" : "HSSwiftUI",
"path" : "Sources/HSSwiftUI",
"product_memberships" : [
"HSSwiftUI"
],
"sources" : [
"Angle+HS.swift",
"Button+Config.swift",
"Color-OSX+HS.swift",
"Color-iOS+HS.swift",
"ConfirmButton.swift",
"HSHostingController.swift",
"Helpers/Binding+HS.swift",
"Helpers/GeometryPreferenceReader.swift",
"Helpers/IsolatedObservable.swift",
"ObservableObject.swift",
"PreviewLayout+HS.swift",
"UIView/MultilineTextfield.swift",
"View/View+ClearTextButton.swift",
"View/View+Fade.swift",
"View/View+FullBackground.swift",
"View/View+HS.swift",
"View/View+KeyboardVisibility.swift",
"ViewController+SwiftUI.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Done.