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-4606859-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: 0.4.0
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
 * tag               0.4.0      -> FETCH_HEAD
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 0.4.0
========================================
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-4606859-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.26s)
Computing version for https://github.com/Ponyboy47/Pathman.git
Computed https://github.com/Ponyboy47/Pathman.git at 0.20.1 (0.39s)
Fetching https://github.com/kareman/SwiftShell
Fetching https://github.com/Ponyboy47/Cglob
Fetching https://github.com/Ponyboy47/ErrNo
Fetching https://github.com/Ponyboy47/Cdirent
[1/12] Fetching cglob
[9/306] Fetching cglob, errno
[230/318] Fetching cglob, errno, cdirent
[315/5181] Fetching cglob, errno, cdirent, swiftshell
Fetched https://github.com/Ponyboy47/ErrNo from cache (0.23s)
[3181/4887] Fetching cglob, cdirent, swiftshell
Fetched https://github.com/Ponyboy47/Cdirent from cache (0.31s)
Fetched https://github.com/Ponyboy47/Cglob from cache (0.31s)
Fetched https://github.com/kareman/SwiftShell from cache (0.31s)
Computing version for https://github.com/Ponyboy47/Cglob
Computed https://github.com/Ponyboy47/Cglob at 0.1.0 (1.03s)
Computing version for https://github.com/Ponyboy47/Cdirent
Computed https://github.com/Ponyboy47/Cdirent at 0.1.0 (0.38s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 5.1.0 (0.40s)
Computing version for https://github.com/Ponyboy47/ErrNo
Computed https://github.com/Ponyboy47/ErrNo at 0.5.2 (0.37s)
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/Cglob
Working copy of https://github.com/Ponyboy47/Cglob 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
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/Ponyboy47/ErrNo
Working copy of https://github.com/Ponyboy47/ErrNo resolved at 0.5.2
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.swift
[8/10] Compiling ErrNo ErrNo+Darwin.swift
[9/10] Compiling ErrNo ErrNo+Glibc.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 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)
                                                      ^~~~~~~~~~
[14/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)
                                                      ^~~~~~~~~~
[15/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)
                                                      ^~~~~~~~~~
[16/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)
                                                      ^~~~~~~~~~
[17/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)
                                                      ^~~~~~~~~~
[18/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)
                                                      ^~~~~~~~~~
[19/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)
                                                      ^~~~~~~~~~
[20/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)
                                                      ^~~~~~~~~~
[21/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)
                                                      ^~~~~~~~~~
[22/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)
                                                      ^~~~~~~~~~
[23/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)
                                                      ^~~~~~~~~~
[24/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)
                                                      ^~~~~~~~~~
[25/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)
                                                      ^~~~~~~~~~
[26/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)
                                                      ^~~~~~~~~~
