The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Echo with Swift 5.8 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.28.6
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.8
Building package at path:  $PWD/checkout
https://github.com/ole/Echo.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.8-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 (0.41s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 0.0.3 (0.30s)
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/7] Compiling CEcho ValueWitnessTable.c
[0/7] Compiling CEcho ImageInspectionMachO.c
[2/7] Compiling CEcho KnownMetadata.c
[3/7] Compiling CEcho Functions.c
[4/7] Compiling CEcho CallAccessor.c
[5/7] Compiling CEcho ImageInspectionELF.c
[6/7] Compiling _AtomicsShims.c
[8/19] Compiling Atomics AtomicInteger.swift
[9/19] Compiling Atomics AtomicMemoryOrderings.swift
[10/20] Emitting module Atomics
[11/20] Compiling Atomics DoubleWord.swift
[12/20] Compiling Atomics AtomicBool.swift
[13/20] Compiling Atomics AtomicStrongReference.swift
[14/20] Compiling Atomics AtomicValue.swift
[15/20] Compiling Atomics AtomicOptional.swift
[16/20] Compiling Atomics AtomicRawRepresentable.swift
[17/20] Compiling Atomics AtomicLazyReference.swift
[18/20] Compiling Atomics HighLevelTypes.swift
[19/20] Compiling Atomics PointerConformances.swift
[20/20] Compiling Atomics IntegerConformances.swift
[23/68] Emitting module Echo
[24/74] Compiling Echo ClassMetadata.swift
[25/74] Compiling Echo EnumMetadata.swift
[26/74] Compiling Echo EnumValueWitnessTable.swift
[27/74] Compiling Echo ExistentialMetadata.swift
[28/74] Compiling Echo ExistentialMetatypeMetadata.swift
[29/74] Compiling Echo ForeignClassMetadata.swift
[30/74] Compiling Echo FunctionMetadata.swift
[31/74] Compiling Echo RelativeDirectPointer.swift
[32/74] Compiling Echo RelativeIndirectPointer.swift
[33/74] Compiling Echo RelativeIndirectablePointer.swift
[34/74] Compiling Echo RelativeIndirectablePointerIntPair.swift
[35/74] Compiling Echo RelativePointer.swift
[36/74] Compiling Echo SignedPointer.swift
[37/74] Compiling Echo AnonymousDescriptor.swift
[38/74] Compiling Echo ClassDescriptor.swift
[39/74] Compiling Echo ContextDescriptor.swift
[40/74] Compiling Echo ContextDescriptorValues.swift
[41/74] Compiling Echo EnumDescriptor.swift
[42/74] Compiling Echo ExtensionDescriptor.swift
[43/74] Compiling Echo FieldDescriptor.swift
[44/74] Compiling Echo ValueWitnessTable.swift
[45/74] Compiling Echo ConformanceDescriptor.swift
[46/74] Compiling Echo ExistentialContainer.swift
[47/74] Compiling Echo Functions.swift
[48/74] Compiling Echo HeapObject.swift
[49/74] Compiling Echo ImageInspection.swift
[50/74] Compiling Echo MetatypeMetadata.swift
[51/74] Compiling Echo ObjCClassWrapperMetadata.swift
[52/74] Compiling Echo OpaqueMetadata.swift
[53/74] Compiling Echo StructMetadata.swift
[54/74] Compiling Echo TupleMetadata.swift
[55/74] Compiling Echo TypeMetadata.swift
[56/74] Compiling Echo KeyPaths.swift
[57/74] Compiling Echo KnownMetadata.swift
[58/74] Compiling Echo RuntimeValues.swift
[59/74] Compiling Echo WitnessTable.swift
[60/74] Compiling Echo FieldType.swift
[61/74] Compiling Echo Misc.swift
[62/74] Compiling Echo HeapGenericLocalVariableMetadata.swift
[63/74] Compiling Echo HeapLocalVariableMetadata.swift
[64/74] Compiling Echo Metadata.swift
[65/74] Compiling Echo MetadataAccessFunction.swift
[66/74] Compiling Echo MetadataRequest.swift
[67/74] Compiling Echo MetadataValues.swift
[68/74] Compiling Echo GenericContext.swift
[69/74] Compiling Echo ModuleDescriptor.swift
[70/74] Compiling Echo OpaqueDescriptor.swift
[71/74] Compiling Echo ProtocolDescriptor.swift
[72/74] Compiling Echo StructDescriptor.swift
[73/74] Compiling Echo TypeContextDescriptor.swift
[74/74] Compiling Echo Echo.swift
Build complete! (7.47s)
Build complete.
Done.