Build Information
Successful build of Echo 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/ole/Echo.git
Reference: main
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/ole/Echo
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 67dee07 Fix release build
Cloned https://github.com/ole/Echo.git
Revision (git rev-parse @):
67dee07edd6aa1f21a81ad261950d41beef20080
SUCCESS checkout https://github.com/ole/Echo.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $workDir
https://github.com/ole/Echo.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/apple/swift-atomics.git
[1/1563] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.38s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 0.0.3 (0.39s)
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 0.0.3
Building for debugging...
[0/10] Write sources
[1/10] Compiling CEcho ValueWitnessTable.c
[2/10] Write sources
[3/10] Compiling CEcho ImageInspectionMachO.c
[4/10] Compiling CEcho Functions.c
[5/10] Compiling CEcho CallAccessor.c
[6/10] Compiling CEcho ImageInspectionELF.c
[7/10] Compiling _AtomicsShims.c
[8/10] Compiling CEcho KnownMetadata.c
[9/10] Write swift-version-24593BA9C3E375BF.txt
[11/22] Compiling Atomics DoubleWord.swift
[12/22] Compiling Atomics AtomicBool.swift
[13/22] Compiling Atomics AtomicStrongReference.swift
[14/22] Compiling Atomics AtomicValue.swift
[15/23] Compiling Atomics AtomicInteger.swift
[16/23] Compiling Atomics AtomicMemoryOrderings.swift
[17/23] Emitting module Atomics
[18/23] Compiling Atomics AtomicOptional.swift
[19/23] Compiling Atomics AtomicRawRepresentable.swift
[20/23] Compiling Atomics PointerConformances.swift
[21/23] Compiling Atomics IntegerConformances.swift
[22/23] Compiling Atomics HighLevelTypes.swift
[23/23] Compiling Atomics AtomicLazyReference.swift
[25/70] Emitting module Echo
[26/76] Compiling Echo GenericContext.swift
[27/76] Compiling Echo ModuleDescriptor.swift
[28/76] Compiling Echo OpaqueDescriptor.swift
[29/76] Compiling Echo ProtocolDescriptor.swift
[30/76] Compiling Echo StructDescriptor.swift
[31/76] Compiling Echo TypeContextDescriptor.swift
[32/76] Compiling Echo Echo.swift
[33/76] Compiling Echo ClassMetadata.swift
[34/76] Compiling Echo EnumMetadata.swift
[35/76] Compiling Echo EnumValueWitnessTable.swift
[36/76] Compiling Echo ExistentialMetadata.swift
[37/76] Compiling Echo ExistentialMetatypeMetadata.swift
[38/76] Compiling Echo ForeignClassMetadata.swift
[39/76] Compiling Echo FunctionMetadata.swift
[40/76] Compiling Echo RelativeDirectPointer.swift
[41/76] Compiling Echo RelativeIndirectPointer.swift
[42/76] Compiling Echo RelativeIndirectablePointer.swift
[43/76] Compiling Echo RelativeIndirectablePointerIntPair.swift
[44/76] Compiling Echo RelativePointer.swift
[45/76] Compiling Echo SignedPointer.swift
[46/76] Compiling Echo AnonymousDescriptor.swift
[47/76] Compiling Echo ClassDescriptor.swift
[48/76] Compiling Echo ContextDescriptor.swift
[49/76] Compiling Echo ContextDescriptorValues.swift
[50/76] Compiling Echo EnumDescriptor.swift
[51/76] Compiling Echo ExtensionDescriptor.swift
[52/76] Compiling Echo FieldDescriptor.swift
[53/76] Compiling Echo MetatypeMetadata.swift
[54/76] Compiling Echo ObjCClassWrapperMetadata.swift
[55/76] Compiling Echo OpaqueMetadata.swift
[56/76] Compiling Echo StructMetadata.swift
[57/76] Compiling Echo TupleMetadata.swift
[58/76] Compiling Echo TypeMetadata.swift
[59/76] Compiling Echo HeapGenericLocalVariableMetadata.swift
[60/76] Compiling Echo HeapLocalVariableMetadata.swift
[61/76] Compiling Echo Metadata.swift
[62/76] Compiling Echo MetadataAccessFunction.swift
[63/76] Compiling Echo MetadataRequest.swift
[64/76] Compiling Echo MetadataValues.swift
[65/76] Compiling Echo KeyPaths.swift
[66/76] Compiling Echo KnownMetadata.swift
[67/76] Compiling Echo RuntimeValues.swift
[68/76] Compiling Echo WitnessTable.swift
[69/76] Compiling Echo FieldType.swift
[70/76] Compiling Echo Misc.swift
[71/76] Compiling Echo ValueWitnessTable.swift
[72/76] Compiling Echo ConformanceDescriptor.swift
[73/76] Compiling Echo ExistentialContainer.swift
[74/76] Compiling Echo Functions.swift
[75/76] Compiling Echo HeapObject.swift
[76/76] Compiling Echo ImageInspection.swift
Build complete! (11.33s)
Build complete.
Done.