Build Information
Failed to build DynamicJSON with Swift 5.8 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.41.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/objecthub/swift-dynamicjson.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/objecthub/swift-dynamicjson
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 6b932fd Support format annotation vocabulary (within schema validation).
Cloned https://github.com/objecthub/swift-dynamicjson.git
Revision (git rev-parse @):
6b932fda6290b26f39656193dfb9d65e25971c86
SUCCESS checkout https://github.com/objecthub/swift-dynamicjson.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 5.8
Building package at path: $workDir
https://github.com/objecthub/swift-dynamicjson.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Building for debugging...
[1/27] Compiling DynamicJSON JSONSchemaResource.swift
/host/spi-builder-workspace/Sources/DynamicJSON/JSONLocation.swift:359:62: error: expected ',' separator
next iter: inout [JSONLocation.Segment].Iterator,
^
,
/host/spi-builder-workspace/Sources/DynamicJSON/JSONLocation.swift:359:62: error: expected parameter name followed by ':'
next iter: inout [JSONLocation.Segment].Iterator,
^
/host/spi-builder-workspace/Sources/DynamicJSON/JSONPointer.swift:347:56: error: expected ',' separator
next iter: inout [ReferenceToken].Iterator,
^
,
/host/spi-builder-workspace/Sources/DynamicJSON/JSONPointer.swift:347:56: error: expected parameter name followed by ':'
next iter: inout [ReferenceToken].Iterator,
^
[2/27] Compiling DynamicJSON JSONSchemaValidationContext.swift
/host/spi-builder-workspace/Sources/DynamicJSON/JSONLocation.swift:359:62: error: expected ',' separator
next iter: inout [JSONLocation.Segment].Iterator,
^
,
/host/spi-builder-workspace/Sources/DynamicJSON/JSONLocation.swift:359:62: error: expected parameter name followed by ':'
next iter: inout [JSONLocation.Segment].Iterator,
^
/host/spi-builder-workspace/Sources/DynamicJSON/JSONPointer.swift:347:56: error: expected ',' separator
next iter: inout [ReferenceToken].Iterator,
^
,
/host/spi-builder-workspace/Sources/DynamicJSON/JSONPointer.swift:347:56: error: expected parameter name followed by ':'
next iter: inout [ReferenceToken].Iterator,
^
[3/27] Compiling DynamicJSON JSONSchemaValidationResult.swift
/host/spi-builder-workspace/Sources/DynamicJSON/JSONLocation.swift:359:62: error: expected ',' separator
next iter: inout [JSONLocation.Segment].Iterator,
^
,
/host/spi-builder-workspace/Sources/DynamicJSON/JSONLocation.swift:359:62: error: expected parameter name followed by ':'
next iter: inout [JSONLocation.Segment].Iterator,
^
/host/spi-builder-workspace/Sources/DynamicJSON/JSONPointer.swift:347:56: error: expected ',' separator
next iter: inout [ReferenceToken].Iterator,
^
,
/host/spi-builder-workspace/Sources/DynamicJSON/JSONPointer.swift:347:56: error: expected parameter name followed by ':'
next iter: inout [ReferenceToken].Iterator,
^
[4/27] Compiling DynamicJSON JSONSchemaValidator.swift
/host/spi-builder-workspace/Sources/DynamicJSON/JSONLocation.swift:359:62: error: expected ',' separator
next iter: inout [JSONLocation.Segment].Iterator,
^
,
/host/spi-builder-workspace/Sources/DynamicJSON/JSONLocation.swift:359:62: error: expected parameter name followed by ':'
next iter: inout [JSONLocation.Segment].Iterator,
^
[5/27] Compiling DynamicJSON JSONType.swift
/host/spi-builder-workspace/Sources/DynamicJSON/JSONLocation.swift:359:62: error: expected ',' separator
next iter: inout [JSONLocation.Segment].Iterator,
^
,
/host/spi-builder-workspace/Sources/DynamicJSON/JSONLocation.swift:359:62: error: expected parameter name followed by ':'
next iter: inout [JSONLocation.Segment].Iterator,
^
[6/27] Compiling DynamicJSON LocatedJSON.swift
/host/spi-builder-workspace/Sources/DynamicJSON/JSONLocation.swift:359:62: error: expected ',' separator
next iter: inout [JSONLocation.Segment].Iterator,
^
,
/host/spi-builder-workspace/Sources/DynamicJSON/JSONLocation.swift:359:62: error: expected parameter name followed by ':'
next iter: inout [JSONLocation.Segment].Iterator,
^
[7/30] Compiling DynamicJSON JSONPointer.swift
/host/spi-builder-workspace/Sources/DynamicJSON/JSONPointer.swift:347:56: error: expected ',' separator
next iter: inout [ReferenceToken].Iterator,
^
,
/host/spi-builder-workspace/Sources/DynamicJSON/JSONPointer.swift:347:56: error: expected parameter name followed by ':'
next iter: inout [ReferenceToken].Iterator,
^
/host/spi-builder-workspace/Sources/DynamicJSON/JSONLocation.swift:359:62: error: expected ',' separator
next iter: inout [JSONLocation.Segment].Iterator,
^
,
/host/spi-builder-workspace/Sources/DynamicJSON/JSONLocation.swift:359:62: error: expected parameter name followed by ':'
next iter: inout [JSONLocation.Segment].Iterator,
^
/host/spi-builder-workspace/Sources/DynamicJSON/JSONPointer.swift:343:34: error: cannot convert value of type 'IndexingIterator<[JSONPointer.ReferenceToken]>' to expected argument type '[JSONPointer.ReferenceToken]'
try self.mutate(&json, next: &iter, with: proc, insert: insert)
^
/host/spi-builder-workspace/Sources/DynamicJSON/JSONPointer.swift:350:25: error: value of type '[JSONPointer.ReferenceToken]' has no member 'next'
if let token = iter.next() {
~~~~ ^~~~
[8/30] Compiling DynamicJSON JSONReference.swift
/host/spi-builder-workspace/Sources/DynamicJSON/JSONPointer.swift:347:56: error: expected ',' separator
next iter: inout [ReferenceToken].Iterator,
^
,
/host/spi-builder-workspace/Sources/DynamicJSON/JSONPointer.swift:347:56: error: expected parameter name followed by ':'
next iter: inout [ReferenceToken].Iterator,
^
/host/spi-builder-workspace/Sources/DynamicJSON/JSONLocation.swift:359:62: error: expected ',' separator
next iter: inout [JSONLocation.Segment].Iterator,
^
,
/host/spi-builder-workspace/Sources/DynamicJSON/JSONLocation.swift:359:62: error: expected parameter name followed by ':'
next iter: inout [JSONLocation.Segment].Iterator,
^
/host/spi-builder-workspace/Sources/DynamicJSON/JSONPointer.swift:343:34: error: cannot convert value of type 'IndexingIterator<[JSONPointer.ReferenceToken]>' to expected argument type '[JSONPointer.ReferenceToken]'
try self.mutate(&json, next: &iter, with: proc, insert: insert)
^
/host/spi-builder-workspace/Sources/DynamicJSON/JSONPointer.swift:350:25: error: value of type '[JSONPointer.ReferenceToken]' has no member 'next'
if let token = iter.next() {
~~~~ ^~~~
[9/30] Compiling DynamicJSON JSONSchema.swift
/host/spi-builder-workspace/Sources/DynamicJSON/JSONPointer.swift:347:56: error: expected ',' separator
next iter: inout [ReferenceToken].Iterator,
^
,
/host/spi-builder-workspace/Sources/DynamicJSON/JSONPointer.swift:347:56: error: expected parameter name followed by ':'
next iter: inout [ReferenceToken].Iterator,
^
/host/spi-builder-workspace/Sources/DynamicJSON/JSONLocation.swift:359:62: error: expected ',' separator
next iter: inout [JSONLocation.Segment].Iterator,
^
,
/host/spi-builder-workspace/Sources/DynamicJSON/JSONLocation.swift:359:62: error: expected parameter name followed by ':'
next iter: inout [JSONLocation.Segment].Iterator,
^
/host/spi-builder-workspace/Sources/DynamicJSON/JSONPointer.swift:343:34: error: cannot convert value of type 'IndexingIterator<[JSONPointer.ReferenceToken]>' to expected argument type '[JSONPointer.ReferenceToken]'
try self.mutate(&json, next: &iter, with: proc, insert: insert)
^
/host/spi-builder-workspace/Sources/DynamicJSON/JSONPointer.swift:350:25: error: value of type '[JSONPointer.ReferenceToken]' has no member 'next'
if let token = iter.next() {
~~~~ ^~~~
[10/30] Compiling DynamicJSON JSONPath.swift
/host/spi-builder-workspace/Sources/DynamicJSON/JSONLocation.swift:359:62: error: expected ',' separator
next iter: inout [JSONLocation.Segment].Iterator,
^
,
/host/spi-builder-workspace/Sources/DynamicJSON/JSONLocation.swift:359:62: error: expected parameter name followed by ':'
next iter: inout [JSONLocation.Segment].Iterator,
^
[11/30] Compiling DynamicJSON JSONPathEnvironment.swift
/host/spi-builder-workspace/Sources/DynamicJSON/JSONLocation.swift:359:62: error: expected ',' separator
next iter: inout [JSONLocation.Segment].Iterator,
^
,
/host/spi-builder-workspace/Sources/DynamicJSON/JSONLocation.swift:359:62: error: expected parameter name followed by ':'
next iter: inout [JSONLocation.Segment].Iterator,
^
[12/30] Compiling DynamicJSON JSONPathEvaluator.swift
/host/spi-builder-workspace/Sources/DynamicJSON/JSONLocation.swift:359:62: error: expected ',' separator
next iter: inout [JSONLocation.Segment].Iterator,
^
,
/host/spi-builder-workspace/Sources/DynamicJSON/JSONLocation.swift:359:62: error: expected parameter name followed by ':'
next iter: inout [JSONLocation.Segment].Iterator,
^
[13/30] Compiling DynamicJSON JSONPathParser.swift
/host/spi-builder-workspace/Sources/DynamicJSON/JSONLocation.swift:359:62: error: expected ',' separator
next iter: inout [JSONLocation.Segment].Iterator,
^
,
/host/spi-builder-workspace/Sources/DynamicJSON/JSONLocation.swift:359:62: error: expected parameter name followed by ':'
next iter: inout [JSONLocation.Segment].Iterator,
^
[14/30] Compiling DynamicJSON JSONSchemaDialect.swift
/host/spi-builder-workspace/Sources/DynamicJSON/JSONLocation.swift:359:62: error: expected ',' separator
next iter: inout [JSONLocation.Segment].Iterator,
^
,
/host/spi-builder-workspace/Sources/DynamicJSON/JSONLocation.swift:359:62: error: expected parameter name followed by ':'
next iter: inout [JSONLocation.Segment].Iterator,
^
/host/spi-builder-workspace/Sources/DynamicJSON/JSONPointer.swift:347:56: error: expected ',' separator
next iter: inout [ReferenceToken].Iterator,
^
,
/host/spi-builder-workspace/Sources/DynamicJSON/JSONPointer.swift:347:56: error: expected parameter name followed by ':'
next iter: inout [ReferenceToken].Iterator,
^
[15/30] Compiling DynamicJSON JSONSchemaDraft2020.swift
/host/spi-builder-workspace/Sources/DynamicJSON/JSONLocation.swift:359:62: error: expected ',' separator
next iter: inout [JSONLocation.Segment].Iterator,
^
,
/host/spi-builder-workspace/Sources/DynamicJSON/JSONLocation.swift:359:62: error: expected parameter name followed by ':'
next iter: inout [JSONLocation.Segment].Iterator,
^
/host/spi-builder-workspace/Sources/DynamicJSON/JSONPointer.swift:347:56: error: expected ',' separator
next iter: inout [ReferenceToken].Iterator,
^
,
/host/spi-builder-workspace/Sources/DynamicJSON/JSONPointer.swift:347:56: error: expected parameter name followed by ':'
next iter: inout [ReferenceToken].Iterator,
^
[16/30] Compiling DynamicJSON JSONSchemaFormatValidators.swift
/host/spi-builder-workspace/Sources/DynamicJSON/JSONLocation.swift:359:62: error: expected ',' separator
next iter: inout [JSONLocation.Segment].Iterator,
^
,
/host/spi-builder-workspace/Sources/DynamicJSON/JSONLocation.swift:359:62: error: expected parameter name followed by ':'
next iter: inout [JSONLocation.Segment].Iterator,
^
/host/spi-builder-workspace/Sources/DynamicJSON/JSONPointer.swift:347:56: error: expected ',' separator
next iter: inout [ReferenceToken].Iterator,
^
,
/host/spi-builder-workspace/Sources/DynamicJSON/JSONPointer.swift:347:56: error: expected parameter name followed by ':'
next iter: inout [ReferenceToken].Iterator,
^
[17/30] Compiling DynamicJSON JSONSchemaIdentifier.swift
/host/spi-builder-workspace/Sources/DynamicJSON/JSONLocation.swift:359:62: error: expected ',' separator
next iter: inout [JSONLocation.Segment].Iterator,
^
,
/host/spi-builder-workspace/Sources/DynamicJSON/JSONLocation.swift:359:62: error: expected parameter name followed by ':'
next iter: inout [JSONLocation.Segment].Iterator,
^
[18/30] Compiling DynamicJSON JSONSchemaProvider.swift
/host/spi-builder-workspace/Sources/DynamicJSON/JSONLocation.swift:359:62: error: expected ',' separator
next iter: inout [JSONLocation.Segment].Iterator,
^
,
/host/spi-builder-workspace/Sources/DynamicJSON/JSONLocation.swift:359:62: error: expected parameter name followed by ':'
next iter: inout [JSONLocation.Segment].Iterator,
^
[19/30] Compiling DynamicJSON JSONSchemaRegistry.swift
/host/spi-builder-workspace/Sources/DynamicJSON/JSONLocation.swift:359:62: error: expected ',' separator
next iter: inout [JSONLocation.Segment].Iterator,
^
,
/host/spi-builder-workspace/Sources/DynamicJSON/JSONLocation.swift:359:62: error: expected parameter name followed by ':'
next iter: inout [JSONLocation.Segment].Iterator,
^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[20/30] Emitting module DynamicJSON
/host/spi-builder-workspace/Sources/DynamicJSON/JSONLocation.swift:359:62: error: expected ',' separator
next iter: inout [JSONLocation.Segment].Iterator,
^
,
/host/spi-builder-workspace/Sources/DynamicJSON/JSONLocation.swift:359:62: error: expected parameter name followed by ':'
next iter: inout [JSONLocation.Segment].Iterator,
^
/host/spi-builder-workspace/Sources/DynamicJSON/JSONPointer.swift:347:56: error: expected ',' separator
next iter: inout [ReferenceToken].Iterator,
^
,
/host/spi-builder-workspace/Sources/DynamicJSON/JSONPointer.swift:347:56: error: expected parameter name followed by ':'
next iter: inout [ReferenceToken].Iterator,
^
[21/30] Compiling DynamicJSON JSON.swift
/host/spi-builder-workspace/Sources/DynamicJSON/JSONLocation.swift:359:62: error: expected ',' separator
next iter: inout [JSONLocation.Segment].Iterator,
^
,
/host/spi-builder-workspace/Sources/DynamicJSON/JSONLocation.swift:359:62: error: expected parameter name followed by ':'
next iter: inout [JSONLocation.Segment].Iterator,
^
/host/spi-builder-workspace/Sources/DynamicJSON/JSONPointer.swift:347:56: error: expected ',' separator
next iter: inout [ReferenceToken].Iterator,
^
,
/host/spi-builder-workspace/Sources/DynamicJSON/JSONPointer.swift:347:56: error: expected parameter name followed by ':'
next iter: inout [ReferenceToken].Iterator,
^
/host/spi-builder-workspace/Sources/DynamicJSON/JSONLocation.swift:355:34: error: cannot convert value of type 'IndexingIterator<[JSONLocation.Segment]>' to expected argument type '[JSONLocation.Segment]'
try self.mutate(&json, next: &iter, with: proc, insert: insert)
^
/host/spi-builder-workspace/Sources/DynamicJSON/JSONLocation.swift:362:27: error: value of type '[JSONLocation.Segment]' has no member 'next'
if let segment = iter.next() {
~~~~ ^~~~
[22/30] Compiling DynamicJSON JSONLocation.swift
/host/spi-builder-workspace/Sources/DynamicJSON/JSONLocation.swift:359:62: error: expected ',' separator
next iter: inout [JSONLocation.Segment].Iterator,
^
,
/host/spi-builder-workspace/Sources/DynamicJSON/JSONLocation.swift:359:62: error: expected parameter name followed by ':'
next iter: inout [JSONLocation.Segment].Iterator,
^
/host/spi-builder-workspace/Sources/DynamicJSON/JSONPointer.swift:347:56: error: expected ',' separator
next iter: inout [ReferenceToken].Iterator,
^
,
/host/spi-builder-workspace/Sources/DynamicJSON/JSONPointer.swift:347:56: error: expected parameter name followed by ':'
next iter: inout [ReferenceToken].Iterator,
^
/host/spi-builder-workspace/Sources/DynamicJSON/JSONLocation.swift:355:34: error: cannot convert value of type 'IndexingIterator<[JSONLocation.Segment]>' to expected argument type '[JSONLocation.Segment]'
try self.mutate(&json, next: &iter, with: proc, insert: insert)
^
/host/spi-builder-workspace/Sources/DynamicJSON/JSONLocation.swift:362:27: error: value of type '[JSONLocation.Segment]' has no member 'next'
if let segment = iter.next() {
~~~~ ^~~~
[23/30] Compiling DynamicJSON JSONPatch.swift
/host/spi-builder-workspace/Sources/DynamicJSON/JSONLocation.swift:359:62: error: expected ',' separator
next iter: inout [JSONLocation.Segment].Iterator,
^
,
/host/spi-builder-workspace/Sources/DynamicJSON/JSONLocation.swift:359:62: error: expected parameter name followed by ':'
next iter: inout [JSONLocation.Segment].Iterator,
^
/host/spi-builder-workspace/Sources/DynamicJSON/JSONPointer.swift:347:56: error: expected ',' separator
next iter: inout [ReferenceToken].Iterator,
^
,
/host/spi-builder-workspace/Sources/DynamicJSON/JSONPointer.swift:347:56: error: expected parameter name followed by ':'
next iter: inout [ReferenceToken].Iterator,
^
/host/spi-builder-workspace/Sources/DynamicJSON/JSONLocation.swift:355:34: error: cannot convert value of type 'IndexingIterator<[JSONLocation.Segment]>' to expected argument type '[JSONLocation.Segment]'
try self.mutate(&json, next: &iter, with: proc, insert: insert)
^
/host/spi-builder-workspace/Sources/DynamicJSON/JSONLocation.swift:362:27: error: value of type '[JSONLocation.Segment]' has no member 'next'
if let segment = iter.next() {
~~~~ ^~~~
[24/30] Compiling DynamicJSON JSONPatchOperation.swift
/host/spi-builder-workspace/Sources/DynamicJSON/JSONLocation.swift:359:62: error: expected ',' separator
next iter: inout [JSONLocation.Segment].Iterator,
^
,
/host/spi-builder-workspace/Sources/DynamicJSON/JSONLocation.swift:359:62: error: expected parameter name followed by ':'
next iter: inout [JSONLocation.Segment].Iterator,
^
/host/spi-builder-workspace/Sources/DynamicJSON/JSONPointer.swift:347:56: error: expected ',' separator
next iter: inout [ReferenceToken].Iterator,
^
,
/host/spi-builder-workspace/Sources/DynamicJSON/JSONPointer.swift:347:56: error: expected parameter name followed by ':'
next iter: inout [ReferenceToken].Iterator,
^
/host/spi-builder-workspace/Sources/DynamicJSON/JSONLocation.swift:355:34: error: cannot convert value of type 'IndexingIterator<[JSONLocation.Segment]>' to expected argument type '[JSONLocation.Segment]'
try self.mutate(&json, next: &iter, with: proc, insert: insert)
^
/host/spi-builder-workspace/Sources/DynamicJSON/JSONLocation.swift:362:27: error: value of type '[JSONLocation.Segment]' has no member 'next'
if let segment = iter.next() {
~~~~ ^~~~
[25/30] Compiling DynamicJSON Indirect.swift
/host/spi-builder-workspace/Sources/DynamicJSON/JSONLocation.swift:359:62: error: expected ',' separator
next iter: inout [JSONLocation.Segment].Iterator,
^
,
/host/spi-builder-workspace/Sources/DynamicJSON/JSONLocation.swift:359:62: error: expected parameter name followed by ':'
next iter: inout [JSONLocation.Segment].Iterator,
^
[26/30] Compiling DynamicJSON JSONExtensions.swift
/host/spi-builder-workspace/Sources/DynamicJSON/JSONLocation.swift:359:62: error: expected ',' separator
next iter: inout [JSONLocation.Segment].Iterator,
^
,
/host/spi-builder-workspace/Sources/DynamicJSON/JSONLocation.swift:359:62: error: expected parameter name followed by ':'
next iter: inout [JSONLocation.Segment].Iterator,
^
[27/30] Compiling DynamicJSON NSNumber.swift
/host/spi-builder-workspace/Sources/DynamicJSON/JSONLocation.swift:359:62: error: expected ',' separator
next iter: inout [JSONLocation.Segment].Iterator,
^
,
/host/spi-builder-workspace/Sources/DynamicJSON/JSONLocation.swift:359:62: error: expected parameter name followed by ':'
next iter: inout [JSONLocation.Segment].Iterator,
^
BUILD FAILURE 5.8 linux