The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Peppermint with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-0":/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/nsagora/peppermint.git
Reference: 1.2.0
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/nsagora/peppermint
 * tag               1.2.0      -> FETCH_HEAD
HEAD is now at 9e3db63 Update readme version
Cloned https://github.com/nsagora/peppermint.git
Revision (git rev-parse @):
9e3db637fbf8041c23a1b7f71e4ef16ac54f833f
SUCCESS checkout https://github.com/nsagora/peppermint.git at 1.2.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/nsagora/peppermint.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/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 Peppermint
/host/spi-builder-workspace/Sources/Constraints/Standard/GroupConstraint+AllStrategy.swift:5:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    struct AllStrategy<T, E: Error>: Strategy {
                       ^
/host/spi-builder-workspace/Sources/Constraints/Standard/GroupConstraint.swift:12:31: note: 'T' previously declared here
public struct GroupConstraint<T, E: Error>: Constraint {
                              ^
/host/spi-builder-workspace/Sources/Constraints/Standard/GroupConstraint+AllStrategy.swift:5:27: warning: generic parameter 'E' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    struct AllStrategy<T, E: Error>: Strategy {
                          ^
/host/spi-builder-workspace/Sources/Constraints/Standard/GroupConstraint.swift:12:34: note: 'E' previously declared here
public struct GroupConstraint<T, E: Error>: Constraint {
                                 ^
/host/spi-builder-workspace/Sources/Constraints/Standard/GroupConstraint+AnyStrategy.swift:5:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    struct AnyStrategy<T, E: Error>: Strategy {
                       ^
/host/spi-builder-workspace/Sources/Constraints/Standard/GroupConstraint.swift:12:31: note: 'T' previously declared here
public struct GroupConstraint<T, E: Error>: Constraint {
                              ^
/host/spi-builder-workspace/Sources/Constraints/Standard/GroupConstraint+AnyStrategy.swift:5:27: warning: generic parameter 'E' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    struct AnyStrategy<T, E: Error>: Strategy {
                          ^
/host/spi-builder-workspace/Sources/Constraints/Standard/GroupConstraint.swift:12:34: note: 'E' previously declared here
public struct GroupConstraint<T, E: Error>: Constraint {
                                 ^
[4/30] Compiling Peppermint AnyPredicate.swift
[5/30] Compiling Peppermint AsyncPredicate.swift
[6/30] Compiling Peppermint Predicate.swift
[7/30] Compiling Peppermint RegexPredicate.swift
[8/30] Compiling Peppermint RequiredPredicate.swift
[9/30] Compiling Peppermint URLPredicate.swift
[10/30] Compiling Peppermint BlockPredicate.swift
[11/30] Compiling Peppermint CharacterSetPredicate.swift
[12/30] Compiling Peppermint DatePredicate.swift
[13/30] Compiling Peppermint AnyConstraint.swift
[14/30] Compiling Peppermint AsyncConstraint.swift
[15/30] Compiling Peppermint Constraint.swift
[16/30] Compiling Peppermint ConstraintBuilder.swift
[17/30] Compiling Peppermint EmailPredicate.swift
[18/30] Compiling Peppermint LengthPredicate.swift
[19/30] Compiling Peppermint RangePredicate.swift
[20/30] Compiling Peppermint BlockConstraint.swift
/host/spi-builder-workspace/Sources/Constraints/Standard/GroupConstraint+AllStrategy.swift:5:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    struct AllStrategy<T, E: Error>: Strategy {
                       ^
/host/spi-builder-workspace/Sources/Constraints/Standard/GroupConstraint.swift:12:31: note: 'T' previously declared here
public struct GroupConstraint<T, E: Error>: Constraint {
                              ^
/host/spi-builder-workspace/Sources/Constraints/Standard/GroupConstraint+AllStrategy.swift:5:27: warning: generic parameter 'E' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    struct AllStrategy<T, E: Error>: Strategy {
                          ^
/host/spi-builder-workspace/Sources/Constraints/Standard/GroupConstraint.swift:12:34: note: 'E' previously declared here
public struct GroupConstraint<T, E: Error>: Constraint {
                                 ^
/host/spi-builder-workspace/Sources/Constraints/Standard/GroupConstraint+AnyStrategy.swift:5:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    struct AnyStrategy<T, E: Error>: Strategy {
                       ^
/host/spi-builder-workspace/Sources/Constraints/Standard/GroupConstraint.swift:12:31: note: 'T' previously declared here
public struct GroupConstraint<T, E: Error>: Constraint {
                              ^
/host/spi-builder-workspace/Sources/Constraints/Standard/GroupConstraint+AnyStrategy.swift:5:27: warning: generic parameter 'E' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    struct AnyStrategy<T, E: Error>: Strategy {
                          ^
/host/spi-builder-workspace/Sources/Constraints/Standard/GroupConstraint.swift:12:34: note: 'E' previously declared here
public struct GroupConstraint<T, E: Error>: Constraint {
                                 ^
[21/30] Compiling Peppermint GroupConstraint+AllStrategy.swift
/host/spi-builder-workspace/Sources/Constraints/Standard/GroupConstraint+AllStrategy.swift:5:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    struct AllStrategy<T, E: Error>: Strategy {
                       ^
/host/spi-builder-workspace/Sources/Constraints/Standard/GroupConstraint.swift:12:31: note: 'T' previously declared here
public struct GroupConstraint<T, E: Error>: Constraint {
                              ^
/host/spi-builder-workspace/Sources/Constraints/Standard/GroupConstraint+AllStrategy.swift:5:27: warning: generic parameter 'E' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    struct AllStrategy<T, E: Error>: Strategy {
                          ^
/host/spi-builder-workspace/Sources/Constraints/Standard/GroupConstraint.swift:12:34: note: 'E' previously declared here
public struct GroupConstraint<T, E: Error>: Constraint {
                                 ^
/host/spi-builder-workspace/Sources/Constraints/Standard/GroupConstraint+AnyStrategy.swift:5:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    struct AnyStrategy<T, E: Error>: Strategy {
                       ^
/host/spi-builder-workspace/Sources/Constraints/Standard/GroupConstraint.swift:12:31: note: 'T' previously declared here
public struct GroupConstraint<T, E: Error>: Constraint {
                              ^
/host/spi-builder-workspace/Sources/Constraints/Standard/GroupConstraint+AnyStrategy.swift:5:27: warning: generic parameter 'E' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    struct AnyStrategy<T, E: Error>: Strategy {
                          ^
/host/spi-builder-workspace/Sources/Constraints/Standard/GroupConstraint.swift:12:34: note: 'E' previously declared here
public struct GroupConstraint<T, E: Error>: Constraint {
                                 ^
[22/30] Compiling Peppermint GroupConstraint+AnyStrategy.swift
/host/spi-builder-workspace/Sources/Constraints/Standard/GroupConstraint+AllStrategy.swift:5:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    struct AllStrategy<T, E: Error>: Strategy {
                       ^
/host/spi-builder-workspace/Sources/Constraints/Standard/GroupConstraint.swift:12:31: note: 'T' previously declared here
public struct GroupConstraint<T, E: Error>: Constraint {
                              ^
/host/spi-builder-workspace/Sources/Constraints/Standard/GroupConstraint+AllStrategy.swift:5:27: warning: generic parameter 'E' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    struct AllStrategy<T, E: Error>: Strategy {
                          ^
/host/spi-builder-workspace/Sources/Constraints/Standard/GroupConstraint.swift:12:34: note: 'E' previously declared here
public struct GroupConstraint<T, E: Error>: Constraint {
                                 ^
/host/spi-builder-workspace/Sources/Constraints/Standard/GroupConstraint+AnyStrategy.swift:5:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    struct AnyStrategy<T, E: Error>: Strategy {
                       ^
/host/spi-builder-workspace/Sources/Constraints/Standard/GroupConstraint.swift:12:31: note: 'T' previously declared here
public struct GroupConstraint<T, E: Error>: Constraint {
                              ^
/host/spi-builder-workspace/Sources/Constraints/Standard/GroupConstraint+AnyStrategy.swift:5:27: warning: generic parameter 'E' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    struct AnyStrategy<T, E: Error>: Strategy {
                          ^
/host/spi-builder-workspace/Sources/Constraints/Standard/GroupConstraint.swift:12:34: note: 'E' previously declared here
public struct GroupConstraint<T, E: Error>: Constraint {
                                 ^
[23/30] Compiling Peppermint GroupConstraint.swift
/host/spi-builder-workspace/Sources/Constraints/Standard/GroupConstraint+AllStrategy.swift:5:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    struct AllStrategy<T, E: Error>: Strategy {
                       ^
/host/spi-builder-workspace/Sources/Constraints/Standard/GroupConstraint.swift:12:31: note: 'T' previously declared here
public struct GroupConstraint<T, E: Error>: Constraint {
                              ^
/host/spi-builder-workspace/Sources/Constraints/Standard/GroupConstraint+AllStrategy.swift:5:27: warning: generic parameter 'E' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    struct AllStrategy<T, E: Error>: Strategy {
                          ^
/host/spi-builder-workspace/Sources/Constraints/Standard/GroupConstraint.swift:12:34: note: 'E' previously declared here
public struct GroupConstraint<T, E: Error>: Constraint {
                                 ^
/host/spi-builder-workspace/Sources/Constraints/Standard/GroupConstraint+AnyStrategy.swift:5:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    struct AnyStrategy<T, E: Error>: Strategy {
                       ^
/host/spi-builder-workspace/Sources/Constraints/Standard/GroupConstraint.swift:12:31: note: 'T' previously declared here
public struct GroupConstraint<T, E: Error>: Constraint {
                              ^
/host/spi-builder-workspace/Sources/Constraints/Standard/GroupConstraint+AnyStrategy.swift:5:27: warning: generic parameter 'E' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    struct AnyStrategy<T, E: Error>: Strategy {
                          ^
/host/spi-builder-workspace/Sources/Constraints/Standard/GroupConstraint.swift:12:34: note: 'E' previously declared here
public struct GroupConstraint<T, E: Error>: Constraint {
                                 ^
[24/30] Compiling Peppermint TypeConstraint.swift
[25/30] Compiling Peppermint Summary+Result.swift
[26/30] Compiling Peppermint Summary.swift
[27/30] Compiling Peppermint KeyPathConstraint.swift
[28/30] Compiling Peppermint OptionalConstraint.swift
[29/30] Compiling Peppermint PredicateConstraint.swift
[30/30] Compiling Peppermint RequiredConstraint.swift
Build complete! (10.12s)
Build complete.
Done.

Build Machine: Linux 2