The Swift Package Index logo.Swift Package Index

Build Information

Successful build of MirrorDiffKit 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/Kuniwak/MirrorDiffKit.git
Reference: 5.0.1
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/Kuniwak/MirrorDiffKit
 * tag               5.0.1      -> FETCH_HEAD
HEAD is now at 8a4e0c6 Merge pull request #48 from Kuniwak/cocoapods
Cloned https://github.com/Kuniwak/MirrorDiffKit.git
Revision (git rev-parse @):
8a4e0c645c2a7369527bfabe31af984a277b14ef
SUCCESS checkout https://github.com/Kuniwak/MirrorDiffKit.git at 5.0.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/Kuniwak/MirrorDiffKit.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/27] Emitting module MirrorDiffKit
[4/30] Compiling MirrorDiffKit HashableType.swift
[5/30] Compiling MirrorDiffKit MirrorDiffKit.swift
[6/30] Compiling MirrorDiffKit PrettyLine.swift
[7/30] Compiling MirrorDiffKit Diffable.TupleEntry+PrettyPrintable.swift
[8/30] Compiling MirrorDiffKit Diffable.diff.swift
[9/30] Compiling MirrorDiffKit Diffable.from.swift
[10/30] Compiling MirrorDiffKit Diffable.swift
[11/30] Compiling MirrorDiffKit ComparableDifferentiaUnits.swift
[12/30] Compiling MirrorDiffKit Diffable+CustomStringConvertible.swift
[13/30] Compiling MirrorDiffKit Diffable+PrettyPrintable.swift
[14/30] Compiling MirrorDiffKit Diffable+RoughEquatable.swift
[15/30] Compiling MirrorDiffKit DifferentiaUnit.swift
/host/spi-builder-workspace/Sources/Dwifft.swift:64:22: warning: enum case 'insert' has 2 associated values; matching them as a tuple is deprecated
        case .insert(let j):
                     ^
/host/spi-builder-workspace/Sources/Dwifft.swift:36:10: note: 'insert' declared here
    case insert(Int, T)
         ^
/host/spi-builder-workspace/Sources/Dwifft.swift:66:22: warning: enum case 'delete' has 2 associated values; matching them as a tuple is deprecated
        case .delete(let j):
                     ^
/host/spi-builder-workspace/Sources/Dwifft.swift:37:10: note: 'delete' declared here
    case delete(Int, T)
         ^
[16/30] Compiling MirrorDiffKit Dwifft.swift
/host/spi-builder-workspace/Sources/Dwifft.swift:64:22: warning: enum case 'insert' has 2 associated values; matching them as a tuple is deprecated
        case .insert(let j):
                     ^
/host/spi-builder-workspace/Sources/Dwifft.swift:36:10: note: 'insert' declared here
    case insert(Int, T)
         ^
/host/spi-builder-workspace/Sources/Dwifft.swift:66:22: warning: enum case 'delete' has 2 associated values; matching them as a tuple is deprecated
        case .delete(let j):
                     ^
/host/spi-builder-workspace/Sources/Dwifft.swift:37:10: note: 'delete' declared here
    case delete(Int, T)
         ^
[17/30] Compiling MirrorDiffKit EnumCaseName.swift
/host/spi-builder-workspace/Sources/Dwifft.swift:64:22: warning: enum case 'insert' has 2 associated values; matching them as a tuple is deprecated
        case .insert(let j):
                     ^
/host/spi-builder-workspace/Sources/Dwifft.swift:36:10: note: 'insert' declared here
    case insert(Int, T)
         ^
/host/spi-builder-workspace/Sources/Dwifft.swift:66:22: warning: enum case 'delete' has 2 associated values; matching them as a tuple is deprecated
        case .delete(let j):
                     ^
/host/spi-builder-workspace/Sources/Dwifft.swift:37:10: note: 'delete' declared here
    case delete(Int, T)
         ^
[18/30] Compiling MirrorDiffKit DiffableConvertible.swift
/host/spi-builder-workspace/Sources/DiffableDictionary.swift:38:20: warning: assuming you mean 'Optional<Diffable>.none'; did you mean 'Diffable.none' instead?
            case (.none, .none):
                   ^
/host/spi-builder-workspace/Sources/DiffableDictionary.swift:38:20: note: use 'nil' to silence this warning
            case (.none, .none):
                  ~^~~~
                  nil
/host/spi-builder-workspace/Sources/DiffableDictionary.swift:38:20: note: use 'none?' instead
            case (.none, .none):
                   ^~~~
                   none?
/host/spi-builder-workspace/Sources/DiffableDictionary.swift:38:27: warning: assuming you mean 'Optional<Diffable>.none'; did you mean 'Diffable.none' instead?
            case (.none, .none):
                          ^
