The Swift Package Index logo.Swift Package Index

Build Information

Successful build of UniSocket, reference master (1785e4), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 08:35:34 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/seznam/swift-unisocket.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/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! (7.11s)
Fetching https://github.com/Bouke/DNS.git
[1/908] Fetching dns
Fetched https://github.com/Bouke/DNS.git from cache (0.82s)
Computing version for https://github.com/Bouke/DNS.git
Computed https://github.com/Bouke/DNS.git at 1.2.0 (2.71s)
Creating working copy for https://github.com/Bouke/DNS.git
Working copy of https://github.com/Bouke/DNS.git resolved at 1.2.0
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.