The Swift Package Index logo.Swift Package Index

Build Information

Successful build of JSONDecoder 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/asoderman/JSONDecoder.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/asoderman/JSONDecoder
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at d829be3 Update for 0.1.5
Cloned https://github.com/asoderman/JSONDecoder.git
Revision (git rev-parse @):
d829be306118e03151cf9340b3e34f7b9ecf45f3
SUCCESS checkout https://github.com/asoderman/JSONDecoder.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/asoderman/JSONDecoder.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/6] Compiling JSONDecoder JSONToken.swift
[4/6] Compiling JSONDecoder JSONScanner.swift
[5/6] Emitting module JSONDecoder
/host/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift:413:30: warning: enum element with associated values must have at least one associated value; this will be an error in the future version of Swift
    case ExpectedClosingBrace()
                             ^~
/host/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift:413:30: note: did you mean to remove the empty associated value list?
    case ExpectedClosingBrace()
                             ^~

/host/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift:413:30: note: did you mean to explicitly add a 'Void' associated value?
    case ExpectedClosingBrace()
                             ^
                              Void
[6/6] Compiling JSONDecoder JSONParser.swift
/host/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift:413:30: warning: enum element with associated values must have at least one associated value; this will be an error in the future version of Swift
    case ExpectedClosingBrace()
                             ^~
/host/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift:413:30: note: did you mean to remove the empty associated value list?
    case ExpectedClosingBrace()
                             ^~

/host/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift:413:30: note: did you mean to explicitly add a 'Void' associated value?
    case ExpectedClosingBrace()
                             ^
                              Void
/host/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift:283:47: warning: string interpolation produces a debug description for a function value; did you mean to make this explicit?
            return "JSONParser: parseTree = \(parseTree)"
                                              ^~~~~~~~~
/host/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift:283:47: note: use 'String(describing:)' to silence this warning
            return "JSONParser: parseTree = \(parseTree)"
                                              ^~~~~~~~~
                                              String(describing:  )
/host/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift:250:24: warning: function call causes an infinite recursion
            self.value = input
                       ^
/host/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift:158:24: warning: function call causes an infinite recursion
            self.value = s_value
                       ^
/host/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift:180:24: warning: function call causes an infinite recursion
            self.value = input
                       ^
/host/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift:93:24: warning: function call causes an infinite recursion
            self.value = input
                       ^
Build complete! (6.38s)
Build complete.
Done.

Build Machine: Linux 2