The Swift Package Index logo.Swift Package Index

Build Information

Failed to build ConfigParser 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/ponyboy47/ConfigParser.git
Reference: master
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/ponyboy47/ConfigParser
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at b7d9b1d Updated to rebranded TrailBlazer (now Pathman), added Data parsing, bump version
Cloned https://github.com/ponyboy47/ConfigParser.git
Revision (git rev-parse @):
b7d9b1df44b17e108bba16839ee693092cb4cfb6
SUCCESS checkout https://github.com/ponyboy47/ConfigParser.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/ponyboy47/ConfigParser.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/Ponyboy47/Pathman.git
[1/4003] Fetching pathman
Fetched https://github.com/Ponyboy47/Pathman.git from cache (0.27s)
Computing version for https://github.com/Ponyboy47/Pathman.git
Computed https://github.com/Ponyboy47/Pathman.git at 0.20.1 (0.46s)
Fetching https://github.com/kareman/SwiftShell
Fetching https://github.com/Ponyboy47/Cglob
Fetching https://github.com/Ponyboy47/Cdirent
Fetching https://github.com/Ponyboy47/ErrNo
[1/294] Fetching errno
[295/306] Fetching errno, cglob
[307/318] Fetching errno, cglob, cdirent
[317/5181] Fetching errno, cglob, cdirent, swiftshell
Fetched https://github.com/Ponyboy47/ErrNo from cache (0.24s)
[1336/4887] Fetching cglob, cdirent, swiftshell
Fetched https://github.com/Ponyboy47/Cdirent from cache (0.37s)
Fetched https://github.com/Ponyboy47/Cglob from cache (0.37s)
Fetched https://github.com/kareman/SwiftShell from cache (0.38s)
Computing version for https://github.com/Ponyboy47/Cglob
Computed https://github.com/Ponyboy47/Cglob at 0.1.0 (1.27s)
Computing version for https://github.com/Ponyboy47/Cdirent
Computed https://github.com/Ponyboy47/Cdirent at 0.1.0 (0.45s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 5.1.0 (0.46s)
Computing version for https://github.com/Ponyboy47/ErrNo
Computed https://github.com/Ponyboy47/ErrNo at 0.5.2 (0.44s)
Creating working copy for https://github.com/Ponyboy47/Cglob
Working copy of https://github.com/Ponyboy47/Cglob resolved at 0.1.0
Creating working copy for https://github.com/Ponyboy47/ErrNo
Working copy of https://github.com/Ponyboy47/ErrNo resolved at 0.5.2
Creating working copy for https://github.com/Ponyboy47/Pathman.git
Working copy of https://github.com/Ponyboy47/Pathman.git resolved at 0.20.1
Creating working copy for https://github.com/Ponyboy47/Cdirent
Working copy of https://github.com/Ponyboy47/Cdirent resolved at 0.1.0
Creating working copy for https://github.com/kareman/SwiftShell
Working copy of https://github.com/kareman/SwiftShell resolved at 5.1.0
Building for debugging...
[0/6] Write sources
[3/6] Compiling Cdirent dirent.c
[4/6] Compiling Cglob glob.c
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/10] Compiling ErrNo ErrNo+Glibc.swift
[8/10] Compiling ErrNo ErrNo+Darwin.swift
[9/10] Compiling ErrNo ErrNo.swift
[10/10] Emitting module ErrNo
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/108] Emitting module Pathman
/host/spi-builder-workspace/.build/checkouts/Pathman/Sources/Pathman/CInterop/socket/SocketType.swift:3:12: error: variable 'SOCK_DGRAM' does not exist in module 'Glibc'
import let Glibc.SOCK_DGRAM
           ^     ~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Pathman/Sources/Pathman/CInterop/socket/SocketType.swift:4:12: error: variable 'SOCK_STREAM' does not exist in module 'Glibc'
import let Glibc.SOCK_STREAM
           ^     ~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Pathman/Sources/Pathman/CInterop/socket/SocketType.swift:15:53: error: cannot find 'SOCK_STREAM' in scope
    public static let stream = SocketType(rawValue: SOCK_STREAM)
                                                    ^~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Pathman/Sources/Pathman/CInterop/socket/SocketType.swift:18:55: error: cannot find 'SOCK_DGRAM' in scope
    public static let datagram = SocketType(rawValue: SOCK_DGRAM)
                                                      ^~~~~~~~~~
