Build Information
Successful build of UniSocket, reference master (1785e4), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 08:53:05 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/seznam/swift-unisocket.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/seznam/swift-unisocket
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 1785e43 Update README.md.
Cloned https://github.com/seznam/swift-unisocket.git
Revision (git rev-parse @):
1785e432fb8497265a38712cdb9584c429ca3f96
SUCCESS checkout https://github.com/seznam/swift-unisocket.git at master
Fetching https://github.com/Bouke/DNS.git
[1/908] Fetching dns
Fetched https://github.com/Bouke/DNS.git from cache (0.91s)
Computing version for https://github.com/Bouke/DNS.git
Computed https://github.com/Bouke/DNS.git at 1.2.0 (3.21s)
Creating working copy for https://github.com/Bouke/DNS.git
Working copy of https://github.com/Bouke/DNS.git resolved at 1.2.0
========================================
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": "swift-unisocket",
"name": "UniSocket",
"url": "https://github.com/seznam/swift-unisocket.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-unisocket",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/seznam/swift-unisocket.git
[1/151] Fetching swift-unisocket
Fetched https://github.com/seznam/swift-unisocket.git from cache (0.58s)
Creating working copy for https://github.com/seznam/swift-unisocket.git
Working copy of https://github.com/seznam/swift-unisocket.git resolved at master (1785e43)
warning: '.resolve-product-dependencies': dependency 'swift-unisocket' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/seznam/swift-unisocket.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/4] Compiling UniSocket UniSocket.swift
/Users/admin/builder/spi-builder-workspace/Sources/UniSocket/UniSocket.swift:92:4: warning: using '_' to ignore the result of a Void-returning function is redundant
90 | if type == .local {
91 | peer_local.sun_family = sa_family_t(AF_UNIX)
92 | _ = withUnsafeMutablePointer(to: &peer_local.sun_path.0) { ptr in
| `- warning: using '_' to ignore the result of a Void-returning function is redundant
93 | _ = peer.withCString {
94 | strcpy(ptr, $0)
/Users/admin/builder/spi-builder-workspace/Sources/UniSocket/UniSocket.swift:163:3: warning: using '_' to ignore the result of a Void-returning function is redundant
161 | let bit = Int(fd) % fdmask_bits
162 | var mask: fdmask = 1 << bit
163 | _ = withUnsafePointer(to: &mask) { src in
| `- warning: using '_' to ignore the result of a Void-returning function is redundant
164 | _ = withUnsafeMutablePointer(to: &fdset) { dst in
165 | memset(dst, 0, MemoryLayout<fd_set>.size)
/Users/admin/builder/spi-builder-workspace/Sources/UniSocket/UniSocket.swift:164:4: warning: using '_' to ignore the result of a Void-returning function is redundant
162 | var mask: fdmask = 1 << bit
163 | _ = withUnsafePointer(to: &mask) { src in
164 | _ = withUnsafeMutablePointer(to: &fdset) { dst in
| `- warning: using '_' to ignore the result of a Void-returning function is redundant
165 | memset(dst, 0, MemoryLayout<fd_set>.size)
166 | memcpy(dst + (index * fdmask_size), src, fdmask_size)
[4/4] Emitting module UniSocket
Build complete! (4.42s)
Build complete.
{
"dependencies" : [
{
"identity" : "dns",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Bouke/DNS.git"
}
],
"manifest_display_name" : "UniSocket",
"name" : "UniSocket",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "UniSocket",
"targets" : [
"UniSocket"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "UniSocketTests",
"module_type" : "SwiftTarget",
"name" : "UniSocketTests",
"path" : "Tests/UniSocketTests",
"product_dependencies" : [
"DNS"
],
"sources" : [
"UniSocketTests.swift"
],
"target_dependencies" : [
"UniSocket"
],
"type" : "test"
},
{
"c99name" : "UniSocket",
"module_type" : "SwiftTarget",
"name" : "UniSocket",
"path" : "Sources/UniSocket",
"product_memberships" : [
"UniSocket"
],
"sources" : [
"UniSocket.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Done.