/host/spi-builder-workspace/Sources/DiffableDictionary.swift:38:27: note: use 'nil' to silence this warning
            case (.none, .none):
                         ~^~~~
                         nil
/host/spi-builder-workspace/Sources/DiffableDictionary.swift:38:27: note: use 'none?' instead
            case (.none, .none):
                          ^~~~
                          none?
/host/spi-builder-workspace/Sources/DiffableDictionary.swift:41:35: warning: assuming you mean 'Optional<Diffable>.none'; did you mean 'Diffable.none' instead?
            case let (.some(lv), .none):
                                  ^
/host/spi-builder-workspace/Sources/DiffableDictionary.swift:41:35: note: use 'nil' to silence this warning
            case let (.some(lv), .none):
                                 ~^~~~
                                 nil
/host/spi-builder-workspace/Sources/DiffableDictionary.swift:41:35: note: use 'none?' instead
            case let (.some(lv), .none):
                                  ^~~~
                                  none?
/host/spi-builder-workspace/Sources/DiffableDictionary.swift:44:24: warning: assuming you mean 'Optional<Diffable>.none'; did you mean 'Diffable.none' instead?
            case let (.none, .some(rv)):
                       ^
/host/spi-builder-workspace/Sources/DiffableDictionary.swift:44:24: note: use 'nil' to silence this warning
            case let (.none, .some(rv)):
                      ~^~~~
                      nil
/host/spi-builder-workspace/Sources/DiffableDictionary.swift:44:24: note: use 'none?' instead
            case let (.none, .some(rv)):
                       ^~~~
                       none?
[19/30] Compiling MirrorDiffKit DiffableDictionary.swift
/host/spi-builder-workspace/Sources/DiffableDictionary.swift:38:20: warning: assuming you mean 'Optional<Diffable>.none'; did you mean 'Diffable.none' instead?
            case (.none, .none):
                   ^
/host/spi-builder-workspace/Sources/DiffableDictionary.swift:38:20: note: use 'nil' to silence this warning
            case (.none, .none):
                  ~^~~~
                  nil
/host/spi-builder-workspace/Sources/DiffableDictionary.swift:38:20: note: use 'none?' instead
            case (.none, .none):
                   ^~~~
                   none?
/host/spi-builder-workspace/Sources/DiffableDictionary.swift:38:27: warning: assuming you mean 'Optional<Diffable>.none'; did you mean 'Diffable.none' instead?
            case (.none, .none):
                          ^
/host/spi-builder-workspace/Sources/DiffableDictionary.swift:38:27: note: use 'nil' to silence this warning
            case (.none, .none):
                         ~^~~~
                         nil
/host/spi-builder-workspace/Sources/DiffableDictionary.swift:38:27: note: use 'none?' instead
            case (.none, .none):
                          ^~~~
                          none?
/host/spi-builder-workspace/Sources/DiffableDictionary.swift:41:35: warning: assuming you mean 'Optional<Diffable>.none'; did you mean 'Diffable.none' instead?
            case let (.some(lv), .none):
                                  ^
/host/spi-builder-workspace/Sources/DiffableDictionary.swift:41:35: note: use 'nil' to silence this warning
            case let (.some(lv), .none):
                                 ~^~~~
                                 nil
/host/spi-builder-workspace/Sources/DiffableDictionary.swift:41:35: note: use 'none?' instead
            case let (.some(lv), .none):
                                  ^~~~
                                  none?
/host/spi-builder-workspace/Sources/DiffableDictionary.swift:44:24: warning: assuming you mean 'Optional<Diffable>.none'; did you mean 'Diffable.none' instead?
            case let (.none, .some(rv)):
                       ^
/host/spi-builder-workspace/Sources/DiffableDictionary.swift:44:24: note: use 'nil' to silence this warning
            case let (.none, .some(rv)):
                      ~^~~~
                      nil
/host/spi-builder-workspace/Sources/DiffableDictionary.swift:44:24: note: use 'none?' instead
            case let (.none, .some(rv)):
                       ^~~~
                       none?
[20/30] Compiling MirrorDiffKit DiffableSequence.swift
/host/spi-builder-workspace/Sources/DiffableDictionary.swift:38:20: warning: assuming you mean 'Optional<Diffable>.none'; did you mean 'Diffable.none' instead?
            case (.none, .none):
                   ^
/host/spi-builder-workspace/Sources/DiffableDictionary.swift:38:20: note: use 'nil' to silence this warning
            case (.none, .none):
                  ~^~~~
                  nil
/host/spi-builder-workspace/Sources/DiffableDictionary.swift:38:20: note: use 'none?' instead
            case (.none, .none):
                   ^~~~
                   none?
/host/spi-builder-workspace/Sources/DiffableDictionary.swift:38:27: warning: assuming you mean 'Optional<Diffable>.none'; did you mean 'Diffable.none' instead?
            case (.none, .none):
                          ^
