The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build Socket, reference main (9945ad), with Swift 6.2 (beta) for Linux on 21 Jun 2025 13:19:56 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
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:             6.2
Building package at path:  $PWD
https://github.com/stackotter/Socket.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/apple/swift-system
[1/4436] Fetching swift-system
Fetched https://github.com/apple/swift-system from cache (1.41s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.5.0 (1.90s)
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.5.0
Building for debugging...
[0/5] Write sources
[2/5] Compiling CSocket shims.c
[3/5] Compiling CSystem shims.c
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/33] Emitting module SystemPackage
[7/36] Compiling SystemPackage FilePathParsing.swift
[8/36] Compiling SystemPackage FilePathString.swift
[9/36] Compiling SystemPackage FilePathSyntax.swift
[10/36] Compiling SystemPackage FilePathTemp.swift
[11/36] Compiling SystemPackage Errno.swift
[12/36] Compiling SystemPackage ErrnoWindows.swift
[13/36] Compiling SystemPackage FileDescriptor.swift
[14/36] Compiling SystemPackage FileHelpers.swift
[15/36] Compiling SystemPackage FilePathTempPosix.swift
[16/36] Compiling SystemPackage FilePathTempWindows.swift
[17/36] Compiling SystemPackage FilePathWindows.swift
[18/36] Compiling SystemPackage FilePermissions.swift
[19/36] Compiling SystemPackage Util+StringArray.swift
[20/36] Compiling SystemPackage Util.swift
[21/36] Compiling SystemPackage UtilConsumers.swift
[22/36] Compiling SystemPackage Backcompat.swift
[23/36] Compiling SystemPackage CInterop.swift
[24/36] Compiling SystemPackage Constants.swift
[25/36] Compiling SystemPackage Exports.swift
[26/36] Compiling SystemPackage MachPort.swift
[27/36] Compiling SystemPackage PlatformString.swift
[28/36] Compiling SystemPackage SystemString.swift
[29/36] Compiling SystemPackage FileOperations.swift
[30/36] Compiling SystemPackage FilePath.swift
[31/36] Compiling SystemPackage FilePathComponentView.swift
[32/36] Compiling SystemPackage FilePathComponents.swift
[33/36] Compiling SystemPackage Mocking.swift
[34/36] Compiling SystemPackage RawBuffer.swift
[35/36] Compiling SystemPackage Syscalls.swift
[36/36] Compiling SystemPackage WindowsSyscallAdapters.swift
[38/76] Compiling Socket SocketOptionID.swift
[39/76] Compiling Socket SocketOptionLevel.swift
[40/76] Compiling Socket SocketProtocol.swift
[41/76] Compiling Socket IPv4Protocol.swift
[42/76] Compiling Socket IPv6Protocol.swift
[43/76] Compiling Socket MessageFlags.swift
/host/spi-builder-workspace/Sources/Socket/System/NetworkInterface.swift:9:22: warning: using '@_implementationOnly' without enabling library evolution for 'Socket' may lead to instability during execution
  7 |
  8 | import SystemPackage
  9 | @_implementationOnly import CSocket
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'Socket' may lead to instability during execution
 10 |
 11 | /// UNIX Network Interface
[44/76] Compiling Socket NetworkInterface.swift
/host/spi-builder-workspace/Sources/Socket/System/NetworkInterface.swift:9:22: warning: using '@_implementationOnly' without enabling library evolution for 'Socket' may lead to instability during execution
  7 |
  8 | import SystemPackage
  9 | @_implementationOnly import CSocket
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'Socket' may lead to instability during execution
 10 |
 11 | /// UNIX Network Interface
[45/76] Compiling Socket NetworkOrder.swift
/host/spi-builder-workspace/Sources/Socket/System/NetworkInterface.swift:9:22: warning: using '@_implementationOnly' without enabling library evolution for 'Socket' may lead to instability during execution
  7 |
  8 | import SystemPackage
  9 | @_implementationOnly import CSocket
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'Socket' may lead to instability during execution
 10 |
 11 | /// UNIX Network Interface
