The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Swiftlier with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-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.10
Building package at path:  $workDir
https://github.com/drewag/swiftlier.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/58] Compiling Swiftlier Coding+Helpers.swift
[4/58] Compiling Swiftlier CodingKeys.swift
[5/58] Compiling Swiftlier NativeTypesDecoder.swift
[6/58] Compiling Swiftlier NativeTypesEncoder.swift
[7/58] Compiling Swiftlier PercentEncodable.swift
[8/58] Compiling Swiftlier SpecDecoder.swift
[9/58] Compiling Swiftlier Collection+Enhancments.swift
[10/58] Compiling Swiftlier Data+Processing.swift
[11/58] Compiling Swiftlier Date+Helpers.swift
[12/58] Compiling Swiftlier DispatchQueue+Enhancements.swift
[13/58] Compiling Swiftlier String+Enhancements.swift
[14/58] Compiling Swiftlier URL+Enhancements.swift
[15/58] Compiling Swiftlier AnySwiftlierError.swift
[16/58] Compiling Swiftlier GenericSwiftlierError.swift
[17/58] Compiling Swiftlier OperationBasedError.swift
[18/58] Compiling Swiftlier OtherSwiftlierError.swift
[19/65] 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
[20/65] 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
[21/65] 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
[22/65] 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
[23/65] 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
[24/65] 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
[25/65] 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
[26/65] 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
[27/65] 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:
        ^
[28/65] 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:
        ^
[29/65] 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:
        ^
[30/65] 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:
        ^
[31/65] 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:
        ^
[32/65] 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:
        ^
[33/65] 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:
        ^
[34/65] 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
[35/65] 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
[36/65] 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
[37/65] 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
[38/65] 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
[39/65] 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
[40/65] 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
[41/65] 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
[42/65] Compiling Swiftlier Price.swift
[43/65] Compiling Swiftlier UniquelyIdentifiable.swift
[44/65] Compiling Swiftlier CSVStreamReader.swift
[45/65] Compiling Swiftlier DelimiterStreamReader.swift
[46/65] Compiling Swiftlier StreamReader.swift
[47/65] Compiling Swiftlier Date+Testable.swift
[48/65] Compiling Swiftlier URLSession+Testing.swift
[49/65] Compiling Swiftlier SwiftlierError.swift
[50/65] Compiling Swiftlier SwiftlierResult.swift
[51/65] Compiling Swiftlier FileSystem+iOSDirectories.swift
[52/65] Compiling Swiftlier FileSystem.swift
[53/65] Compiling Swiftlier Path+Coding.swift
[54/65] Compiling Swiftlier Path.swift
[55/65] Compiling Swiftlier PersistenceService.swift
[56/65] Compiling Swiftlier ReferenceTypePersistenceService.swift
[57/65] 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
[58/65] Compiling Swiftlier ValueTypePersistenceService.swift
[59/65] Compiling Swiftlier Bool+Formatting.swift
[60/65] Compiling Swiftlier Data+Base64.swift
[61/65] Compiling Swiftlier Date+Formatting.swift
[62/65] Compiling Swiftlier Double+Formatting.swift
[63/65] Compiling Swiftlier HeartRateFormatter.swift
[64/65] Compiling Swiftlier TimeInterval+Formatting.swift
[65/65] Compiling Swiftlier BinarySearchTree.swift
Build complete! (11.05s)
Build complete.
Done.

Build Machine: Linux 1