[13/121] Compiling Pathman Readable.swift
[14/121] Compiling Pathman Seekable.swift
[15/121] Compiling Pathman Stat.swift
[16/121] Compiling Pathman StatDescriptor.swift
[17/121] Compiling Pathman StatPath.swift
[18/121] Compiling Pathman Statable.swift
[19/121] Compiling Pathman Writable.swift
[20/121] Compiling Pathman Readable+Helpers.swift
[21/121] Compiling Pathman Readable+UnusedHelpers.swift
[22/121] Compiling Pathman ReadableByOpened+Helpers.swift
[23/121] Compiling Pathman OpenSocket.swift
[24/121] Compiling Pathman SocketPath+Bindable.swift
[25/121] Compiling Pathman SocketPath+Connectable.swift
[26/121] Compiling Pathman Open+Writable.swift
[27/121] Compiling Pathman Open.swift
[28/121] Compiling Pathman Openable+Copyable.swift
[29/121] Compiling Pathman Path+Absolute.swift
[30/121] Compiling Pathman Path+Ancester.swift
[31/121] Compiling Pathman Path+Codable.swift
[32/121] Compiling Pathman Path+Comparable.swift
[33/121] Compiling Pathman Path+Deletable.swift
[34/121] Compiling Pathman Path+Equatable.swift
[35/121] Compiling Pathman Path+Generic.swift
[36/121] Compiling Pathman Path+HomeDirectory.swift
[37/121] Compiling Pathman Path+Iterator.swift
[38/121] Compiling Pathman Path+Links.swift
[39/121] Compiling Pathman Path+Movable.swift
[40/121] Compiling Pathman Binding+Accept.swift
[41/121] Compiling Pathman Binding+Listen.swift
[42/121] Compiling Pathman Binding.swift
[43/121] Compiling Pathman ByteRepresentable.swift
[44/121] Compiling Pathman PlatformCTypes.swift
[45/121] Compiling Pathman GlobFlags.swift
[46/121] Compiling Pathman OpenFileMode.swift
[47/121] Compiling Pathman ReceiveFlags.swift
[48/121] Compiling Pathman SendFlags.swift
[49/121] Compiling Pathman FileBits.swift
[50/121] Compiling Pathman FileMode.swift
[51/121] Compiling Pathman FilePermissions.swift
[52/121] Compiling Pathman PathType.swift
[53/121] Compiling Pathman UMask.swift
[54/121] Compiling Pathman DirectoryChildren+Iterator.swift
/host/spi-builder-workspace/.build/checkouts/Pathman/Sources/Pathman/CInterop/socket/SocketType.swift:3:12: error: variable 'SOCK_DGRAM' does not exist in module 'Glibc'
import let Glibc.SOCK_DGRAM
           ^     ~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Pathman/Sources/Pathman/CInterop/socket/SocketType.swift:4:12: error: variable 'SOCK_STREAM' does not exist in module 'Glibc'
import let Glibc.SOCK_STREAM
           ^     ~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Pathman/Sources/Pathman/CInterop/socket/SocketType.swift:15:53: error: cannot find 'SOCK_STREAM' in scope
    public static let stream = SocketType(rawValue: SOCK_STREAM)
                                                    ^~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Pathman/Sources/Pathman/CInterop/socket/SocketType.swift:18:55: error: cannot find 'SOCK_DGRAM' in scope
    public static let datagram = SocketType(rawValue: SOCK_DGRAM)
                                                      ^~~~~~~~~~
[55/121] Compiling Pathman DirectoryChildren+Sortable.swift
/host/spi-builder-workspace/.build/checkouts/Pathman/Sources/Pathman/CInterop/socket/SocketType.swift:3:12: error: variable 'SOCK_DGRAM' does not exist in module 'Glibc'
import let Glibc.SOCK_DGRAM
           ^     ~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Pathman/Sources/Pathman/CInterop/socket/SocketType.swift:4:12: error: variable 'SOCK_STREAM' does not exist in module 'Glibc'