[46/76] Compiling Socket Poll.swift
/host/spi-builder-workspace/Sources/Socket/System/NetworkInterface.swift:9:22: warning: using '@_implementationOnly' without enabling library evolution for 'Socket' may lead to instability during execution
  7 |
  8 | import SystemPackage
  9 | @_implementationOnly import CSocket
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'Socket' may lead to instability during execution
 10 |
 11 | /// UNIX Network Interface
[47/76] Compiling Socket SocketAddress.swift
/host/spi-builder-workspace/Sources/Socket/System/NetworkInterface.swift:9:22: warning: using '@_implementationOnly' without enabling library evolution for 'Socket' may lead to instability during execution
  7 |
  8 | import SystemPackage
  9 | @_implementationOnly import CSocket
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'Socket' may lead to instability during execution
 10 |
 11 | /// UNIX Network Interface
[48/81] Compiling Socket LinkLayerProtocol.swift
/host/spi-builder-workspace/Sources/Socket/System/SocketType.swift:5:22: warning: using '@_implementationOnly' without enabling library evolution for 'Socket' may lead to instability during execution
 3 | #endif
 4 | import SystemPackage
 5 | @_implementationOnly import CSocket
   |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'Socket' may lead to instability during execution
 6 |
 7 | /// POSIX Socket Type
/host/spi-builder-workspace/Sources/Socket/System/SocketType.swift:34:48: error: cannot find 'SOCK_STREAM' in scope
32 |     /// Provides sequenced, reliable, two-way, connection-based byte streams.
33 |     /// An out-of-band data transmission mechanism may be supported.
34 |     static var stream: SocketType { SocketType(SOCK_STREAM) }
   |                                                `- error: cannot find 'SOCK_STREAM' in scope
35 |
36 |     /// Supports datagrams (connectionless, unreliable messages of a fixed maximum length).
/host/spi-builder-workspace/Sources/Socket/System/SocketType.swift:37:50: error: cannot find 'SOCK_DGRAM' in scope
35 |
36 |     /// Supports datagrams (connectionless, unreliable messages of a fixed maximum length).
37 |     static var datagram: SocketType { SocketType(SOCK_DGRAM) }
   |                                                  `- error: cannot find 'SOCK_DGRAM' in scope
38 |
39 |     /// Provides raw network protocol access.
/host/spi-builder-workspace/Sources/Socket/System/SocketType.swift:40:45: error: cannot find 'SOCK_RAW' in scope
38 |
39 |     /// Provides raw network protocol access.
40 |     static var raw: SocketType { SocketType(SOCK_RAW) }
   |                                             `- error: cannot find 'SOCK_RAW' in scope
41 |
42 |     /// Provides a reliable datagram layer that does not guarantee ordering.
/host/spi-builder-workspace/Sources/Socket/System/SocketType.swift:43:65: error: cannot find 'SOCK_RDM' in scope
41 |
42 |     /// Provides a reliable datagram layer that does not guarantee ordering.
43 |     static var reliableDatagramMessage: SocketType { SocketType(SOCK_RDM) }
   |                                                                 `- error: cannot find 'SOCK_RDM' in scope
44 |
45 |     /// Provides a sequenced, reliable, two-way connection-based data transmission
/host/spi-builder-workspace/Sources/Socket/System/SocketType.swift:48:57: error: cannot find 'SOCK_SEQPACKET' in scope
46 |     /// path for datagrams of fixed maximum length; a consumer is required to read
47 |     /// an entire packet with each input system call.
48 |     static var sequencedPacket: SocketType { SocketType(SOCK_SEQPACKET) }
   |                                                         `- error: cannot find 'SOCK_SEQPACKET' in scope
49 | }
50 |
/host/spi-builder-workspace/Sources/Socket/System/SocketType.swift:57:75: error: cannot find 'SOCK_DCCP' in scope
55 |     ///
56 |     /// Linux specific way of getting packets at the dev level.
57 |     static var datagramCongestionControlProtocol: SocketType { SocketType(SOCK_DCCP) }
   |                                                                           `- error: cannot find 'SOCK_DCCP' in scope
