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

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.25.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dreymonde/Shallows.git
Reference: 0.13.4
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/dreymonde/Shallows
 * tag               0.13.4     -> FETCH_HEAD
HEAD is now at 3a9d673 add asyncMapKeys operator
Cloned https://github.com/dreymonde/Shallows.git
Revision (git rev-parse @):
3a9d673a7c01d6fd4fbaa5cd592648dbae42d4a7
SUCCESS checkout https://github.com/dreymonde/Shallows.git at 0.13.4
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Building for debugging...
[1/17] Compiling Shallows WriteOnlyStorage.swift
[2/18] Compiling Shallows Storage.swift
[3/18] Compiling Shallows SyncStorage.swift
[4/18] Compiling Shallows Zip.swift
[5/18] Compiling Shallows DiskExtensions.swift
/host/spi-builder-workspace/Sources/Shallows/DiskStorage/DiskStorage.swift:24:54: warning: 'base64' is deprecated: for any new storages, please use .base64URL
                filenameEncoder: Filename.Encoder = .base64) {
                                                     ^
/host/spi-builder-workspace/Sources/Shallows/DiskStorage/DiskStorage.swift:167:68: warning: 'base64' is deprecated: for any new storages, please use .base64URL
                              filenameEncoder: Filename.Encoder = .base64) -> DiskFolderStorage {
                                                                   ^
/host/spi-builder-workspace/Sources/Shallows/DiskStorage/DiskStorage.swift:174:61: warning: 'base64' is deprecated: for any new storages, please use .base64URL
                       filenameEncoder: Filename.Encoder = .base64) -> DiskFolderStorage {
                                                            ^
[6/18] Compiling Shallows DiskStorage.swift
/host/spi-builder-workspace/Sources/Shallows/DiskStorage/DiskStorage.swift:24:54: warning: 'base64' is deprecated: for any new storages, please use .base64URL
                filenameEncoder: Filename.Encoder = .base64) {
                                                     ^
/host/spi-builder-workspace/Sources/Shallows/DiskStorage/DiskStorage.swift:167:68: warning: 'base64' is deprecated: for any new storages, please use .base64URL
                              filenameEncoder: Filename.Encoder = .base64) -> DiskFolderStorage {
                                                                   ^
/host/spi-builder-workspace/Sources/Shallows/DiskStorage/DiskStorage.swift:174:61: warning: 'base64' is deprecated: for any new storages, please use .base64URL
                       filenameEncoder: Filename.Encoder = .base64) -> DiskFolderStorage {
                                                            ^
[7/18] Compiling Shallows Filename.swift
[8/18] Compiling Shallows MemoryStorage.swift
[9/18] Compiling Shallows NSCacheStorage.swift
[10/18] Compiling Shallows ReadOnlyStorage.swift
[11/18] Compiling Shallows Shallows.swift
[12/18] Compiling Shallows ShallowsResult.swift
[13/18] Emitting module Shallows
/host/spi-builder-workspace/Sources/Shallows/DiskStorage/DiskStorage.swift:24:54: warning: 'base64' is deprecated: for any new storages, please use .base64URL
                filenameEncoder: Filename.Encoder = .base64) {
                                                     ^
/host/spi-builder-workspace/Sources/Shallows/DiskStorage/DiskStorage.swift:167:68: warning: 'base64' is deprecated: for any new storages, please use .base64URL
                              filenameEncoder: Filename.Encoder = .base64) -> DiskFolderStorage {
                                                                   ^
/host/spi-builder-workspace/Sources/Shallows/DiskStorage/DiskStorage.swift:174:61: warning: 'base64' is deprecated: for any new storages, please use .base64URL
                       filenameEncoder: Filename.Encoder = .base64) -> DiskFolderStorage {
                                                            ^
[14/18] Compiling Shallows Async.swift
[15/18] Compiling Shallows Composition.swift
[17/20] Wrapping AST for Shallows for debugging
[18/20] Archiving libShallowsStatic.a
[19/20] Linking libShallowsDynamic.so
Build complete! (7.44s)
Build complete.
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.