The Swift Package Index logo.Swift Package Index

Build Information

Failed to build ConfigParser with Swift 5.9 for Linux.

Build Command

docker run --rm -v "checkouts-4606859-1":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ponyboy47/ConfigParser.git
Reference: master
Cloned https://github.com/ponyboy47/ConfigParser.git into spi-builder-workspace
SUCCESS checkout https://github.com/ponyboy47/ConfigParser.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
docker run --rm -v "checkouts-4606859-1":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Fetching https://github.com/Ponyboy47/Pathman.git
[1/4003] Fetching pathman
Fetched https://github.com/Ponyboy47/Pathman.git (0.28s)
Computing version for https://github.com/Ponyboy47/Pathman.git
Computed https://github.com/Ponyboy47/Pathman.git at 0.20.1 (0.27s)
Fetching https://github.com/kareman/SwiftShell
Fetching https://github.com/Ponyboy47/Cdirent
Fetching https://github.com/Ponyboy47/Cglob
[1/4863] Fetching swiftshell
Fetched https://github.com/Ponyboy47/Cdirent (0.32s)
Fetching https://github.com/Ponyboy47/ErrNo
Fetched https://github.com/Ponyboy47/Cglob (0.32s)
Fetched https://github.com/kareman/SwiftShell (0.33s)
[1/294] Fetching errno
Fetched https://github.com/Ponyboy47/ErrNo (0.21s)
Computing version for https://github.com/Ponyboy47/Cglob
Computed https://github.com/Ponyboy47/Cglob at 0.1.0 (1.15s)
Computing version for https://github.com/Ponyboy47/Cdirent
Computed https://github.com/Ponyboy47/Cdirent at 0.1.0 (0.39s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 5.1.0 (0.31s)
Computing version for https://github.com/Ponyboy47/ErrNo
Computed https://github.com/Ponyboy47/ErrNo at 0.5.2 (0.25s)
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/Cglob
Working copy of https://github.com/Ponyboy47/Cglob resolved at 0.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/kareman/SwiftShell
Working copy of https://github.com/kareman/SwiftShell resolved at 5.1.0
Creating working copy for https://github.com/Ponyboy47/Pathman.git
Working copy of https://github.com/Ponyboy47/Pathman.git resolved at 0.20.1
Building for debugging...
[0/2] Compiling Cglob glob.c
[1/2] Compiling Cdirent dirent.c
[3/6] Compiling ErrNo ErrNo+Darwin.swift
[4/6] Emitting module ErrNo
[5/6] Compiling ErrNo ErrNo.swift
[6/6] Compiling ErrNo ErrNo+Glibc.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/105] 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)
                                                      ^~~~~~~~~~
[10/118] 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)
                                                      ^~~~~~~~~~
[11/118] 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)
                                                      ^~~~~~~~~~
[12/118] 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)
                                                      ^~~~~~~~~~
[13/118] 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)
                                                      ^~~~~~~~~~
[14/118] 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)
                                                      ^~~~~~~~~~
[15/118] 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)
                                                      ^~~~~~~~~~
[16/118] 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)
                                                      ^~~~~~~~~~
[17/118] 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)
                                                      ^~~~~~~~~~
[18/118] 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)
                                                      ^~~~~~~~~~
[19/118] 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)
                                                      ^~~~~~~~~~
[20/118] 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)
                                                      ^~~~~~~~~~
[21/118] 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)
                                                      ^~~~~~~~~~
[22/118] 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)
                                                      ^~~~~~~~~~
[23/118] 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)
                                                      ^~~~~~~~~~