/host/spi-builder-workspace/Sources/DiffableDictionary.swift:38:27: note: use 'nil' to silence this warning
            case (.none, .none):
                         ~^~~~
                         nil
/host/spi-builder-workspace/Sources/DiffableDictionary.swift:38:27: note: use 'none?' instead
            case (.none, .none):
                          ^~~~
                          none?
/host/spi-builder-workspace/Sources/DiffableDictionary.swift:41:35: warning: assuming you mean 'Optional<Diffable>.none'; did you mean 'Diffable.none' instead?
            case let (.some(lv), .none):
                                  ^
/host/spi-builder-workspace/Sources/DiffableDictionary.swift:41:35: note: use 'nil' to silence this warning
            case let (.some(lv), .none):
                                 ~^~~~
                                 nil
/host/spi-builder-workspace/Sources/DiffableDictionary.swift:41:35: note: use 'none?' instead
            case let (.some(lv), .none):
                                  ^~~~
                                  none?
/host/spi-builder-workspace/Sources/DiffableDictionary.swift:44:24: warning: assuming you mean 'Optional<Diffable>.none'; did you mean 'Diffable.none' instead?
            case let (.none, .some(rv)):
                       ^
/host/spi-builder-workspace/Sources/DiffableDictionary.swift:44:24: note: use 'nil' to silence this warning
            case let (.none, .some(rv)):
                      ~^~~~
                      nil
/host/spi-builder-workspace/Sources/DiffableDictionary.swift:44:24: note: use 'none?' instead
            case let (.none, .some(rv)):
                       ^~~~
                       none?
[21/30] Compiling MirrorDiffKit DiffableSet.swift
/host/spi-builder-workspace/Sources/DiffableDictionary.swift:38:20: warning: assuming you mean 'Optional<Diffable>.none'; did you mean 'Diffable.none' instead?
            case (.none, .none):
                   ^
/host/spi-builder-workspace/Sources/DiffableDictionary.swift:38:20: note: use 'nil' to silence this warning
            case (.none, .none):
                  ~^~~~
                  nil
/host/spi-builder-workspace/Sources/DiffableDictionary.swift:38:20: note: use 'none?' instead
            case (.none, .none):
                   ^~~~
                   none?
/host/spi-builder-workspace/Sources/DiffableDictionary.swift:38:27: warning: assuming you mean 'Optional<Diffable>.none'; did you mean 'Diffable.none' instead?
            case (.none, .none):
                          ^
/host/spi-builder-workspace/Sources/DiffableDictionary.swift:38:27: note: use 'nil' to silence this warning
            case (.none, .none):
                         ~^~~~
                         nil
/host/spi-builder-workspace/Sources/DiffableDictionary.swift:38:27: note: use 'none?' instead
            case (.none, .none):
                          ^~~~
                          none?
/host/spi-builder-workspace/Sources/DiffableDictionary.swift:41:35: warning: assuming you mean 'Optional<Diffable>.none'; did you mean 'Diffable.none' instead?
            case let (.some(lv), .none):
                                  ^
/host/spi-builder-workspace/Sources/DiffableDictionary.swift:41:35: note: use 'nil' to silence this warning
            case let (.some(lv), .none):
                                 ~^~~~
                                 nil
/host/spi-builder-workspace/Sources/DiffableDictionary.swift:41:35: note: use 'none?' instead
            case let (.some(lv), .none):
                                  ^~~~
                                  none?
/host/spi-builder-workspace/Sources/DiffableDictionary.swift:44:24: warning: assuming you mean 'Optional<Diffable>.none'; did you mean 'Diffable.none' instead?
            case let (.none, .some(rv)):
                       ^
/host/spi-builder-workspace/Sources/DiffableDictionary.swift:44:24: note: use 'nil' to silence this warning
            case let (.none, .some(rv)):
                      ~^~~~
                      nil
/host/spi-builder-workspace/Sources/DiffableDictionary.swift:44:24: note: use 'none?' instead
            case let (.none, .some(rv)):
                       ^~~~
                       none?
[22/30] Compiling MirrorDiffKit Transformer.swift
[23/30] Compiling MirrorDiffKit TupleRepresentationDetector.swift
[24/30] Compiling MirrorDiffKit Util.swift
[25/30] Compiling MirrorDiffKit PrettyPrintable.swift
[26/30] Compiling MirrorDiffKit PrettyPrinter.swift
[27/30] Compiling MirrorDiffKit RoughEquatable.swift
[28/30] Compiling MirrorDiffKit DifferentiaUnit+PrettyPrintable.swift
[29/30] Compiling MirrorDiffKit DifferentiaUnit.DictionaryType.swift
[30/30] Compiling MirrorDiffKit DifferentiaUnit.SequenceType.swift
Build complete! (8.46s)
Build complete.
Done.

Build Machine: Linux 1