The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of xsys, reference main (084e2f), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 05:26:49 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/NozeIO/xsys.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/NozeIO/xsys
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 084e2ff More `@inlinable`
Cloned https://github.com/NozeIO/xsys.git
Revision (git rev-parse @):
084e2ff0667dd43f0a31868aa40463b287d2d9df
SUCCESS checkout https://github.com/NozeIO/xsys.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/NozeIO/xsys.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/16] Compiling xsys socket.swift
[4/17] Compiling xsys time.swift
[5/17] Compiling xsys timespec.swift
/Users/admin/builder/spi-builder-workspace/Sources/xsys/timespec.swift:92:1: warning: extension declares a conformance of imported type 'timespec' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of '_DarwinFoundation2' introduce this conformance in the future
 90 | }
 91 |
 92 | extension timespec: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'timespec' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of '_DarwinFoundation2' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 93 |   @inlinable
 94 |   public var description : String {
/Users/admin/builder/spi-builder-workspace/Sources/xsys/timespec.swift:104:1: warning: extension declares a conformance of imported type 'timeval' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of '_DarwinFoundation2' introduce this conformance in the future
102 | }
103 |
104 | extension timeval: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'timeval' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of '_DarwinFoundation2' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
105 |   @inlinable
106 |   public var description : String {
[6/17] Compiling xsys ntohs.swift
[7/17] Compiling xsys dylib.swift
[8/17] Compiling xsys fd.swift
[9/17] Compiling xsys SocketAddress.swift
[10/17] Compiling xsys UUID.swift
[11/17] Compiling xsys sockaddr_any.swift
[12/17] Compiling xsys ioctl.swift
[13/17] Compiling xsys misc.swift
[14/17] Compiling xsys timeval_any.swift
[15/17] Emitting module xsys
/Users/admin/builder/spi-builder-workspace/Sources/xsys/POSIXError.swift:183:3: warning: extension declares a conformance of imported type 'POSIXErrorCode' to imported protocol 'Error'; this will not behave correctly if the owners of '_DarwinFoundation1' introduce this conformance in the future
181 |   import Foundation // this is for POSIXError : Error
182 |
183 |   extension POSIXErrorCode : Error {}
    |   |- warning: extension declares a conformance of imported type 'POSIXErrorCode' to imported protocol 'Error'; this will not behave correctly if the owners of '_DarwinFoundation1' introduce this conformance in the future
    |   `- note: add '@retroactive' to silence this warning
184 | #endif // MacOS
185 |
/Users/admin/builder/spi-builder-workspace/Sources/xsys/timespec.swift:92:1: warning: extension declares a conformance of imported type 'timespec' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of '_DarwinFoundation2' introduce this conformance in the future
 90 | }
 91 |
 92 | extension timespec: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'timespec' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of '_DarwinFoundation2' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 93 |   @inlinable
 94 |   public var description : String {
/Users/admin/builder/spi-builder-workspace/Sources/xsys/timespec.swift:104:1: warning: extension declares a conformance of imported type 'timeval' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of '_DarwinFoundation2' introduce this conformance in the future
102 | }
103 |
104 | extension timeval: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'timeval' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of '_DarwinFoundation2' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
105 |   @inlinable
106 |   public var description : String {
[16/17] Compiling xsys Module.swift
/Users/admin/builder/spi-builder-workspace/Sources/xsys/POSIXError.swift:183:3: warning: extension declares a conformance of imported type 'POSIXErrorCode' to imported protocol 'Error'; this will not behave correctly if the owners of '_DarwinFoundation1' introduce this conformance in the future
181 |   import Foundation // this is for POSIXError : Error
182 |
183 |   extension POSIXErrorCode : Error {}
    |   |- warning: extension declares a conformance of imported type 'POSIXErrorCode' to imported protocol 'Error'; this will not behave correctly if the owners of '_DarwinFoundation1' introduce this conformance in the future
    |   `- note: add '@retroactive' to silence this warning
184 | #endif // MacOS
185 |
[17/17] Compiling xsys POSIXError.swift
/Users/admin/builder/spi-builder-workspace/Sources/xsys/POSIXError.swift:183:3: warning: extension declares a conformance of imported type 'POSIXErrorCode' to imported protocol 'Error'; this will not behave correctly if the owners of '_DarwinFoundation1' introduce this conformance in the future
181 |   import Foundation // this is for POSIXError : Error
182 |
183 |   extension POSIXErrorCode : Error {}
    |   |- warning: extension declares a conformance of imported type 'POSIXErrorCode' to imported protocol 'Error'; this will not behave correctly if the owners of '_DarwinFoundation1' introduce this conformance in the future
    |   `- note: add '@retroactive' to silence this warning
184 | #endif // MacOS
185 |
Build complete! (3.53s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "xsys",
  "name" : "xsys",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "xsys",
      "targets" : [
        "xsys"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "xsysTests",
      "module_type" : "SwiftTarget",
      "name" : "xsysTests",
      "path" : "Tests/xsysTests",
      "sources" : [
        "XCTestManifests.swift",
        "xsysTests.swift"
      ],
      "target_dependencies" : [
        "xsys"
      ],
      "type" : "test"
    },
    {
      "c99name" : "xsys",
      "module_type" : "SwiftTarget",
      "name" : "xsys",
      "path" : "Sources/xsys",
      "product_memberships" : [
        "xsys"
      ],
      "sources" : [
        "Module.swift",
        "POSIXError.swift",
        "SocketAddress.swift",
        "UUID.swift",
        "dylib.swift",
        "fd.swift",
        "ioctl.swift",
        "misc.swift",
        "ntohs.swift",
        "sockaddr_any.swift",
        "socket.swift",
        "time.swift",
        "timespec.swift",
        "timeval_any.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.