import let Glibc.SOCK_STREAM
           ^     ~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Pathman/Sources/Pathman/CInterop/socket/SocketType.swift:15:53: error: cannot find 'SOCK_STREAM' in scope
    public static let stream = SocketType(rawValue: SOCK_STREAM)
                                                    ^~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Pathman/Sources/Pathman/CInterop/socket/SocketType.swift:18:55: error: cannot find 'SOCK_DGRAM' in scope
    public static let datagram = SocketType(rawValue: SOCK_DGRAM)
                                                      ^~~~~~~~~~
[56/121] Compiling Pathman DirectoryChildren.swift
/host/spi-builder-workspace/.build/checkouts/Pathman/Sources/Pathman/CInterop/socket/SocketType.swift:3:12: error: variable 'SOCK_DGRAM' does not exist in module 'Glibc'
import let Glibc.SOCK_DGRAM
           ^     ~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Pathman/Sources/Pathman/CInterop/socket/SocketType.swift:4:12: error: variable 'SOCK_STREAM' does not exist in module 'Glibc'
import let Glibc.SOCK_STREAM
           ^     ~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Pathman/Sources/Pathman/CInterop/socket/SocketType.swift:15:53: error: cannot find 'SOCK_STREAM' in scope
    public static let stream = SocketType(rawValue: SOCK_STREAM)
                                                    ^~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Pathman/Sources/Pathman/CInterop/socket/SocketType.swift:18:55: error: cannot find 'SOCK_DGRAM' in scope
    public static let datagram = SocketType(rawValue: SOCK_DGRAM)
                                                      ^~~~~~~~~~
[57/121] Compiling Pathman Offset.swift
/host/spi-builder-workspace/.build/checkouts/Pathman/Sources/Pathman/CInterop/socket/SocketType.swift:3:12: error: variable 'SOCK_DGRAM' does not exist in module 'Glibc'
import let Glibc.SOCK_DGRAM
           ^     ~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Pathman/Sources/Pathman/CInterop/socket/SocketType.swift:4:12: error: variable 'SOCK_STREAM' does not exist in module 'Glibc'
import let Glibc.SOCK_STREAM
           ^     ~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Pathman/Sources/Pathman/CInterop/socket/SocketType.swift:15:53: error: cannot find 'SOCK_STREAM' in scope
    public static let stream = SocketType(rawValue: SOCK_STREAM)
                                                    ^~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Pathman/Sources/Pathman/CInterop/socket/SocketType.swift:18:55: error: cannot find 'SOCK_DGRAM' in scope
    public static let datagram = SocketType(rawValue: SOCK_DGRAM)
                                                      ^~~~~~~~~~
[58/121] Compiling Pathman SocketDomain.swift
/host/spi-builder-workspace/.build/checkouts/Pathman/Sources/Pathman/CInterop/socket/SocketType.swift:3:12: error: variable 'SOCK_DGRAM' does not exist in module 'Glibc'
import let Glibc.SOCK_DGRAM
           ^     ~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Pathman/Sources/Pathman/CInterop/socket/SocketType.swift:4:12: error: variable 'SOCK_STREAM' does not exist in module 'Glibc'
import let Glibc.SOCK_STREAM
           ^     ~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Pathman/Sources/Pathman/CInterop/socket/SocketType.swift:15:53: error: cannot find 'SOCK_STREAM' in scope
    public static let stream = SocketType(rawValue: SOCK_STREAM)
                                                    ^~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Pathman/Sources/Pathman/CInterop/socket/SocketType.swift:18:55: error: cannot find 'SOCK_DGRAM' in scope
    public static let datagram = SocketType(rawValue: SOCK_DGRAM)
                                                      ^~~~~~~~~~
[59/121] Compiling Pathman SocketType.swift
/host/spi-builder-workspace/.build/checkouts/Pathman/Sources/Pathman/CInterop/socket/SocketType.swift:3:12: error: variable 'SOCK_DGRAM' does not exist in module 'Glibc'
import let Glibc.SOCK_DGRAM
           ^     ~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Pathman/Sources/Pathman/CInterop/socket/SocketType.swift:4:12: error: variable 'SOCK_STREAM' does not exist in module 'Glibc'
