The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Net, reference main (e49f54), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 09:36:11 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/OperatorFoundation/Net.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/OperatorFoundation/Net
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at e49f54a Updated swift-tools and platforms
Cloned https://github.com/OperatorFoundation/Net.git
Revision (git rev-parse @):
e49f54a61efd804b8b8105e0a781d6c312917a18
SUCCESS checkout https://github.com/OperatorFoundation/Net.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/OperatorFoundation/Net.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/38] Emitting module Datable
[5/41] Compiling Datable UInt+Datable.swift
[6/41] Compiling Datable UInt+MaybeNetworkDatable.swift
[7/41] Compiling Datable UInt+Stringable.swift
[8/41] Compiling Datable Int+MaybeDatable.swift
[9/41] Compiling Datable Int+MaybeIntable.swift
[10/41] Compiling Datable Int+Stringable.swift
[11/41] Compiling Datable Intable.swift
[12/41] Compiling Datable Arrayable.swift
[13/41] Compiling Datable CSVable.swift
[14/41] Compiling Datable Data+Arrayable.swift
[15/41] Compiling Datable Data+Base64.swift
[16/41] Compiling Datable NetworkIntable.swift
[17/41] Compiling Datable String+Arrayable.swift
[18/41] Compiling Datable String+Datable.swift
[19/41] Compiling Datable MaybeDatable.swift
[20/41] Compiling Datable MaybeIntable.swift
[21/41] Compiling Datable MaybeNetworkIntable.swift
[22/41] Compiling Datable NetworkDatable.swift
[23/41] Compiling Datable String+Intable.swift
[24/41] Compiling Datable Stringable.swift
[25/41] Compiling Datable StringableArray+CSVable.swift
[26/41] Compiling Datable Double+MaybeDatable.swift
[27/41] Compiling Datable Double+Stringable.swift
[28/41] Compiling Datable File.swift
[29/41] Compiling Datable Float+Floatable.swift
[30/41] Compiling Datable Data+Datable.swift
[31/41] Compiling Datable Data+ExpressibleByStringLiteral.swift
[32/41] Compiling Datable Data+Floatable.swift
[33/41] Compiling Datable Data+MaybeIntable.swift
[34/41] Compiling Datable Float+MaybeDatable.swift
[35/41] Compiling Datable Float+MaybeIntable.swift
[36/41] Compiling Datable Floatable.swift
[37/41] Compiling Datable Int+Floatable.swift
[38/41] Compiling Datable Data+MaybeNetworkIntable.swift
[39/41] Compiling Datable Data+Stringable.swift
[40/41] Compiling Datable Datable.swift
[41/41] Compiling Datable DatableConfig.swift
[42/47] Emitting module Net
/Users/admin/builder/spi-builder-workspace/Sources/Net/Network+MaybeDatable.swift:18:1: warning: extension declares a conformance of imported type 'Host' to imported protocol 'MaybeDatable'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
16 | }
17 |
18 | extension NWEndpoint.Host: MaybeDatable
   | |- warning: extension declares a conformance of imported type 'Host' to imported protocol 'MaybeDatable'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
19 | {
20 |     public init?(data: Data) {
/Users/admin/builder/spi-builder-workspace/Sources/Net/Network+MaybeDatable.swift:59:1: warning: extension declares a conformance of imported type 'IPv4Address' to imported protocol 'MaybeDatable'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
57 | }
58 |
59 | extension IPv4Address: MaybeDatable
   | |- warning: extension declares a conformance of imported type 'IPv4Address' to imported protocol 'MaybeDatable'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
60 | {
61 |     public init?(data: Data) {
/Users/admin/builder/spi-builder-workspace/Sources/Net/Network+MaybeDatable.swift:70:1: warning: extension declares a conformance of imported type 'IPv6Address' to imported protocol 'MaybeDatable'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
68 | }
69 |
70 | extension IPv6Address: MaybeDatable
   | |- warning: extension declares a conformance of imported type 'IPv6Address' to imported protocol 'MaybeDatable'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
71 | {
72 |     public init?(data: Data) {
/Users/admin/builder/spi-builder-workspace/Sources/Net/Network+MaybeDatable.swift:81:1: warning: extension declares a conformance of imported type 'Port' to imported protocol 'Datable'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
79 | }
80 |
81 | extension NWEndpoint.Port: Datable
   | |- warning: extension declares a conformance of imported type 'Port' to imported protocol 'Datable'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
82 | {
83 |     public init(data: Data) {
[43/47] Compiling Net Net.swift
[44/47] Compiling Net Network+MaybeDatable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Net/Network+MaybeDatable.swift:18:1: warning: extension declares a conformance of imported type 'Host' to imported protocol 'MaybeDatable'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
16 | }
17 |
18 | extension NWEndpoint.Host: MaybeDatable
   | |- warning: extension declares a conformance of imported type 'Host' to imported protocol 'MaybeDatable'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
19 | {
20 |     public init?(data: Data) {
/Users/admin/builder/spi-builder-workspace/Sources/Net/Network+MaybeDatable.swift:59:1: warning: extension declares a conformance of imported type 'IPv4Address' to imported protocol 'MaybeDatable'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
57 | }
58 |
59 | extension IPv4Address: MaybeDatable
   | |- warning: extension declares a conformance of imported type 'IPv4Address' to imported protocol 'MaybeDatable'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
60 | {
61 |     public init?(data: Data) {
/Users/admin/builder/spi-builder-workspace/Sources/Net/Network+MaybeDatable.swift:70:1: warning: extension declares a conformance of imported type 'IPv6Address' to imported protocol 'MaybeDatable'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
68 | }
69 |
70 | extension IPv6Address: MaybeDatable
   | |- warning: extension declares a conformance of imported type 'IPv6Address' to imported protocol 'MaybeDatable'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
71 | {
72 |     public init?(data: Data) {
/Users/admin/builder/spi-builder-workspace/Sources/Net/Network+MaybeDatable.swift:81:1: warning: extension declares a conformance of imported type 'Port' to imported protocol 'Datable'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
79 | }
80 |
81 | extension NWEndpoint.Port: Datable
   | |- warning: extension declares a conformance of imported type 'Port' to imported protocol 'Datable'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
82 | {
83 |     public init(data: Data) {
[45/47] Compiling Net Network+Codable.swift
[46/47] Compiling Net Network+Stringable.swift
[47/47] Compiling Net Ipify.swift
Build complete! (9.28s)
Fetching https://github.com/OperatorFoundation/Datable
[1/399] Fetching datable
Fetched https://github.com/OperatorFoundation/Datable from cache (0.72s)
Creating working copy for https://github.com/OperatorFoundation/Datable
Working copy of https://github.com/OperatorFoundation/Datable resolved at main (1186348)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "datable",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/OperatorFoundation/Datable"
    }
  ],
  "manifest_display_name" : "Net",
  "name" : "Net",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "Net",
      "targets" : [
        "Net"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "NetTests",
      "module_type" : "SwiftTarget",
      "name" : "NetTests",
      "path" : "Tests/NetTests",
      "sources" : [
        "NetTests.swift"
      ],
      "target_dependencies" : [
        "Net"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Net",
      "module_type" : "SwiftTarget",
      "name" : "Net",
      "path" : "Sources/Net",
      "product_dependencies" : [
        "Datable"
      ],
      "product_memberships" : [
        "Net"
      ],
      "sources" : [
        "Ipify.swift",
        "Net.swift",
        "Network+Codable.swift",
        "Network+MaybeDatable.swift",
        "Network+Stringable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.