The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Net, reference main (e49f54), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 21:08:54 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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
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)
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "net",
      "name": "Net",
      "url": "https://github.com/OperatorFoundation/Net.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Net",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "datable",
          "name": "Datable",
          "url": "https://github.com/OperatorFoundation/Datable",
          "version": "unspecified",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Datable",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/OperatorFoundation/Net.git
[1/105] Fetching net
Fetched https://github.com/OperatorFoundation/Net.git from cache (0.60s)
Fetching https://github.com/OperatorFoundation/Datable from cache
Fetched https://github.com/OperatorFoundation/Datable from cache (0.48s)
Creating working copy for https://github.com/OperatorFoundation/Net.git
Working copy of https://github.com/OperatorFoundation/Net.git resolved at main (e49f54a)
Creating working copy for https://github.com/OperatorFoundation/Datable
Working copy of https://github.com/OperatorFoundation/Datable resolved at main (1186348)
warning: '.resolve-product-dependencies': dependency 'net' is not used by any target
Found 1 product dependencies
  - Datable
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/OperatorFoundation/Net.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/38] Emitting module Datable
[5/41] Compiling Datable Arrayable.swift
[6/41] Compiling Datable CSVable.swift
[7/41] Compiling Datable Data+Arrayable.swift
[8/41] Compiling Datable Data+Base64.swift
[9/41] Compiling Datable UInt+Datable.swift
[10/41] Compiling Datable UInt+MaybeNetworkDatable.swift
[11/41] Compiling Datable UInt+Stringable.swift
[12/41] Compiling Datable String+Intable.swift
[13/41] Compiling Datable Stringable.swift
[14/41] Compiling Datable StringableArray+CSVable.swift
[15/41] Compiling Datable MaybeDatable.swift
[16/41] Compiling Datable MaybeIntable.swift
[17/41] Compiling Datable MaybeNetworkIntable.swift
[18/41] Compiling Datable NetworkDatable.swift
[19/41] Compiling Datable Int+MaybeDatable.swift
[20/41] Compiling Datable Int+MaybeIntable.swift
[21/41] Compiling Datable Int+Stringable.swift
[22/41] Compiling Datable Intable.swift
[23/41] Compiling Datable NetworkIntable.swift
[24/41] Compiling Datable String+Arrayable.swift
[25/41] Compiling Datable String+Datable.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 Float+MaybeDatable.swift
[31/41] Compiling Datable Float+MaybeIntable.swift
[32/41] Compiling Datable Floatable.swift
[33/41] Compiling Datable Int+Floatable.swift
[34/41] Compiling Datable Data+MaybeNetworkIntable.swift
[35/41] Compiling Datable Data+Stringable.swift
[36/41] Compiling Datable Datable.swift
[37/41] Compiling Datable DatableConfig.swift
[38/41] Compiling Datable Data+Datable.swift
[39/41] Compiling Datable Data+ExpressibleByStringLiteral.swift
[40/41] Compiling Datable Data+Floatable.swift
[41/41] Compiling Datable Data+MaybeIntable.swift
[42/47] Compiling Net Network+Stringable.swift
[43/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) {
[44/47] Compiling Net Network+Codable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Net/Network+Codable.swift:12:1: warning: extension declares a conformance of imported type 'Host' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
 10 | import Datable
 11 |
 12 | extension NWEndpoint.Host: Codable
    | |- warning: extension declares a conformance of imported type 'Host' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 13 | {
 14 |     enum CodingKeys: String, CodingKey
/Users/admin/builder/spi-builder-workspace/Sources/Net/Network+Codable.swift:50:1: warning: extension declares a conformance of imported type 'IPv4Address' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
 48 | }
 49 |
 50 | extension IPv4Address: Codable
    | |- warning: extension declares a conformance of imported type 'IPv4Address' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 51 | {
 52 |     enum CodingKeys: String, CodingKey
/Users/admin/builder/spi-builder-workspace/Sources/Net/Network+Codable.swift:77:1: warning: extension declares a conformance of imported type 'IPv6Address' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
 75 | }
 76 |
 77 | extension IPv6Address: Codable
    | |- warning: extension declares a conformance of imported type 'IPv6Address' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 78 | {
 79 |     enum CodingKeys: String, CodingKey
/Users/admin/builder/spi-builder-workspace/Sources/Net/Network+Codable.swift:104:1: warning: extension declares a conformance of imported type 'Port' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
102 | }
103 |
104 | extension NWEndpoint.Port: Codable
    | |- warning: extension declares a conformance of imported type 'Port' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
105 | {
106 |     enum CodingKeys: String, CodingKey
[45/47] Emitting module Net
/Users/admin/builder/spi-builder-workspace/Sources/Net/Network+Codable.swift:12:1: warning: extension declares a conformance of imported type 'Host' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
 10 | import Datable
 11 |
 12 | extension NWEndpoint.Host: Codable
    | |- warning: extension declares a conformance of imported type 'Host' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 13 | {
 14 |     enum CodingKeys: String, CodingKey
/Users/admin/builder/spi-builder-workspace/Sources/Net/Network+Codable.swift:50:1: warning: extension declares a conformance of imported type 'IPv4Address' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
 48 | }
 49 |
 50 | extension IPv4Address: Codable
    | |- warning: extension declares a conformance of imported type 'IPv4Address' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 51 | {
 52 |     enum CodingKeys: String, CodingKey
/Users/admin/builder/spi-builder-workspace/Sources/Net/Network+Codable.swift:77:1: warning: extension declares a conformance of imported type 'IPv6Address' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
 75 | }
 76 |
 77 | extension IPv6Address: Codable
    | |- warning: extension declares a conformance of imported type 'IPv6Address' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 78 | {
 79 |     enum CodingKeys: String, CodingKey
/Users/admin/builder/spi-builder-workspace/Sources/Net/Network+Codable.swift:104:1: warning: extension declares a conformance of imported type 'Port' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
102 | }
103 |
104 | extension NWEndpoint.Port: Codable
    | |- warning: extension declares a conformance of imported type 'Port' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
105 | {
106 |     enum CodingKeys: String, CodingKey
/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) {
[46/47] Compiling Net Ipify.swift
[47/47] Compiling Net Net.swift
Build complete! (9.13s)
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.