This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 Vellum with Swift 5.9 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-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.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hainayanda/Vellum.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/hainayanda/Vellum
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 63092e2 Merge pull request #5 from hainayanda/fixes/update-username
Cloned https://github.com/hainayanda/Vellum.git
Revision (git rev-parse @):
63092e244dc7834bd4ab67505effa6637e7af89e
SUCCESS checkout https://github.com/hainayanda/Vellum.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Fetching https://github.com/mattgallagher/CwlCatchException.git
Fetching https://github.com/Quick/Quick.git
Fetching https://github.com/Quick/Nimble.git
[5/432] Fetching cwlcatchexception
[433/14481] Fetching cwlcatchexception, quick
[14482/31211] Fetching cwlcatchexception, quick, nimble
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
Fetched https://github.com/mattgallagher/CwlCatchException.git (1.46s)
Fetched https://github.com/Quick/Quick.git (1.48s)
Fetched https://github.com/Quick/Nimble.git (1.49s)
Computing version for https://github.com/Quick/Nimble.git
[1/1236] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git (0.27s)
Computed https://github.com/Quick/Nimble.git at 9.0.0 (0.40s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 3.1.2 (0.45s)
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 3.1.2
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 9.0.0
Building for debugging...
[1/14] Compiling Vellum DiskArchives.swift
[2/14] Compiling Vellum MemoryArchives.swift
[3/14] Compiling Vellum ArchiveManager.swift
[4/14] Compiling Vellum Archivist.swift
[5/14] Emitting module Vellum
/host/spi-builder-workspace/Vellum/Classes/Query/QuerySorter.swift:55:27: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
protocol QueryComparator: class {
                          ^~~~~
                          AnyObject
[6/14] Compiling Vellum Archivable.swift
[7/14] Compiling Vellum ArchivesFactory.swift
[8/15] Compiling Vellum QueryBuilder.swift
[9/15] Compiling Vellum QueryFinder.swift
[10/15] Compiling Vellum PropertyWrapper.swift
[11/15] Compiling Vellum VellumError.swift
[12/15] Compiling Vellum QueryLimiter.swift
[13/15] Compiling Vellum DataSize.swift
[14/15] Compiling Vellum Extensions.swift
[15/15] Compiling Vellum QuerySorter.swift
/host/spi-builder-workspace/Vellum/Classes/Query/QuerySorter.swift:55:27: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
protocol QueryComparator: class {
                          ^~~~~
                          AnyObject
Build complete! (13.10s)
Build complete.
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.