The Swift Package Index logo.Swift Package Index

Build Information

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

Build Log

========================================
RunAll
========================================
Builder version: 4.22.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/lucas34/LazyArray.git
Reference: 1.1.0
Cloned https://github.com/lucas34/LazyArray.git into spi-builder-workspace
SUCCESS checkout https://github.com/lucas34/LazyArray.git at 1.1.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.8
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.8-latest swift build 2>&1
Building for debugging...
[1/10] Emitting module LazyArray
/host/spi-builder-workspace/Sources/LazyArray/LazyArray+Sequence.swift:10:5: warning: 'public' modifier is redundant for static method declared in a public extension
    public static func EMPTY<E>() -> LazyArray<E> {
    ^~~~~~~
    
/host/spi-builder-workspace/Sources/LazyArray/LazyArray+Sequence.swift:14:5: warning: 'public' modifier is redundant for property declared in a public extension
    public final var isEmpty: Bool {
    ^~~~~~~
    
/host/spi-builder-workspace/Sources/LazyArray/LazyArray+Sequence.swift:18:5: warning: 'public' modifier is redundant for property declared in a public extension
    public final var hasData: Bool {
    ^~~~~~~
    
/host/spi-builder-workspace/Sources/LazyArray/LazyArray+Sequence.swift:22:5: warning: 'public' modifier is redundant for property declared in a public extension
    public final var first: Element? {
    ^~~~~~~
    
/host/spi-builder-workspace/Sources/LazyArray/LazyArray+Sequence.swift:26:5: warning: 'public' modifier is redundant for property declared in a public extension
    public final var last: Element? {
    ^~~~~~~
    
/host/spi-builder-workspace/Sources/LazyArray/LazyArray+Sequence.swift:30:5: warning: 'public' modifier is redundant for instance method declared in a public extension
    public final func dropFirst() -> LazyArray<Element> {
    ^~~~~~~
    
/host/spi-builder-workspace/Sources/LazyArray/LazyArray+Sequence.swift:37:5: warning: 'public' modifier is redundant for instance method declared in a public extension
    public final func dropFirst(_ n: Int) -> LazyArray<Element> {
    ^~~~~~~
    
/host/spi-builder-workspace/Sources/LazyArray/LazyArray+Sequence.swift:44:5: warning: 'public' modifier is redundant for instance method declared in a public extension
    public final func dropLast() -> LazyArray<Element> {
    ^~~~~~~
    
/host/spi-builder-workspace/Sources/LazyArray/LazyArray+Sequence.swift:48:5: warning: 'public' modifier is redundant for instance method declared in a public extension
    public final func dropLast(_ n: Int) -> LazyArray<Element> {
    ^~~~~~~
    
/host/spi-builder-workspace/Sources/LazyArray/LazyArray+Sequence.swift:55:5: warning: 'public' modifier is redundant for instance method declared in a public extension
    public final func prefix(_ maxLength: Int) -> LazyArray<Element> {
    ^~~~~~~
    
/host/spi-builder-workspace/Sources/LazyArray/LazyArray+Sequence.swift:62:5: warning: 'public' modifier is redundant for instance method declared in a public extension
    public final func suffix(_ maxLength: Int) -> LazyArray<Element> {
    ^~~~~~~
    
[2/10] Compiling LazyArray LazyArray+Any.swift
[3/10] Compiling LazyArray LazyArray+Array.swift
[4/11] Compiling LazyArray LazyMutableList.swift
[5/11] Compiling LazyArray LazyArray+Range.swift
[6/11] Compiling LazyArray LazyArray+Sequence.swift
/host/spi-builder-workspace/Sources/LazyArray/LazyArray+Sequence.swift:10:5: warning: 'public' modifier is redundant for static method declared in a public extension
    public static func EMPTY<E>() -> LazyArray<E> {
    ^~~~~~~
    
/host/spi-builder-workspace/Sources/LazyArray/LazyArray+Sequence.swift:14:5: warning: 'public' modifier is redundant for property declared in a public extension
    public final var isEmpty: Bool {
    ^~~~~~~
    
/host/spi-builder-workspace/Sources/LazyArray/LazyArray+Sequence.swift:18:5: warning: 'public' modifier is redundant for property declared in a public extension
    public final var hasData: Bool {
    ^~~~~~~
    
/host/spi-builder-workspace/Sources/LazyArray/LazyArray+Sequence.swift:22:5: warning: 'public' modifier is redundant for property declared in a public extension
    public final var first: Element? {
    ^~~~~~~
    
/host/spi-builder-workspace/Sources/LazyArray/LazyArray+Sequence.swift:26:5: warning: 'public' modifier is redundant for property declared in a public extension
    public final var last: Element? {
    ^~~~~~~
    
/host/spi-builder-workspace/Sources/LazyArray/LazyArray+Sequence.swift:30:5: warning: 'public' modifier is redundant for instance method declared in a public extension
    public final func dropFirst() -> LazyArray<Element> {
    ^~~~~~~
    
/host/spi-builder-workspace/Sources/LazyArray/LazyArray+Sequence.swift:37:5: warning: 'public' modifier is redundant for instance method declared in a public extension
    public final func dropFirst(_ n: Int) -> LazyArray<Element> {
    ^~~~~~~
    
/host/spi-builder-workspace/Sources/LazyArray/LazyArray+Sequence.swift:44:5: warning: 'public' modifier is redundant for instance method declared in a public extension
    public final func dropLast() -> LazyArray<Element> {
    ^~~~~~~
    
/host/spi-builder-workspace/Sources/LazyArray/LazyArray+Sequence.swift:48:5: warning: 'public' modifier is redundant for instance method declared in a public extension
    public final func dropLast(_ n: Int) -> LazyArray<Element> {
    ^~~~~~~
    
/host/spi-builder-workspace/Sources/LazyArray/LazyArray+Sequence.swift:55:5: warning: 'public' modifier is redundant for instance method declared in a public extension
    public final func prefix(_ maxLength: Int) -> LazyArray<Element> {
    ^~~~~~~
    
/host/spi-builder-workspace/Sources/LazyArray/LazyArray+Sequence.swift:62:5: warning: 'public' modifier is redundant for instance method declared in a public extension
    public final func suffix(_ maxLength: Int) -> LazyArray<Element> {
    ^~~~~~~
    
[7/11] Compiling LazyArray LazyArray.swift
[8/11] Compiling LazyArray LazyArray+Linear.swift
[9/11] Compiling LazyArray LazyArray+Cache.swift
[10/11] Compiling LazyArray LazyArray+CoutableRange.swift
[11/11] Compiling LazyArray LazyArray+Map.swift
Build complete! (5.75s)
Build complete.
Done.

Build Machine: Linux 1