58 | }
59 | #endif
[49/81] Compiling Socket UnixProtocol.swift
/host/spi-builder-workspace/Sources/Socket/System/SocketType.swift:5:22: warning: using '@_implementationOnly' without enabling library evolution for 'Socket' may lead to instability during execution
 3 | #endif
 4 | import SystemPackage
 5 | @_implementationOnly import CSocket
   |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'Socket' may lead to instability during execution
 6 |
 7 | /// POSIX Socket Type
/host/spi-builder-workspace/Sources/Socket/System/SocketType.swift:34:48: error: cannot find 'SOCK_STREAM' in scope
32 |     /// Provides sequenced, reliable, two-way, connection-based byte streams.
33 |     /// An out-of-band data transmission mechanism may be supported.
34 |     static var stream: SocketType { SocketType(SOCK_STREAM) }
   |                                                `- error: cannot find 'SOCK_STREAM' in scope
35 |
36 |     /// Supports datagrams (connectionless, unreliable messages of a fixed maximum length).
/host/spi-builder-workspace/Sources/Socket/System/SocketType.swift:37:50: error: cannot find 'SOCK_DGRAM' in scope
35 |
36 |     /// Supports datagrams (connectionless, unreliable messages of a fixed maximum length).
37 |     static var datagram: SocketType { SocketType(SOCK_DGRAM) }
   |                                                  `- error: cannot find 'SOCK_DGRAM' in scope
38 |
39 |     /// Provides raw network protocol access.
/host/spi-builder-workspace/Sources/Socket/System/SocketType.swift:40:45: error: cannot find 'SOCK_RAW' in scope
38 |
39 |     /// Provides raw network protocol access.
40 |     static var raw: SocketType { SocketType(SOCK_RAW) }
   |                                             `- error: cannot find 'SOCK_RAW' in scope
41 |
42 |     /// Provides a reliable datagram layer that does not guarantee ordering.
/host/spi-builder-workspace/Sources/Socket/System/SocketType.swift:43:65: error: cannot find 'SOCK_RDM' in scope
41 |
42 |     /// Provides a reliable datagram layer that does not guarantee ordering.
43 |     static var reliableDatagramMessage: SocketType { SocketType(SOCK_RDM) }
   |                                                                 `- error: cannot find 'SOCK_RDM' in scope
44 |
45 |     /// Provides a sequenced, reliable, two-way connection-based data transmission
/host/spi-builder-workspace/Sources/Socket/System/SocketType.swift:48:57: error: cannot find 'SOCK_SEQPACKET' in scope
46 |     /// path for datagrams of fixed maximum length; a consumer is required to read
47 |     /// an entire packet with each input system call.
48 |     static var sequencedPacket: SocketType { SocketType(SOCK_SEQPACKET) }
   |                                                         `- error: cannot find 'SOCK_SEQPACKET' in scope
49 | }
50 |
/host/spi-builder-workspace/Sources/Socket/System/SocketType.swift:57:75: error: cannot find 'SOCK_DCCP' in scope
55 |     ///
56 |     /// Linux specific way of getting packets at the dev level.
57 |     static var datagramCongestionControlProtocol: SocketType { SocketType(SOCK_DCCP) }
   |                                                                           `- error: cannot find 'SOCK_DCCP' in scope
58 | }
59 | #endif
[50/81] Compiling Socket SocketType.swift
/host/spi-builder-workspace/Sources/Socket/System/SocketType.swift:5:22: warning: using '@_implementationOnly' without enabling library evolution for 'Socket' may lead to instability during execution
 3 | #endif
 4 | import SystemPackage
 5 | @_implementationOnly import CSocket
   |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'Socket' may lead to instability during execution
 6 |
 7 | /// POSIX Socket Type
