The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Version 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/mono0926/version.git
Reference: 1.0.0
Cloned https://github.com/mono0926/version.git into spi-builder-workspace
SUCCESS checkout https://github.com/mono0926/version.git at 1.0.0
========================================
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/2] Emitting module Version
/host/spi-builder-workspace/Sources/Version/Version.swift:56:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Version' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
[2/2] Compiling Version Version.swift
/host/spi-builder-workspace/Sources/Version/Version.swift:56:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Version' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
/host/spi-builder-workspace/Sources/Version/Version.swift:142:31: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
            .map(String.init).flatMap({ Int($0) }).filter({ $0 >= 0 })
                              ^
/host/spi-builder-workspace/Sources/Version/Version.swift:142:31: note: use 'compactMap(_:)' instead
            .map(String.init).flatMap({ Int($0) }).filter({ $0 >= 0 })
                              ^~~~~~~
                              compactMap
Build complete! (9.32s)
Build complete.
Done.

Build Machine: Linux 2