The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Net with Swift 5.9 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.28.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/OperatorFoundation/Net.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/Net
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at aabe0ee Update Package.swift
Cloned https://github.com/OperatorFoundation/Net.git
Revision (git rev-parse @):
aabe0ee90aa57475a4d8874789a034aaff3fefa5
SUCCESS checkout https://github.com/OperatorFoundation/Net.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Fetching https://github.com/OperatorFoundation/Datable
[1/399] Fetching datable
Fetched https://github.com/OperatorFoundation/Datable (0.60s)
Fetching https://github.com/OperatorFoundation/NetworkLinux
[1/190] Fetching networklinux
Fetched https://github.com/OperatorFoundation/NetworkLinux (0.22s)
Fetching https://github.com/OperatorFoundation/BlueSocket.git
[1/2764] Fetching bluesocket
Fetched https://github.com/OperatorFoundation/BlueSocket.git (0.31s)
Fetching https://github.com/OperatorFoundation/SwiftHexTools.git
[1/96] Fetching swifthextools
Fetched https://github.com/OperatorFoundation/SwiftHexTools.git (0.24s)
Fetching https://github.com/apple/swift-argument-parser
[1/11377] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser (0.94s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.3.0 (0.38s)
Creating working copy for https://github.com/OperatorFoundation/SwiftHexTools.git
Working copy of https://github.com/OperatorFoundation/SwiftHexTools.git resolved at main
Creating working copy for https://github.com/OperatorFoundation/Datable
Working copy of https://github.com/OperatorFoundation/Datable resolved at main
Creating working copy for https://github.com/OperatorFoundation/BlueSocket.git
Working copy of https://github.com/OperatorFoundation/BlueSocket.git resolved at main
Creating working copy for https://github.com/OperatorFoundation/NetworkLinux
Working copy of https://github.com/OperatorFoundation/NetworkLinux resolved at main
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.3.0
[1/1] Compiling plugin GenerateManual
Building for debugging...
[2/43] Emitting module Datable
[3/47] Compiling Datable String+Arrayable.swift
[4/47] Compiling Datable String+Datable.swift
[5/47] Compiling Datable String+Intable.swift
[6/47] Compiling Datable Stringable.swift
[7/47] Compiling Socket SocketProtocols.swift
[8/47] Compiling Socket SocketUtils.swift
[9/47] Compiling Datable Datable.swift
[10/47] Compiling Datable DatableConfig.swift
[11/47] Compiling Datable Double+MaybeDatable.swift
[12/47] Compiling Datable Double+Stringable.swift
[13/47] Compiling Datable File.swift
[14/47] Compiling Datable MaybeIntable.swift
[15/47] Compiling Datable MaybeNetworkIntable.swift
[16/47] Compiling Datable NetworkDatable.swift
[17/47] Compiling Datable NetworkIntable.swift
[18/47] Compiling Datable Data+ExpressibleByStringLiteral.swift
[19/47] Compiling Datable Data+Floatable.swift
[20/47] Compiling Datable Data+MaybeIntable.swift
[21/47] Compiling Datable Data+MaybeNetworkIntable.swift
[22/47] Compiling Datable Data+Stringable.swift
[23/47] Emitting module Socket
[24/47] Compiling Socket Socket+Equatable.swift
[25/47] Emitting module SwiftHexTools
[26/47] Compiling SwiftHexTools SwiftHexTools.swift
[27/47] Compiling Datable Float+Floatable.swift
[28/47] Compiling Datable Float+MaybeDatable.swift
[29/47] Compiling Datable Float+MaybeIntable.swift
[30/47] Compiling Datable Floatable.swift
[31/47] Compiling Datable Int+Floatable.swift
[32/47] Compiling Datable Arrayable.swift
[33/47] Compiling Datable CSVable.swift
[34/47] Compiling Datable Data+Arrayable.swift
[35/47] Compiling Datable Data+Base64.swift
[36/47] Compiling Datable Data+Datable.swift
[37/47] Compiling Datable Int+MaybeDatable.swift
[38/47] Compiling Datable Int+MaybeIntable.swift
[39/47] Compiling Datable Int+Stringable.swift
[40/47] Compiling Datable Intable.swift
[41/47] Compiling Datable MaybeDatable.swift
[44/49] Compiling Socket Socket+Hashable.swift
[45/49] Compiling Socket Socket.swift
[48/66] Compiling NetworkLinux NWProtocol.swift
[49/66] Compiling NetworkLinux NWProtocolDefinition.swift
[50/66] Compiling NetworkLinux NWProtocolTCP.swift
[51/66] Compiling NetworkLinux NWProtocolTLS.swift
[52/66] Compiling NetworkLinux NWProtocolMetadata.swift
[53/66] Compiling NetworkLinux NWProtocolOptions.swift
[54/67] Compiling NetworkLinux NWProtocolUDP.swift
[55/67] Compiling NetworkLinux NWListener.swift
[56/67] Compiling NetworkLinux NWParameters.swift
[57/67] Emitting module NetworkLinux
[58/67] Compiling NetworkLinux NWConnection.swift
[59/67] Compiling NetworkLinux NWEndpoint.swift
[60/67] Compiling NetworkLinux NWError.swift
[61/67] Compiling NetworkLinux NWInterface.swift
[62/67] Compiling NetworkLinux IPv4Address.swift
[63/67] Compiling NetworkLinux IPv6Address.swift
[66/69] Compiling Datable StringableArray+CSVable.swift
[67/69] Compiling Datable UInt+Datable.swift
[68/69] Compiling Datable UInt+MaybeNetworkDatable.swift
[69/69] Compiling Datable UInt+Stringable.swift
[72/77] Compiling Net Network+Stringable.swift
[73/77] Compiling Net Network+MaybeDatable.swift
[74/77] Emitting module Net
[75/77] Compiling Net Ipify.swift
[76/77] Compiling Net Network+Codable.swift
/host/spi-builder-workspace/Sources/Net/Network+Codable.swift:44:13: warning: default will never be executed
            @unknown default:
            ^
[77/77] Compiling Net Net.swift
Build complete! (23.98s)
Build complete.
Done.

Build Machine: Linux 1