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 Alter 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.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hainayanda/Alter.git
Reference: 1.2.9
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/Alter
 * tag               1.2.9      -> FETCH_HEAD
HEAD is now at babc7a3 Merge pull request #13 from hainayanda/change-user-name
Cloned https://github.com/hainayanda/Alter.git
Revision (git rev-parse @):
babc7a303c4214950a0c6f3e3a509b6cc8123dd4
SUCCESS checkout https://github.com/hainayanda/Alter.git at 1.2.9
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.8
Building package at path:  $PWD/checkout
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/Quick/Quick.git
Fetching https://github.com/mattgallagher/CwlCatchException.git
Fetching https://github.com/Quick/Nimble.git
[1/432] Fetching cwlcatchexception
[433/14481] Fetching cwlcatchexception, quick
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
Fetched https://github.com/mattgallagher/CwlCatchException.git (0.55s)
Fetched https://github.com/Quick/Quick.git (0.55s)
[1/16730] Fetching nimble
[11545/17966] Fetching nimble, cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git (0.24s)
[13384/16730] Fetching nimble
Fetched https://github.com/Quick/Nimble.git (1.24s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 9.2.0 (0.32s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 4.0.0 (0.33s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.0.0 (0.30s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.0.0 (0.30s)
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.0.0
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.0.0
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 9.2.0
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 4.0.0
Building for debugging...
[1/8] Compiling Alter Mirror+Extensions.swift
[2/9] Compiling Alter Array+Extensions.swift
[3/9] Compiling Alter DecoderEncoder+Extensions.swift
[4/9] Compiling Alter TypeAlterer.swift
[5/9] Compiling Alter Alterable.swift
[6/9] Compiling Alter AlterCodingKey.swift
[7/9] Compiling Alter AlterError.swift
[8/9] Compiling Alter AlterableProperty.swift
/host/spi-builder-workspace/Alter/Classes/AlterableProperty.swift:10:29: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
protocol AlterableProperty: class, Codable {
                            ^~~~~
                            AnyObject
[9/9] Emitting module Alter
/host/spi-builder-workspace/Alter/Classes/AlterableProperty.swift:10:29: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
protocol AlterableProperty: class, Codable {
                            ^~~~~
                            AnyObject
Build complete! (9.40s)
Build complete.
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.