Build Information
Successful build of Lilliput with Swift 5.9 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.43.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jkolb/lilliput.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/jkolb/lilliput
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at aac7384 Clean up README. Not sure why Package.resolved wasn't commited previously.
Cloned https://github.com/jkolb/lilliput.git
Revision (git rev-parse @):
aac7384681043b202bd1c9f626a4b0454fe66d3e
SUCCESS checkout https://github.com/jkolb/lilliput.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 5.9
Building package at path: $workDir
https://github.com/jkolb/lilliput.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Fetching https://github.com/apple/swift-system
[1/3563] Fetching swift-system
Fetched https://github.com/apple/swift-system (0.37s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.3.0 (0.32s)
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.3.0
Building for debugging...
[0/1] Compiling CSystem shims.c
[2/22] Emitting module SystemPackage
[3/24] Compiling SystemPackage FilePathComponents.swift
[4/24] Compiling SystemPackage FilePathParsing.swift
[5/24] Compiling SystemPackage FilePathString.swift
[6/24] Compiling SystemPackage FileOperations.swift
[7/24] Compiling SystemPackage FilePath.swift
[8/24] Compiling SystemPackage FilePathComponentView.swift
[9/24] Compiling SystemPackage PlatformString.swift
[10/24] Compiling SystemPackage SystemString.swift
[11/24] Compiling SystemPackage Util.swift
[12/24] Compiling SystemPackage UtilConsumers.swift
[13/24] Compiling SystemPackage Errno.swift
[14/24] Compiling SystemPackage FileDescriptor.swift
[15/24] Compiling SystemPackage FileHelpers.swift
[16/24] Compiling SystemPackage CInterop.swift
[17/24] Compiling SystemPackage Constants.swift
[18/24] Compiling SystemPackage Exports.swift
[19/24] Compiling SystemPackage FilePathSyntax.swift
[20/24] Compiling SystemPackage FilePathWindows.swift
[21/24] Compiling SystemPackage FilePermissions.swift
[22/24] Compiling SystemPackage Mocking.swift
[23/24] Compiling SystemPackage Syscalls.swift
[24/24] Compiling SystemPackage WindowsSyscallAdapters.swift
[27/47] Compiling Lilliput HexString.swift
[28/47] Compiling Lilliput KeyValue.swift
[29/47] Compiling Lilliput Magic2.swift
[30/49] Compiling Lilliput ByteSpan.swift
[31/49] Compiling Lilliput ByteTuple.swift
[32/49] Compiling Lilliput ByteWriter.swift
[33/49] Compiling Lilliput CP1252.swift
[34/49] Compiling Lilliput CollectionByteDecoder.swift
[35/49] Compiling Lilliput Element.swift
[36/49] Compiling Lilliput ByteEncoder.swift
[37/49] Compiling Lilliput ByteError.swift
[38/49] Compiling Lilliput ByteReader.swift
[39/49] Compiling Lilliput ByteAlignment.swift
[40/49] Compiling Lilliput ByteBuffer.swift
[41/49] Compiling Lilliput ByteDecoder.swift
[42/49] Compiling Lilliput String.swift
[43/49] Compiling Lilliput ValueKey.swift
[44/49] Emitting module Lilliput
[45/49] Compiling Lilliput Magic4.swift
[46/49] Compiling Lilliput RawValue.swift
[47/49] Compiling Lilliput FileDescriptor+ByteBuffer.swift
[48/49] Compiling Lilliput FileDescriptor+ReadAll.swift
[49/49] Compiling Lilliput FoundationAdditions.swift
Build complete! (9.09s)
Build complete.
Done.