/host/spi-builder-workspace/Sources/Socket/System/SocketType.swift:34:48: error: cannot find 'SOCK_STREAM' in scope
32 |     /// Provides sequenced, reliable, two-way, connection-based byte streams.
33 |     /// An out-of-band data transmission mechanism may be supported.
34 |     static var stream: SocketType { SocketType(SOCK_STREAM) }
   |                                                `- error: cannot find 'SOCK_STREAM' in scope
35 |
36 |     /// Supports datagrams (connectionless, unreliable messages of a fixed maximum length).
/host/spi-builder-workspace/Sources/Socket/System/SocketType.swift:37:50: error: cannot find 'SOCK_DGRAM' in scope
35 |
36 |     /// Supports datagrams (connectionless, unreliable messages of a fixed maximum length).
37 |     static var datagram: SocketType { SocketType(SOCK_DGRAM) }
   |                                                  `- error: cannot find 'SOCK_DGRAM' in scope
38 |
39 |     /// Provides raw network protocol access.
/host/spi-builder-workspace/Sources/Socket/System/SocketType.swift:40:45: error: cannot find 'SOCK_RAW' in scope
38 |
39 |     /// Provides raw network protocol access.
40 |     static var raw: SocketType { SocketType(SOCK_RAW) }
   |                                             `- error: cannot find 'SOCK_RAW' in scope
41 |
42 |     /// Provides a reliable datagram layer that does not guarantee ordering.
/host/spi-builder-workspace/Sources/Socket/System/SocketType.swift:43:65: error: cannot find 'SOCK_RDM' in scope
41 |
42 |     /// Provides a reliable datagram layer that does not guarantee ordering.
43 |     static var reliableDatagramMessage: SocketType { SocketType(SOCK_RDM) }
   |                                                                 `- error: cannot find 'SOCK_RDM' in scope
44 |
45 |     /// Provides a sequenced, reliable, two-way connection-based data transmission
/host/spi-builder-workspace/Sources/Socket/System/SocketType.swift:48:57: error: cannot find 'SOCK_SEQPACKET' in scope
46 |     /// path for datagrams of fixed maximum length; a consumer is required to read
47 |     /// an entire packet with each input system call.
48 |     static var sequencedPacket: SocketType { SocketType(SOCK_SEQPACKET) }
   |                                                         `- error: cannot find 'SOCK_SEQPACKET' in scope
49 | }
50 |
/host/spi-builder-workspace/Sources/Socket/System/SocketType.swift:57:75: error: cannot find 'SOCK_DCCP' in scope
55 |     ///
56 |     /// Linux specific way of getting packets at the dev level.
57 |     static var datagramCongestionControlProtocol: SocketType { SocketType(SOCK_DCCP) }
   |                                                                           `- error: cannot find 'SOCK_DCCP' in scope
58 | }
59 | #endif
[51/81] Compiling Socket Syscalls.swift
/host/spi-builder-workspace/Sources/Socket/System/SocketType.swift:5:22: warning: using '@_implementationOnly' without enabling library evolution for 'Socket' may lead to instability during execution
 3 | #endif
 4 | import SystemPackage
 5 | @_implementationOnly import CSocket
   |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'Socket' may lead to instability during execution
 6 |
 7 | /// POSIX Socket Type
/host/spi-builder-workspace/Sources/Socket/System/SocketType.swift:34:48: error: cannot find 'SOCK_STREAM' in scope
32 |     /// Provides sequenced, reliable, two-way, connection-based byte streams.
33 |     /// An out-of-band data transmission mechanism may be supported.
34 |     static var stream: SocketType { SocketType(SOCK_STREAM) }
   |                                                `- error: cannot find 'SOCK_STREAM' in scope
35 |
36 |     /// Supports datagrams (connectionless, unreliable messages of a fixed maximum length).
/host/spi-builder-workspace/Sources/Socket/System/SocketType.swift:37:50: error: cannot find 'SOCK_DGRAM' in scope
35 |
36 |     /// Supports datagrams (connectionless, unreliable messages of a fixed maximum length).
37 |     static var datagram: SocketType { SocketType(SOCK_DGRAM) }
   |                                                  `- error: cannot find 'SOCK_DGRAM' in scope
