Build Information
Successful build of citron, reference 2.1.7 (d19a40), with Swift 6.1 for Android on 29 May 2025 22:02:39 UTC.
Swift 6 data race errors: 9
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dabrahams/citron.git
Reference: 2.1.7
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/dabrahams/citron
* tag 2.1.7 -> FETCH_HEAD
HEAD is now at d19a40c Unbreak source compatibility.
Cloned https://github.com/dabrahams/citron.git
Revision (git rev-parse @):
d19a40c8de65b68fec0d224576d60565c1f7ccf1
SUCCESS checkout https://github.com/dabrahams/citron.git at 2.1.7
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/dabrahams/citron.git
https://github.com/dabrahams/citron.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "citron",
"name" : "citron",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "citron",
"targets" : [
"citron"
],
"type" : {
"executable" : null
}
},
{
"name" : "CitronParserModule",
"targets" : [
"CitronParserModule"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CitronLexerModule",
"targets" : [
"CitronLexerModule"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CitronParserGenerator",
"targets" : [
"CitronParserGenerator"
],
"type" : {
"plugin" : null
}
},
{
"name" : "functype_ec",
"targets" : [
"functype_ec"
],
"type" : {
"executable" : null
}
},
{
"name" : "functype",
"targets" : [
"functype"
],
"type" : {
"executable" : null
}
},
{
"name" : "expr_ec",
"targets" : [
"expr_ec"
],
"type" : {
"executable" : null
}
},
{
"name" : "expr",
"targets" : [
"expr"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "functype_ec",
"module_type" : "SwiftTarget",
"name" : "functype_ec",
"path" : "examples/functype_ec",
"product_memberships" : [
"functype_ec"
],
"sources" : [
"ErrorReporter.swift",
"main.swift"
],
"target_dependencies" : [
"CitronParserModule",
"CitronLexerModule",
"CitronParserGenerator"
],
"type" : "executable"
},
{
"c99name" : "functype",
"module_type" : "SwiftTarget",
"name" : "functype",
"path" : "examples/functype",
"product_memberships" : [
"functype"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"CitronParserModule",
"CitronLexerModule",
"CitronParserGenerator"
],
"type" : "executable"
},
{
"c99name" : "expr_ec",
"module_type" : "SwiftTarget",
"name" : "expr_ec",
"path" : "examples/expr_ec",
"product_memberships" : [
"expr_ec"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"CitronParserModule",
"CitronLexerModule",
"CitronParserGenerator"
],
"type" : "executable"
},
{
"c99name" : "expr",
"module_type" : "SwiftTarget",
"name" : "expr",
"path" : "examples/expr",
"product_memberships" : [
"expr"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"CitronParserModule",
"CitronLexerModule",
"CitronParserGenerator"
],
"type" : "executable"
},
{
"c99name" : "citron",
"module_type" : "SwiftTarget",
"name" : "citron",
"path" : "Sources/citron",
"product_memberships" : [
"citron",
"CitronParserGenerator",
"functype_ec",
"functype",
"expr_ec",
"expr"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"CitronCLibrary"
],
"type" : "executable"
},
{
"c99name" : "CitronTests",
"module_type" : "SwiftTarget",
"name" : "CitronTests",
"path" : "Tests/CitronTests",
"sources" : [
"CitronTests.swift"
],
"target_dependencies" : [
"expr",
"expr_ec",
"functype",
"functype_ec"
],
"type" : "test"
},
{
"c99name" : "CitronParserModule",
"module_type" : "SwiftTarget",
"name" : "CitronParserModule",
"path" : "Sources/CitronParserModule",
"product_memberships" : [
"CitronParserModule",
"functype_ec",
"functype",
"expr_ec",
"expr"
],
"sources" : [
"CitronParser.swift"
],
"type" : "library"
},
{
"c99name" : "CitronParserGenerator",
"module_type" : "PluginTarget",
"name" : "CitronParserGenerator",
"path" : "Plugins/CitronParserGenerator",
"plugin_capability" : {
"type" : "buildTool"
},
"product_memberships" : [
"CitronParserGenerator",
"functype_ec",
"functype",
"expr_ec",
"expr"
],
"sources" : [
"CitronParserGenerator.swift",
"SPMBuildToolSupport.swift"
],
"target_dependencies" : [
"citron"
],
"type" : "plugin"
},
{
"c99name" : "CitronLexerModule",
"module_type" : "SwiftTarget",
"name" : "CitronLexerModule",
"path" : "Sources/CitronLexerModule",
"product_memberships" : [
"CitronLexerModule",
"functype_ec",
"functype",
"expr_ec",
"expr"
],
"sources" : [
"CitronLexer.swift",
"Scanner.swift",
"SourceRegion.swift"
],
"type" : "library"
},
{
"c99name" : "CitronCLibrary",
"module_type" : "ClangTarget",
"name" : "CitronCLibrary",
"path" : "Sources/CitronCLibrary",
"product_memberships" : [
"citron",
"CitronParserGenerator",
"functype_ec",
"functype",
"expr_ec",
"expr"
],
"sources" : [
"main_.c"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/6] Write sources
[1/6] Write swift-version-24593BA9C3E375BF.txt
[1/6] Compiling CitronCLibrary main_.c
[4/8] Compiling citron main.swift
[5/8] Emitting module citron
[6/9] Wrapping AST for citron for debugging
[7/9] Write Objects.LinkFileList
[8/9] Linking citron-tool
[1/1] Compiling plugin CitronParserGenerator
Building for debugging...
[1/36] Write sources
[5/36] Compiling CitronCLibrary main_.c
[5/36] Write swift-version-24593BA9C3E375BF.txt
[7/36] Compiling CitronCLibrary main_.c
[9/45] Emitting module citron
[10/46] Wrapping AST for citron for debugging
[11/46] Write Objects.LinkFileList
[12/46] Linking citron-tool
[13/46] Generating ArithmeticExpressionParser.swift from ArithmeticExpressionParser.y
[13/46] Generating FunctionHeaderParser.swift from FunctionHeaderParser.y
[16/46] Write sources
[19/46] Generating ArithmeticExpressionParser.swift from ArithmeticExpressionParser.y
[20/46] Write sources
[22/46] Emitting module citron
[23/46] Compiling citron main.swift
[25/47] Emitting module CitronParserModule
/host/spi-builder-workspace/Sources/CitronParserModule/CitronParser.swift:149:10: warning: associated value 'syntaxErrorAt(token:tokenCode:)' of 'Sendable'-conforming generic enum '_CitronParserError' has non-sendable type 'Token'; this is an error in the Swift 6 language mode
146 | // Error handling
147 |
148 | public enum _CitronParserError<Token, TokenCode>: Error {
| `- note: consider making generic parameter 'Token' conform to the 'Sendable' protocol
149 | case syntaxErrorAt(token: Token, tokenCode: TokenCode)
| `- warning: associated value 'syntaxErrorAt(token:tokenCode:)' of 'Sendable'-conforming generic enum '_CitronParserError' has non-sendable type 'Token'; this is an error in the Swift 6 language mode
150 | case unexpectedEndOfInput
151 | case stackOverflow
/host/spi-builder-workspace/Sources/CitronParserModule/CitronParser.swift:149:10: warning: associated value 'syntaxErrorAt(token:tokenCode:)' of 'Sendable'-conforming generic enum '_CitronParserError' has non-sendable type 'TokenCode'; this is an error in the Swift 6 language mode
146 | // Error handling
147 |
148 | public enum _CitronParserError<Token, TokenCode>: Error {
| `- note: consider making generic parameter 'TokenCode' conform to the 'Sendable' protocol
149 | case syntaxErrorAt(token: Token, tokenCode: TokenCode)
| `- warning: associated value 'syntaxErrorAt(token:tokenCode:)' of 'Sendable'-conforming generic enum '_CitronParserError' has non-sendable type 'TokenCode'; this is an error in the Swift 6 language mode
150 | case unexpectedEndOfInput
151 | case stackOverflow
/host/spi-builder-workspace/Sources/CitronParserModule/CitronParser.swift:156:14: warning: non-final class '_CitronParserUnexpectedTokenError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
154 | public protocol CitronParserError : Error { }
155 |
156 | public class _CitronParserUnexpectedTokenError<Token, TokenCode> : CitronParserError {
| `- warning: non-final class '_CitronParserUnexpectedTokenError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
157 | public let token: Token
158 | public let tokenCode: TokenCode
/host/spi-builder-workspace/Sources/CitronParserModule/CitronParser.swift:157:16: warning: stored property 'token' of 'Sendable'-conforming generic class '_CitronParserUnexpectedTokenError' has non-sendable type 'Token'; this is an error in the Swift 6 language mode
154 | public protocol CitronParserError : Error { }
155 |
156 | public class _CitronParserUnexpectedTokenError<Token, TokenCode> : CitronParserError {
| `- note: consider making generic parameter 'Token' conform to the 'Sendable' protocol
157 | public let token: Token
| `- warning: stored property 'token' of 'Sendable'-conforming generic class '_CitronParserUnexpectedTokenError' has non-sendable type 'Token'; this is an error in the Swift 6 language mode
158 | public let tokenCode: TokenCode
159 | init(token: Token, tokenCode: TokenCode) {
/host/spi-builder-workspace/Sources/CitronParserModule/CitronParser.swift:158:16: warning: stored property 'tokenCode' of 'Sendable'-conforming generic class '_CitronParserUnexpectedTokenError' has non-sendable type 'TokenCode'; this is an error in the Swift 6 language mode
154 | public protocol CitronParserError : Error { }
155 |
156 | public class _CitronParserUnexpectedTokenError<Token, TokenCode> : CitronParserError {
| `- note: consider making generic parameter 'TokenCode' conform to the 'Sendable' protocol
157 | public let token: Token
158 | public let tokenCode: TokenCode
| `- warning: stored property 'tokenCode' of 'Sendable'-conforming generic class '_CitronParserUnexpectedTokenError' has non-sendable type 'TokenCode'; this is an error in the Swift 6 language mode
159 | init(token: Token, tokenCode: TokenCode) {
160 | self.token = token
/host/spi-builder-workspace/Sources/CitronParserModule/CitronParser.swift:165:14: warning: non-final class 'CitronParserUnexpectedEndOfInputError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
163 | }
164 |
165 | public class CitronParserUnexpectedEndOfInputError : CitronParserError {
| `- warning: non-final class 'CitronParserUnexpectedEndOfInputError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
166 | }
167 |
/host/spi-builder-workspace/Sources/CitronParserModule/CitronParser.swift:168:14: warning: non-final class 'CitronParserStackOverflowError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
166 | }
167 |
168 | public class CitronParserStackOverflowError : CitronParserError {
| `- warning: non-final class 'CitronParserStackOverflowError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
169 | }
170 |
[26/47] Compiling CitronParserModule CitronParser.swift
/host/spi-builder-workspace/Sources/CitronParserModule/CitronParser.swift:149:10: warning: associated value 'syntaxErrorAt(token:tokenCode:)' of 'Sendable'-conforming generic enum '_CitronParserError' has non-sendable type 'Token'; this is an error in the Swift 6 language mode
146 | // Error handling
147 |
148 | public enum _CitronParserError<Token, TokenCode>: Error {
| `- note: consider making generic parameter 'Token' conform to the 'Sendable' protocol
149 | case syntaxErrorAt(token: Token, tokenCode: TokenCode)
| `- warning: associated value 'syntaxErrorAt(token:tokenCode:)' of 'Sendable'-conforming generic enum '_CitronParserError' has non-sendable type 'Token'; this is an error in the Swift 6 language mode
150 | case unexpectedEndOfInput
151 | case stackOverflow
/host/spi-builder-workspace/Sources/CitronParserModule/CitronParser.swift:149:10: warning: associated value 'syntaxErrorAt(token:tokenCode:)' of 'Sendable'-conforming generic enum '_CitronParserError' has non-sendable type 'TokenCode'; this is an error in the Swift 6 language mode
146 | // Error handling
147 |
148 | public enum _CitronParserError<Token, TokenCode>: Error {
| `- note: consider making generic parameter 'TokenCode' conform to the 'Sendable' protocol
149 | case syntaxErrorAt(token: Token, tokenCode: TokenCode)
| `- warning: associated value 'syntaxErrorAt(token:tokenCode:)' of 'Sendable'-conforming generic enum '_CitronParserError' has non-sendable type 'TokenCode'; this is an error in the Swift 6 language mode
150 | case unexpectedEndOfInput
151 | case stackOverflow
/host/spi-builder-workspace/Sources/CitronParserModule/CitronParser.swift:156:14: warning: non-final class '_CitronParserUnexpectedTokenError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
154 | public protocol CitronParserError : Error { }
155 |
156 | public class _CitronParserUnexpectedTokenError<Token, TokenCode> : CitronParserError {
| `- warning: non-final class '_CitronParserUnexpectedTokenError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
157 | public let token: Token
158 | public let tokenCode: TokenCode
/host/spi-builder-workspace/Sources/CitronParserModule/CitronParser.swift:157:16: warning: stored property 'token' of 'Sendable'-conforming generic class '_CitronParserUnexpectedTokenError' has non-sendable type 'Token'; this is an error in the Swift 6 language mode
154 | public protocol CitronParserError : Error { }
155 |
156 | public class _CitronParserUnexpectedTokenError<Token, TokenCode> : CitronParserError {
| `- note: consider making generic parameter 'Token' conform to the 'Sendable' protocol
157 | public let token: Token
| `- warning: stored property 'token' of 'Sendable'-conforming generic class '_CitronParserUnexpectedTokenError' has non-sendable type 'Token'; this is an error in the Swift 6 language mode
158 | public let tokenCode: TokenCode
159 | init(token: Token, tokenCode: TokenCode) {
/host/spi-builder-workspace/Sources/CitronParserModule/CitronParser.swift:158:16: warning: stored property 'tokenCode' of 'Sendable'-conforming generic class '_CitronParserUnexpectedTokenError' has non-sendable type 'TokenCode'; this is an error in the Swift 6 language mode
154 | public protocol CitronParserError : Error { }
155 |
156 | public class _CitronParserUnexpectedTokenError<Token, TokenCode> : CitronParserError {
| `- note: consider making generic parameter 'TokenCode' conform to the 'Sendable' protocol
157 | public let token: Token
158 | public let tokenCode: TokenCode
| `- warning: stored property 'tokenCode' of 'Sendable'-conforming generic class '_CitronParserUnexpectedTokenError' has non-sendable type 'TokenCode'; this is an error in the Swift 6 language mode
159 | init(token: Token, tokenCode: TokenCode) {
160 | self.token = token
/host/spi-builder-workspace/Sources/CitronParserModule/CitronParser.swift:165:14: warning: non-final class 'CitronParserUnexpectedEndOfInputError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
163 | }
164 |
165 | public class CitronParserUnexpectedEndOfInputError : CitronParserError {
| `- warning: non-final class 'CitronParserUnexpectedEndOfInputError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
166 | }
167 |
/host/spi-builder-workspace/Sources/CitronParserModule/CitronParser.swift:168:14: warning: non-final class 'CitronParserStackOverflowError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
166 | }
167 |
168 | public class CitronParserStackOverflowError : CitronParserError {
| `- warning: non-final class 'CitronParserStackOverflowError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
169 | }
170 |
[27/48] Wrapping AST for citron for debugging
[28/48] Write Objects.LinkFileList
[29/48] Wrapping AST for CitronParserModule for debugging
[30/48] Linking citron
[32/48] Compiling CitronLexerModule SourceRegion.swift
/host/spi-builder-workspace/Sources/CitronLexerModule/SourceRegion.swift:14:21: warning: static property 'start' is not concurrency-safe because non-'Sendable' type 'SourcePosition' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// A position relative to the beginning of a source file, in terms understood
6 | /// by text editors.
7 | public struct SourcePosition: Comparable, Hashable {
| `- note: consider making struct 'SourcePosition' conform to the 'Sendable' protocol
8 | /// The 1-based line number of the position.
9 | public var line: Int
:
12 |
13 | /// The first position in any file.
14 | public static let start = Self(line: 1, column: 1)
| |- warning: static property 'start' is not concurrency-safe because non-'Sendable' type 'SourcePosition' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'start' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 | /// Returns `true` iff `l` precedes `r`.
/host/spi-builder-workspace/Sources/CitronLexerModule/SourceRegion.swift:42:21: warning: static property 'empty' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
40 | /// An empty location instance that can be used for synthesized AST nodes,
41 | /// etc.
42 | public static var empty
| |- warning: static property 'empty' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'empty' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'empty' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
43 | = SourceRegion(fileName: "", .start ..< .start)
44 |
[33/48] Emitting module CitronLexerModule
/host/spi-builder-workspace/Sources/CitronLexerModule/SourceRegion.swift:14:21: warning: static property 'start' is not concurrency-safe because non-'Sendable' type 'SourcePosition' may have shared mutable state; this is an error in the Swift 6 language mode
5 | /// A position relative to the beginning of a source file, in terms understood
6 | /// by text editors.
7 | public struct SourcePosition: Comparable, Hashable {
| `- note: consider making struct 'SourcePosition' conform to the 'Sendable' protocol
8 | /// The 1-based line number of the position.
9 | public var line: Int
:
12 |
13 | /// The first position in any file.
14 | public static let start = Self(line: 1, column: 1)
| |- warning: static property 'start' is not concurrency-safe because non-'Sendable' type 'SourcePosition' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'start' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 | /// Returns `true` iff `l` precedes `r`.
/host/spi-builder-workspace/Sources/CitronLexerModule/SourceRegion.swift:42:21: warning: static property 'empty' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
40 | /// An empty location instance that can be used for synthesized AST nodes,
41 | /// etc.
42 | public static var empty
| |- warning: static property 'empty' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'empty' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'empty' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
43 | = SourceRegion(fileName: "", .start ..< .start)
44 |
[34/48] Compiling CitronLexerModule CitronLexer.swift
[35/48] Compiling CitronLexerModule Scanner.swift
[36/49] Wrapping AST for CitronLexerModule for debugging
[38/62] Compiling functype_ec ErrorReporter.swift
[39/62] Emitting module functype_ec
[40/62] Emitting module functype
[41/62] Compiling functype main.swift
[42/62] Compiling expr main.swift
[43/62] Emitting module expr
[44/62] Compiling expr ArithmeticExpressionParser.swift
[45/62] Emitting module expr_ec
[47/63] Compiling expr_ec main.swift
[48/63] Compiling expr_ec ArithmeticExpressionParser.swift
[50/64] Compiling functype FunctionHeaderParser.swift
[50/65] Wrapping AST for expr for debugging
[51/65] Write Objects.LinkFileList
[53/65] Compiling functype_ec main.swift
[54/65] Compiling functype_ec FunctionHeaderParser.swift
[56/66] Wrapping AST for expr_ec for debugging
[57/66] Write Objects.LinkFileList
[58/66] Wrapping AST for functype for debugging
[59/66] Write Objects.LinkFileList
[60/66] Wrapping AST for functype_ec for debugging
[61/66] Write Objects.LinkFileList
[62/66] Linking expr
[63/66] Linking expr_ec
[64/66] Linking functype
[65/66] Linking functype_ec
Build complete! (18.08s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "citron",
"name" : "citron",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "citron",
"targets" : [
"citron"
],
"type" : {
"executable" : null
}
},
{
"name" : "CitronParserModule",
"targets" : [
"CitronParserModule"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CitronLexerModule",
"targets" : [
"CitronLexerModule"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CitronParserGenerator",
"targets" : [
"CitronParserGenerator"
],
"type" : {
"plugin" : null
}
},
{
"name" : "functype_ec",
"targets" : [
"functype_ec"
],
"type" : {
"executable" : null
}
},
{
"name" : "functype",
"targets" : [
"functype"
],
"type" : {
"executable" : null
}
},
{
"name" : "expr_ec",
"targets" : [
"expr_ec"
],
"type" : {
"executable" : null
}
},
{
"name" : "expr",
"targets" : [
"expr"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "functype_ec",
"module_type" : "SwiftTarget",
"name" : "functype_ec",
"path" : "examples/functype_ec",
"product_memberships" : [
"functype_ec"
],
"sources" : [
"ErrorReporter.swift",
"main.swift"
],
"target_dependencies" : [
"CitronParserModule",
"CitronLexerModule",
"CitronParserGenerator"
],
"type" : "executable"
},
{
"c99name" : "functype",
"module_type" : "SwiftTarget",
"name" : "functype",
"path" : "examples/functype",
"product_memberships" : [
"functype"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"CitronParserModule",
"CitronLexerModule",
"CitronParserGenerator"
],
"type" : "executable"
},
{
"c99name" : "expr_ec",
"module_type" : "SwiftTarget",
"name" : "expr_ec",
"path" : "examples/expr_ec",
"product_memberships" : [
"expr_ec"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"CitronParserModule",
"CitronLexerModule",
"CitronParserGenerator"
],
"type" : "executable"
},
{
"c99name" : "expr",
"module_type" : "SwiftTarget",
"name" : "expr",
"path" : "examples/expr",
"product_memberships" : [
"expr"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"CitronParserModule",
"CitronLexerModule",
"CitronParserGenerator"
],
"type" : "executable"
},
{
"c99name" : "citron",
"module_type" : "SwiftTarget",
"name" : "citron",
"path" : "Sources/citron",
"product_memberships" : [
"citron",
"CitronParserGenerator",
"functype_ec",
"functype",
"expr_ec",
"expr"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"CitronCLibrary"
],
"type" : "executable"
},
{
"c99name" : "CitronTests",
"module_type" : "SwiftTarget",
"name" : "CitronTests",
"path" : "Tests/CitronTests",
"sources" : [
"CitronTests.swift"
],
"target_dependencies" : [
"expr",
"expr_ec",
"functype",
"functype_ec"
],
"type" : "test"
},
{
"c99name" : "CitronParserModule",
"module_type" : "SwiftTarget",
"name" : "CitronParserModule",
"path" : "Sources/CitronParserModule",
"product_memberships" : [
"CitronParserModule",
"functype_ec",
"functype",
"expr_ec",
"expr"
],
"sources" : [
"CitronParser.swift"
],
"type" : "library"
},
{
"c99name" : "CitronParserGenerator",
"module_type" : "PluginTarget",
"name" : "CitronParserGenerator",
"path" : "Plugins/CitronParserGenerator",
"plugin_capability" : {
"type" : "buildTool"
},
"product_memberships" : [
"CitronParserGenerator",
"functype_ec",
"functype",
"expr_ec",
"expr"
],
"sources" : [
"CitronParserGenerator.swift",
"SPMBuildToolSupport.swift"
],
"target_dependencies" : [
"citron"
],
"type" : "plugin"
},
{
"c99name" : "CitronLexerModule",
"module_type" : "SwiftTarget",
"name" : "CitronLexerModule",
"path" : "Sources/CitronLexerModule",
"product_memberships" : [
"CitronLexerModule",
"functype_ec",
"functype",
"expr_ec",
"expr"
],
"sources" : [
"CitronLexer.swift",
"Scanner.swift",
"SourceRegion.swift"
],
"type" : "library"
},
{
"c99name" : "CitronCLibrary",
"module_type" : "ClangTarget",
"name" : "CitronCLibrary",
"path" : "Sources/CitronCLibrary",
"product_memberships" : [
"citron",
"CitronParserGenerator",
"functype_ec",
"functype",
"expr_ec",
"expr"
],
"sources" : [
"main_.c"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.