The Swift Package Index logo.Swift Package Index

Build Information

Successful build of NetworkLinux, reference main (2c563f), with Swift 6.2 for Linux on 19 Jun 2025 09:13:55 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/OperatorFoundation/NetworkLinux.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/OperatorFoundation/NetworkLinux
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 2c563f2 made NWEndpoint Hashable
Cloned https://github.com/OperatorFoundation/NetworkLinux.git
Revision (git rev-parse @):
2c563f21fa59bb6c4cd5038f0dab812a65613918
SUCCESS checkout https://github.com/OperatorFoundation/NetworkLinux.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/OperatorFoundation/NetworkLinux.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/OperatorFoundation/BlueSocket.git
[1/2764] Fetching bluesocket
Fetched https://github.com/OperatorFoundation/BlueSocket.git from cache (0.32s)
Fetching https://github.com/OperatorFoundation/SwiftHexTools.git
[1/96] Fetching swifthextools
Fetched https://github.com/OperatorFoundation/SwiftHexTools.git from cache (0.20s)
Fetching https://github.com/apple/swift-argument-parser
[1/15380] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.46s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (2.00s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.1
Creating working copy for https://github.com/OperatorFoundation/SwiftHexTools.git
Working copy of https://github.com/OperatorFoundation/SwiftHexTools.git resolved at main (3d4b5a9)
Creating working copy for https://github.com/OperatorFoundation/BlueSocket.git
Working copy of https://github.com/OperatorFoundation/BlueSocket.git resolved at main (5a936a3)
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/13] Compiling Socket Socket+Equatable.swift
[7/13] Emitting module SwiftHexTools
[8/13] Compiling SwiftHexTools SwiftHexTools.swift
[9/14] Compiling Socket SocketProtocols.swift
[11/14] Compiling Socket SocketUtils.swift
[12/14] Emitting module Socket
[13/14] Compiling Socket Socket.swift
[14/14] Compiling Socket Socket+Hashable.swift
[16/30] Compiling NetworkLinux NWProtocolTCP.swift
[17/30] Compiling NetworkLinux NWProtocolTLS.swift
[18/30] Compiling NetworkLinux NWProtocolMetadata.swift
[19/30] Compiling NetworkLinux NWProtocolOptions.swift
[20/31] Compiling NetworkLinux NWProtocolUDP.swift
[21/31] Compiling NetworkLinux NWError.swift
[22/31] Compiling NetworkLinux NWInterface.swift
[23/31] Compiling NetworkLinux NWProtocol.swift
[24/31] Compiling NetworkLinux NWProtocolDefinition.swift
[25/31] Compiling NetworkLinux NWListener.swift
[26/31] Compiling NetworkLinux NWParameters.swift
[27/31] Emitting module NetworkLinux
[28/31] Compiling NetworkLinux NWConnection.swift
[29/31] Compiling NetworkLinux NWEndpoint.swift
[30/31] Compiling NetworkLinux IPv4Address.swift
[31/31] Compiling NetworkLinux IPv6Address.swift
Build complete! (21.56s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "bluesocket",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/OperatorFoundation/BlueSocket.git"
    },
    {
      "identity" : "swifthextools",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/OperatorFoundation/SwiftHexTools.git"
    }
  ],
  "manifest_display_name" : "NetworkLinux",
  "name" : "NetworkLinux",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "NetworkLinux",
      "targets" : [
        "NetworkLinux"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "NetworkLinuxTests",
      "module_type" : "SwiftTarget",
      "name" : "NetworkLinuxTests",
      "path" : "Tests/NetworkLinuxTests",
      "sources" : [
        "NetworkLinuxTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "NetworkLinux"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NetworkLinux",
      "module_type" : "SwiftTarget",
      "name" : "NetworkLinux",
      "path" : "Sources/NetworkLinux",
      "product_dependencies" : [
        "Socket",
        "SwiftHexTools"
      ],
      "product_memberships" : [
        "NetworkLinux"
      ],
      "sources" : [
        "IPv4Address.swift",
        "IPv6Address.swift",
        "NWConnection.swift",
        "NWEndpoint.swift",
        "NWError.swift",
        "NWInterface.swift",
        "NWListener.swift",
        "NWParameters.swift",
        "NWProtocol.swift",
        "NWProtocolDefinition.swift",
        "NWProtocolMetadata.swift",
        "NWProtocolOptions.swift",
        "NWProtocolTCP.swift",
        "NWProtocolTLS.swift",
        "NWProtocolUDP.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.