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 Swiftlier with Swift 5.8 for Linux.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/drewag/swiftlier.git
Reference: 6.1.3
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/drewag/swiftlier
 * tag               6.1.3      -> FETCH_HEAD
HEAD is now at e1f7897 [BF] Fix azure tests
Cloned https://github.com/drewag/swiftlier.git
Revision (git rev-parse @):
e1f78972b8a19cfff3248603d1a97f66ef9ef591
SUCCESS checkout https://github.com/drewag/swiftlier.git at 6.1.3
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.8
Building package at path:  $workDir
https://github.com/drewag/swiftlier.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build 2>&1
Building for debugging...
[1/56] Compiling Swiftlier Coding+Helpers.swift
[2/56] Compiling Swiftlier CodingKeys.swift
[3/56] Compiling Swiftlier NativeTypesDecoder.swift
[4/56] Compiling Swiftlier NativeTypesEncoder.swift
[5/56] Compiling Swiftlier PercentEncodable.swift
[6/56] Compiling Swiftlier SpecDecoder.swift
[7/56] Compiling Swiftlier Collection+Enhancments.swift
[8/56] Compiling Swiftlier Data+Processing.swift
[9/63] Emitting module Swiftlier
/host/spi-builder-workspace/Sources/Swiftlier/Model/Observable/EventCenter.swift:14:28: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol EventType: class {
                           ^~~~~
                           AnyObject
/host/spi-builder-workspace/Sources/Swiftlier/Model/Observable/ObservableReference.swift:30:32: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol Referenceable: class {}
                               ^~~~~
                               AnyObject
[10/63] Compiling Swiftlier LimitedQueue.swift
/host/spi-builder-workspace/Sources/Swiftlier/Model/Observable/EventCenter.swift:14:28: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol EventType: class {
                           ^~~~~
                           AnyObject
[11/63] Compiling Swiftlier OrderedDictionary.swift
/host/spi-builder-workspace/Sources/Swiftlier/Model/Observable/EventCenter.swift:14:28: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol EventType: class {
                           ^~~~~
                           AnyObject
[12/63] Compiling Swiftlier PatchyRange.swift
/host/spi-builder-workspace/Sources/Swiftlier/Model/Observable/EventCenter.swift:14:28: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol EventType: class {
                           ^~~~~
                           AnyObject
[13/63] Compiling Swiftlier SelectableValue.swift
/host/spi-builder-workspace/Sources/Swiftlier/Model/Observable/EventCenter.swift:14:28: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol EventType: class {
                           ^~~~~
                           AnyObject
[14/63] Compiling Swiftlier Syncable.swift
/host/spi-builder-workspace/Sources/Swiftlier/Model/Observable/EventCenter.swift:14:28: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol EventType: class {
                           ^~~~~
                           AnyObject
[15/63] Compiling Swiftlier WeakWrapper.swift
/host/spi-builder-workspace/Sources/Swiftlier/Model/Observable/EventCenter.swift:14:28: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol EventType: class {
                           ^~~~~
                           AnyObject
[16/63] Compiling Swiftlier EventCenter.swift
/host/spi-builder-workspace/Sources/Swiftlier/Model/Observable/EventCenter.swift:14:28: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol EventType: class {
                           ^~~~~
                           AnyObject
[17/63] Compiling Swiftlier MultiCallback.swift
/host/spi-builder-workspace/Sources/Swiftlier/Model/Observable/EventCenter.swift:14:28: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol EventType: class {
                           ^~~~~
                           AnyObject
[18/63] Compiling Swiftlier Observable.swift
/host/spi-builder-workspace/Sources/Swiftlier/Model/Observable/ObservableReference.swift:30:32: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol Referenceable: class {}
                               ^~~~~
                               AnyObject
[19/63] Compiling Swiftlier ObservableArray.swift
/host/spi-builder-workspace/Sources/Swiftlier/Model/Observable/ObservableReference.swift:30:32: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol Referenceable: class {}
                               ^~~~~
                               AnyObject
[20/63] Compiling Swiftlier ObservableDictionary.swift
/host/spi-builder-workspace/Sources/Swiftlier/Model/Observable/ObservableReference.swift:30:32: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol Referenceable: class {}
                               ^~~~~
                               AnyObject
[21/63] Compiling Swiftlier ObservableReference.swift
/host/spi-builder-workspace/Sources/Swiftlier/Model/Observable/ObservableReference.swift:30:32: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol Referenceable: class {}
                               ^~~~~
                               AnyObject
[22/63] Compiling Swiftlier JSON.swift
/host/spi-builder-workspace/Sources/Swiftlier/Model/Observable/ObservableReference.swift:30:32: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol Referenceable: class {}
                               ^~~~~
                               AnyObject
[23/63] Compiling Swiftlier NativeTypesStructured.swift
/host/spi-builder-workspace/Sources/Swiftlier/Model/Observable/ObservableReference.swift:30:32: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol Referenceable: class {}
                               ^~~~~
                               AnyObject
[24/63] Compiling Swiftlier Structured.swift
/host/spi-builder-workspace/Sources/Swiftlier/Model/Observable/ObservableReference.swift:30:32: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol Referenceable: class {}
                               ^~~~~
                               AnyObject
[25/63] Compiling Swiftlier XML.swift
/host/spi-builder-workspace/Sources/Swiftlier/Model/Observable/ObservableReference.swift:30:32: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol Referenceable: class {}
                               ^~~~~
                               AnyObject
[26/63] Compiling Swiftlier Age.swift
/host/spi-builder-workspace/Sources/Swiftlier/Model/Types/Mass.swift:77:9: warning: default will never be executed
        @unknown default:
        ^
/host/spi-builder-workspace/Sources/Swiftlier/Model/Types/Mass.swift:140:9: warning: default will never be executed
        @unknown default:
        ^
/host/spi-builder-workspace/Sources/Swiftlier/Model/Types/Mass.swift:250:9: warning: default will never be executed
        @unknown default:
        ^
[27/63] Compiling Swiftlier AlwaysEqual.swift
/host/spi-builder-workspace/Sources/Swiftlier/Model/Types/Mass.swift:77:9: warning: default will never be executed
        @unknown default:
        ^
/host/spi-builder-workspace/Sources/Swiftlier/Model/Types/Mass.swift:140:9: warning: default will never be executed
        @unknown default:
        ^
/host/spi-builder-workspace/Sources/Swiftlier/Model/Types/Mass.swift:250:9: warning: default will never be executed
        @unknown default:
        ^
[28/63] Compiling Swiftlier Angle.swift
/host/spi-builder-workspace/Sources/Swiftlier/Model/Types/Mass.swift:77:9: warning: default will never be executed
        @unknown default:
        ^
/host/spi-builder-workspace/Sources/Swiftlier/Model/Types/Mass.swift:140:9: warning: default will never be executed
        @unknown default:
        ^
/host/spi-builder-workspace/Sources/Swiftlier/Model/Types/Mass.swift:250:9: warning: default will never be executed
        @unknown default:
        ^
[29/63] Compiling Swiftlier Day.swift
/host/spi-builder-workspace/Sources/Swiftlier/Model/Types/Mass.swift:77:9: warning: default will never be executed
        @unknown default:
        ^
/host/spi-builder-workspace/Sources/Swiftlier/Model/Types/Mass.swift:140:9: warning: default will never be executed
        @unknown default:
        ^
/host/spi-builder-workspace/Sources/Swiftlier/Model/Types/Mass.swift:250:9: warning: default will never be executed
        @unknown default:
        ^
[30/63] Compiling Swiftlier EmailAddress.swift
/host/spi-builder-workspace/Sources/Swiftlier/Model/Types/Mass.swift:77:9: warning: default will never be executed
        @unknown default:
        ^
/host/spi-builder-workspace/Sources/Swiftlier/Model/Types/Mass.swift:140:9: warning: default will never be executed
        @unknown default:
        ^
/host/spi-builder-workspace/Sources/Swiftlier/Model/Types/Mass.swift:250:9: warning: default will never be executed
        @unknown default:
        ^
[31/63] Compiling Swiftlier HTML.swift
/host/spi-builder-workspace/Sources/Swiftlier/Model/Types/Mass.swift:77:9: warning: default will never be executed
        @unknown default:
        ^
/host/spi-builder-workspace/Sources/Swiftlier/Model/Types/Mass.swift:140:9: warning: default will never be executed
        @unknown default:
        ^
/host/spi-builder-workspace/Sources/Swiftlier/Model/Types/Mass.swift:250:9: warning: default will never be executed
        @unknown default:
        ^
[32/63] Compiling Swiftlier Mass.swift
/host/spi-builder-workspace/Sources/Swiftlier/Model/Types/Mass.swift:77:9: warning: default will never be executed
        @unknown default:
        ^
/host/spi-builder-workspace/Sources/Swiftlier/Model/Types/Mass.swift:140:9: warning: default will never be executed
        @unknown default:
        ^
/host/spi-builder-workspace/Sources/Swiftlier/Model/Types/Mass.swift:250:9: warning: default will never be executed
        @unknown default:
        ^
[33/63] Compiling Swiftlier SwiftlierError.swift
[34/63] Compiling Swiftlier SwiftlierResult.swift
[35/63] Compiling Swiftlier FileSystem+iOSDirectories.swift
[36/63] Compiling Swiftlier FileSystem.swift
[37/63] Compiling Swiftlier Path+Coding.swift
[38/63] Compiling Swiftlier Path.swift
[39/63] Compiling Swiftlier PersistenceService.swift
[40/63] Compiling Swiftlier ReferenceTypePersistenceService.swift
[41/63] Compiling Swiftlier Price.swift
[42/63] Compiling Swiftlier UniquelyIdentifiable.swift
[43/63] Compiling Swiftlier CSVStreamReader.swift
[44/63] Compiling Swiftlier DelimiterStreamReader.swift
[45/63] Compiling Swiftlier StreamReader.swift
[46/63] Compiling Swiftlier Date+Testable.swift
[47/63] Compiling Swiftlier URLSession+Testing.swift
[48/63] Compiling Swiftlier ValueTypePersistenceService.swift
[49/63] Compiling Swiftlier Bool+Formatting.swift
[50/63] Compiling Swiftlier Data+Base64.swift
[51/63] Compiling Swiftlier Date+Formatting.swift
[52/63] Compiling Swiftlier Double+Formatting.swift
[53/63] Compiling Swiftlier HeartRateFormatter.swift
[54/63] Compiling Swiftlier TimeInterval+Formatting.swift
[55/63] Compiling Swiftlier BinarySearchTree.swift
[56/63] Compiling Swiftlier Date+Helpers.swift
[57/63] Compiling Swiftlier DispatchQueue+Enhancements.swift
[58/63] Compiling Swiftlier String+Enhancements.swift
[59/63] Compiling Swiftlier URL+Enhancements.swift
[60/63] Compiling Swiftlier AnySwiftlierError.swift
[61/63] Compiling Swiftlier GenericSwiftlierError.swift
[62/63] Compiling Swiftlier OperationBasedError.swift
[63/63] Compiling Swiftlier OtherSwiftlierError.swift
Build complete! (7.97s)
Build complete.
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.