[27/121] Compiling Pathman SocketPath+Openable.swift
[28/121] Compiling Pathman SocketPath+Readable.swift
[29/121] Compiling Pathman SocketPath+Writable.swift
[30/121] Compiling Pathman SocketPath.swift
[31/121] Compiling Pathman StatInfo.swift
[32/121] Compiling Pathman StatOptions.swift
[33/121] Compiling Pathman Statable+Attributes.swift
[34/121] Compiling Pathman Statable+Ownable.swift
[35/121] Compiling Pathman Statable+Permissionable.swift
[36/121] Compiling Pathman NilCoalescing.swift
[37/121] Compiling Pathman Toggled.swift
[38/121] Compiling Pathman Writable+Helpers.swift
[39/121] Compiling Pathman WritableByOpened+Helpers.swift
[40/121] Compiling Pathman Readable.swift
[41/121] Compiling Pathman Seekable.swift
[42/121] Compiling Pathman Stat.swift
[43/121] Compiling Pathman StatDescriptor.swift
[44/121] Compiling Pathman StatPath.swift
[45/121] Compiling Pathman Statable.swift
[46/121] Compiling Pathman Writable.swift
[47/121] Compiling Pathman Readable+Helpers.swift
[48/121] Compiling Pathman Readable+UnusedHelpers.swift
[49/121] Compiling Pathman ReadableByOpened+Helpers.swift
[50/121] Compiling Pathman OpenSocket.swift
[51/121] Compiling Pathman SocketPath+Bindable.swift
[52/121] Compiling Pathman SocketPath+Connectable.swift
[53/121] Compiling Pathman Binding+Accept.swift
[54/121] Compiling Pathman Binding+Listen.swift
[55/121] Compiling Pathman Binding.swift
[56/121] Compiling Pathman ByteRepresentable.swift
[57/121] Compiling Pathman PlatformCTypes.swift
[58/121] Compiling Pathman GlobFlags.swift
[59/121] Compiling Pathman OpenFileMode.swift
[60/121] Compiling Pathman ReceiveFlags.swift
[61/121] Compiling Pathman SendFlags.swift
[62/121] Compiling Pathman FileBits.swift
[63/121] Compiling Pathman FileMode.swift
[64/121] Compiling Pathman FilePermissions.swift
[65/121] Compiling Pathman PathType.swift
[66/121] Compiling Pathman UMask.swift
[67/121] Compiling Pathman Open+Writable.swift
[68/121] Compiling Pathman Open.swift
[69/121] Compiling Pathman Openable+Copyable.swift
[70/121] Compiling Pathman Path+Absolute.swift
[71/121] Compiling Pathman Path+Ancester.swift
[72/121] Compiling Pathman Path+Codable.swift
[73/121] Compiling Pathman Path+Comparable.swift
[74/121] Compiling Pathman Path+Deletable.swift
[75/121] Compiling Pathman Path+Equatable.swift
[76/121] Compiling Pathman Path+Generic.swift
[77/121] Compiling Pathman Path+HomeDirectory.swift
[78/121] Compiling Pathman Path+Iterator.swift
[79/121] Compiling Pathman Path+Links.swift
[80/121] Compiling Pathman Path+Movable.swift
[81/121] Compiling Pathman FilePath+Copyable.swift
[82/121] Compiling Pathman FilePath+Creatable.swift
[83/121] Compiling Pathman FilePath+Openable.swift
[84/121] Compiling Pathman FilePath+Readable.swift
[85/121] Compiling Pathman FilePath+Seekable.swift
[86/121] Compiling Pathman FilePath+StandardStreams.swift
[87/121] Compiling Pathman FilePath+Writable.swift
[88/121] Compiling Pathman FilePath.swift
[89/121] Compiling Pathman OpenFile.swift
[90/121] Compiling Pathman Glob.swift
[91/121] Compiling Pathman Globbing.swift
[92/121] Compiling Pathman Open+Copyable.swift
[93/121] Compiling Pathman Open+Readable.swift
[94/121] Compiling Pathman Open+Seekable.swift
[95/121] Compiling Pathman Connection+Writable.swift
[96/121] Compiling Pathman Connection.swift
[97/121] Compiling Pathman DirectoryPath+Copyable.swift
[98/121] Compiling Pathman DirectoryPath+Creatable.swift
[99/121] Compiling Pathman DirectoryPath+Deletable.swift
[100/121] Compiling Pathman DirectoryPath+DirectoryEnumerable.swift
[101/121] Compiling Pathman DirectoryPath+Openable.swift
[102/121] Compiling Pathman DirectoryPath.swift
[103/121] Compiling Pathman OpenDirectory.swift
[104/121] Compiling Pathman DirectoryEnumerable+Deletable.swift
[105/121] Compiling Pathman DirectoryEnumerable+Ownable.swift
[106/121] Compiling Pathman DirectoryEnumerable+Permissionable.swift
[107/121] Compiling Pathman ErrNo.swift
[108/121] Compiling Pathman Generic.swift
[109/121] Compiling Pathman Path+Ownable.swift
[110/121] Compiling Pathman Path+Permissionable.swift
[111/121] Compiling Pathman Path+Relative.swift
[112/121] Compiling Pathman Path+Temporary.swift
[113/121] Compiling Pathman Copyable.swift
[114/121] Compiling Pathman Creatable.swift
[115/121] Compiling Pathman Deletable.swift
[116/121] Compiling Pathman DirectoryEnumerable.swift
[117/121] Compiling Pathman Movable.swift
[118/121] Compiling Pathman Openable.swift
[119/121] Compiling Pathman Ownable.swift
[120/121] Compiling Pathman Path.swift
[121/121] Compiling Pathman Permissionable.swift
error: fatalError
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/15] 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)
                                                      ^~~~~~~~~~
[3/15] 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)
                                                      ^~~~~~~~~~
