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.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 --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.10
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.10-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 from cache (0.40s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.2.1 (0.39s)
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/5] Write sources
[2/5] Compiling CSocket shims.c
[3/5] Write swift-version-24593BA9C3E375BF.txt
[3/5] Compiling CSystem shims.c
[6/26] Emitting module SystemPackage
[7/28] Compiling SystemPackage Util.swift
[8/28] Compiling SystemPackage UtilConsumers.swift
[9/28] Compiling SystemPackage FileOperations.swift
[10/28] Compiling SystemPackage FilePath.swift
[11/28] Compiling SystemPackage FilePathComponentView.swift
[12/28] Compiling SystemPackage FilePathSyntax.swift
[13/28] Compiling SystemPackage FilePathWindows.swift
[14/28] Compiling SystemPackage FilePermissions.swift
[15/28] Compiling SystemPackage Errno.swift
[16/28] Compiling SystemPackage FileDescriptor.swift
[17/28] Compiling SystemPackage FileHelpers.swift
[18/28] Compiling SystemPackage PlatformString.swift
[19/28] Compiling SystemPackage SystemString.swift
[20/28] Compiling SystemPackage Mocking.swift
[21/28] Compiling SystemPackage Syscalls.swift
[22/28] Compiling SystemPackage WindowsSyscallAdapters.swift
[23/28] Compiling SystemPackage FilePathComponents.swift
[24/28] Compiling SystemPackage FilePathParsing.swift
[25/28] Compiling SystemPackage FilePathString.swift
[26/28] Compiling SystemPackage CInterop.swift
[27/28] Compiling SystemPackage Constants.swift
[28/28] Compiling SystemPackage Exports.swift
[30/68] Compiling Socket CInterop.swift
[31/68] Compiling Socket CSocketAddress.swift
[32/68] Compiling Socket Constants.swift
[33/68] Compiling Socket Errno.swift
[34/68] Compiling Socket FileChange.swift
[35/68] Compiling Socket FileEvent.swift
[36/73] 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 {
              ^
[37/73] Compiling Socket SocketDescriptor.swift
[38/73] Compiling Socket SocketFlags.swift
[39/73] Compiling Socket SocketHelpers.swift
[40/73] Compiling Socket SocketOperations.swift
[41/73] Compiling Socket SocketOption.swift
[42/73] Compiling Socket MessageFlags.swift
[43/73] Compiling Socket NetworkInterface.swift
[44/73] Compiling Socket NetworkOrder.swift
[45/73] Compiling Socket Poll.swift
[46/73] Compiling Socket SocketAddress.swift
[47/73] Compiling Socket LinkLayerProtocol.swift
[48/73] Compiling Socket UnixProtocol.swift
[49/73] Compiling Socket SocketType.swift
[50/73] Compiling Socket Syscalls.swift
[51/73] Compiling Socket Util.swift
[52/73] Compiling Socket SocketOptionID.swift
[53/73] Compiling Socket SocketOptionLevel.swift
[54/73] Compiling Socket SocketProtocol.swift
[55/73] Compiling Socket IPv4Protocol.swift
[56/73] Compiling Socket IPv6Protocol.swift
[57/73] 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 {
              ^
[58/73] 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 {
              ^
[59/73] 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 {
              ^
[60/73] 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 {
              ^
[61/73] 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 {
              ^
[62/73] Compiling Socket Socket.swift
[63/73] Compiling Socket SocketContinuation.swift
[64/73] Compiling Socket SocketManager.swift
[65/73] Compiling Socket AsyncSocketManager.swift
[66/73] Compiling Socket CFSocketManager.swift
[67/73] Compiling Socket CInternetAddress.swift
[68/73] Compiling Socket FileFlags.swift
[69/73] Compiling Socket IOControl.swift
[70/73] Compiling Socket IODirection.swift
[71/73] Compiling Socket IOOperations.swift
[72/73] Compiling Socket IOType.swift
[73/73] Compiling Socket InternetProtocol.swift
Build complete! (13.21s)
Build complete.
Done.