The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Cheetah 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.22.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/OpenKitten/Cheetah.git
Reference: 2.0.3-swift5
Cloned https://github.com/OpenKitten/Cheetah.git into spi-builder-workspace
SUCCESS checkout https://github.com/OpenKitten/Cheetah.git at 2.0.3-swift5
========================================
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/8] Compiling Cheetah Value.swift
/host/spi-builder-workspace/Sources/Cheetah/Value.swift:103:24: warning: 'characters' is deprecated: Please use String directly
                if str.characters.count == 1 {
                       ^
/host/spi-builder-workspace/Sources/Cheetah/Value.swift:170:26: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
        let array = self.flatMap { value -> CheetahValue? in
                         ^
/host/spi-builder-workspace/Sources/Cheetah/Value.swift:170:26: note: use 'compactMap(_:)' instead
        let array = self.flatMap { value -> CheetahValue? in
                         ^~~~~~~
                         compactMap
[2/8] Compiling Cheetah Helpers.swift
[3/8] Compiling Cheetah InternalHelpers.swift
[4/8] Compiling Cheetah Object.swift
[5/8] Compiling Cheetah Parser.swift
/host/spi-builder-workspace/Sources/Cheetah/Parser.swift:219:47: warning: 'characters' is deprecated: Please use String directly
            if negate && autoNegate && prefix.characters.first != "-" {
                                              ^
/host/spi-builder-workspace/Sources/Cheetah/Parser.swift:231:26: warning: 'characters' is deprecated: Please use String directly
            guard number.characters.count > 0 else {
                         ^
[6/8] Emitting module Cheetah
[7/8] Compiling Cheetah Array.swift
[8/8] Compiling Cheetah Codable.swift
/host/spi-builder-workspace/Sources/Cheetah/Codable.swift:655:43: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
        return decoder.target.object.keys.flatMap { Key(stringValue: $0) }
                                          ^
/host/spi-builder-workspace/Sources/Cheetah/Codable.swift:655:43: note: use 'compactMap(_:)' instead
        return decoder.target.object.keys.flatMap { Key(stringValue: $0) }
                                          ^~~~~~~
                                          compactMap
/host/spi-builder-workspace/Sources/Cheetah/Codable.swift:624:20: warning: function call causes an infinite recursion
        return try unwrap(value)
                   ^
Build complete! (18.26s)
Build complete.
Done.

Build Machine: Linux 1