[24/118] Compiling Pathman Binding+Accept.swift
[25/118] Compiling Pathman Binding+Listen.swift
[26/118] Compiling Pathman Binding.swift
[27/118] Compiling Pathman ByteRepresentable.swift
[28/118] Compiling Pathman PlatformCTypes.swift
[29/118] Compiling Pathman GlobFlags.swift
[30/118] Compiling Pathman OpenFileMode.swift
[31/118] Compiling Pathman ReceiveFlags.swift
[32/118] Compiling Pathman SendFlags.swift
[33/118] Compiling Pathman FileBits.swift
[34/118] Compiling Pathman FileMode.swift
[35/118] Compiling Pathman FilePermissions.swift
[36/118] Compiling Pathman PathType.swift
[37/118] Compiling Pathman UMask.swift
[38/118] Compiling Pathman FilePath+Copyable.swift
[39/118] Compiling Pathman FilePath+Creatable.swift
[40/118] Compiling Pathman FilePath+Openable.swift
[41/118] Compiling Pathman FilePath+Readable.swift
[42/118] Compiling Pathman FilePath+Seekable.swift
[43/118] Compiling Pathman FilePath+StandardStreams.swift
[44/118] Compiling Pathman FilePath+Writable.swift
[45/118] Compiling Pathman FilePath.swift
[46/118] Compiling Pathman OpenFile.swift
[47/118] Compiling Pathman Glob.swift
[48/118] Compiling Pathman Globbing.swift
[49/118] Compiling Pathman Open+Copyable.swift
[50/118] Compiling Pathman Open+Readable.swift
[51/118] Compiling Pathman Open+Seekable.swift
[52/118] Compiling Pathman Path+Ownable.swift
[53/118] Compiling Pathman Path+Permissionable.swift
[54/118] Compiling Pathman Path+Relative.swift
[55/118] Compiling Pathman Path+Temporary.swift
[56/118] Compiling Pathman Copyable.swift
[57/118] Compiling Pathman Creatable.swift
[58/118] Compiling Pathman Deletable.swift
[59/118] Compiling Pathman DirectoryEnumerable.swift
[60/118] Compiling Pathman Movable.swift
[61/118] Compiling Pathman Openable.swift
[62/118] Compiling Pathman Ownable.swift
[63/118] Compiling Pathman Path.swift
[64/118] Compiling Pathman Permissionable.swift
[65/118] Compiling Pathman SocketPath+Openable.swift
[66/118] Compiling Pathman SocketPath+Readable.swift
[67/118] Compiling Pathman SocketPath+Writable.swift
[68/118] Compiling Pathman SocketPath.swift
[69/118] Compiling Pathman StatInfo.swift
[70/118] Compiling Pathman StatOptions.swift
[71/118] Compiling Pathman Statable+Attributes.swift
[72/118] Compiling Pathman Statable+Ownable.swift
[73/118] Compiling Pathman Statable+Permissionable.swift
[74/118] Compiling Pathman NilCoalescing.swift
[75/118] Compiling Pathman Toggled.swift
[76/118] Compiling Pathman Writable+Helpers.swift
[77/118] Compiling Pathman WritableByOpened+Helpers.swift
[78/118] Compiling Pathman Open+Writable.swift
[79/118] Compiling Pathman Open.swift
[80/118] Compiling Pathman Openable+Copyable.swift
[81/118] Compiling Pathman Path+Absolute.swift
[82/118] Compiling Pathman Path+Ancester.swift
[83/118] Compiling Pathman Path+Codable.swift
[84/118] Compiling Pathman Path+Comparable.swift
[85/118] Compiling Pathman Path+Deletable.swift
[86/118] Compiling Pathman Path+Equatable.swift
[87/118] Compiling Pathman Path+Generic.swift
[88/118] Compiling Pathman Path+HomeDirectory.swift
[89/118] Compiling Pathman Path+Iterator.swift
[90/118] Compiling Pathman Path+Links.swift
[91/118] Compiling Pathman Path+Movable.swift
[92/118] Compiling Pathman Readable.swift
[93/118] Compiling Pathman Seekable.swift
[94/118] Compiling Pathman Stat.swift
[95/118] Compiling Pathman StatDescriptor.swift
[96/118] Compiling Pathman StatPath.swift
[97/118] Compiling Pathman Statable.swift
[98/118] Compiling Pathman Writable.swift
[99/118] Compiling Pathman Readable+Helpers.swift
[100/118] Compiling Pathman Readable+UnusedHelpers.swift
[101/118] Compiling Pathman ReadableByOpened+Helpers.swift
[102/118] Compiling Pathman OpenSocket.swift
[103/118] Compiling Pathman SocketPath+Bindable.swift
[104/118] Compiling Pathman SocketPath+Connectable.swift
[105/118] Compiling Pathman Connection+Writable.swift
[106/118] Compiling Pathman Connection.swift
[107/118] Compiling Pathman DirectoryPath+Copyable.swift
[108/118] Compiling Pathman DirectoryPath+Creatable.swift
[109/118] Compiling Pathman DirectoryPath+Deletable.swift
[110/118] Compiling Pathman DirectoryPath+DirectoryEnumerable.swift
[111/118] Compiling Pathman DirectoryPath+Openable.swift
[112/118] Compiling Pathman DirectoryPath.swift
[113/118] Compiling Pathman OpenDirectory.swift
[114/118] Compiling Pathman DirectoryEnumerable+Deletable.swift
[115/118] Compiling Pathman DirectoryEnumerable+Ownable.swift
[116/118] Compiling Pathman DirectoryEnumerable+Permissionable.swift
[117/118] Compiling Pathman ErrNo.swift
[118/118] Compiling Pathman Generic.swift
error: fatalError
BUILD FAILURE 5.9 linux

Build Machine: Linux 1