38 |
39 |     /// Provides raw network protocol access.
/host/spi-builder-workspace/Sources/Socket/System/SocketType.swift:40:45: error: cannot find 'SOCK_RAW' in scope
38 |
39 |     /// Provides raw network protocol access.
40 |     static var raw: SocketType { SocketType(SOCK_RAW) }
   |                                             `- error: cannot find 'SOCK_RAW' in scope
41 |
42 |     /// Provides a reliable datagram layer that does not guarantee ordering.
/host/spi-builder-workspace/Sources/Socket/System/SocketType.swift:43:65: error: cannot find 'SOCK_RDM' in scope
41 |
42 |     /// Provides a reliable datagram layer that does not guarantee ordering.
43 |     static var reliableDatagramMessage: SocketType { SocketType(SOCK_RDM) }
   |                                                                 `- error: cannot find 'SOCK_RDM' in scope
44 |
45 |     /// Provides a sequenced, reliable, two-way connection-based data transmission
/host/spi-builder-workspace/Sources/Socket/System/SocketType.swift:48:57: error: cannot find 'SOCK_SEQPACKET' in scope
46 |     /// path for datagrams of fixed maximum length; a consumer is required to read
47 |     /// an entire packet with each input system call.
48 |     static var sequencedPacket: SocketType { SocketType(SOCK_SEQPACKET) }
   |                                                         `- error: cannot find 'SOCK_SEQPACKET' in scope
49 | }
50 |
/host/spi-builder-workspace/Sources/Socket/System/SocketType.swift:57:75: error: cannot find 'SOCK_DCCP' in scope
55 |     ///
56 |     /// Linux specific way of getting packets at the dev level.
57 |     static var datagramCongestionControlProtocol: SocketType { SocketType(SOCK_DCCP) }
   |                                                                           `- error: cannot find 'SOCK_DCCP' in scope
58 | }
59 | #endif
[52/81] Compiling Socket Util.swift
/host/spi-builder-workspace/Sources/Socket/System/SocketType.swift:5:22: warning: using '@_implementationOnly' without enabling library evolution for 'Socket' may lead to instability during execution
 3 | #endif
 4 | import SystemPackage
 5 | @_implementationOnly import CSocket
   |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'Socket' may lead to instability during execution
 6 |
 7 | /// POSIX Socket Type
/host/spi-builder-workspace/Sources/Socket/System/SocketType.swift:34:48: error: cannot find 'SOCK_STREAM' in scope
32 |     /// Provides sequenced, reliable, two-way, connection-based byte streams.
33 |     /// An out-of-band data transmission mechanism may be supported.
34 |     static var stream: SocketType { SocketType(SOCK_STREAM) }
   |                                                `- error: cannot find 'SOCK_STREAM' in scope
35 |
36 |     /// Supports datagrams (connectionless, unreliable messages of a fixed maximum length).
/host/spi-builder-workspace/Sources/Socket/System/SocketType.swift:37:50: error: cannot find 'SOCK_DGRAM' in scope
35 |
36 |     /// Supports datagrams (connectionless, unreliable messages of a fixed maximum length).
37 |     static var datagram: SocketType { SocketType(SOCK_DGRAM) }
   |                                                  `- error: cannot find 'SOCK_DGRAM' in scope
38 |
39 |     /// Provides raw network protocol access.
/host/spi-builder-workspace/Sources/Socket/System/SocketType.swift:40:45: error: cannot find 'SOCK_RAW' in scope
38 |
39 |     /// Provides raw network protocol access.
40 |     static var raw: SocketType { SocketType(SOCK_RAW) }
   |                                             `- error: cannot find 'SOCK_RAW' in scope
41 |
42 |     /// Provides a reliable datagram layer that does not guarantee ordering.
/host/spi-builder-workspace/Sources/Socket/System/SocketType.swift:43:65: error: cannot find 'SOCK_RDM' in scope
41 |
42 |     /// Provides a reliable datagram layer that does not guarantee ordering.
43 |     static var reliableDatagramMessage: SocketType { SocketType(SOCK_RDM) }
   |                                                                 `- error: cannot find 'SOCK_RDM' in scope
