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.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/seznam/swift-unisocket.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-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 from cache
Fetched https://github.com/Bouke/DNS.git (0.21s)
Computing version for https://github.com/Bouke/DNS.git
Computed https://github.com/Bouke/DNS.git at 1.2.0 (0.48s)
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/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swift-unisocket",
      "name": "UniSocket",
      "url": "https://github.com/seznam/swift-unisocket.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-unisocket",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/seznam/swift-unisocket.git
[1/151] Fetching swift-unisocket
Fetched https://github.com/seznam/swift-unisocket.git (0.27s)
Creating working copy for https://github.com/seznam/swift-unisocket.git
Working copy of https://github.com/seznam/swift-unisocket.git resolved at master
warning: '.resolve-product-dependencies': dependency 'swift-unisocket' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/2] Emitting module UniSocket
[2/2] Compiling UniSocket UniSocket.swift
/Users/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/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! (7.76s)
Build complete.
Done.