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.9 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.9-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: 0.0.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/ole/Echo
 * tag               0.0.1      -> FETCH_HEAD
HEAD is now at 8a536c3 Fix travis build #3
Cloned https://github.com/ole/Echo.git
Revision (git rev-parse @):
8a536c35b154ba090aa490029e8ee9e77dd9ea99
SUCCESS checkout https://github.com/ole/Echo.git at 0.0.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $PWD/checkout
https://github.com/ole/Echo.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Building for debugging...
[0/2] Compiling CEcho KnownMetadata.c
[1/2] Compiling CEcho Functions.c
[3/42] Emitting module Echo
[4/47] Compiling Echo RelativeDirectPointer.swift
[5/47] Compiling Echo RelativeIndirectPointer.swift
[6/47] Compiling Echo RelativeIndirectablePointer.swift
[7/47] Compiling Echo RelativeIndirectablePointerIntPair.swift
[8/47] Compiling Echo RelativePointer.swift
[9/47] Compiling Echo FieldDescriptor.swift
[10/47] Compiling Echo GenericContext.swift
[11/47] Compiling Echo ModuleDescriptor.swift
[12/47] Compiling Echo ProtocolDescriptor.swift
[13/47] Compiling Echo StructDescriptor.swift
[14/47] Compiling Echo TypeContextDescriptor.swift
[15/47] Compiling Echo AnonymousDescriptor.swift
[16/47] Compiling Echo ClassDescriptor.swift
[17/47] Compiling Echo ContextDescriptor.swift
[18/47] Compiling Echo ContextDescriptorValues.swift
[19/47] Compiling Echo EnumDescriptor.swift
[20/47] Compiling Echo ExtensionDescriptor.swift
[21/47] Compiling Echo Echo.swift
[22/47] Compiling Echo ClassMetadata.swift
[23/47] Compiling Echo EnumMetadata.swift
[24/47] Compiling Echo EnumValueWitnessTable.swift
[25/47] Compiling Echo ExistentialMetadata.swift
[26/47] Compiling Echo ExistentialMetatypeMetadata.swift
[27/47] Compiling Echo ForeignClassMetadata.swift
[28/47] Compiling Echo FunctionMetadata.swift
[29/47] Compiling Echo HeapGenericLocalVariableMetadata.swift
[30/47] Compiling Echo HeapLocalVariableMetadata.swift
[31/47] Compiling Echo Metadata.swift
[32/47] Compiling Echo MetadataAccessFunction.swift
[33/47] Compiling Echo Functions.swift
[34/47] Compiling Echo HeapObject.swift
[35/47] Compiling Echo KnownMetadata.swift
[36/47] Compiling Echo FieldType.swift
[37/47] Compiling Echo Misc.swift
[38/47] Compiling Echo MetadataRequest.swift
[39/47] Compiling Echo MetadataValues.swift
[40/47] Compiling Echo MetatypeMetadata.swift
[41/47] Compiling Echo ObjCClassWrapperMetadata.swift
[42/47] Compiling Echo OpaqueMetadata.swift
[43/47] Compiling Echo StructMetadata.swift
[44/47] Compiling Echo TupleMetadata.swift
[45/47] Compiling Echo TypeMetadata.swift
[46/47] Compiling Echo ValueWitnessTable.swift
[47/47] Compiling Echo ExistentialContainer.swift
[50/54] Emitting module EchoStoredProperties
[51/54] Compiling EchoStoredProperties StoredProperties.swift
[53/56] Compiling EchoMirror Mirror.swift
[54/56] Emitting module EchoMirror
[55/56] Compiling EchoMirror ReflectionMirror.swift
Build complete! (4.83s)
Build complete.
Done.