The Swift Package Index logo.Swift Package Index

Build Information

Successful build of MirrorDiffKit with Swift 5.9 for Linux.

Build Command

docker run --rm -v "checkouts-4609320-0":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Kuniwak/MirrorDiffKit.git
Reference: 5.0.1
Cloned https://github.com/Kuniwak/MirrorDiffKit.git into spi-builder-workspace
SUCCESS checkout https://github.com/Kuniwak/MirrorDiffKit.git at 5.0.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
docker run --rm -v "checkouts-4609320-0":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Building for debugging...
[1/25] Emitting module MirrorDiffKit
[2/28] Compiling MirrorDiffKit PrettyPrintable.swift
[3/28] Compiling MirrorDiffKit PrettyPrinter.swift
[4/28] Compiling MirrorDiffKit RoughEquatable.swift
[5/28] Compiling MirrorDiffKit HashableType.swift
[6/28] Compiling MirrorDiffKit MirrorDiffKit.swift
[7/28] Compiling MirrorDiffKit PrettyLine.swift
[8/28] Compiling MirrorDiffKit Transformer.swift
[9/28] Compiling MirrorDiffKit TupleRepresentationDetector.swift
[10/28] Compiling MirrorDiffKit Util.swift
[11/28] 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)
         ^
[12/28] 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)
         ^
[13/28] 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)
         ^
[14/28] Compiling MirrorDiffKit ComparableDifferentiaUnits.swift
[15/28] Compiling MirrorDiffKit Diffable+CustomStringConvertible.swift
[16/28] Compiling MirrorDiffKit Diffable+PrettyPrintable.swift
[17/28] Compiling MirrorDiffKit Diffable+RoughEquatable.swift
[18/28] Compiling MirrorDiffKit DifferentiaUnit+PrettyPrintable.swift
[19/28] Compiling MirrorDiffKit DifferentiaUnit.DictionaryType.swift
[20/28] Compiling MirrorDiffKit DifferentiaUnit.SequenceType.swift
[21/28] Compiling MirrorDiffKit Diffable.TupleEntry+PrettyPrintable.swift
[22/28] Compiling MirrorDiffKit Diffable.diff.swift
[23/28] Compiling MirrorDiffKit Diffable.from.swift
[24/28] Compiling MirrorDiffKit Diffable.swift
[25/28] 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?
[26/28] 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?
[27/28] 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?
[28/28] 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?
Build complete! (10.77s)
Build complete.
Done.

Build Machine: Linux 2