Build Information
Successful build of HMUtilities, reference 1.4.7 (0434c2), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 14:10:42 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/highmobility/hmutilities-swift.git
Reference: 1.4.7
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/highmobility/hmutilities-swift
* tag 1.4.7 -> FETCH_HEAD
HEAD is now at 0434c2a new LICENCE; updated README; added back scripts to deal with fat-binaries
Cloned https://github.com/highmobility/hmutilities-swift.git
Revision (git rev-parse @):
0434c2ab0d80f50fb0ec3daf47669a377cd68f79
SUCCESS checkout https://github.com/highmobility/hmutilities-swift.git at 1.4.7
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/highmobility/hmutilities-swift.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/13] Compiling HMUtilities String+Extensions.swift
[4/14] Compiling HMUtilities URL+Extensions.swift
[5/14] Compiling HMUtilities SignedInteger+Extensions.swift
[6/14] Compiling HMUtilities NSLock+Extensions.swift
[7/14] Compiling HMUtilities Date+Extensions.swift
[8/14] Compiling HMUtilities Double+Extensions.swift
[9/14] Compiling HMUtilities Bool+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/HMUtilities/Extensions/Collection+Extensions.swift:60:52: warning: capture of non-sendable type 'Self.Type' in an isolated closure
58 | public extension Collection where Index == Int {
59 |
60 | func compactMapConcurrently<ElementOfResult>(_ transform: (Element) -> ElementOfResult?) -> [ElementOfResult] {
| `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
61 | let lock = NSLock()
62 | var results: [ElementOfResult] = []
/Users/admin/builder/spi-builder-workspace/Sources/HMUtilities/Extensions/Collection+Extensions.swift:65:51: warning: capture of non-sendable type 'Self.Type' in an isolated closure
63 |
64 | DispatchQueue.concurrentPerform(iterations: count) {
65 | guard let elementOfResult = transform(self[$0]) else {
| `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
66 | return
67 | }
[10/14] Compiling HMUtilities Collection+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/HMUtilities/Extensions/Collection+Extensions.swift:60:52: warning: capture of non-sendable type 'Self.Type' in an isolated closure
58 | public extension Collection where Index == Int {
59 |
60 | func compactMapConcurrently<ElementOfResult>(_ transform: (Element) -> ElementOfResult?) -> [ElementOfResult] {
| `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
61 | let lock = NSLock()
62 | var results: [ElementOfResult] = []
/Users/admin/builder/spi-builder-workspace/Sources/HMUtilities/Extensions/Collection+Extensions.swift:65:51: warning: capture of non-sendable type 'Self.Type' in an isolated closure
63 |
64 | DispatchQueue.concurrentPerform(iterations: count) {
65 | guard let elementOfResult = transform(self[$0]) else {
| `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
66 | return
67 | }
[11/14] Compiling HMUtilities Float+Extensions.swift
[12/14] Compiling HMUtilities HMBytesConvertable.swift
[13/14] Emitting module HMUtilities
[14/14] Compiling HMUtilities HMDebugTree.swift
Build complete! (4.71s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "HMUtilities",
"name" : "HMUtilities",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "10.0"
},
{
"name" : "macos",
"version" : "10.10"
},
{
"name" : "tvos",
"version" : "10.0"
}
],
"products" : [
{
"name" : "HMUtilities",
"targets" : [
"HMUtilities"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HMUtilitiesTests",
"module_type" : "SwiftTarget",
"name" : "HMUtilitiesTests",
"path" : "Tests/HMUtilitiesTests",
"sources" : [
"HMBytesConvertableTests.swift",
"HMExtensionsTests.swift"
],
"target_dependencies" : [
"HMUtilities"
],
"type" : "test"
},
{
"c99name" : "HMUtilities",
"module_type" : "SwiftTarget",
"name" : "HMUtilities",
"path" : "Sources/HMUtilities",
"product_memberships" : [
"HMUtilities"
],
"sources" : [
"Extensions/Bool+Extensions.swift",
"Extensions/Collection+Extensions.swift",
"Extensions/Date+Extensions.swift",
"Extensions/Double+Extensions.swift",
"Extensions/Float+Extensions.swift",
"Extensions/NSLock+Extensions.swift",
"Extensions/SignedInteger+Extensions.swift",
"Extensions/String+Extensions.swift",
"Extensions/URL+Extensions.swift",
"HMBytesConvertable.swift",
"HMDebugTree.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.