The Swift Package Index logo.Swift Package Index

Build Information

Successful build of UniSocket with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/seznam/swift-unisocket.git
Reference: 0.14.0
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/seznam/swift-unisocket
 * tag               0.14.0     -> FETCH_HEAD
HEAD is now at 1785e43 Update README.md.
Cloned https://github.com/seznam/swift-unisocket.git into spi-builder-workspace
1785e432fb8497265a38712cdb9584c429ca3f96
SUCCESS checkout https://github.com/seznam/swift-unisocket.git at 0.14.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64
Building ... (attempt 1)
Fetching https://github.com/Bouke/DNS.git from cache
Fetched https://github.com/Bouke/DNS.git (0.22s)
Computing version for https://github.com/Bouke/DNS.git
Computed https://github.com/Bouke/DNS.git at 1.2.0 (0.64s)
Creating working copy for https://github.com/Bouke/DNS.git
Working copy of https://github.com/Bouke/DNS.git resolved at 1.2.0
Building for debugging...
[1/2] Emitting module UniSocket
[2/2] Compiling UniSocket UniSocket.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UniSocket/UniSocket.swift:92:4: warning: using '_' to ignore the result of a Void-returning function is redundant
                        _ = withUnsafeMutablePointer(to: &peer_local.sun_path.0) { ptr in
                        ^~~~
                        
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UniSocket/UniSocket.swift:163:3: warning: using '_' to ignore the result of a Void-returning function is redundant
                _ = withUnsafePointer(to: &mask) { src in
                ^~~~
                
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UniSocket/UniSocket.swift:164:4: warning: using '_' to ignore the result of a Void-returning function is redundant
                        _ = withUnsafeMutablePointer(to: &fdset) { dst in
                        ^~~~
Build complete! (4.95s)
Build complete.
Done.