The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Socket with Swift 5.9 for Linux.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.38.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/stackotter/Socket.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/stackotter/Socket
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9945adf Fix pointer related build warnings
Cloned https://github.com/stackotter/Socket.git
Revision (git rev-parse @):
9945adfb7b2b089b1f9963db31544f604d260293
SUCCESS checkout https://github.com/stackotter/Socket.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $workDir
https://github.com/stackotter/Socket.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Fetching https://github.com/apple/swift-system
[1/3494] Fetching swift-system
Fetched https://github.com/apple/swift-system (0.67s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.2.1 (0.70s)
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.2.1
Building for debugging...
[0/2] Compiling CSystem shims.c
[1/2] Compiling CSocket shims.c
[3/23] Compiling SystemPackage FilePathSyntax.swift
[4/23] Compiling SystemPackage FilePathWindows.swift
[5/23] Compiling SystemPackage FilePermissions.swift
[6/25] Compiling SystemPackage FileOperations.swift
[7/25] Compiling SystemPackage FilePath.swift
[8/25] Compiling SystemPackage FilePathComponentView.swift
[9/25] Compiling SystemPackage Errno.swift
[10/25] Compiling SystemPackage FileDescriptor.swift
[11/25] Compiling SystemPackage FileHelpers.swift
[12/25] Emitting module SystemPackage
[13/25] Compiling SystemPackage PlatformString.swift
[14/25] Compiling SystemPackage SystemString.swift
[15/25] Compiling SystemPackage Util.swift
[16/25] Compiling SystemPackage UtilConsumers.swift
[17/25] Compiling SystemPackage Mocking.swift
[18/25] Compiling SystemPackage Syscalls.swift
[19/25] Compiling SystemPackage WindowsSyscallAdapters.swift
[20/25] Compiling SystemPackage FilePathComponents.swift
[21/25] Compiling SystemPackage FilePathParsing.swift
[22/25] Compiling SystemPackage FilePathString.swift
[23/25] Compiling SystemPackage CInterop.swift
[24/25] Compiling SystemPackage Constants.swift
[25/25] Compiling SystemPackage Exports.swift
[28/66] Compiling Socket SocketOptionID.swift
[29/66] Compiling Socket SocketOptionLevel.swift
[30/66] Compiling Socket SocketProtocol.swift
[31/66] Compiling Socket IPv4Protocol.swift
[32/66] Compiling Socket IPv6Protocol.swift
[33/71] Compiling Socket SocketDescriptor.swift
[34/71] Compiling Socket SocketFlags.swift
[35/71] Compiling Socket SocketHelpers.swift
[36/71] Compiling Socket SocketOperations.swift
[37/71] Compiling Socket SocketOption.swift
[38/71] Compiling Socket LinkLayerProtocol.swift
[39/71] Compiling Socket UnixProtocol.swift
[40/71] Compiling Socket SocketType.swift
[41/71] Compiling Socket Syscalls.swift
[42/71] Compiling Socket Util.swift
[43/71] Compiling Socket MessageFlags.swift
[44/71] Compiling Socket NetworkInterface.swift
[45/71] Compiling Socket NetworkOrder.swift
[46/71] Compiling Socket Poll.swift
[47/71] Compiling Socket SocketAddress.swift
[48/71] Compiling Socket CInterop.swift
[49/71] Compiling Socket CSocketAddress.swift
[50/71] Compiling Socket Constants.swift
[51/71] Compiling Socket Errno.swift
[52/71] Compiling Socket FileChange.swift
[53/71] Compiling Socket FileEvent.swift
[54/71] 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 {
              ^
[55/71] 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 {
              ^
[56/71] 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 {
              ^
[57/71] 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 {
              ^
[58/71] 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 {
              ^
[59/71] Compiling Socket FileFlags.swift
[60/71] Compiling Socket IOControl.swift
[61/71] Compiling Socket IODirection.swift
[62/71] Compiling Socket IOOperations.swift
[63/71] Compiling Socket IOType.swift
[64/71] Compiling Socket InternetProtocol.swift
[65/71] 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 {
              ^
[66/71] Compiling Socket Socket.swift
[67/71] Compiling Socket SocketContinuation.swift
[68/71] Compiling Socket SocketManager.swift
[69/71] Compiling Socket AsyncSocketManager.swift
[70/71] Compiling Socket CFSocketManager.swift
[71/71] Compiling Socket CInternetAddress.swift
Build complete! (19.13s)
Build complete.
Done.