The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Socket with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/PureSwift/Socket.git
Reference: 0.3.2
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/PureSwift/Socket
 * tag               0.3.2      -> FETCH_HEAD
HEAD is now at 489e63b Sleep between every socket polling
Cloned https://github.com/PureSwift/Socket.git
Revision (git rev-parse @):
489e63b9cf0998f820f9f994f25cd5cb5f602404
SUCCESS checkout https://github.com/PureSwift/Socket.git at 0.3.2
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/PureSwift/Socket.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/PureSwift/swift-system
[1/2577] Fetching swift-system
Fetched https://github.com/PureSwift/swift-system from cache (0.51s)
Creating working copy for https://github.com/PureSwift/swift-system
Working copy of https://github.com/PureSwift/swift-system resolved at feature/dynamic-lib (bd3d1f6)
Building for debugging...
[0/5] Write sources
[2/5] Compiling CSocket shims.c
[3/5] Write swift-version-24593BA9C3E375BF.txt
[4/5] Compiling CSystem shims.c
[6/29] Emitting module SystemPackage
[7/32] Compiling SystemPackage Errno.swift
[8/32] Compiling SystemPackage FileDescriptor.swift
[9/32] Compiling SystemPackage FileHelpers.swift
[10/32] Compiling SystemPackage FileOperations.swift
[11/32] Compiling SystemPackage Util+StringArray.swift
[12/32] Compiling SystemPackage Util.swift
[13/32] Compiling SystemPackage UtilConsumers.swift
[14/32] Compiling SystemPackage FilePathString.swift
[15/32] Compiling SystemPackage FilePathSyntax.swift
[16/32] Compiling SystemPackage FilePathWindows.swift
[17/32] Compiling SystemPackage FilePermissions.swift
[18/32] Compiling SystemPackage Backcompat.swift
[19/32] Compiling SystemPackage CInterop.swift
[20/32] Compiling SystemPackage MachPort.swift
[21/32] Compiling SystemPackage PlatformString.swift
[22/32] Compiling SystemPackage SystemString.swift
[23/32] Compiling SystemPackage RawBuffer.swift
[24/32] Compiling SystemPackage Syscalls.swift
[25/32] Compiling SystemPackage WindowsSyscallAdapters.swift
[26/32] Compiling SystemPackage Constants.swift
[27/32] Compiling SystemPackage Exports.swift
[28/32] Compiling SystemPackage Mocking.swift
[29/32] Compiling SystemPackage FilePath.swift
[30/32] Compiling SystemPackage FilePathComponentView.swift
[31/32] Compiling SystemPackage FilePathComponents.swift
[32/32] Compiling SystemPackage FilePathParsing.swift
[34/72] Compiling Socket SocketOptionID.swift
[35/72] Compiling Socket SocketOptionLevel.swift
[36/72] Compiling Socket SocketProtocol.swift
[37/72] Compiling Socket IPv4Protocol.swift
[38/72] Compiling Socket IPv6Protocol.swift
[39/77] Compiling Socket CInterop.swift
[40/77] Compiling Socket CSocketAddress.swift
[41/77] Compiling Socket Constants.swift
[42/77] Compiling Socket Errno.swift
[43/77] Compiling Socket FileChange.swift
[44/77] Compiling Socket FileEvent.swift
[45/77] Compiling Socket SocketDescriptor.swift
[46/77] Compiling Socket SocketFlags.swift
[47/77] Compiling Socket SocketHelpers.swift
[48/77] Compiling Socket SocketOperations.swift
[49/77] Compiling Socket SocketOption.swift
[50/77] Compiling Socket FileFlags.swift
[51/77] Compiling Socket IOControl.swift
[52/77] Compiling Socket IODirection.swift
[53/77] Compiling Socket IOOperations.swift
[54/77] Compiling Socket IOType.swift
[55/77] Compiling Socket InternetProtocol.swift
[56/77] Compiling Socket MessageFlags.swift
[57/77] Compiling Socket NetworkInterface.swift
[58/77] Compiling Socket NetworkOrder.swift
[59/77] Compiling Socket Poll.swift
[60/77] Compiling Socket SocketAddress.swift
[61/77] Compiling Socket LinkLayerProtocol.swift
[62/77] Compiling Socket UnixProtocol.swift
[63/77] Compiling Socket SocketType.swift
[64/77] Compiling Socket Syscalls.swift
[65/77] Compiling Socket Util.swift
[66/77] 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
[67/77] 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
[68/77] 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
[69/77] 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
[70/77] 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
[71/77] 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 {
              ^
[72/77] 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)
                                                       ^
[73/77] 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)
                                                       ^
[74/77] 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)
                                                       ^
[75/77] 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)
                                                       ^
[76/77] 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)
                                                       ^
[77/77] 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! (16.79s)
Build complete.
Done.

Build Machine: Linux 2