Build Information
Failed to build Uncertain, reference 1.5.0 (838551
), with Swift 6.0 for macOS (SPM) on 24 Jul 2025 18:03:30 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mattt/Uncertain.git
Reference: 1.5.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mattt/Uncertain
* tag 1.5.0 -> FETCH_HEAD
HEAD is now at 8385511 Harmonize Core Location APIs for location and course accuracy (#9)
Cloned https://github.com/mattt/Uncertain.git
Revision (git rev-parse @):
8385511108a4cbc642a5f291eedd306317fae7b8
SUCCESS checkout https://github.com/mattt/Uncertain.git at 1.5.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/mattt/Uncertain.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/4] Emitting module Uncertain
[4/4] Compiling Uncertain Uncertain.swift
/Users/admin/builder/spi-builder-workspace/Sources/Uncertain/Uncertain.swift:118:25: error: converting non-sendable function value to '@Sendable (T, T) -> Bool' may introduce data races
116 | left: lhs.node,
117 | threshold: rhs,
118 | comparison: ==
| `- error: converting non-sendable function value to '@Sendable (T, T) -> Bool' may introduce data races
119 | )
120 |
/Users/admin/builder/spi-builder-workspace/Sources/Uncertain/Uncertain.swift:132:25: error: converting non-sendable function value to '@Sendable (T, T) -> Bool' may introduce data races
130 | left: lhs.node,
131 | threshold: rhs,
132 | comparison: !=
| `- error: converting non-sendable function value to '@Sendable (T, T) -> Bool' may introduce data races
133 | )
134 |
/Users/admin/builder/spi-builder-workspace/Sources/Uncertain/Uncertain.swift:163:25: error: converting non-sendable function value to '@Sendable (T, T) -> Bool' may introduce data races
161 | left: lhs.node,
162 | threshold: rhs,
163 | comparison: >
| `- error: converting non-sendable function value to '@Sendable (T, T) -> Bool' may introduce data races
164 | )
165 |
/Users/admin/builder/spi-builder-workspace/Sources/Uncertain/Uncertain.swift:177:25: error: converting non-sendable function value to '@Sendable (T, T) -> Bool' may introduce data races
175 | left: lhs.node,
176 | threshold: rhs,
177 | comparison: <
| `- error: converting non-sendable function value to '@Sendable (T, T) -> Bool' may introduce data races
178 | )
179 |
/Users/admin/builder/spi-builder-workspace/Sources/Uncertain/Uncertain.swift:191:25: error: converting non-sendable function value to '@Sendable (T, T) -> Bool' may introduce data races
189 | left: lhs.node,
190 | threshold: rhs,
191 | comparison: >=
| `- error: converting non-sendable function value to '@Sendable (T, T) -> Bool' may introduce data races
192 | )
193 |
/Users/admin/builder/spi-builder-workspace/Sources/Uncertain/Uncertain.swift:205:25: error: converting non-sendable function value to '@Sendable (T, T) -> Bool' may introduce data races
203 | left: lhs.node,
204 | threshold: rhs,
205 | comparison: <=
| `- error: converting non-sendable function value to '@Sendable (T, T) -> Bool' may introduce data races
206 | )
207 |
/Users/admin/builder/spi-builder-workspace/Sources/Uncertain/Uncertain.swift:235:24: error: converting non-sendable function value to '@Sendable (T, T) -> T' may introduce data races
233 | left: lhs.node,
234 | right: rhs.node,
235 | operation: +
| `- error: converting non-sendable function value to '@Sendable (T, T) -> T' may introduce data races
236 | )
237 |
/Users/admin/builder/spi-builder-workspace/Sources/Uncertain/Uncertain.swift:249:24: error: converting non-sendable function value to '@Sendable (T, T) -> T' may introduce data races
247 | left: lhs.node,
248 | right: rhs.node,
249 | operation: -
| `- error: converting non-sendable function value to '@Sendable (T, T) -> T' may introduce data races
250 | )
251 |
/Users/admin/builder/spi-builder-workspace/Sources/Uncertain/Uncertain.swift:263:24: error: converting non-sendable function value to '@Sendable (T, T) -> T' may introduce data races
261 | left: lhs.node,
262 | right: rhs.node,
263 | operation: *
| `- error: converting non-sendable function value to '@Sendable (T, T) -> T' may introduce data races
264 | )
265 |
/Users/admin/builder/spi-builder-workspace/Sources/Uncertain/Uncertain.swift:337:24: error: converting non-sendable function value to '@Sendable (T, T) -> T' may introduce data races
335 | left: lhs.node,
336 | right: rhs.node,
337 | operation: /
| `- error: converting non-sendable function value to '@Sendable (T, T) -> T' may introduce data races
338 | )
339 |
BUILD FAILURE 6.0 macosSpm