Build Information
Successful build of Lilliput with Swift 5.10 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-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: 12.1.1
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
* tag 12.1.1 -> FETCH_HEAD
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 12.1.1
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
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.10-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 from cache (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.36s)
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/4] Write sources
[2/4] Compiling CSystem shims.c
[2/4] Write swift-version-24593BA9C3E375BF.txt
[5/25] Emitting module SystemPackage
[6/27] Compiling SystemPackage Errno.swift
[7/27] Compiling SystemPackage FileDescriptor.swift
[8/27] Compiling SystemPackage FileHelpers.swift
[9/27] Compiling SystemPackage PlatformString.swift
[10/27] Compiling SystemPackage SystemString.swift
[11/27] Compiling SystemPackage Util.swift
[12/27] Compiling SystemPackage UtilConsumers.swift
[13/27] Compiling SystemPackage FileOperations.swift
[14/27] Compiling SystemPackage FilePath.swift
[15/27] Compiling SystemPackage FilePathComponentView.swift
[16/27] Compiling SystemPackage FilePathComponents.swift
[17/27] Compiling SystemPackage FilePathParsing.swift
[18/27] Compiling SystemPackage FilePathString.swift
[19/27] Compiling SystemPackage CInterop.swift
[20/27] Compiling SystemPackage Constants.swift
[21/27] Compiling SystemPackage Exports.swift
[22/27] Compiling SystemPackage FilePathSyntax.swift
[23/27] Compiling SystemPackage FilePathWindows.swift
[24/27] Compiling SystemPackage FilePermissions.swift
[25/27] Compiling SystemPackage Mocking.swift
[26/27] Compiling SystemPackage Syscalls.swift
[27/27] Compiling SystemPackage WindowsSyscallAdapters.swift
[29/49] Compiling Lilliput Magic4.swift
[30/49] Compiling Lilliput RawValue.swift
[31/51] Compiling Lilliput ByteSpan.swift
[32/51] Compiling Lilliput ByteTuple.swift
[33/51] Compiling Lilliput ByteWriter.swift
[34/51] Compiling Lilliput HexString.swift
[35/51] Compiling Lilliput KeyValue.swift
[36/51] Compiling Lilliput Magic2.swift
[37/51] Compiling Lilliput CP1252.swift
[38/51] Compiling Lilliput CollectionByteDecoder.swift
[39/51] Compiling Lilliput Element.swift
[40/51] Compiling Lilliput String.swift
[41/51] Compiling Lilliput ValueKey.swift
[42/51] Compiling Lilliput ByteAlignment.swift
[43/51] Compiling Lilliput ByteBuffer.swift
[44/51] Compiling Lilliput ByteDecoder.swift
[45/51] Emitting module Lilliput
[46/51] Compiling Lilliput ByteEncoder.swift
[47/51] Compiling Lilliput ByteError.swift
[48/51] Compiling Lilliput ByteReader.swift
[49/51] Compiling Lilliput FileDescriptor+ByteBuffer.swift
[50/51] Compiling Lilliput FileDescriptor+ReadAll.swift
[51/51] Compiling Lilliput FoundationAdditions.swift
Build complete! (9.35s)
Build complete.
Done.