Build Information
Successful build of deep-codable with Swift 5.10 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4609320-0":/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/MPLew-is/deep-codable.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/MPLew-is/deep-codable
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 079afbc Merge pull request #1 from MPLew-is/flattened-intermediate-keys
Cloned https://github.com/MPLew-is/deep-codable.git
Revision (git rev-parse @):
079afbc0f7667299d58eae076224abbc7f677a4f
SUCCESS checkout https://github.com/MPLew-is/deep-codable.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $workDir
https://github.com/MPLew-is/deep-codable.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/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 DeepCodable Value.swift
/host/spi-builder-workspace/Sources/DeepCodable/Value.swift:16:28: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
fileprivate class Storage<Value> {
^
/host/spi-builder-workspace/Sources/DeepCodable/Value.swift:7:31: note: 'Value' previously declared here
public struct DeepCodingValue<Value> {
^
/host/spi-builder-workspace/Sources/DeepCodable/Value.swift:18:28: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
fileprivate enum Wrapped<Value> {
^
/host/spi-builder-workspace/Sources/DeepCodable/Value.swift:7:31: note: 'Value' previously declared here
public struct DeepCodingValue<Value> {
^
[4/9] Compiling DeepCodable Node.swift
[5/9] Compiling DeepCodable Encodable.swift
[6/9] Compiling DeepCodable Tree.swift
/host/spi-builder-workspace/Sources/DeepCodable/Tree.swift:20:28: warning: generic parameter 'Root' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
public struct TreeBuilder<Root> {
^
/host/spi-builder-workspace/Sources/DeepCodable/Tree.swift:17:30: note: 'Root' previously declared here
public struct DeepCodingTree<Root> {
^
[7/9] Compiling DeepCodable Codable.swift
[8/9] Emitting module DeepCodable
/host/spi-builder-workspace/Sources/DeepCodable/Tree.swift:20:28: warning: generic parameter 'Root' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
public struct TreeBuilder<Root> {
^
/host/spi-builder-workspace/Sources/DeepCodable/Tree.swift:17:30: note: 'Root' previously declared here
public struct DeepCodingTree<Root> {
^
/host/spi-builder-workspace/Sources/DeepCodable/Value.swift:16:28: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
fileprivate class Storage<Value> {
^
/host/spi-builder-workspace/Sources/DeepCodable/Value.swift:7:31: note: 'Value' previously declared here
public struct DeepCodingValue<Value> {
^
/host/spi-builder-workspace/Sources/DeepCodable/Value.swift:18:28: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
fileprivate enum Wrapped<Value> {
^
/host/spi-builder-workspace/Sources/DeepCodable/Value.swift:7:31: note: 'Value' previously declared here
public struct DeepCodingValue<Value> {
^
[9/9] Compiling DeepCodable Decodable.swift
Build complete! (6.14s)
Build complete.
Done.