import let Glibc.SOCK_STREAM
           ^     ~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Pathman/Sources/Pathman/CInterop/socket/SocketType.swift:15:53: error: cannot find 'SOCK_STREAM' in scope
    public static let stream = SocketType(rawValue: SOCK_STREAM)
                                                    ^~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Pathman/Sources/Pathman/CInterop/socket/SocketType.swift:18:55: error: cannot find 'SOCK_DGRAM' in scope
    public static let datagram = SocketType(rawValue: SOCK_DGRAM)
                                                      ^~~~~~~~~~
[60/121] Compiling Pathman StatAttributes.swift
/host/spi-builder-workspace/.build/checkouts/Pathman/Sources/Pathman/CInterop/socket/SocketType.swift:3:12: error: variable 'SOCK_DGRAM' does not exist in module 'Glibc'
import let Glibc.SOCK_DGRAM
           ^     ~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Pathman/Sources/Pathman/CInterop/socket/SocketType.swift:4:12: error: variable 'SOCK_STREAM' does not exist in module 'Glibc'
import let Glibc.SOCK_STREAM
           ^     ~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Pathman/Sources/Pathman/CInterop/socket/SocketType.swift:15:53: error: cannot find 'SOCK_STREAM' in scope
    public static let stream = SocketType(rawValue: SOCK_STREAM)
                                                    ^~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Pathman/Sources/Pathman/CInterop/socket/SocketType.swift:18:55: error: cannot find 'SOCK_DGRAM' in scope
    public static let datagram = SocketType(rawValue: SOCK_DGRAM)
                                                      ^~~~~~~~~~
[61/121] Compiling Pathman setbuf.swift
/host/spi-builder-workspace/.build/checkouts/Pathman/Sources/Pathman/CInterop/socket/SocketType.swift:3:12: error: variable 'SOCK_DGRAM' does not exist in module 'Glibc'
import let Glibc.SOCK_DGRAM
           ^     ~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Pathman/Sources/Pathman/CInterop/socket/SocketType.swift:4:12: error: variable 'SOCK_STREAM' does not exist in module 'Glibc'
import let Glibc.SOCK_STREAM
           ^     ~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Pathman/Sources/Pathman/CInterop/socket/SocketType.swift:15:53: error: cannot find 'SOCK_STREAM' in scope
    public static let stream = SocketType(rawValue: SOCK_STREAM)
                                                    ^~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Pathman/Sources/Pathman/CInterop/socket/SocketType.swift:18:55: error: cannot find 'SOCK_DGRAM' in scope
    public static let datagram = SocketType(rawValue: SOCK_DGRAM)
                                                      ^~~~~~~~~~
[62/121] Compiling Pathman CharacterPath+Openable.swift
/host/spi-builder-workspace/.build/checkouts/Pathman/Sources/Pathman/CInterop/socket/SocketType.swift:3:12: error: variable 'SOCK_DGRAM' does not exist in module 'Glibc'
import let Glibc.SOCK_DGRAM
           ^     ~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Pathman/Sources/Pathman/CInterop/socket/SocketType.swift:4:12: error: variable 'SOCK_STREAM' does not exist in module 'Glibc'
import let Glibc.SOCK_STREAM
           ^     ~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Pathman/Sources/Pathman/CInterop/socket/SocketType.swift:15:53: error: cannot find 'SOCK_STREAM' in scope
    public static let stream = SocketType(rawValue: SOCK_STREAM)
                                                    ^~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Pathman/Sources/Pathman/CInterop/socket/SocketType.swift:18:55: error: cannot find 'SOCK_DGRAM' in scope
    public static let datagram = SocketType(rawValue: SOCK_DGRAM)
                                                      ^~~~~~~~~~
[63/121] Compiling Pathman CharacterPath+Readable.swift
/host/spi-builder-workspace/.build/checkouts/Pathman/Sources/Pathman/CInterop/socket/SocketType.swift:3:12: error: variable 'SOCK_DGRAM' does not exist in module 'Glibc'
import let Glibc.SOCK_DGRAM
           ^     ~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Pathman/Sources/Pathman/CInterop/socket/SocketType.swift:4:12: error: variable 'SOCK_STREAM' does not exist in module 'Glibc'