[4/16] Compiling Pathman Connection+Readable.swift
[5/22] Compiling Pathman DirectoryChildren.swift
[6/22] Compiling Pathman Offset.swift
[7/28] Compiling Pathman OpenCharacter.swift
[8/28] Compiling Pathman CharacterPath+Openable.swift
[9/28] Compiling Pathman CharacterPath+Readable.swift
[10/28] Compiling Pathman StatAttributes.swift
[11/28] Compiling Pathman setbuf.swift
[12/28] Compiling Pathman CharacterPath+Writable.swift
[13/28] Compiling Pathman CharacterPath.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[14/51] 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/51] Compiling Pathman DirectoryChildren+Iterator.swift
[16/51] Compiling Pathman DirectoryChildren+Sortable.swift
[17/61] Compiling Pathman Binding+Accept.swift
[18/61] Compiling Pathman Binding+Listen.swift
[19/61] Compiling Pathman Binding.swift
[20/61] Compiling Pathman GlobFlags.swift
[21/61] Compiling Pathman OpenFileMode.swift
[22/61] Compiling Pathman ReceiveFlags.swift
[23/64] Compiling Pathman DirectoryPath+Copyable.swift
[24/64] Compiling Pathman DirectoryPath+DirectoryEnumerable.swift
[25/64] Compiling Pathman OpenDirectory.swift
[26/67] Compiling Pathman Copyable.swift
[27/67] Compiling Pathman Creatable.swift
[28/67] Compiling Pathman DirectoryEnumerable.swift
[29/67] Compiling Pathman Movable.swift
[30/67] Compiling Pathman Openable.swift
[31/70] Compiling Pathman Path.swift
[32/70] Compiling Pathman StatDescriptor.swift
[33/70] Compiling Pathman StatPath.swift
[34/70] Compiling Pathman OpenSocket.swift
[35/70] Compiling Pathman SocketPath+Connectable.swift
[36/73] Compiling Pathman DirectoryEnumerable+Deletable.swift
[37/73] Compiling Pathman DirectoryEnumerable+Ownable.swift
[38/73] Compiling Pathman DirectoryEnumerable+Permissionable.swift
[39/75] Compiling Pathman SocketPath+Openable.swift
[40/75] Compiling Pathman SocketPath.swift
[41/75] Compiling Pathman StatOptions.swift
[42/75] Compiling Pathman Statable+Attributes.swift
[43/75] Compiling Pathman Statable+Permissionable.swift
[44/77] Compiling Pathman SendFlags.swift
[45/77] Compiling Pathman FileBits.swift
[46/77] Compiling Pathman FileMode.swift
[47/77] Compiling Pathman FilePermissions.swift
[48/77] Compiling Pathman PathType.swift
[49/77] Compiling Pathman Connection+Writable.swift
[50/79] Compiling Pathman FilePath+Copyable.swift
[51/79] Compiling Pathman Glob.swift
[52/79] Compiling Pathman Open+Readable.swift
[53/81] Compiling Pathman FilePath+Writable.swift
[54/81] Compiling Pathman FilePath.swift
[55/81] Compiling Pathman Globbing.swift
[56/81] Compiling Pathman Open.swift
[57/81] Compiling Pathman Path+Ancester.swift
[58/81] Compiling Pathman Path+Equatable.swift
[59/81] Compiling Pathman Path+Generic.swift
[60/81] Compiling Pathman Path+Links.swift
[61/81] Compiling Pathman Path+Movable.swift
[62/81] Compiling Pathman Path+Ownable.swift
[63/81] Compiling Pathman Path+Permissionable.swift
[64/81] Compiling Pathman Path+Temporary.swift
[65/83] Compiling Pathman Open+Seekable.swift
[66/83] Compiling Pathman Open+Writable.swift
[67/83] Compiling Pathman Openable+Copyable.swift
[68/83] Compiling Pathman Seekable.swift
[69/83] Compiling Pathman Readable+Helpers.swift
[70/85] Compiling Pathman SocketPath+Readable.swift
[71/85] Compiling Pathman SocketPath+Writable.swift
[72/86] Compiling Pathman Writable+Helpers.swift
[73/86] Compiling Pathman WritableByOpened+Helpers.swift
[74/87] Compiling Pathman FilePath+StandardStreams.swift
[75/88] Compiling Pathman OpenFile.swift
[76/89] Compiling Pathman DirectoryPath+Openable.swift
[77/90] Compiling Pathman DirectoryPath+Creatable.swift
[78/91] Compiling Pathman FilePath+Creatable.swift
[79/91] Compiling Pathman FilePath+Seekable.swift
[80/93] Compiling Pathman Open+Copyable.swift
[81/94] Compiling Pathman Readable+UnusedHelpers.swift
[82/94] Compiling Pathman ReadableByOpened+Helpers.swift
[83/95] Compiling Pathman Stat.swift
[84/96] Compiling Pathman SocketPath+Bindable.swift
[85/97] Compiling Pathman Path+Absolute.swift
[86/97] Compiling Pathman Writable.swift
[87/97] Compiling Pathman StatInfo.swift
[88/99] Compiling Pathman Statable+Ownable.swift
[89/100] Compiling Pathman Path+Comparable.swift
[90/100] Compiling Pathman Connection.swift
[91/100] Compiling Pathman DirectoryPath.swift
[92/100] Compiling Pathman ErrNo.swift
[93/100] Compiling Pathman Generic.swift
[94/100] Compiling Pathman FilePath+Openable.swift
[95/100] Compiling Pathman FilePath+Readable.swift
[96/100] Compiling Pathman DirectoryPath+Deletable.swift
[97/100] Compiling Pathman Path+Relative.swift
[98/100] Compiling Pathman Path+Iterator.swift
[99/100] Compiling Pathman Path+Deletable.swift
[100/100] Compiling Pathman Path+HomeDirectory.swift
error: fatalError
BUILD FAILURE 5.10 linux

Build Machine: Linux 1