44 |
45 |     /// Provides a sequenced, reliable, two-way connection-based data transmission
/host/spi-builder-workspace/Sources/Socket/System/SocketType.swift:48:57: error: cannot find 'SOCK_SEQPACKET' in scope
46 |     /// path for datagrams of fixed maximum length; a consumer is required to read
47 |     /// an entire packet with each input system call.
48 |     static var sequencedPacket: SocketType { SocketType(SOCK_SEQPACKET) }
   |                                                         `- error: cannot find 'SOCK_SEQPACKET' in scope
49 | }
50 |
/host/spi-builder-workspace/Sources/Socket/System/SocketType.swift:57:75: error: cannot find 'SOCK_DCCP' in scope
55 |     ///
56 |     /// Linux specific way of getting packets at the dev level.
57 |     static var datagramCongestionControlProtocol: SocketType { SocketType(SOCK_DCCP) }
   |                                                                           `- error: cannot find 'SOCK_DCCP' in scope
58 | }
59 | #endif
error: compile command failed due to signal 6 (use -v to see invocation)
swift-frontend: /home/build-user/swift/include/swift/AST/GenericSignature.h:139: const GenericSignatureImpl *swift::GenericSignature::operator->() const: Assertion `Ptr && "Cannot dereference a null GenericSignature!"' failed.
Please submit a bug report (https://swift.org/contributing/#reporting-bugs) and include the crash backtrace.
Stack dump:
0.	Program arguments: /usr/bin/swift-frontend -frontend -c -primary-file /host/spi-builder-workspace/Sources/Socket/Socket.swift -primary-file /host/spi-builder-workspace/Sources/Socket/SocketContinuation.swift -primary-file /host/spi-builder-workspace/Sources/Socket/SocketManager.swift -primary-file /host/spi-builder-workspace/Sources/Socket/SocketManager/AsyncSocketManager.swift -primary-file /host/spi-builder-workspace/Sources/Socket/SocketManager/CFSocketManager.swift -primary-file /host/spi-builder-workspace/Sources/Socket/System/CInternetAddress.swift /host/spi-builder-workspace/Sources/Socket/System/CInterop.swift /host/spi-builder-workspace/Sources/Socket/System/CSocketAddress.swift /host/spi-builder-workspace/Sources/Socket/System/Constants.swift /host/spi-builder-workspace/Sources/Socket/System/Errno.swift /host/spi-builder-workspace/Sources/Socket/System/FileChange.swift /host/spi-builder-workspace/Sources/Socket/System/FileEvent.swift /host/spi-builder-workspace/Sources/Socket/System/FileFlags.swift /host/spi-builder-workspace/Sources/Socket/System/InputOutput/IOControl.swift /host/spi-builder-workspace/Sources/Socket/System/InputOutput/IODirection.swift /host/spi-builder-workspace/Sources/Socket/System/InputOutput/IOOperations.swift /host/spi-builder-workspace/Sources/Socket/System/InputOutput/IOType.swift /host/spi-builder-workspace/Sources/Socket/System/InternetProtocol.swift /host/spi-builder-workspace/Sources/Socket/System/MessageFlags.swift /host/spi-builder-workspace/Sources/Socket/System/NetworkInterface.swift /host/spi-builder-workspace/Sources/Socket/System/NetworkOrder.swift /host/spi-builder-workspace/Sources/Socket/System/Poll.swift /host/spi-builder-workspace/Sources/Socket/System/SocketAddress.swift /host/spi-builder-workspace/Sources/Socket/System/SocketAddress/IPv4SocketAddress.swift /host/spi-builder-workspace/Sources/Socket/System/SocketAddress/IPv6SocketAddress.swift /host/spi-builder-workspace/Sources/Socket/System/SocketAddress/LinkLayerSocketAddress.swift /host/spi-builder-workspace/Sources/Socket/System/SocketAddress/UnixSocketAddress.swift /host/spi-builder-workspace/Sources/Socket/System/SocketAddressFamily.swift /host/spi-builder-workspace/Sources/Socket/System/SocketDescriptor.swift /host/spi-builder-workspace/Sources/Socket/System/SocketFlags.swift /host/spi-builder-workspace/Sources/Socket/System/SocketHelpers.swift /host/spi-builder-workspace/Sources/Socket/System/SocketOperations.swift /host/spi-builder-workspace/Sources/Socket/System/SocketOption.swift /host/spi-builder-workspace/Sources/Socket/System/SocketOptionID.swift /host/spi-builder-workspace/Sources/Socket/System/SocketOptionLevel.swift /host/spi-builder-workspace/Sources/Socket/System/SocketProtocol.swift /host/spi-builder-workspace/Sources/Socket/System/SocketProtocol/IPv4Protocol.swift /host/spi-builder-workspace/Sources/Socket/System/SocketProtocol/IPv6Protocol.swift /host/spi-builder-workspace/Sources/Socket/System/SocketProtocol/LinkLayerProtocol.swift /host/spi-builder-workspace/Sources/Socket/System/SocketProtocol/UnixProtocol.swift /host/spi-builder-workspace/Sources/Socket/System/SocketType.swift /host/spi-builder-workspace/Sources/Socket/System/Syscalls.swift /host/spi-builder-workspace/Sources/Socket/System/Util.swift -supplementary-output-file-map /tmp/TemporaryDirectory.xtWkvx/supplementaryOutputs-1 -target x86_64-unknown-linux-gnu -disable-objc-interop -I /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Modules -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format=dwarf -dwarf-version=4 -module-cache-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/ModuleCache -swift-version 5 -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -empty-abi-descriptor -enable-anonymous-context-mangled-names -file-compilation-dir /host/spi-builder-workspace -Xcc -fmodule-map-file=/host/spi-builder-workspace/Sources/CSocket/include/module.modulemap -Xcc -I -Xcc /host/spi-builder-workspace/Sources/CSocket/include -Xcc -fmodule-map-file=/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/CSystem/include/module.modulemap -Xcc -I -Xcc /host/spi-builder-workspace/.build/checkouts/swift-system/Sources/CSystem/include -Xcc -g -Xcc -fno-omit-frame-pointer -no-auto-bridging-header-chaining -module-name Socket -in-process-plugin-server-path /usr/lib/swift/host/libSwiftInProcPluginServer.so -plugin-path /usr/lib/swift/host/plugins -plugin-path /usr/local/lib/swift/host/plugins -parse-as-library -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Socket.build/Socket.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Socket.build/SocketContinuation.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Socket.build/SocketManager.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Socket.build/AsyncSocketManager.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Socket.build/CFSocketManager.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Socket.build/CInternetAddress.swift.o -index-store-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/index/store -index-system-modules
1.	Swift version 6.2-dev (LLVM 0d47fa0a0fd41fb, Swift 536aa932a9e0ea3)
2.	Compiling with effective version 5.10
3.	While evaluating request ASTLoweringRequest(Lowering AST to SIL for file "/host/spi-builder-workspace/Sources/Socket/SocketManager/AsyncSocketManager.swift")
4.	While silgen emitFunction SIL function "@$s6Socket05AsyncA7ManagerC15startMonitoring33_2B1509B1E2EA90CA2DC4053AF21AD7DALLyyF".
 for 'startMonitoring()' (at /host/spi-builder-workspace/Sources/Socket/SocketManager/AsyncSocketManager.swift:209:5)
5.	While silgen closureexpr SIL function "@$s6Socket05AsyncA7ManagerC15startMonitoring33_2B1509B1E2EA90CA2DC4053AF21AD7DALLyyFyyYacfU_".
 for expression at [/host/spi-builder-workspace/Sources/Socket/SocketManager/AsyncSocketManager.swift:215:70 - line:217:9] RangeText="{ [unowned self] in
            await self.run()
        "
6.	While verifying SIL function "@$s6Socket05AsyncA7ManagerC15startMonitoring33_2B1509B1E2EA90CA2DC4053AF21AD7DALLyyFyyYacfU_".
 for expression at [/host/spi-builder-workspace/Sources/Socket/SocketManager/AsyncSocketManager.swift:215:70 - line:217:9] RangeText="{ [unowned self] in
            await self.run()
        "
Stack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):
0  swift-frontend 0x0000555febe43918
1  swift-frontend 0x0000555febe4143e
2  swift-frontend 0x0000555febe43fb1
3  libc.so.6      0x00007f15e6b97520
4  libc.so.6      0x00007f15e6beb9fc pthread_kill + 300
5  libc.so.6      0x00007f15e6b97476 raise + 22
6  libc.so.6      0x00007f15e6b7d7f3 abort + 211
7  libc.so.6      0x00007f15e6b7d71b
8  libc.so.6      0x00007f15e6b8ee96
9  swift-frontend 0x0000555fe55ef94b
10 swift-frontend 0x0000555fe55e6c94
11 swift-frontend 0x0000555fe49f7b77
12 swift-frontend 0x0000555fe49f655f
13 swift-frontend 0x0000555fe4a00116
14 swift-frontend 0x0000555fe5530d1e
15 swift-frontend 0x0000555fe49f9a55
16 swift-frontend 0x0000555fe4a79670
17 swift-frontend 0x0000555fe4a79105
18 swift-frontend 0x0000555fe4a78dac
19 swift-frontend 0x0000555fe4a78d23
20 swift-frontend 0x0000555fe4a6b81d
21 swift-frontend 0x0000555fe4a61ba6
22 swift-frontend 0x0000555fe4a5507c
23 swift-frontend 0x0000555fe4a2de04
24 swift-frontend 0x0000555fe4a2e014
25 swift-frontend 0x0000555fe4a2dd3c
26 swift-frontend 0x0000555fe4a2deda
27 swift-frontend 0x0000555fe4a6e81a
28 swift-frontend 0x0000555fe4a61929
29 swift-frontend 0x0000555fe4a5507c
30 swift-frontend 0x0000555fe4a2de04
31 swift-frontend 0x0000555fe4b30422
32 swift-frontend 0x0000555fe4b69716
33 swift-frontend 0x0000555fe4b52d0c
34 swift-frontend 0x0000555fe4b67345
35 swift-frontend 0x0000555fe4b75dfa
36 swift-frontend 0x0000555fe4b750dd
37 swift-frontend 0x0000555fe4b584ec
38 swift-frontend 0x0000555fe4b55d00
39 swift-frontend 0x0000555fe4a61854
40 swift-frontend 0x0000555fe4a55816
41 swift-frontend 0x0000555fe4b108ea
42 swift-frontend 0x0000555fe4b0efcd
43 swift-frontend 0x0000555fe4a8722a
44 swift-frontend 0x0000555fe49f7142
45 swift-frontend 0x0000555fe49f877e
46 swift-frontend 0x0000555fe49f577c
47 swift-frontend 0x0000555fe4b2ea1a
48 swift-frontend 0x0000555fe4b295d8
49 swift-frontend 0x0000555fe4b2952d
50 swift-frontend 0x0000555fe49fb853
51 swift-frontend 0x0000555fe49fbfa4
52 swift-frontend 0x0000555fe4b0e8c6
53 swift-frontend 0x0000555fe4a00f53
54 swift-frontend 0x0000555fe49fc92f
55 swift-frontend 0x0000555fe41db808
56 swift-frontend 0x0000555fe41ed42a
57 swift-frontend 0x0000555fe41de7de
58 swift-frontend 0x0000555fe41dd878
59 swift-frontend 0x0000555fe3f5926b
60 libc.so.6      0x00007f15e6b7ed90
61 libc.so.6      0x00007f15e6b7ee40 __libc_start_main + 128
62 swift-frontend 0x0000555fe3f58265
BUILD FAILURE 6.2 linux