import let Glibc.SOCK_STREAM
           ^     ~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Pathman/Sources/Pathman/CInterop/socket/SocketType.swift:15:53: error: cannot find 'SOCK_STREAM' in scope
    public static let stream = SocketType(rawValue: SOCK_STREAM)
                                                    ^~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Pathman/Sources/Pathman/CInterop/socket/SocketType.swift:18:55: error: cannot find 'SOCK_DGRAM' in scope
    public static let datagram = SocketType(rawValue: SOCK_DGRAM)
                                                      ^~~~~~~~~~
[64/121] Compiling Pathman CharacterPath+Writable.swift
/host/spi-builder-workspace/.build/checkouts/Pathman/Sources/Pathman/CInterop/socket/SocketType.swift:3:12: error: variable 'SOCK_DGRAM' does not exist in module 'Glibc'
import let Glibc.SOCK_DGRAM
           ^     ~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Pathman/Sources/Pathman/CInterop/socket/SocketType.swift:4:12: error: variable 'SOCK_STREAM' does not exist in module 'Glibc'
import let Glibc.SOCK_STREAM
           ^     ~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Pathman/Sources/Pathman/CInterop/socket/SocketType.swift:15:53: error: cannot find 'SOCK_STREAM' in scope
    public static let stream = SocketType(rawValue: SOCK_STREAM)
                                                    ^~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Pathman/Sources/Pathman/CInterop/socket/SocketType.swift:18:55: error: cannot find 'SOCK_DGRAM' in scope
    public static let datagram = SocketType(rawValue: SOCK_DGRAM)
                                                      ^~~~~~~~~~
[65/121] Compiling Pathman CharacterPath.swift
/host/spi-builder-workspace/.build/checkouts/Pathman/Sources/Pathman/CInterop/socket/SocketType.swift:3:12: error: variable 'SOCK_DGRAM' does not exist in module 'Glibc'
import let Glibc.SOCK_DGRAM
           ^     ~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Pathman/Sources/Pathman/CInterop/socket/SocketType.swift:4:12: error: variable 'SOCK_STREAM' does not exist in module 'Glibc'
import let Glibc.SOCK_STREAM
           ^     ~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Pathman/Sources/Pathman/CInterop/socket/SocketType.swift:15:53: error: cannot find 'SOCK_STREAM' in scope
    public static let stream = SocketType(rawValue: SOCK_STREAM)
                                                    ^~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Pathman/Sources/Pathman/CInterop/socket/SocketType.swift:18:55: error: cannot find 'SOCK_DGRAM' in scope
    public static let datagram = SocketType(rawValue: SOCK_DGRAM)
                                                      ^~~~~~~~~~
[66/121] Compiling Pathman OpenCharacter.swift
/host/spi-builder-workspace/.build/checkouts/Pathman/Sources/Pathman/CInterop/socket/SocketType.swift:3:12: error: variable 'SOCK_DGRAM' does not exist in module 'Glibc'
import let Glibc.SOCK_DGRAM
           ^     ~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Pathman/Sources/Pathman/CInterop/socket/SocketType.swift:4:12: error: variable 'SOCK_STREAM' does not exist in module 'Glibc'
import let Glibc.SOCK_STREAM
           ^     ~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Pathman/Sources/Pathman/CInterop/socket/SocketType.swift:15:53: error: cannot find 'SOCK_STREAM' in scope
    public static let stream = SocketType(rawValue: SOCK_STREAM)
                                                    ^~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Pathman/Sources/Pathman/CInterop/socket/SocketType.swift:18:55: error: cannot find 'SOCK_DGRAM' in scope
    public static let datagram = SocketType(rawValue: SOCK_DGRAM)
                                                      ^~~~~~~~~~
[67/121] Compiling Pathman Connection+Readable.swift
/host/spi-builder-workspace/.build/checkouts/Pathman/Sources/Pathman/CInterop/socket/SocketType.swift:3:12: error: variable 'SOCK_DGRAM' does not exist in module 'Glibc'
import let Glibc.SOCK_DGRAM
           ^     ~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Pathman/Sources/Pathman/CInterop/socket/SocketType.swift:4:12: error: variable 'SOCK_STREAM' does not exist in module 'Glibc'
