Build Information
Failed to build Socket, reference main (fa5f3c
), with Swift 6.2 (beta) for Linux on 22 Jun 2025 11:49:40 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/PureSwift/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/PureSwift/Socket
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at fa5f3c5 Merge pull request #9 from lyrise/work-around-a-swift-compiler-bug
Cloned https://github.com/PureSwift/Socket.git
Revision (git rev-parse @):
fa5f3c58ae1e72a5f1e996dc41dacedafecb8c30
SUCCESS checkout https://github.com/PureSwift/Socket.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/PureSwift/Socket.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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 (0.56s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.5.0 (1.38s)
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/33] Compiling SystemPackage Errno.swift
[8/33] Compiling SystemPackage ErrnoWindows.swift
[9/33] Compiling SystemPackage FileDescriptor.swift
[10/33] Compiling SystemPackage FileHelpers.swift
[11/36] Compiling SystemPackage MachPort.swift
[12/36] Compiling SystemPackage PlatformString.swift
[13/36] Compiling SystemPackage SystemString.swift
[14/36] Compiling SystemPackage Util+StringArray.swift
[15/36] Compiling SystemPackage Util.swift
[16/36] Compiling SystemPackage UtilConsumers.swift
[17/36] Compiling SystemPackage FilePathParsing.swift
[18/36] Compiling SystemPackage FilePathString.swift
[19/36] Compiling SystemPackage FilePathSyntax.swift
[20/36] Compiling SystemPackage FilePathTemp.swift
[21/36] Compiling SystemPackage FileOperations.swift
[22/36] Compiling SystemPackage FilePath.swift
[23/36] Compiling SystemPackage FilePathComponentView.swift
[24/36] Compiling SystemPackage FilePathComponents.swift
[25/36] Compiling SystemPackage Backcompat.swift
[26/36] Compiling SystemPackage CInterop.swift
[27/36] Compiling SystemPackage Constants.swift
[28/36] Compiling SystemPackage Exports.swift
[29/36] Compiling SystemPackage FilePathTempPosix.swift
[30/36] Compiling SystemPackage FilePathTempWindows.swift
[31/36] Compiling SystemPackage FilePathWindows.swift
[32/36] Compiling SystemPackage FilePermissions.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/81] Compiling Socket SocketDescriptor.swift
[44/81] Compiling Socket SocketFlags.swift
[45/81] Compiling Socket SocketHelpers.swift
[46/81] Compiling Socket SocketOperations.swift
[47/81] Compiling Socket SocketOption.swift
[48/81] Compiling Socket LinkLayerProtocol.swift
[49/81] Compiling Socket UnixProtocol.swift
[50/81] Compiling Socket SocketType.swift
[51/81] Compiling Socket Syscalls.swift
[52/81] Compiling Socket Util.swift
[53/81] Compiling Socket FileFlags.swift
[54/81] Compiling Socket IOControl.swift
[55/81] Compiling Socket IODirection.swift
[56/81] Compiling Socket IOOperations.swift
[57/81] Compiling Socket IOType.swift
[58/81] Compiling Socket InternetProtocol.swift
[59/81] Compiling Socket CInterop.swift
/host/spi-builder-workspace/Sources/Socket/System/Constants.swift:372:50: error: cannot find 'SOCK_STREAM' in scope
370 |
371 | @_alwaysEmitIntoClient
372 | internal var _SOCK_STREAM: CInterop.SocketType { SOCK_STREAM }
| `- error: cannot find 'SOCK_STREAM' in scope
373 |
374 | @_alwaysEmitIntoClient
/host/spi-builder-workspace/Sources/Socket/System/Constants.swift:375:49: error: cannot find 'SOCK_DGRAM' in scope
373 |
374 | @_alwaysEmitIntoClient
375 | internal var _SOCK_DGRAM: CInterop.SocketType { SOCK_DGRAM }
| `- error: cannot find 'SOCK_DGRAM' in scope
376 |
377 | @_alwaysEmitIntoClient
/host/spi-builder-workspace/Sources/Socket/System/Constants.swift:378:47: error: cannot find 'SOCK_RAW' in scope
376 |
377 | @_alwaysEmitIntoClient
378 | internal var _SOCK_RAW: CInterop.SocketType { SOCK_RAW }
| `- error: cannot find 'SOCK_RAW' in scope
379 |
380 | @_alwaysEmitIntoClient
/host/spi-builder-workspace/Sources/Socket/System/Constants.swift:381:47: error: cannot find 'SOCK_RDM' in scope
379 |
380 | @_alwaysEmitIntoClient
381 | internal var _SOCK_RDM: CInterop.SocketType { SOCK_RDM }
| `- error: cannot find 'SOCK_RDM' in scope
382 |
383 | @_alwaysEmitIntoClient
/host/spi-builder-workspace/Sources/Socket/System/Constants.swift:384:53: error: cannot find 'SOCK_SEQPACKET' in scope
382 |
383 | @_alwaysEmitIntoClient
384 | internal var _SOCK_SEQPACKET: CInterop.SocketType { SOCK_SEQPACKET }
| `- error: cannot find 'SOCK_SEQPACKET' in scope
385 |
386 | #if os(Linux)
/host/spi-builder-workspace/Sources/Socket/System/Constants.swift:388:48: error: cannot find 'SOCK_DCCP' in scope
386 | #if os(Linux)
387 | @_alwaysEmitIntoClient
388 | internal var _SOCK_DCCP: CInterop.SocketType { SOCK_DCCP }
| `- error: cannot find 'SOCK_DCCP' in scope
389 |
390 | @_alwaysEmitIntoClient
/host/spi-builder-workspace/Sources/Socket/System/Constants.swift:391:52: error: cannot find 'SOCK_NONBLOCK' in scope
389 |
390 | @_alwaysEmitIntoClient
391 | internal var _SOCK_NONBLOCK: CInterop.SocketType { SOCK_NONBLOCK }
| `- error: cannot find 'SOCK_NONBLOCK' in scope
392 |
393 | @_alwaysEmitIntoClient
/host/spi-builder-workspace/Sources/Socket/System/Constants.swift:394:51: error: cannot find 'SOCK_CLOEXEC' in scope
392 |
393 | @_alwaysEmitIntoClient
394 | internal var _SOCK_CLOEXEC: CInterop.SocketType { SOCK_CLOEXEC }
| `- error: cannot find 'SOCK_CLOEXEC' in scope
395 | #endif
396 |
[60/81] Compiling Socket CSocketAddress.swift
/host/spi-builder-workspace/Sources/Socket/System/Constants.swift:372:50: error: cannot find 'SOCK_STREAM' in scope
370 |
371 | @_alwaysEmitIntoClient
372 | internal var _SOCK_STREAM: CInterop.SocketType { SOCK_STREAM }
| `- error: cannot find 'SOCK_STREAM' in scope
373 |
374 | @_alwaysEmitIntoClient
/host/spi-builder-workspace/Sources/Socket/System/Constants.swift:375:49: error: cannot find 'SOCK_DGRAM' in scope
373 |
374 | @_alwaysEmitIntoClient
375 | internal var _SOCK_DGRAM: CInterop.SocketType { SOCK_DGRAM }
| `- error: cannot find 'SOCK_DGRAM' in scope
376 |
377 | @_alwaysEmitIntoClient
/host/spi-builder-workspace/Sources/Socket/System/Constants.swift:378:47: error: cannot find 'SOCK_RAW' in scope
376 |
377 | @_alwaysEmitIntoClient
378 | internal var _SOCK_RAW: CInterop.SocketType { SOCK_RAW }
| `- error: cannot find 'SOCK_RAW' in scope
379 |
380 | @_alwaysEmitIntoClient
/host/spi-builder-workspace/Sources/Socket/System/Constants.swift:381:47: error: cannot find 'SOCK_RDM' in scope
379 |
380 | @_alwaysEmitIntoClient
381 | internal var _SOCK_RDM: CInterop.SocketType { SOCK_RDM }
| `- error: cannot find 'SOCK_RDM' in scope
382 |
383 | @_alwaysEmitIntoClient
/host/spi-builder-workspace/Sources/Socket/System/Constants.swift:384:53: error: cannot find 'SOCK_SEQPACKET' in scope
382 |
383 | @_alwaysEmitIntoClient
384 | internal var _SOCK_SEQPACKET: CInterop.SocketType { SOCK_SEQPACKET }
| `- error: cannot find 'SOCK_SEQPACKET' in scope
385 |
386 | #if os(Linux)
/host/spi-builder-workspace/Sources/Socket/System/Constants.swift:388:48: error: cannot find 'SOCK_DCCP' in scope
386 | #if os(Linux)
387 | @_alwaysEmitIntoClient
388 | internal var _SOCK_DCCP: CInterop.SocketType { SOCK_DCCP }
| `- error: cannot find 'SOCK_DCCP' in scope
389 |
390 | @_alwaysEmitIntoClient
/host/spi-builder-workspace/Sources/Socket/System/Constants.swift:391:52: error: cannot find 'SOCK_NONBLOCK' in scope
389 |
390 | @_alwaysEmitIntoClient
391 | internal var _SOCK_NONBLOCK: CInterop.SocketType { SOCK_NONBLOCK }
| `- error: cannot find 'SOCK_NONBLOCK' in scope
392 |
393 | @_alwaysEmitIntoClient
/host/spi-builder-workspace/Sources/Socket/System/Constants.swift:394:51: error: cannot find 'SOCK_CLOEXEC' in scope
392 |
393 | @_alwaysEmitIntoClient
394 | internal var _SOCK_CLOEXEC: CInterop.SocketType { SOCK_CLOEXEC }
| `- error: cannot find 'SOCK_CLOEXEC' in scope
395 | #endif
396 |
[61/81] Compiling Socket Constants.swift
/host/spi-builder-workspace/Sources/Socket/System/Constants.swift:372:50: error: cannot find 'SOCK_STREAM' in scope
370 |
371 | @_alwaysEmitIntoClient
372 | internal var _SOCK_STREAM: CInterop.SocketType { SOCK_STREAM }
| `- error: cannot find 'SOCK_STREAM' in scope
373 |
374 | @_alwaysEmitIntoClient
/host/spi-builder-workspace/Sources/Socket/System/Constants.swift:375:49: error: cannot find 'SOCK_DGRAM' in scope
373 |
374 | @_alwaysEmitIntoClient
375 | internal var _SOCK_DGRAM: CInterop.SocketType { SOCK_DGRAM }
| `- error: cannot find 'SOCK_DGRAM' in scope
376 |
377 | @_alwaysEmitIntoClient
/host/spi-builder-workspace/Sources/Socket/System/Constants.swift:378:47: error: cannot find 'SOCK_RAW' in scope
376 |
377 | @_alwaysEmitIntoClient
378 | internal var _SOCK_RAW: CInterop.SocketType { SOCK_RAW }
| `- error: cannot find 'SOCK_RAW' in scope
379 |
380 | @_alwaysEmitIntoClient
/host/spi-builder-workspace/Sources/Socket/System/Constants.swift:381:47: error: cannot find 'SOCK_RDM' in scope
379 |
380 | @_alwaysEmitIntoClient
381 | internal var _SOCK_RDM: CInterop.SocketType { SOCK_RDM }
| `- error: cannot find 'SOCK_RDM' in scope
382 |
383 | @_alwaysEmitIntoClient
/host/spi-builder-workspace/Sources/Socket/System/Constants.swift:384:53: error: cannot find 'SOCK_SEQPACKET' in scope
382 |
383 | @_alwaysEmitIntoClient
384 | internal var _SOCK_SEQPACKET: CInterop.SocketType { SOCK_SEQPACKET }
| `- error: cannot find 'SOCK_SEQPACKET' in scope
385 |
386 | #if os(Linux)
/host/spi-builder-workspace/Sources/Socket/System/Constants.swift:388:48: error: cannot find 'SOCK_DCCP' in scope
386 | #if os(Linux)
387 | @_alwaysEmitIntoClient
388 | internal var _SOCK_DCCP: CInterop.SocketType { SOCK_DCCP }
| `- error: cannot find 'SOCK_DCCP' in scope
389 |
390 | @_alwaysEmitIntoClient
/host/spi-builder-workspace/Sources/Socket/System/Constants.swift:391:52: error: cannot find 'SOCK_NONBLOCK' in scope
389 |
390 | @_alwaysEmitIntoClient
391 | internal var _SOCK_NONBLOCK: CInterop.SocketType { SOCK_NONBLOCK }
| `- error: cannot find 'SOCK_NONBLOCK' in scope
392 |
393 | @_alwaysEmitIntoClient
/host/spi-builder-workspace/Sources/Socket/System/Constants.swift:394:51: error: cannot find 'SOCK_CLOEXEC' in scope
392 |
393 | @_alwaysEmitIntoClient
394 | internal var _SOCK_CLOEXEC: CInterop.SocketType { SOCK_CLOEXEC }
| `- error: cannot find 'SOCK_CLOEXEC' in scope
395 | #endif
396 |
[62/81] Compiling Socket Errno.swift
/host/spi-builder-workspace/Sources/Socket/System/Constants.swift:372:50: error: cannot find 'SOCK_STREAM' in scope
370 |
371 | @_alwaysEmitIntoClient
372 | internal var _SOCK_STREAM: CInterop.SocketType { SOCK_STREAM }
| `- error: cannot find 'SOCK_STREAM' in scope
373 |
374 | @_alwaysEmitIntoClient
/host/spi-builder-workspace/Sources/Socket/System/Constants.swift:375:49: error: cannot find 'SOCK_DGRAM' in scope
373 |
374 | @_alwaysEmitIntoClient
375 | internal var _SOCK_DGRAM: CInterop.SocketType { SOCK_DGRAM }
| `- error: cannot find 'SOCK_DGRAM' in scope
376 |
377 | @_alwaysEmitIntoClient
/host/spi-builder-workspace/Sources/Socket/System/Constants.swift:378:47: error: cannot find 'SOCK_RAW' in scope
376 |
377 | @_alwaysEmitIntoClient
378 | internal var _SOCK_RAW: CInterop.SocketType { SOCK_RAW }
| `- error: cannot find 'SOCK_RAW' in scope
379 |
380 | @_alwaysEmitIntoClient
/host/spi-builder-workspace/Sources/Socket/System/Constants.swift:381:47: error: cannot find 'SOCK_RDM' in scope
379 |
380 | @_alwaysEmitIntoClient
381 | internal var _SOCK_RDM: CInterop.SocketType { SOCK_RDM }
| `- error: cannot find 'SOCK_RDM' in scope
382 |
383 | @_alwaysEmitIntoClient
/host/spi-builder-workspace/Sources/Socket/System/Constants.swift:384:53: error: cannot find 'SOCK_SEQPACKET' in scope
382 |
383 | @_alwaysEmitIntoClient
384 | internal var _SOCK_SEQPACKET: CInterop.SocketType { SOCK_SEQPACKET }
| `- error: cannot find 'SOCK_SEQPACKET' in scope
385 |
386 | #if os(Linux)
/host/spi-builder-workspace/Sources/Socket/System/Constants.swift:388:48: error: cannot find 'SOCK_DCCP' in scope
386 | #if os(Linux)
387 | @_alwaysEmitIntoClient
388 | internal var _SOCK_DCCP: CInterop.SocketType { SOCK_DCCP }
| `- error: cannot find 'SOCK_DCCP' in scope
389 |
390 | @_alwaysEmitIntoClient
/host/spi-builder-workspace/Sources/Socket/System/Constants.swift:391:52: error: cannot find 'SOCK_NONBLOCK' in scope
389 |
390 | @_alwaysEmitIntoClient
391 | internal var _SOCK_NONBLOCK: CInterop.SocketType { SOCK_NONBLOCK }
| `- error: cannot find 'SOCK_NONBLOCK' in scope
392 |
393 | @_alwaysEmitIntoClient
/host/spi-builder-workspace/Sources/Socket/System/Constants.swift:394:51: error: cannot find 'SOCK_CLOEXEC' in scope
392 |
393 | @_alwaysEmitIntoClient
394 | internal var _SOCK_CLOEXEC: CInterop.SocketType { SOCK_CLOEXEC }
| `- error: cannot find 'SOCK_CLOEXEC' in scope
395 | #endif
396 |
[63/81] Compiling Socket FileChange.swift
/host/spi-builder-workspace/Sources/Socket/System/Constants.swift:372:50: error: cannot find 'SOCK_STREAM' in scope
370 |
371 | @_alwaysEmitIntoClient
372 | internal var _SOCK_STREAM: CInterop.SocketType { SOCK_STREAM }
| `- error: cannot find 'SOCK_STREAM' in scope
373 |
374 | @_alwaysEmitIntoClient
/host/spi-builder-workspace/Sources/Socket/System/Constants.swift:375:49: error: cannot find 'SOCK_DGRAM' in scope
373 |
374 | @_alwaysEmitIntoClient
375 | internal var _SOCK_DGRAM: CInterop.SocketType { SOCK_DGRAM }
| `- error: cannot find 'SOCK_DGRAM' in scope
376 |
377 | @_alwaysEmitIntoClient
/host/spi-builder-workspace/Sources/Socket/System/Constants.swift:378:47: error: cannot find 'SOCK_RAW' in scope
376 |
377 | @_alwaysEmitIntoClient
378 | internal var _SOCK_RAW: CInterop.SocketType { SOCK_RAW }
| `- error: cannot find 'SOCK_RAW' in scope
379 |
380 | @_alwaysEmitIntoClient
/host/spi-builder-workspace/Sources/Socket/System/Constants.swift:381:47: error: cannot find 'SOCK_RDM' in scope
379 |
380 | @_alwaysEmitIntoClient
381 | internal var _SOCK_RDM: CInterop.SocketType { SOCK_RDM }
| `- error: cannot find 'SOCK_RDM' in scope
382 |
383 | @_alwaysEmitIntoClient
/host/spi-builder-workspace/Sources/Socket/System/Constants.swift:384:53: error: cannot find 'SOCK_SEQPACKET' in scope
382 |
383 | @_alwaysEmitIntoClient
384 | internal var _SOCK_SEQPACKET: CInterop.SocketType { SOCK_SEQPACKET }
| `- error: cannot find 'SOCK_SEQPACKET' in scope
385 |
386 | #if os(Linux)
/host/spi-builder-workspace/Sources/Socket/System/Constants.swift:388:48: error: cannot find 'SOCK_DCCP' in scope
386 | #if os(Linux)
387 | @_alwaysEmitIntoClient
388 | internal var _SOCK_DCCP: CInterop.SocketType { SOCK_DCCP }
| `- error: cannot find 'SOCK_DCCP' in scope
389 |
390 | @_alwaysEmitIntoClient
/host/spi-builder-workspace/Sources/Socket/System/Constants.swift:391:52: error: cannot find 'SOCK_NONBLOCK' in scope
389 |
390 | @_alwaysEmitIntoClient
391 | internal var _SOCK_NONBLOCK: CInterop.SocketType { SOCK_NONBLOCK }
| `- error: cannot find 'SOCK_NONBLOCK' in scope
392 |
393 | @_alwaysEmitIntoClient
/host/spi-builder-workspace/Sources/Socket/System/Constants.swift:394:51: error: cannot find 'SOCK_CLOEXEC' in scope
392 |
393 | @_alwaysEmitIntoClient
394 | internal var _SOCK_CLOEXEC: CInterop.SocketType { SOCK_CLOEXEC }
| `- error: cannot find 'SOCK_CLOEXEC' in scope
395 | #endif
396 |
[64/81] Compiling Socket FileEvent.swift
/host/spi-builder-workspace/Sources/Socket/System/Constants.swift:372:50: error: cannot find 'SOCK_STREAM' in scope
370 |
371 | @_alwaysEmitIntoClient
372 | internal var _SOCK_STREAM: CInterop.SocketType { SOCK_STREAM }
| `- error: cannot find 'SOCK_STREAM' in scope
373 |
374 | @_alwaysEmitIntoClient
/host/spi-builder-workspace/Sources/Socket/System/Constants.swift:375:49: error: cannot find 'SOCK_DGRAM' in scope
373 |
374 | @_alwaysEmitIntoClient
375 | internal var _SOCK_DGRAM: CInterop.SocketType { SOCK_DGRAM }
| `- error: cannot find 'SOCK_DGRAM' in scope
376 |
377 | @_alwaysEmitIntoClient
/host/spi-builder-workspace/Sources/Socket/System/Constants.swift:378:47: error: cannot find 'SOCK_RAW' in scope
376 |
377 | @_alwaysEmitIntoClient
378 | internal var _SOCK_RAW: CInterop.SocketType { SOCK_RAW }
| `- error: cannot find 'SOCK_RAW' in scope
379 |
380 | @_alwaysEmitIntoClient
/host/spi-builder-workspace/Sources/Socket/System/Constants.swift:381:47: error: cannot find 'SOCK_RDM' in scope
379 |
380 | @_alwaysEmitIntoClient
381 | internal var _SOCK_RDM: CInterop.SocketType { SOCK_RDM }
| `- error: cannot find 'SOCK_RDM' in scope
382 |
383 | @_alwaysEmitIntoClient
/host/spi-builder-workspace/Sources/Socket/System/Constants.swift:384:53: error: cannot find 'SOCK_SEQPACKET' in scope
382 |
383 | @_alwaysEmitIntoClient
384 | internal var _SOCK_SEQPACKET: CInterop.SocketType { SOCK_SEQPACKET }
| `- error: cannot find 'SOCK_SEQPACKET' in scope
385 |
386 | #if os(Linux)
/host/spi-builder-workspace/Sources/Socket/System/Constants.swift:388:48: error: cannot find 'SOCK_DCCP' in scope
386 | #if os(Linux)
387 | @_alwaysEmitIntoClient
388 | internal var _SOCK_DCCP: CInterop.SocketType { SOCK_DCCP }
| `- error: cannot find 'SOCK_DCCP' in scope
389 |
390 | @_alwaysEmitIntoClient
/host/spi-builder-workspace/Sources/Socket/System/Constants.swift:391:52: error: cannot find 'SOCK_NONBLOCK' in scope
389 |
390 | @_alwaysEmitIntoClient
391 | internal var _SOCK_NONBLOCK: CInterop.SocketType { SOCK_NONBLOCK }
| `- error: cannot find 'SOCK_NONBLOCK' in scope
392 |
393 | @_alwaysEmitIntoClient
/host/spi-builder-workspace/Sources/Socket/System/Constants.swift:394:51: error: cannot find 'SOCK_CLOEXEC' in scope
392 |
393 | @_alwaysEmitIntoClient
394 | internal var _SOCK_CLOEXEC: CInterop.SocketType { SOCK_CLOEXEC }
| `- error: cannot find 'SOCK_CLOEXEC' in scope
395 | #endif
396 |
[65/81] Compiling Socket MessageFlags.swift
[66/81] Compiling Socket NetworkInterface.swift
[67/81] Compiling Socket NetworkOrder.swift
[68/81] Compiling Socket Poll.swift
[69/81] Compiling Socket SocketAddress.swift
[70/81] Compiling Socket IPv4SocketAddress.swift
[71/81] Compiling Socket IPv6SocketAddress.swift
[72/81] Compiling Socket LinkLayerSocketAddress.swift
[73/81] Compiling Socket UnixSocketAddress.swift
[74/81] Compiling Socket SocketAddressFamily.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[75/81] Compiling Socket Socket.swift
[76/81] Compiling Socket SocketContinuation.swift
[77/81] Compiling Socket SocketManager.swift
[78/81] Compiling Socket AsyncSocketManager.swift
[79/81] Compiling Socket CFSocketManager.swift
[80/81] Compiling Socket CInternetAddress.swift
[81/81] Emitting module Socket
/host/spi-builder-workspace/Sources/Socket/System/Constants.swift:372:50: error: cannot find 'SOCK_STREAM' in scope
370 |
371 | @_alwaysEmitIntoClient
372 | internal var _SOCK_STREAM: CInterop.SocketType { SOCK_STREAM }
| `- error: cannot find 'SOCK_STREAM' in scope
373 |
374 | @_alwaysEmitIntoClient
/host/spi-builder-workspace/Sources/Socket/System/Constants.swift:375:49: error: cannot find 'SOCK_DGRAM' in scope
373 |
374 | @_alwaysEmitIntoClient
375 | internal var _SOCK_DGRAM: CInterop.SocketType { SOCK_DGRAM }
| `- error: cannot find 'SOCK_DGRAM' in scope
376 |
377 | @_alwaysEmitIntoClient
/host/spi-builder-workspace/Sources/Socket/System/Constants.swift:378:47: error: cannot find 'SOCK_RAW' in scope
376 |
377 | @_alwaysEmitIntoClient
378 | internal var _SOCK_RAW: CInterop.SocketType { SOCK_RAW }
| `- error: cannot find 'SOCK_RAW' in scope
379 |
380 | @_alwaysEmitIntoClient
/host/spi-builder-workspace/Sources/Socket/System/Constants.swift:381:47: error: cannot find 'SOCK_RDM' in scope
379 |
380 | @_alwaysEmitIntoClient
381 | internal var _SOCK_RDM: CInterop.SocketType { SOCK_RDM }
| `- error: cannot find 'SOCK_RDM' in scope
382 |
383 | @_alwaysEmitIntoClient
/host/spi-builder-workspace/Sources/Socket/System/Constants.swift:384:53: error: cannot find 'SOCK_SEQPACKET' in scope
382 |
383 | @_alwaysEmitIntoClient
384 | internal var _SOCK_SEQPACKET: CInterop.SocketType { SOCK_SEQPACKET }
| `- error: cannot find 'SOCK_SEQPACKET' in scope
385 |
386 | #if os(Linux)
/host/spi-builder-workspace/Sources/Socket/System/Constants.swift:388:48: error: cannot find 'SOCK_DCCP' in scope
386 | #if os(Linux)
387 | @_alwaysEmitIntoClient
388 | internal var _SOCK_DCCP: CInterop.SocketType { SOCK_DCCP }
| `- error: cannot find 'SOCK_DCCP' in scope
389 |
390 | @_alwaysEmitIntoClient
/host/spi-builder-workspace/Sources/Socket/System/Constants.swift:391:52: error: cannot find 'SOCK_NONBLOCK' in scope
389 |
390 | @_alwaysEmitIntoClient
391 | internal var _SOCK_NONBLOCK: CInterop.SocketType { SOCK_NONBLOCK }
| `- error: cannot find 'SOCK_NONBLOCK' in scope
392 |
393 | @_alwaysEmitIntoClient
/host/spi-builder-workspace/Sources/Socket/System/Constants.swift:394:51: error: cannot find 'SOCK_CLOEXEC' in scope
392 |
393 | @_alwaysEmitIntoClient
394 | internal var _SOCK_CLOEXEC: CInterop.SocketType { SOCK_CLOEXEC }
| `- error: cannot find 'SOCK_CLOEXEC' in scope
395 | #endif
396 |
BUILD FAILURE 6.2 linux