Build Information
Successful build of Options with Swift 5.9 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.37.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/brightdigit/Options.git
Reference: main
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/brightdigit/Options
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at a2fd9e3 Updated Documentation and API (#13)
Cloned https://github.com/brightdigit/Options.git
Revision (git rev-parse @):
a2fd9e31d5fdf1a0e9d61fe76ab5a4461d10b08a
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/brightdigit/Options.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 5.9
Building package at path: $workDir
https://github.com/brightdigit/Options.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Building for debugging...
[1/11] Compiling Options MappedValueRepresented.swift
[2/12] Compiling Options MappedValueRepresentable.swift
[3/12] Compiling Options MappedValueRepresentableError.swift
[4/12] Compiling Options MappedValues.swift
[5/12] Emitting module Options
/host/spi-builder-workspace/Sources/Options/MappedEnum.swift:21:13: warning: 'MappedEnum' is deprecated: Use `MappedValueRepresentable` with `CodingOptions`.
extension MappedEnum {
^
/host/spi-builder-workspace/Sources/Options/MappedEnum.swift:21:13: note: use 'MappedValueRepresentable' instead
extension MappedEnum {
^~~~~~~~~~
MappedValueRepresentable
[6/12] Compiling Options Array.swift
[7/12] Compiling Options CodingOptions.swift
[8/12] Compiling Options Dictionary.swift
[9/12] Compiling Options EnumSet.swift
[10/12] Compiling Options Macro.swift
/host/spi-builder-workspace/Sources/Options/MappedEnum.swift:21:13: warning: 'MappedEnum' is deprecated: Use `MappedValueRepresentable` with `CodingOptions`.
extension MappedEnum {
^
/host/spi-builder-workspace/Sources/Options/MappedEnum.swift:21:13: note: use 'MappedValueRepresentable' instead
extension MappedEnum {
^~~~~~~~~~
MappedValueRepresentable
[11/12] Compiling Options MappedEnum.swift
/host/spi-builder-workspace/Sources/Options/MappedEnum.swift:21:13: warning: 'MappedEnum' is deprecated: Use `MappedValueRepresentable` with `CodingOptions`.
extension MappedEnum {
^
/host/spi-builder-workspace/Sources/Options/MappedEnum.swift:21:13: note: use 'MappedValueRepresentable' instead
extension MappedEnum {
^~~~~~~~~~
MappedValueRepresentable
[12/12] Compiling Options MappedValueRepresentable+Codable.swift
Build complete! (6.36s)
Build complete.
Done.