import let Glibc.SOCK_STREAM
           ^     ~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Pathman/Sources/Pathman/CInterop/socket/SocketType.swift:15:53: error: cannot find 'SOCK_STREAM' in scope
    public static let stream = SocketType(rawValue: SOCK_STREAM)
                                                    ^~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Pathman/Sources/Pathman/CInterop/socket/SocketType.swift:18:55: error: cannot find 'SOCK_DGRAM' in scope
    public static let datagram = SocketType(rawValue: SOCK_DGRAM)
                                                      ^~~~~~~~~~
[68/121] Compiling Pathman FilePath+Copyable.swift
[69/121] Compiling Pathman FilePath+Creatable.swift
[70/121] Compiling Pathman FilePath+Openable.swift
[71/121] Compiling Pathman FilePath+Readable.swift
[72/121] Compiling Pathman FilePath+Seekable.swift
[73/121] Compiling Pathman FilePath+StandardStreams.swift
[74/121] Compiling Pathman FilePath+Writable.swift
[75/121] Compiling Pathman FilePath.swift
[76/121] Compiling Pathman OpenFile.swift
[77/121] Compiling Pathman Glob.swift
[78/121] Compiling Pathman Globbing.swift
[79/121] Compiling Pathman Open+Copyable.swift
[80/121] Compiling Pathman Open+Readable.swift
[81/121] Compiling Pathman Open+Seekable.swift
[82/121] Compiling Pathman Path+Ownable.swift
[83/121] Compiling Pathman Path+Permissionable.swift
[84/121] Compiling Pathman Path+Relative.swift
[85/121] Compiling Pathman Path+Temporary.swift
[86/121] Compiling Pathman Copyable.swift
[87/121] Compiling Pathman Creatable.swift
[88/121] Compiling Pathman Deletable.swift
[89/121] Compiling Pathman DirectoryEnumerable.swift
[90/121] Compiling Pathman Movable.swift
[91/121] Compiling Pathman Openable.swift
[92/121] Compiling Pathman Ownable.swift
[93/121] Compiling Pathman Path.swift
[94/121] Compiling Pathman Permissionable.swift
[95/121] Compiling Pathman SocketPath+Openable.swift
[96/121] Compiling Pathman SocketPath+Readable.swift
[97/121] Compiling Pathman SocketPath+Writable.swift
[98/121] Compiling Pathman SocketPath.swift
[99/121] Compiling Pathman StatInfo.swift
[100/121] Compiling Pathman StatOptions.swift
[101/121] Compiling Pathman Statable+Attributes.swift
[102/121] Compiling Pathman Statable+Ownable.swift
[103/121] Compiling Pathman Statable+Permissionable.swift
[104/121] Compiling Pathman NilCoalescing.swift
[105/121] Compiling Pathman Toggled.swift
[106/121] Compiling Pathman Writable+Helpers.swift
[107/121] Compiling Pathman WritableByOpened+Helpers.swift
[108/121] Compiling Pathman Connection+Writable.swift
[109/121] Compiling Pathman Connection.swift
[110/121] Compiling Pathman DirectoryPath+Copyable.swift
[111/121] Compiling Pathman DirectoryPath+Creatable.swift
[112/121] Compiling Pathman DirectoryPath+Deletable.swift
[113/121] Compiling Pathman DirectoryPath+DirectoryEnumerable.swift
[114/121] Compiling Pathman DirectoryPath+Openable.swift
[115/121] Compiling Pathman DirectoryPath.swift
[116/121] Compiling Pathman OpenDirectory.swift
[117/121] Compiling Pathman DirectoryEnumerable+Deletable.swift
[118/121] Compiling Pathman DirectoryEnumerable+Ownable.swift
[119/121] Compiling Pathman DirectoryEnumerable+Permissionable.swift
[120/121] Compiling Pathman ErrNo.swift
[121/121] Compiling Pathman Generic.swift
error: fatalError
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/15] Compiling Pathman OpenCharacter.swift
[3/15] Compiling Pathman CharacterPath+Writable.swift
[4/15] Compiling Pathman CharacterPath.swift
[5/25] Compiling Pathman Connection+Readable.swift
[6/33] Compiling Pathman CharacterPath+Openable.swift
[7/33] Compiling Pathman CharacterPath+Readable.swift
[8/33] Compiling Pathman StatAttributes.swift
[9/33] Compiling Pathman setbuf.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/49] Compiling Pathman DirectoryChildren.swift
[11/49] Compiling Pathman Offset.swift
[12/49] Compiling Pathman DirectoryChildren+Iterator.swift
[13/49] Compiling Pathman DirectoryChildren+Sortable.swift
[14/49] Emitting module Pathman
/host/spi-builder-workspace/.build/checkouts/Pathman/Sources/Pathman/CInterop/socket/SocketType.swift:3:12: error: variable 'SOCK_DGRAM' does not exist in module 'Glibc'
import let Glibc.SOCK_DGRAM
           ^     ~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Pathman/Sources/Pathman/CInterop/socket/SocketType.swift:4:12: error: variable 'SOCK_STREAM' does not exist in module 'Glibc'
