The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Peppermint with Swift 5.9 for Linux.

Build Command

docker run --rm -v "checkouts-4606859-1":/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/nsagora/peppermint.git
Reference: 1.2.0
Cloned https://github.com/nsagora/peppermint.git into spi-builder-workspace
SUCCESS checkout https://github.com/nsagora/peppermint.git at 1.2.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
docker run --rm -v "checkouts-4606859-1":/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 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 {
                                 ^
[2/28] Compiling Peppermint AnyConstraint.swift
[3/28] Compiling Peppermint AsyncConstraint.swift
[4/28] Compiling Peppermint Constraint.swift
[5/28] Compiling Peppermint ConstraintBuilder.swift
[6/28] Compiling Peppermint BlockPredicate.swift
[7/28] Compiling Peppermint CharacterSetPredicate.swift
[8/28] Compiling Peppermint DatePredicate.swift
[9/28] 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 {
                                 ^
[10/28] 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 {
                                 ^
[11/28] 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 {
                                 ^
[12/28] 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 {
                                 ^
[13/28] Compiling Peppermint KeyPathConstraint.swift
[14/28] Compiling Peppermint OptionalConstraint.swift
[15/28] Compiling Peppermint PredicateConstraint.swift
[16/28] Compiling Peppermint RequiredConstraint.swift
[17/28] Compiling Peppermint AnyPredicate.swift
[18/28] Compiling Peppermint AsyncPredicate.swift
[19/28] Compiling Peppermint Predicate.swift
[20/28] Compiling Peppermint EmailPredicate.swift
[21/28] Compiling Peppermint LengthPredicate.swift
[22/28] Compiling Peppermint RangePredicate.swift
[23/28] Compiling Peppermint TypeConstraint.swift
[24/28] Compiling Peppermint Summary+Result.swift
[25/28] Compiling Peppermint Summary.swift
[26/28] Compiling Peppermint RegexPredicate.swift
[27/28] Compiling Peppermint RequiredPredicate.swift
[28/28] Compiling Peppermint URLPredicate.swift
Build complete! (7.88s)
Build complete.
Done.

Build Machine: Linux 1