The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Socket with Swift 5.9 for Linux.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/PureSwift/Socket.git
Reference: main
Cloned https://github.com/PureSwift/Socket.git into spi-builder-workspace
SUCCESS checkout https://github.com/PureSwift/Socket.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
docker run --rm -v "checkouts-4606859-1":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Fetching https://github.com/PureSwift/swift-system
[1/2350] Fetching swift-system
Fetched https://github.com/PureSwift/swift-system (0.28s)
Creating working copy for https://github.com/PureSwift/swift-system
Working copy of https://github.com/PureSwift/swift-system resolved at feature/dynamic-lib
Building for debugging...
[0/2] Compiling CSystem shims.c
[1/2] Compiling CSocket shims.c
[3/26] Emitting module SystemPackage
[4/29] Compiling SystemPackage Errno.swift
[5/29] Compiling SystemPackage FileDescriptor.swift
[6/29] Compiling SystemPackage FileHelpers.swift
[7/29] Compiling SystemPackage FileOperations.swift
[8/29] Compiling SystemPackage FilePath.swift
[9/29] Compiling SystemPackage FilePathComponentView.swift
[10/29] Compiling SystemPackage FilePathComponents.swift
[11/29] Compiling SystemPackage FilePathParsing.swift
[12/29] Compiling SystemPackage Util+StringArray.swift
[13/29] Compiling SystemPackage Util.swift
[14/29] Compiling SystemPackage UtilConsumers.swift
[15/29] Compiling SystemPackage MachPort.swift
[16/29] Compiling SystemPackage PlatformString.swift
[17/29] Compiling SystemPackage SystemString.swift
[18/29] Compiling SystemPackage Constants.swift
[19/29] Compiling SystemPackage Exports.swift
[20/29] Compiling SystemPackage Mocking.swift
[21/29] Compiling SystemPackage RawBuffer.swift
[22/29] Compiling SystemPackage Syscalls.swift
[23/29] Compiling SystemPackage WindowsSyscallAdapters.swift
[24/29] Compiling SystemPackage FilePermissions.swift
[25/29] Compiling SystemPackage Backcompat.swift
[26/29] Compiling SystemPackage CInterop.swift
[27/29] Compiling SystemPackage FilePathString.swift
[28/29] Compiling SystemPackage FilePathSyntax.swift
[29/29] Compiling SystemPackage FilePathWindows.swift
[32/70] Compiling Socket FileFlags.swift
[33/70] Compiling Socket IOControl.swift
[34/70] Compiling Socket IODirection.swift
[35/70] Compiling Socket IOOperations.swift
[36/70] Compiling Socket IOType.swift
[37/70] Compiling Socket InternetProtocol.swift
[38/75] Compiling Socket SocketOptionID.swift
[39/75] Compiling Socket SocketOptionLevel.swift
[40/75] Compiling Socket SocketProtocol.swift
[41/75] Compiling Socket IPv4Protocol.swift
[42/75] Compiling Socket IPv6Protocol.swift
[43/75] Compiling Socket MessageFlags.swift
[44/75] Compiling Socket NetworkInterface.swift
[45/75] Compiling Socket NetworkOrder.swift
[46/75] Compiling Socket Poll.swift
[47/75] Compiling Socket SocketAddress.swift
[48/75] Compiling Socket CInterop.swift
[49/75] Compiling Socket CSocketAddress.swift
[50/75] Compiling Socket Constants.swift
[51/75] Compiling Socket Errno.swift
[52/75] Compiling Socket FileChange.swift
[53/75] Compiling Socket FileEvent.swift
[54/75] Compiling Socket SocketDescriptor.swift
[55/75] Compiling Socket SocketFlags.swift
[56/75] Compiling Socket SocketHelpers.swift
[57/75] Compiling Socket SocketOperations.swift
[58/75] Compiling Socket SocketOption.swift
[59/75] Emitting module Socket
/host/spi-builder-workspace/Sources/Socket/System/SocketAddress/LinkLayerSocketAddress.swift:89:34: warning: 'CSocketAddressType' aliases 'CSocket.sockaddr_ll' and cannot be used in an extension with public or '@usableFromInline' members because 'CSocket' has been imported as implementation-only; this is an error in Swift 6
extension LinkLayerSocketAddress.CSocketAddressType: CSocketAddress {
                                 ^
CSocket.sockaddr_ll:1:15: note: type declared here
public struct sockaddr_ll {
              ^
[60/75] Compiling Socket IPv4SocketAddress.swift
/host/spi-builder-workspace/Sources/Socket/System/SocketAddress/LinkLayerSocketAddress.swift:89:34: warning: 'CSocketAddressType' aliases 'CSocket.sockaddr_ll' and cannot be used in an extension with public or '@usableFromInline' members because 'CSocket' has been imported as implementation-only; this is an error in Swift 6
extension LinkLayerSocketAddress.CSocketAddressType: CSocketAddress {
                                 ^
CSocket.sockaddr_ll:1:15: note: type declared here
public struct sockaddr_ll {
              ^
/host/spi-builder-workspace/Sources/Socket/System/SocketAddress/UnixSocketAddress.swift:38:22: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
                    .assign(from: platformString, count: path.length + 1)
                     ^
/host/spi-builder-workspace/Sources/Socket/System/SocketAddress/UnixSocketAddress.swift:38:22: note: use 'update(from:count:)' instead
                    .assign(from: platformString, count: path.length + 1)
                     ^~~~~~
                     update
[61/75] Compiling Socket IPv6SocketAddress.swift
/host/spi-builder-workspace/Sources/Socket/System/SocketAddress/LinkLayerSocketAddress.swift:89:34: warning: 'CSocketAddressType' aliases 'CSocket.sockaddr_ll' and cannot be used in an extension with public or '@usableFromInline' members because 'CSocket' has been imported as implementation-only; this is an error in Swift 6
extension LinkLayerSocketAddress.CSocketAddressType: CSocketAddress {
                                 ^
CSocket.sockaddr_ll:1:15: note: type declared here
public struct sockaddr_ll {
              ^
/host/spi-builder-workspace/Sources/Socket/System/SocketAddress/UnixSocketAddress.swift:38:22: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
                    .assign(from: platformString, count: path.length + 1)
                     ^
/host/spi-builder-workspace/Sources/Socket/System/SocketAddress/UnixSocketAddress.swift:38:22: note: use 'update(from:count:)' instead
                    .assign(from: platformString, count: path.length + 1)
                     ^~~~~~
                     update
[62/75] Compiling Socket LinkLayerSocketAddress.swift
/host/spi-builder-workspace/Sources/Socket/System/SocketAddress/LinkLayerSocketAddress.swift:89:34: warning: 'CSocketAddressType' aliases 'CSocket.sockaddr_ll' and cannot be used in an extension with public or '@usableFromInline' members because 'CSocket' has been imported as implementation-only; this is an error in Swift 6
extension LinkLayerSocketAddress.CSocketAddressType: CSocketAddress {
                                 ^
CSocket.sockaddr_ll:1:15: note: type declared here
public struct sockaddr_ll {
              ^
/host/spi-builder-workspace/Sources/Socket/System/SocketAddress/UnixSocketAddress.swift:38:22: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
                    .assign(from: platformString, count: path.length + 1)
                     ^
/host/spi-builder-workspace/Sources/Socket/System/SocketAddress/UnixSocketAddress.swift:38:22: note: use 'update(from:count:)' instead
                    .assign(from: platformString, count: path.length + 1)
                     ^~~~~~
                     update
[63/75] Compiling Socket UnixSocketAddress.swift
/host/spi-builder-workspace/Sources/Socket/System/SocketAddress/LinkLayerSocketAddress.swift:89:34: warning: 'CSocketAddressType' aliases 'CSocket.sockaddr_ll' and cannot be used in an extension with public or '@usableFromInline' members because 'CSocket' has been imported as implementation-only; this is an error in Swift 6
extension LinkLayerSocketAddress.CSocketAddressType: CSocketAddress {
                                 ^
CSocket.sockaddr_ll:1:15: note: type declared here
public struct sockaddr_ll {
              ^
/host/spi-builder-workspace/Sources/Socket/System/SocketAddress/UnixSocketAddress.swift:38:22: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
                    .assign(from: platformString, count: path.length + 1)
                     ^
/host/spi-builder-workspace/Sources/Socket/System/SocketAddress/UnixSocketAddress.swift:38:22: note: use 'update(from:count:)' instead
                    .assign(from: platformString, count: path.length + 1)
                     ^~~~~~
                     update
[64/75] Compiling Socket SocketAddressFamily.swift
/host/spi-builder-workspace/Sources/Socket/System/SocketAddress/LinkLayerSocketAddress.swift:89:34: warning: 'CSocketAddressType' aliases 'CSocket.sockaddr_ll' and cannot be used in an extension with public or '@usableFromInline' members because 'CSocket' has been imported as implementation-only; this is an error in Swift 6
extension LinkLayerSocketAddress.CSocketAddressType: CSocketAddress {
                                 ^
CSocket.sockaddr_ll:1:15: note: type declared here
public struct sockaddr_ll {
              ^
/host/spi-builder-workspace/Sources/Socket/System/SocketAddress/UnixSocketAddress.swift:38:22: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
                    .assign(from: platformString, count: path.length + 1)
                     ^
/host/spi-builder-workspace/Sources/Socket/System/SocketAddress/UnixSocketAddress.swift:38:22: note: use 'update(from:count:)' instead
                    .assign(from: platformString, count: path.length + 1)
                     ^~~~~~
                     update
[65/75] Compiling Socket LinkLayerProtocol.swift
[66/75] Compiling Socket UnixProtocol.swift
[67/75] Compiling Socket SocketType.swift
[68/75] Compiling Socket Syscalls.swift
[69/75] Compiling Socket Util.swift
[70/75] Compiling Socket Socket.swift
/host/spi-builder-workspace/Sources/Socket/System/CInternetAddress.swift:22:56: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
            system_inet_pton(Self.family.rawValue, $0, &self)
                                                       ^
[71/75] Compiling Socket SocketContinuation.swift
/host/spi-builder-workspace/Sources/Socket/System/CInternetAddress.swift:22:56: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
            system_inet_pton(Self.family.rawValue, $0, &self)
                                                       ^
[72/75] Compiling Socket SocketManager.swift
/host/spi-builder-workspace/Sources/Socket/System/CInternetAddress.swift:22:56: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
            system_inet_pton(Self.family.rawValue, $0, &self)
                                                       ^
[73/75] Compiling Socket AsyncSocketManager.swift
/host/spi-builder-workspace/Sources/Socket/System/CInternetAddress.swift:22:56: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
            system_inet_pton(Self.family.rawValue, $0, &self)
                                                       ^
[74/75] Compiling Socket CFSocketManager.swift
/host/spi-builder-workspace/Sources/Socket/System/CInternetAddress.swift:22:56: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
            system_inet_pton(Self.family.rawValue, $0, &self)
                                                       ^
[75/75] Compiling Socket CInternetAddress.swift
/host/spi-builder-workspace/Sources/Socket/System/CInternetAddress.swift:22:56: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
            system_inet_pton(Self.family.rawValue, $0, &self)
                                                       ^
Build complete! (9.08s)
Build complete.
Done.

Build Machine: Linux 1