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 Runtime 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/nerdsupremacist/Runtime.git
Reference: 2.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/nerdsupremacist/Runtime
 * tag               2.1.1      -> FETCH_HEAD
HEAD is now at 61c9776 upped cocoapods version
Cloned https://github.com/nerdsupremacist/Runtime.git
Revision (git rev-parse @):
61c9776f47d2951bdc562486ad348e5e1ca2e180
SUCCESS checkout https://github.com/nerdsupremacist/Runtime.git at 2.1.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.8
Building package at path:  $PWD/checkout
https://github.com/nerdsupremacist/Runtime.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/wickwirew/CRuntime.git
[1/124] Fetching cruntime
Fetched https://github.com/wickwirew/CRuntime.git (0.88s)
Computing version for https://github.com/wickwirew/CRuntime.git
Computed https://github.com/wickwirew/CRuntime.git at 2.1.2 (1.01s)
Creating working copy for https://github.com/wickwirew/CRuntime.git
Working copy of https://github.com/wickwirew/CRuntime.git resolved at 2.1.2
Building for debugging...
[1/41] Emitting module Runtime
[2/46] Compiling Runtime TypeInfoConvertible.swift
[3/46] Compiling Runtime Pointers.swift
[4/46] Compiling Runtime RelativePointer.swift
[5/46] Compiling Runtime RelativeVectorPointer.swift
[6/46] Compiling Runtime Union.swift
[7/46] Compiling Runtime Vector.swift
[8/46] Compiling Runtime GettersSetters.swift
[9/46] Compiling Runtime Pointer+Extensions.swift
[10/46] Compiling Runtime RetainCounts.swift
[11/46] Compiling Runtime String+Extensions.swift
[12/46] Compiling Runtime EnumTypeDescriptor.swift
[13/46] Compiling Runtime ExistentialContainter.swift
[14/46] Compiling Runtime FieldDescriptor.swift
[15/46] Compiling Runtime FunctionMetadataLayout.swift
[16/46] Compiling Runtime MetadataLayoutType.swift
[17/46] Compiling Runtime ProtocolDescriptor.swift
[18/46] Compiling Runtime DefaultValue.swift
[19/46] Compiling Runtime Factory.swift
[20/46] Compiling Runtime ClassHeader.swift
[21/46] Compiling Runtime ClassMetadataLayout.swift
[22/46] Compiling Runtime ClassTypeDescriptor.swift
[23/46] Compiling Runtime EnumMetadataLayout.swift
[24/46] Compiling Runtime ProtocolMetadataLayout.swift
[25/46] Compiling Runtime ProtocolTypeContainer.swift
[26/46] Compiling Runtime StructMetadataLayout.swift
[27/46] Compiling Runtime StructTypeDescriptor.swift
[28/46] Compiling Runtime TargetTypeGenericContextDescriptorHeader.swift
[29/46] Compiling Runtime TupleMetadataLayout.swift
[30/46] Compiling Runtime MetadataType.swift
[31/46] Compiling Runtime NominalMetadataType.swift
[32/46] Compiling Runtime ProtocolMetadata.swift
[33/46] Compiling Runtime StructMetadata.swift
[34/46] Compiling Runtime TupleMetadata.swift
[35/46] Compiling Runtime Case.swift
[36/46] Compiling Runtime TypeDescriptor.swift
[37/46] Compiling Runtime ValueWitnessTable.swift
[38/46] Compiling Runtime ClassMetadata.swift
[39/46] Compiling Runtime EnumMetadata.swift
[40/46] Compiling Runtime FuntionMetadata.swift
[41/46] Compiling Runtime Metadata.swift
[42/46] Compiling Runtime Errors.swift
[43/46] Compiling Runtime FunctionInfo.swift
[44/46] Compiling Runtime Kind.swift
[45/46] Compiling Runtime PropertyInfo.swift
[46/46] Compiling Runtime TypeInfo.swift
Build complete! (7.30s)
Build complete.
Done.