import let Glibc.SOCK_STREAM
           ^     ~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Pathman/Sources/Pathman/CInterop/socket/SocketType.swift:15:53: error: cannot find 'SOCK_STREAM' in scope
    public static let stream = SocketType(rawValue: SOCK_STREAM)
                                                    ^~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Pathman/Sources/Pathman/CInterop/socket/SocketType.swift:18:55: error: cannot find 'SOCK_DGRAM' in scope
    public static let datagram = SocketType(rawValue: SOCK_DGRAM)
                                                      ^~~~~~~~~~
[15/49] Compiling Pathman SocketDomain.swift
/host/spi-builder-workspace/.build/checkouts/Pathman/Sources/Pathman/CInterop/socket/SocketType.swift:3:12: error: variable 'SOCK_DGRAM' does not exist in module 'Glibc'
import let Glibc.SOCK_DGRAM
           ^     ~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Pathman/Sources/Pathman/CInterop/socket/SocketType.swift:4:12: error: variable 'SOCK_STREAM' does not exist in module 'Glibc'
import let Glibc.SOCK_STREAM
           ^     ~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Pathman/Sources/Pathman/CInterop/socket/SocketType.swift:15:53: error: cannot find 'SOCK_STREAM' in scope
    public static let stream = SocketType(rawValue: SOCK_STREAM)
                                                    ^~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Pathman/Sources/Pathman/CInterop/socket/SocketType.swift:18:55: error: cannot find 'SOCK_DGRAM' in scope
    public static let datagram = SocketType(rawValue: SOCK_DGRAM)
                                                      ^~~~~~~~~~
[16/49] Compiling Pathman SocketType.swift
/host/spi-builder-workspace/.build/checkouts/Pathman/Sources/Pathman/CInterop/socket/SocketType.swift:3:12: error: variable 'SOCK_DGRAM' does not exist in module 'Glibc'
import let Glibc.SOCK_DGRAM
           ^     ~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Pathman/Sources/Pathman/CInterop/socket/SocketType.swift:4:12: error: variable 'SOCK_STREAM' does not exist in module 'Glibc'
import let Glibc.SOCK_STREAM
           ^     ~~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Pathman/Sources/Pathman/CInterop/socket/SocketType.swift:15:53: error: cannot find 'SOCK_STREAM' in scope
    public static let stream = SocketType(rawValue: SOCK_STREAM)
                                                    ^~~~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/Pathman/Sources/Pathman/CInterop/socket/SocketType.swift:18:55: error: cannot find 'SOCK_DGRAM' in scope
    public static let datagram = SocketType(rawValue: SOCK_DGRAM)
                                                      ^~~~~~~~~~
