The Swift Package Index logo.Swift Package Index

Build Information

Successful build of MoreCodable with Swift 5.8 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.8-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.27.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tattn/MoreCodable.git
Reference: master
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/tattn/MoreCodable
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 95e3cc7 Update build settings
Cloned https://github.com/tattn/MoreCodable.git
Revision (git rev-parse @):
95e3cc73810e1958a81a01d189a318828b14e44f
SUCCESS checkout https://github.com/tattn/MoreCodable.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.8
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.8-latest swift build 2>&1
Building for debugging...
[1/17] Emitting module MoreCodable
/host/spi-builder-workspace/Sources/DictionaryCachableEncoder.swift:33:50: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol DictionaryCachableCacheProtocol: class {
                                                 ^~~~~
                                                 AnyObject
/host/spi-builder-workspace/Sources/DictionaryDecoder.swift:112:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
    open func decode<T : Decodable>(_ type: T.Type, from container: Any) throws -> T {
    ^~~~
    public
/host/spi-builder-workspace/Sources/DictionaryEncoder.swift:67:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
    open func encode<T: Encodable>(_ value: T) throws -> [String: Any] {
    ^~~~
    public
/host/spi-builder-workspace/Sources/URLQueryItemsDecoder.swift:71:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
    open func decode<T: Decodable>(_ type: T.Type, from container: [URLQueryItem]) throws -> T {
    ^~~~
    public
/host/spi-builder-workspace/Sources/URLQueryItemsEncoder.swift:37:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
    open func encode<T: Encodable>(_ value: T) throws -> [URLQueryItem] {
    ^~~~
    public
[2/19] Compiling MoreCodable StringTo.swift
[3/19] Compiling MoreCodable URLQueryItem+.swift
[4/19] Compiling MoreCodable AnyCodingKey.swift
[5/19] Compiling MoreCodable CodableAny.swift
[6/19] Compiling MoreCodable CodableDictionary.swift
[7/19] Compiling MoreCodable Failable.swift
[8/19] Compiling MoreCodable InternalFunction.swift
[9/19] Compiling MoreCodable URLQueryItemsDecoder.swift
/host/spi-builder-workspace/Sources/URLQueryItemsDecoder.swift:71:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
    open func decode<T: Decodable>(_ type: T.Type, from container: [URLQueryItem]) throws -> T {
    ^~~~
    public
/host/spi-builder-workspace/Sources/URLQueryItemsEncoder.swift:37:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
    open func encode<T: Encodable>(_ value: T) throws -> [URLQueryItem] {
    ^~~~
    public
[10/19] Compiling MoreCodable URLQueryItemsEncoder.swift
/host/spi-builder-workspace/Sources/URLQueryItemsDecoder.swift:71:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
    open func decode<T: Decodable>(_ type: T.Type, from container: [URLQueryItem]) throws -> T {
    ^~~~
    public
/host/spi-builder-workspace/Sources/URLQueryItemsEncoder.swift:37:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
    open func encode<T: Encodable>(_ value: T) throws -> [URLQueryItem] {
    ^~~~
    public
[11/19] Compiling MoreCodable MoreJSONDecoder.swift
[12/19] Compiling MoreCodable MoreJSONEncoder.swift
[13/19] Compiling MoreCodable MultiDateFormat.swift
[14/19] Compiling MoreCodable ObjectMerger.swift
[15/19] Compiling MoreCodable DictionaryCachableEncoder.swift
/host/spi-builder-workspace/Sources/DictionaryCachableEncoder.swift:33:50: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol DictionaryCachableCacheProtocol: class {
                                                 ^~~~~
                                                 AnyObject
/host/spi-builder-workspace/Sources/DictionaryDecoder.swift:112:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
    open func decode<T : Decodable>(_ type: T.Type, from container: Any) throws -> T {
    ^~~~
    public
/host/spi-builder-workspace/Sources/DictionaryEncoder.swift:67:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
    open func encode<T: Encodable>(_ value: T) throws -> [String: Any] {
    ^~~~
    public
[16/19] Compiling MoreCodable DictionaryDecoder.swift
/host/spi-builder-workspace/Sources/DictionaryCachableEncoder.swift:33:50: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol DictionaryCachableCacheProtocol: class {
                                                 ^~~~~
                                                 AnyObject
/host/spi-builder-workspace/Sources/DictionaryDecoder.swift:112:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
    open func decode<T : Decodable>(_ type: T.Type, from container: Any) throws -> T {
    ^~~~
    public
/host/spi-builder-workspace/Sources/DictionaryEncoder.swift:67:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
    open func encode<T: Encodable>(_ value: T) throws -> [String: Any] {
    ^~~~
    public
[17/19] Compiling MoreCodable DictionaryEncoder.swift
/host/spi-builder-workspace/Sources/DictionaryCachableEncoder.swift:33:50: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol DictionaryCachableCacheProtocol: class {
                                                 ^~~~~
                                                 AnyObject
/host/spi-builder-workspace/Sources/DictionaryDecoder.swift:112:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
    open func decode<T : Decodable>(_ type: T.Type, from container: Any) throws -> T {
    ^~~~
    public
/host/spi-builder-workspace/Sources/DictionaryEncoder.swift:67:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
    open func encode<T: Encodable>(_ value: T) throws -> [String: Any] {
    ^~~~
    public
[18/19] Compiling MoreCodable RuleBasedCodingKey.swift
[19/19] Compiling MoreCodable Storage.swift
Build complete! (10.05s)
Build complete.
Done.

Build Machine: Linux 2