Build Information
Successful build of PrettyColors with Swift 5.10 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4609320-1":/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/jdhealy/PrettyColors.git
Reference: master
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/jdhealy/PrettyColors
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at afd4553 Version `5.0.2`.
Submodule path 'Supporting Files/Configuration Support': checked out 'e95b87a2bd6cb0afd94d250399dad91663185bec'
Submodule 'Supporting Files/Configuration Support' (https://github.com/jdhealy/FABConfig.git) registered for path 'Supporting Files/Configuration Support'
Cloning into '/host/spi-builder-workspace/Supporting Files/Configuration Support'...
Cloned https://github.com/jdhealy/PrettyColors.git
Revision (git rev-parse @):
afd4553a4db6f656521cfe9b1f70bece2748c7d8
SUCCESS checkout https://github.com/jdhealy/PrettyColors.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $workDir
https://github.com/jdhealy/PrettyColors.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/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/9] Compiling PrettyColors StyleParameter.swift
[4/9] Compiling PrettyColors ECMA 48.swift
[5/9] Compiling PrettyColors Color.swift
[6/9] Compiling PrettyColors Color · Named.swift
[7/9] Emitting module PrettyColors
/host/spi-builder-workspace/Source/ColorWrap.swift:225:79: warning: 'IndexDistance' is deprecated: all index distances are now of type Int
public mutating func reserveCapacity(_ minimumCapacity: UnderlyingCollection.IndexDistance) {
^
[8/9] Compiling PrettyColors Color · EightBit.swift
[9/9] Compiling PrettyColors ColorWrap.swift
/host/spi-builder-workspace/Source/ColorWrap.swift:225:79: warning: 'IndexDistance' is deprecated: all index distances are now of type Int
public mutating func reserveCapacity(_ minimumCapacity: UnderlyingCollection.IndexDistance) {
^
/host/spi-builder-workspace/Source/ColorWrap.swift:40:5: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
].flatMap { $0 } // concatenate non-nil ColorType parameters
^
/host/spi-builder-workspace/Source/ColorWrap.swift:40:5: note: use 'compactMap(_:)' instead
].flatMap { $0 } // concatenate non-nil ColorType parameters
^~~~~~~
compactMap
/host/spi-builder-workspace/Source/ColorWrap.swift:53:5: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
].flatMap { $0 } // concatenate non-nil ColorType parameters
^
/host/spi-builder-workspace/Source/ColorWrap.swift:53:5: note: use 'compactMap(_:)' instead
].flatMap { $0 } // concatenate non-nil ColorType parameters
^~~~~~~
compactMap
/host/spi-builder-workspace/Source/ColorWrap.swift:125:21: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
[newForeground].flatMap { $0 } + // Empty array or array containing new foreground
^
/host/spi-builder-workspace/Source/ColorWrap.swift:125:21: note: use 'compactMap(_:)' instead
[newForeground].flatMap { $0 } + // Empty array or array containing new foreground
^~~~~~~
compactMap
/host/spi-builder-workspace/Source/ColorWrap.swift:136:21: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
[newBackground].flatMap { $0 } + // Empty array or array containing new background
^
/host/spi-builder-workspace/Source/ColorWrap.swift:136:21: note: use 'compactMap(_:)' instead
[newBackground].flatMap { $0 } + // Empty array or array containing new background
^~~~~~~
compactMap
Build complete! (6.58s)
Build complete.
Done.