[17/81] Compiling Pathman FilePath+StandardStreams.swift
[18/81] Compiling Pathman FilePath+Writable.swift
[19/81] Compiling Pathman FilePath.swift
[20/81] Compiling Pathman OpenFile.swift
[21/81] Compiling Pathman Globbing.swift
[22/81] Compiling Pathman Open+Copyable.swift
[23/81] Compiling Pathman Open+Readable.swift
[24/81] Compiling Pathman Open+Seekable.swift
[25/82] Compiling Pathman DirectoryPath+DirectoryEnumerable.swift
[26/83] Compiling Pathman SocketPath+Openable.swift
[27/83] Compiling Pathman SocketPath+Readable.swift
[28/83] Compiling Pathman SocketPath+Writable.swift
[29/83] Compiling Pathman SocketPath.swift
[30/83] Compiling Pathman StatOptions.swift
[31/83] Compiling Pathman Statable+Attributes.swift
[32/83] Compiling Pathman Statable+Permissionable.swift
[33/83] Compiling Pathman WritableByOpened+Helpers.swift
[34/83] Compiling Pathman Seekable.swift
[35/83] Compiling Pathman StatDescriptor.swift
[36/83] Compiling Pathman StatPath.swift
[37/83] Compiling Pathman Readable+UnusedHelpers.swift
[38/83] Compiling Pathman ReadableByOpened+Helpers.swift
[39/83] Compiling Pathman OpenSocket.swift
[40/83] Compiling Pathman SocketPath+Bindable.swift
[41/83] Compiling Pathman SocketPath+Connectable.swift
[42/85] Compiling Pathman FilePermissions.swift
[43/85] Compiling Pathman PathType.swift
[44/85] Compiling Pathman Connection+Writable.swift
[45/85] Compiling Pathman Connection.swift
[46/85] Compiling Pathman DirectoryPath+Copyable.swift
[47/85] Compiling Pathman DirectoryPath+Creatable.swift
[48/85] Compiling Pathman DirectoryPath+Openable.swift
[49/85] Compiling Pathman DirectoryPath.swift
[50/86] Compiling Pathman DirectoryEnumerable+Deletable.swift
[51/87] Compiling Pathman Binding+Accept.swift
[52/87] Compiling Pathman Binding+Listen.swift
[53/87] Compiling Pathman Binding.swift
[54/87] Compiling Pathman GlobFlags.swift
[55/87] Compiling Pathman OpenFileMode.swift
[56/87] Compiling Pathman ReceiveFlags.swift
[57/87] Compiling Pathman SendFlags.swift
[58/87] Compiling Pathman FileBits.swift
[59/87] Compiling Pathman FileMode.swift
[60/88] Compiling Pathman Open+Writable.swift
[61/88] Compiling Pathman Open.swift
[62/88] Compiling Pathman Path+Ancester.swift
[63/88] Compiling Pathman Path+Equatable.swift
[64/88] Compiling Pathman Path+Generic.swift
[65/88] Compiling Pathman Path+Links.swift
[66/88] Compiling Pathman Path+Movable.swift
[67/88] Compiling Pathman Path+Ownable.swift
[68/88] Compiling Pathman Path+Permissionable.swift
[69/88] Compiling Pathman Path+Temporary.swift
[70/88] Compiling Pathman Copyable.swift
[71/88] Compiling Pathman Creatable.swift
[72/88] Compiling Pathman DirectoryEnumerable.swift
[73/88] Compiling Pathman Movable.swift
[74/88] Compiling Pathman Openable.swift
[75/88] Compiling Pathman Path.swift
[76/90] Compiling Pathman DirectoryEnumerable+Ownable.swift
[77/90] Compiling Pathman DirectoryEnumerable+Permissionable.swift
[78/92] Compiling Pathman Glob.swift
[79/93] Compiling Pathman Openable+Copyable.swift
[80/94] Compiling Pathman Stat.swift
[81/95] Compiling Pathman Writable.swift
[82/96] Compiling Pathman Statable+Ownable.swift
[83/97] Compiling Pathman Readable+Helpers.swift
[84/98] Compiling Pathman StatInfo.swift
[85/99] Compiling Pathman Path+Absolute.swift
[86/100] Compiling Pathman Writable+Helpers.swift
[87/100] Compiling Pathman Path+Comparable.swift
[88/100] Compiling Pathman Path+Iterator.swift
[89/100] Compiling Pathman DirectoryPath+Deletable.swift
[90/100] Compiling Pathman Path+Relative.swift
[91/100] Compiling Pathman Path+HomeDirectory.swift
[92/100] Compiling Pathman Path+Deletable.swift
[93/100] Compiling Pathman OpenDirectory.swift
[94/100] Compiling Pathman ErrNo.swift
[95/100] Compiling Pathman Generic.swift
[96/100] Compiling Pathman FilePath+Copyable.swift
[97/100] Compiling Pathman FilePath+Creatable.swift
[98/100] Compiling Pathman FilePath+Openable.swift
[99/100] Compiling Pathman FilePath+Readable.swift
[100/100] Compiling Pathman FilePath+Seekable.swift
error: fatalError
BUILD FAILURE 5.10 linux

Build Machine: Linux 2