Build Information
Successful build of SwiftyBibtex, reference main (d921a7), with Swift 6.1 for Android on 27 May 2025 22:37:19 UTC.
Swift 6 data race errors: 8
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/MaxHaertwig/SwiftyBibtex.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/MaxHaertwig/SwiftyBibtex
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at d921a7c Remove disclaimer
Cloned https://github.com/MaxHaertwig/SwiftyBibtex.git
Revision (git rev-parse @):
d921a7c48f485ea17e961e5ae77b63ea64888a81
SUCCESS checkout https://github.com/MaxHaertwig/SwiftyBibtex.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/MaxHaertwig/SwiftyBibtex.git
https://github.com/MaxHaertwig/SwiftyBibtex.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "antlr4-swift",
"requirement" : {
"range" : [
{
"lower_bound" : "4.9.0",
"upper_bound" : "4.10.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/MaxHaertwig/ANTLR4-Swift.git"
}
],
"manifest_display_name" : "SwiftyBibtex",
"name" : "SwiftyBibtex",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftyBibtex",
"targets" : [
"SwiftyBibtex"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftyBibtexTests",
"module_type" : "SwiftTarget",
"name" : "SwiftyBibtexTests",
"path" : "Tests/SwiftyBibtexTests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/SwiftyBibtexTests/Resources",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Errors/ExtraneousInputParserErrorTests.swift",
"Errors/MismatchedInputParserErrorTests.swift",
"Errors/MissingSymbolParserErrorTests.swift",
"Errors/NoViableAlternativeParserErrorTests.swift",
"Errors/ParserErrorTests.swift",
"Errors/StringDefinitionNotFoundErrorTests.swift",
"Errors/TokenRecognitionParserErrorTests.swift",
"Listeners/BibtexErrorListenerTests.swift",
"Listeners/BibtexListenerTests.swift",
"Listeners/BibtexStringListenerTests.swift",
"Model/MonthTests.swift",
"Model/PositionInFileTests.swift",
"Model/PublicationTypesTests.swift",
"Model/RangeInFileTests.swift",
"SwiftyBibtexTests.swift",
"Utils/ExtensionsTests.swift",
"Warnings/DuplicateCitationKeyWarningTests.swift",
"Warnings/MismatchedDataTypeWarningTests.swift",
"Warnings/MissingRequiredFieldsWarningTests.swift",
"Warnings/UnrecognizedPublicationTypeWarningTests.swift",
"Warnings/UnusedStringDefinitionWarningTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"SwiftyBibtex"
],
"type" : "test"
},
{
"c99name" : "SwiftyBibtex",
"module_type" : "SwiftTarget",
"name" : "SwiftyBibtex",
"path" : "Sources/SwiftyBibtex",
"product_memberships" : [
"SwiftyBibtex"
],
"sources" : [
"Errors/ExtraneousInputParserError.swift",
"Errors/MismatchedInputParserError.swift",
"Errors/MissingSymbolParserError.swift",
"Errors/NoViableAlternativeParserError.swift",
"Errors/ParserError.swift",
"Errors/StringDefinitionNotFoundParserError.swift",
"Errors/TokenRecognitionParserError.swift",
"Errors/UnknownParserError.swift",
"Listeners/BibtexErrorListener.swift",
"Listeners/BibtexListener.swift",
"Listeners/BibtexStringListener.swift",
"Model/Internal/AnyPublication.swift",
"Model/Internal/ParsedPublication.swift",
"Model/Month.swift",
"Model/PositionInFile.swift",
"Model/Publication.swift",
"Model/PublicationTypes/Article.swift",
"Model/PublicationTypes/Book.swift",
"Model/PublicationTypes/Booklet.swift",
"Model/PublicationTypes/InBook.swift",
"Model/PublicationTypes/InCollection.swift",
"Model/PublicationTypes/InProceedings.swift",
"Model/PublicationTypes/Manual.swift",
"Model/PublicationTypes/MasterThesis.swift",
"Model/PublicationTypes/Misc.swift",
"Model/PublicationTypes/PhdThesis.swift",
"Model/PublicationTypes/Proceedings.swift",
"Model/PublicationTypes/TechReport.swift",
"Model/PublicationTypes/Unpublished.swift",
"Model/RangeInFile.swift",
"SwiftyBibtex.swift",
"Utils/Extensions.swift",
"Warnings/DuplicateCitationKeyWarning.swift",
"Warnings/MismatchedDataTypeWarning.swift",
"Warnings/MissingRequiredFieldsWarning.swift",
"Warnings/ParserWarning.swift",
"Warnings/UnrecognizedPublicationTypeWarning.swift",
"Warnings/UnusedStringDefinitionWarning.swift"
],
"target_dependencies" : [
"BibtexParser"
],
"type" : "library"
},
{
"c99name" : "BibtexParser",
"module_type" : "SwiftTarget",
"name" : "BibtexParser",
"path" : "Sources/BibtexParser",
"product_dependencies" : [
"Antlr4"
],
"product_memberships" : [
"SwiftyBibtex"
],
"sources" : [
"BibtexLexer.swift",
"BibtexLexerATN.swift",
"BibtexParser.swift",
"BibtexParserBaseListener.swift",
"BibtexParserListener.swift",
"BibtexParserParserATN.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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
Fetching https://github.com/MaxHaertwig/ANTLR4-Swift.git
[1/259] Fetching antlr4-swift
Fetched https://github.com/MaxHaertwig/ANTLR4-Swift.git from cache (0.24s)
Computing version for https://github.com/MaxHaertwig/ANTLR4-Swift.git
Computed https://github.com/MaxHaertwig/ANTLR4-Swift.git at 4.9.1 (3.81s)
Creating working copy for https://github.com/MaxHaertwig/ANTLR4-Swift.git
Working copy of https://github.com/MaxHaertwig/ANTLR4-Swift.git resolved at 4.9.1
Building for debugging...
[0/7] Write sources
[3/7] Write swift-version-24593BA9C3E375BF.txt
[5/142] Emitting module Antlr4
[6/161] Compiling Antlr4 LexerPushModeAction.swift
[7/161] Compiling Antlr4 LexerSkipAction.swift
[8/161] Compiling Antlr4 LexerTypeAction.swift
[9/161] Compiling Antlr4 LookaheadEventInfo.swift
[10/161] Compiling Antlr4 LookupATNConfig.swift
[11/161] Compiling Antlr4 LookupDictionary.swift
[12/161] Compiling Antlr4 LoopEndState.swift
[13/161] Compiling Antlr4 NotSetTransition.swift
[14/161] Compiling Antlr4 ParseInfo.swift
[15/161] Compiling Antlr4 ParserATNSimulator.swift
[16/161] Compiling Antlr4 PlusBlockStartState.swift
[17/161] Compiling Antlr4 PlusLoopbackState.swift
[18/161] Compiling Antlr4 PrecedencePredicateTransition.swift
[19/161] Compiling Antlr4 PredicateEvalInfo.swift
[20/161] Compiling Antlr4 PredicateTransition.swift
[21/161] Compiling Antlr4 PredictionContext.swift
[22/161] Compiling Antlr4 PredictionContextCache.swift
[23/161] Compiling Antlr4 PredictionMode.swift
[24/161] Compiling Antlr4 ProfilingATNSimulator.swift
[25/161] Compiling Antlr4 LexerNoViableAltException.swift
[26/161] Compiling Antlr4 ListTokenSource.swift
[27/161] Compiling Antlr4 NoViableAltException.swift
[28/161] Compiling Antlr4 Parser.swift
[29/161] Compiling Antlr4 ParserInterpreter.swift
[30/161] Compiling Antlr4 ParserRuleContext.swift
[31/161] Compiling Antlr4 ProxyErrorListener.swift
[32/161] Compiling Antlr4 RecognitionException.swift
[33/161] Compiling Antlr4 Recognizer.swift
[34/161] Compiling Antlr4 RuleContext.swift
[35/161] Compiling Antlr4 RuntimeMetaData.swift
[36/161] Compiling Antlr4 Token.swift
[37/161] Compiling Antlr4 TokenFactory.swift
[38/161] Compiling Antlr4 TokenSource.swift
[39/161] Compiling Antlr4 TokenStream.swift
[40/161] Compiling Antlr4 TokenStreamRewriter.swift
[41/161] Compiling Antlr4 UnbufferedCharStream.swift
[42/161] Compiling Antlr4 UnbufferedTokenStream.swift
[43/161] Compiling Antlr4 VocabularySingle.swift
[44/161] Compiling Antlr4 DecisionEventInfo.swift
[45/161] Compiling Antlr4 DecisionInfo.swift
[46/161] Compiling Antlr4 DecisionState.swift
[47/161] Compiling Antlr4 DefaultATNConfig.swift
[48/161] Compiling Antlr4 EmptyPredictionContext.swift
[49/161] Compiling Antlr4 EpsilonTransition.swift
[50/161] Compiling Antlr4 ErrorInfo.swift
[51/161] Compiling Antlr4 LL1Analyzer.swift
[52/161] Compiling Antlr4 LexerATNConfig.swift
[53/161] Compiling Antlr4 LexerATNSimulator.swift
[54/161] Compiling Antlr4 LexerAction.swift
[55/161] Compiling Antlr4 LexerActionExecutor.swift
[56/161] Compiling Antlr4 LexerActionType.swift
[57/161] Compiling Antlr4 LexerChannelAction.swift
[58/161] Compiling Antlr4 LexerCustomAction.swift
[59/161] Compiling Antlr4 LexerIndexedCustomAction.swift
[60/161] Compiling Antlr4 LexerModeAction.swift
[61/161] Compiling Antlr4 LexerMoreAction.swift
[62/161] Compiling Antlr4 LexerPopModeAction.swift
[63/161] Compiling Antlr4 RangeTransition.swift
[64/161] Compiling Antlr4 RuleStartState.swift
[65/161] Compiling Antlr4 RuleStopState.swift
[66/161] Compiling Antlr4 RuleTransition.swift
[67/161] Compiling Antlr4 SemanticContext.swift
[68/161] Compiling Antlr4 SetTransition.swift
[69/161] Compiling Antlr4 SingletonPredictionContext.swift
[70/161] Compiling Antlr4 StarBlockStartState.swift
[71/161] Compiling Antlr4 StarLoopEntryState.swift
[72/161] Compiling Antlr4 StarLoopbackState.swift
[73/161] Compiling Antlr4 TokensStartState.swift
[74/161] Compiling Antlr4 Transition.swift
[75/161] Compiling Antlr4 WildcardTransition.swift
[76/161] Compiling Antlr4 DFA.swift
[77/161] Compiling Antlr4 DFASerializer.swift
[78/161] Compiling Antlr4 DFAState.swift
[79/161] Compiling Antlr4 LexerDFASerializer.swift
[80/161] Compiling Antlr4 BitSet.swift
[81/161] Compiling Antlr4 DoubleKeyMap.swift
[82/161] Compiling Antlr4 ANTLRErrorListener.swift
[83/161] Compiling Antlr4 ANTLRErrorStrategy.swift
[84/161] Compiling Antlr4 ANTLRFileStream.swift
[85/161] Compiling Antlr4 ANTLRInputStream.swift
[86/161] Compiling Antlr4 BailErrorStrategy.swift
[87/161] Compiling Antlr4 BaseErrorListener.swift
[88/161] Compiling Antlr4 BufferedTokenStream.swift
[89/161] Compiling Antlr4 CharStream.swift
[90/161] Compiling Antlr4 CommonToken.swift
[91/161] Compiling Antlr4 CommonTokenFactory.swift
[92/161] Compiling Antlr4 CommonTokenStream.swift
[93/161] Compiling Antlr4 ConsoleErrorListener.swift
[94/161] Compiling Antlr4 DefaultErrorStrategy.swift
[95/161] Compiling Antlr4 DiagnosticErrorListener.swift
[96/161] Compiling Antlr4 FailedPredicateException.swift
[97/161] Compiling Antlr4 InputMismatchException.swift
[98/161] Compiling Antlr4 IntStream.swift
[99/161] Compiling Antlr4 InterpreterRuleContext.swift
[100/161] Compiling Antlr4 Lexer.swift
[101/161] Compiling Antlr4 LexerInterpreter.swift
[102/161] Compiling Antlr4 WritableToken.swift
[103/161] Compiling Antlr4 ATN.swift
[104/161] Compiling Antlr4 ATNConfig.swift
[105/161] Compiling Antlr4 ATNConfigSet.swift
[106/161] Compiling Antlr4 ATNDeserializationOptions.swift
[107/161] Compiling Antlr4 ATNDeserializer.swift
[108/161] Compiling Antlr4 ATNSimulator.swift
[109/161] Compiling Antlr4 ATNState.swift
[110/161] Compiling Antlr4 ATNType.swift
[111/161] Compiling Antlr4 AbstractPredicateTransition.swift
[112/161] Compiling Antlr4 ActionTransition.swift
[113/161] Compiling Antlr4 AmbiguityInfo.swift
[114/161] Compiling Antlr4 ArrayPredictionContext.swift
[115/161] Compiling Antlr4 AtomTransition.swift
[116/161] Compiling Antlr4 BasicBlockStartState.swift
[117/161] Compiling Antlr4 BasicState.swift
[118/161] Compiling Antlr4 BlockEndState.swift
[119/161] Compiling Antlr4 BlockStartState.swift
[120/161] Compiling Antlr4 ContextSensitivityInfo.swift
[121/161] Compiling Antlr4 IntSet.swift
[122/161] Compiling Antlr4 Interval.swift
[123/161] Compiling Antlr4 IntervalSet.swift
[124/161] Compiling Antlr4 MultiMap.swift
[125/161] Compiling Antlr4 MurmurHash.swift
[126/161] Compiling Antlr4 Utils.swift
[127/161] Compiling Antlr4 ANTLRError.swift
[128/161] Compiling Antlr4 ANTLRException.swift
[129/161] Compiling Antlr4 ArrayExtension.swift
[130/161] Compiling Antlr4 CharacterExtension.swift
[131/161] Compiling Antlr4 IntStreamExtension.swift
[132/161] Compiling Antlr4 StringExtension.swift
[133/161] Compiling Antlr4 TokenExtension.swift
[134/161] Compiling Antlr4 UUIDExtension.swift
[135/161] Compiling Antlr4 CommonUtil.swift
[136/161] Compiling Antlr4 Mutex.swift
[137/161] Compiling Antlr4 Stack.swift
[138/161] Compiling Antlr4 AbstractParseTreeVisitor.swift
[139/161] Compiling Antlr4 ErrorNode.swift
[140/161] Compiling Antlr4 ParseTree.swift
[141/161] Compiling Antlr4 ParseTreeListener.swift
[142/161] Compiling Antlr4 ParseTreeProperty.swift
[143/161] Compiling Antlr4 ParseTreeVisitor.swift
[144/161] Compiling Antlr4 ParseTreeWalker.swift
[145/161] Compiling Antlr4 RuleNode.swift
[146/161] Compiling Antlr4 SyntaxTree.swift
[147/161] Compiling Antlr4 TerminalNode.swift
[148/161] Compiling Antlr4 TerminalNodeImpl.swift
[149/161] Compiling Antlr4 Tree.swift
[150/161] Compiling Antlr4 Trees.swift
[151/161] Compiling Antlr4 Chunk.swift
[152/161] Compiling Antlr4 ParseTreeMatch.swift
[153/161] Compiling Antlr4 ParseTreePattern.swift
[154/161] Compiling Antlr4 ParseTreePatternMatcher.swift
[155/161] Compiling Antlr4 RuleTagToken.swift
[156/161] Compiling Antlr4 TagChunk.swift
[157/161] Compiling Antlr4 TextChunk.swift
[158/161] Compiling Antlr4 TokenTagToken.swift
[159/162] Wrapping AST for Antlr4 for debugging
[160/162] Write Objects.LinkFileList
[161/162] Linking libAntlr4.so
[163/169] Compiling BibtexParser BibtexParserListener.swift
[164/169] Compiling BibtexParser BibtexParserBaseListener.swift
[165/169] Compiling BibtexParser BibtexParserParserATN.swift
[166/169] Emitting module BibtexParser
/host/spi-builder-workspace/Sources/BibtexParser/BibtexLexer.swift:6:22: warning: static property '_decisionToDFA' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
4 | open class BibtexLexer: Lexer {
5 |
6 | internal static var _decisionToDFA: [DFA] = {
| |- warning: static property '_decisionToDFA' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_decisionToDFA' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property '_decisionToDFA' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
7 | var decisionToDFA = [DFA]()
8 | let length = BibtexLexer._ATN.getNumberOfDecisions()
/host/spi-builder-workspace/Sources/BibtexParser/BibtexLexer.swift:15:22: warning: static property '_sharedContextCache' is not concurrency-safe because non-'Sendable' type 'PredictionContextCache' may have shared mutable state; this is an error in the Swift 6 language mode
13 | }()
14 |
15 | internal static let _sharedContextCache = PredictionContextCache()
| `- warning: static property '_sharedContextCache' is not concurrency-safe because non-'Sendable' type 'PredictionContextCache' may have shared mutable state; this is an error in the Swift 6 language mode
16 |
17 | public
/host/spi-builder-workspace/.build/checkouts/ANTLR4-Swift/Sources/Antlr4/atn/PredictionContextCache.swift:14:20: note: class 'PredictionContextCache' does not conform to the 'Sendable' protocol
12 | ///
13 |
14 | public final class PredictionContextCache {
| `- note: class 'PredictionContextCache' does not conform to the 'Sendable' protocol
15 | private var cache = [PredictionContext: PredictionContext]()
16 |
/host/spi-builder-workspace/Sources/BibtexParser/BibtexLexer.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Antlr4'
1 | // Generated from BibtexLexer.g4 by ANTLR 4.9
2 | import Antlr4
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Antlr4'
3 |
4 | open class BibtexLexer: Lexer {
:
13 | }()
14 |
15 | internal static let _sharedContextCache = PredictionContextCache()
| |- note: add '@MainActor' to make static property '_sharedContextCache' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |
17 | public
/host/spi-builder-workspace/Sources/BibtexParser/BibtexLexer.swift:57:13: warning: static property 'VOCABULARY' is not concurrency-safe because non-'Sendable' type 'Vocabulary' may have shared mutable state; this is an error in the Swift 6 language mode
55 | ]
56 | public
57 | static let VOCABULARY = Vocabulary(_LITERAL_NAMES, _SYMBOLIC_NAMES)
| |- warning: static property 'VOCABULARY' is not concurrency-safe because non-'Sendable' type 'Vocabulary' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'VOCABULARY' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
58 |
59 |
/host/spi-builder-workspace/.build/checkouts/ANTLR4-Swift/Sources/Antlr4/VocabularySingle.swift:14:14: note: class 'Vocabulary' does not conform to the 'Sendable' protocol
12 | ///
13 |
14 | public class Vocabulary: Hashable {
| `- note: class 'Vocabulary' does not conform to the 'Sendable' protocol
15 | private static let EMPTY_NAMES: [String?] = [String?](repeating: "", count: 1)
16 |
/host/spi-builder-workspace/Sources/BibtexParser/BibtexLexer.swift:95:13: warning: static property '_ATN' is not concurrency-safe because non-'Sendable' type 'ATN' may have shared mutable state; this is an error in the Swift 6 language mode
93 |
94 | public
95 | static let _ATN: ATN = ATNDeserializer().deserializeFromJson(_serializedATN)
| |- warning: static property '_ATN' is not concurrency-safe because non-'Sendable' type 'ATN' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_ATN' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
96 | }
/host/spi-builder-workspace/.build/checkouts/ANTLR4-Swift/Sources/Antlr4/atn/ATN.swift:8:14: note: class 'ATN' does not conform to the 'Sendable' protocol
6 |
7 |
8 | public class ATN {
| `- note: class 'ATN' does not conform to the 'Sendable' protocol
9 | public static let INVALID_ALT_NUMBER = 0
10 |
/host/spi-builder-workspace/Sources/BibtexParser/BibtexParser.swift:6:22: warning: static property '_decisionToDFA' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
4 | open class BibtexParser: Parser {
5 |
6 | internal static var _decisionToDFA: [DFA] = {
| |- warning: static property '_decisionToDFA' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_decisionToDFA' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property '_decisionToDFA' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
7 | var decisionToDFA = [DFA]()
8 | let length = BibtexParser._ATN.getNumberOfDecisions()
/host/spi-builder-workspace/Sources/BibtexParser/BibtexParser.swift:15:22: warning: static property '_sharedContextCache' is not concurrency-safe because non-'Sendable' type 'PredictionContextCache' may have shared mutable state; this is an error in the Swift 6 language mode
13 | }()
14 |
15 | internal static let _sharedContextCache = PredictionContextCache()
| `- warning: static property '_sharedContextCache' is not concurrency-safe because non-'Sendable' type 'PredictionContextCache' may have shared mutable state; this is an error in the Swift 6 language mode
16 |
17 | public
/host/spi-builder-workspace/.build/checkouts/ANTLR4-Swift/Sources/Antlr4/atn/PredictionContextCache.swift:14:20: note: class 'PredictionContextCache' does not conform to the 'Sendable' protocol
12 | ///
13 |
14 | public final class PredictionContextCache {
| `- note: class 'PredictionContextCache' does not conform to the 'Sendable' protocol
15 | private var cache = [PredictionContext: PredictionContext]()
16 |
/host/spi-builder-workspace/Sources/BibtexParser/BibtexParser.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Antlr4'
1 | // Generated from BibtexParser.g4 by ANTLR 4.9
2 | import Antlr4
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Antlr4'
3 |
4 | open class BibtexParser: Parser {
:
13 | }()
14 |
15 | internal static let _sharedContextCache = PredictionContextCache()
| |- note: add '@MainActor' to make static property '_sharedContextCache' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |
17 | public
/host/spi-builder-workspace/Sources/BibtexParser/BibtexParser.swift:50:13: warning: static property 'VOCABULARY' is not concurrency-safe because non-'Sendable' type 'Vocabulary' may have shared mutable state; this is an error in the Swift 6 language mode
48 | ]
49 | public
50 | static let VOCABULARY = Vocabulary(_LITERAL_NAMES, _SYMBOLIC_NAMES)
| |- warning: static property 'VOCABULARY' is not concurrency-safe because non-'Sendable' type 'Vocabulary' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'VOCABULARY' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
51 |
52 | override open
/host/spi-builder-workspace/.build/checkouts/ANTLR4-Swift/Sources/Antlr4/VocabularySingle.swift:14:14: note: class 'Vocabulary' does not conform to the 'Sendable' protocol
12 | ///
13 |
14 | public class Vocabulary: Hashable {
| `- note: class 'Vocabulary' does not conform to the 'Sendable' protocol
15 | private static let EMPTY_NAMES: [String?] = [String?](repeating: "", count: 1)
16 |
/host/spi-builder-workspace/Sources/BibtexParser/BibtexParser.swift:1243:13: warning: static property '_ATN' is not concurrency-safe because non-'Sendable' type 'ATN' may have shared mutable state; this is an error in the Swift 6 language mode
1241 |
1242 | public
1243 | static let _ATN = ATNDeserializer().deserializeFromJson(_serializedATN)
| |- warning: static property '_ATN' is not concurrency-safe because non-'Sendable' type 'ATN' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_ATN' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1244 | }
/host/spi-builder-workspace/.build/checkouts/ANTLR4-Swift/Sources/Antlr4/atn/ATN.swift:8:14: note: class 'ATN' does not conform to the 'Sendable' protocol
6 |
7 |
8 | public class ATN {
| `- note: class 'ATN' does not conform to the 'Sendable' protocol
9 | public static let INVALID_ALT_NUMBER = 0
10 |
[167/169] Compiling BibtexParser BibtexLexer.swift
/host/spi-builder-workspace/Sources/BibtexParser/BibtexLexer.swift:6:22: warning: static property '_decisionToDFA' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
4 | open class BibtexLexer: Lexer {
5 |
6 | internal static var _decisionToDFA: [DFA] = {
| |- warning: static property '_decisionToDFA' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_decisionToDFA' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property '_decisionToDFA' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
7 | var decisionToDFA = [DFA]()
8 | let length = BibtexLexer._ATN.getNumberOfDecisions()
/host/spi-builder-workspace/Sources/BibtexParser/BibtexLexer.swift:15:22: warning: static property '_sharedContextCache' is not concurrency-safe because non-'Sendable' type 'PredictionContextCache' may have shared mutable state; this is an error in the Swift 6 language mode
13 | }()
14 |
15 | internal static let _sharedContextCache = PredictionContextCache()
| `- warning: static property '_sharedContextCache' is not concurrency-safe because non-'Sendable' type 'PredictionContextCache' may have shared mutable state; this is an error in the Swift 6 language mode
16 |
17 | public
/host/spi-builder-workspace/.build/checkouts/ANTLR4-Swift/Sources/Antlr4/atn/PredictionContextCache.swift:14:20: note: class 'PredictionContextCache' does not conform to the 'Sendable' protocol
12 | ///
13 |
14 | public final class PredictionContextCache {
| `- note: class 'PredictionContextCache' does not conform to the 'Sendable' protocol
15 | private var cache = [PredictionContext: PredictionContext]()
16 |
/host/spi-builder-workspace/Sources/BibtexParser/BibtexLexer.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Antlr4'
1 | // Generated from BibtexLexer.g4 by ANTLR 4.9
2 | import Antlr4
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Antlr4'
3 |
4 | open class BibtexLexer: Lexer {
:
13 | }()
14 |
15 | internal static let _sharedContextCache = PredictionContextCache()
| |- note: add '@MainActor' to make static property '_sharedContextCache' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |
17 | public
/host/spi-builder-workspace/Sources/BibtexParser/BibtexLexer.swift:57:13: warning: static property 'VOCABULARY' is not concurrency-safe because non-'Sendable' type 'Vocabulary' may have shared mutable state; this is an error in the Swift 6 language mode
55 | ]
56 | public
57 | static let VOCABULARY = Vocabulary(_LITERAL_NAMES, _SYMBOLIC_NAMES)
| |- warning: static property 'VOCABULARY' is not concurrency-safe because non-'Sendable' type 'Vocabulary' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'VOCABULARY' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
58 |
59 |
/host/spi-builder-workspace/.build/checkouts/ANTLR4-Swift/Sources/Antlr4/VocabularySingle.swift:14:14: note: class 'Vocabulary' does not conform to the 'Sendable' protocol
12 | ///
13 |
14 | public class Vocabulary: Hashable {
| `- note: class 'Vocabulary' does not conform to the 'Sendable' protocol
15 | private static let EMPTY_NAMES: [String?] = [String?](repeating: "", count: 1)
16 |
/host/spi-builder-workspace/Sources/BibtexParser/BibtexLexer.swift:95:13: warning: static property '_ATN' is not concurrency-safe because non-'Sendable' type 'ATN' may have shared mutable state; this is an error in the Swift 6 language mode
93 |
94 | public
95 | static let _ATN: ATN = ATNDeserializer().deserializeFromJson(_serializedATN)
| |- warning: static property '_ATN' is not concurrency-safe because non-'Sendable' type 'ATN' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_ATN' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
96 | }
/host/spi-builder-workspace/.build/checkouts/ANTLR4-Swift/Sources/Antlr4/atn/ATN.swift:8:14: note: class 'ATN' does not conform to the 'Sendable' protocol
6 |
7 |
8 | public class ATN {
| `- note: class 'ATN' does not conform to the 'Sendable' protocol
9 | public static let INVALID_ALT_NUMBER = 0
10 |
[168/169] Compiling BibtexParser BibtexLexerATN.swift
[169/169] Compiling BibtexParser BibtexParser.swift
/host/spi-builder-workspace/Sources/BibtexParser/BibtexParser.swift:6:22: warning: static property '_decisionToDFA' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
4 | open class BibtexParser: Parser {
5 |
6 | internal static var _decisionToDFA: [DFA] = {
| |- warning: static property '_decisionToDFA' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert '_decisionToDFA' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property '_decisionToDFA' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
7 | var decisionToDFA = [DFA]()
8 | let length = BibtexParser._ATN.getNumberOfDecisions()
/host/spi-builder-workspace/Sources/BibtexParser/BibtexParser.swift:15:22: warning: static property '_sharedContextCache' is not concurrency-safe because non-'Sendable' type 'PredictionContextCache' may have shared mutable state; this is an error in the Swift 6 language mode
13 | }()
14 |
15 | internal static let _sharedContextCache = PredictionContextCache()
| `- warning: static property '_sharedContextCache' is not concurrency-safe because non-'Sendable' type 'PredictionContextCache' may have shared mutable state; this is an error in the Swift 6 language mode
16 |
17 | public
/host/spi-builder-workspace/.build/checkouts/ANTLR4-Swift/Sources/Antlr4/atn/PredictionContextCache.swift:14:20: note: class 'PredictionContextCache' does not conform to the 'Sendable' protocol
12 | ///
13 |
14 | public final class PredictionContextCache {
| `- note: class 'PredictionContextCache' does not conform to the 'Sendable' protocol
15 | private var cache = [PredictionContext: PredictionContext]()
16 |
/host/spi-builder-workspace/Sources/BibtexParser/BibtexParser.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Antlr4'
1 | // Generated from BibtexParser.g4 by ANTLR 4.9
2 | import Antlr4
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Antlr4'
3 |
4 | open class BibtexParser: Parser {
:
13 | }()
14 |
15 | internal static let _sharedContextCache = PredictionContextCache()
| |- note: add '@MainActor' to make static property '_sharedContextCache' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |
17 | public
/host/spi-builder-workspace/Sources/BibtexParser/BibtexParser.swift:50:13: warning: static property 'VOCABULARY' is not concurrency-safe because non-'Sendable' type 'Vocabulary' may have shared mutable state; this is an error in the Swift 6 language mode
48 | ]
49 | public
50 | static let VOCABULARY = Vocabulary(_LITERAL_NAMES, _SYMBOLIC_NAMES)
| |- warning: static property 'VOCABULARY' is not concurrency-safe because non-'Sendable' type 'Vocabulary' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'VOCABULARY' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
51 |
52 | override open
/host/spi-builder-workspace/.build/checkouts/ANTLR4-Swift/Sources/Antlr4/VocabularySingle.swift:14:14: note: class 'Vocabulary' does not conform to the 'Sendable' protocol
12 | ///
13 |
14 | public class Vocabulary: Hashable {
| `- note: class 'Vocabulary' does not conform to the 'Sendable' protocol
15 | private static let EMPTY_NAMES: [String?] = [String?](repeating: "", count: 1)
16 |
/host/spi-builder-workspace/Sources/BibtexParser/BibtexParser.swift:1243:13: warning: static property '_ATN' is not concurrency-safe because non-'Sendable' type 'ATN' may have shared mutable state; this is an error in the Swift 6 language mode
1241 |
1242 | public
1243 | static let _ATN = ATNDeserializer().deserializeFromJson(_serializedATN)
| |- warning: static property '_ATN' is not concurrency-safe because non-'Sendable' type 'ATN' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property '_ATN' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1244 | }
/host/spi-builder-workspace/.build/checkouts/ANTLR4-Swift/Sources/Antlr4/atn/ATN.swift:8:14: note: class 'ATN' does not conform to the 'Sendable' protocol
6 |
7 |
8 | public class ATN {
| `- note: class 'ATN' does not conform to the 'Sendable' protocol
9 | public static let INVALID_ALT_NUMBER = 0
10 |
/host/spi-builder-workspace/Sources/BibtexParser/BibtexParser.swift:106:7: warning: variable '_localctx' was never mutated; consider changing to 'let' constant
104 | @discardableResult
105 | open func root() throws -> RootContext {
106 | var _localctx: RootContext = RootContext(_ctx, getState())
| `- warning: variable '_localctx' was never mutated; consider changing to 'let' constant
107 | try enterRule(_localctx, 0, BibtexParser.RULE_root)
108 | defer {
/host/spi-builder-workspace/Sources/BibtexParser/BibtexParser.swift:180:7: warning: variable '_localctx' was never mutated; consider changing to 'let' constant
178 | @discardableResult
179 | open func bibFile() throws -> BibFileContext {
180 | var _localctx: BibFileContext = BibFileContext(_ctx, getState())
| `- warning: variable '_localctx' was never mutated; consider changing to 'let' constant
181 | try enterRule(_localctx, 2, BibtexParser.RULE_bibFile)
182 | var _la: Int = 0
/host/spi-builder-workspace/Sources/BibtexParser/BibtexParser.swift:297:7: warning: variable '_localctx' was never mutated; consider changing to 'let' constant
295 | @discardableResult
296 | open func string() throws -> StringContext {
297 | var _localctx: StringContext = StringContext(_ctx, getState())
| `- warning: variable '_localctx' was never mutated; consider changing to 'let' constant
298 | try enterRule(_localctx, 4, BibtexParser.RULE_string)
299 | defer {
/host/spi-builder-workspace/Sources/BibtexParser/BibtexParser.swift:410:7: warning: variable '_localctx' was never mutated; consider changing to 'let' constant
408 | @discardableResult
409 | open func preamble() throws -> PreambleContext {
410 | var _localctx: PreambleContext = PreambleContext(_ctx, getState())
| `- warning: variable '_localctx' was never mutated; consider changing to 'let' constant
411 | try enterRule(_localctx, 6, BibtexParser.RULE_preamble)
412 | defer {
/host/spi-builder-workspace/Sources/BibtexParser/BibtexParser.swift:503:7: warning: variable '_localctx' was never mutated; consider changing to 'let' constant
501 | @discardableResult
502 | open func comment() throws -> CommentContext {
503 | var _localctx: CommentContext = CommentContext(_ctx, getState())
| `- warning: variable '_localctx' was never mutated; consider changing to 'let' constant
504 | try enterRule(_localctx, 8, BibtexParser.RULE_comment)
505 | defer {
/host/spi-builder-workspace/Sources/BibtexParser/BibtexParser.swift:604:7: warning: variable '_localctx' was never mutated; consider changing to 'let' constant
602 | @discardableResult
603 | open func publication() throws -> PublicationContext {
604 | var _localctx: PublicationContext = PublicationContext(_ctx, getState())
| `- warning: variable '_localctx' was never mutated; consider changing to 'let' constant
605 | try enterRule(_localctx, 10, BibtexParser.RULE_publication)
606 | defer {
/host/spi-builder-workspace/Sources/BibtexParser/BibtexParser.swift:713:7: warning: variable '_localctx' was never mutated; consider changing to 'let' constant
711 | @discardableResult
712 | open func fields() throws -> FieldsContext {
713 | var _localctx: FieldsContext = FieldsContext(_ctx, getState())
| `- warning: variable '_localctx' was never mutated; consider changing to 'let' constant
714 | try enterRule(_localctx, 12, BibtexParser.RULE_fields)
715 | var _la: Int = 0
/host/spi-builder-workspace/Sources/BibtexParser/BibtexParser.swift:809:7: warning: variable '_localctx' was never mutated; consider changing to 'let' constant
807 | @discardableResult
808 | open func field() throws -> FieldContext {
809 | var _localctx: FieldContext = FieldContext(_ctx, getState())
| `- warning: variable '_localctx' was never mutated; consider changing to 'let' constant
810 | try enterRule(_localctx, 14, BibtexParser.RULE_field)
811 | defer {
/host/spi-builder-workspace/Sources/BibtexParser/BibtexParser.swift:896:7: warning: variable '_localctx' was never mutated; consider changing to 'let' constant
894 | @discardableResult
895 | open func concatString() throws -> ConcatStringContext {
896 | var _localctx: ConcatStringContext = ConcatStringContext(_ctx, getState())
| `- warning: variable '_localctx' was never mutated; consider changing to 'let' constant
897 | try enterRule(_localctx, 16, BibtexParser.RULE_concatString)
898 | var _la: Int = 0
/host/spi-builder-workspace/Sources/BibtexParser/BibtexParser.swift:963:7: warning: variable '_localctx' was never mutated; consider changing to 'let' constant
961 | @discardableResult
962 | open func fieldString() throws -> FieldStringContext {
963 | var _localctx: FieldStringContext = FieldStringContext(_ctx, getState())
| `- warning: variable '_localctx' was never mutated; consider changing to 'let' constant
964 | try enterRule(_localctx, 18, BibtexParser.RULE_fieldString)
965 | var _la: Int = 0
/host/spi-builder-workspace/Sources/BibtexParser/BibtexParser.swift:1043:7: warning: variable '_prevctx' was written to, but never read
1041 | let _parentState: Int = getState()
1042 | var _localctx: CurlyValueContext = CurlyValueContext(_ctx, _parentState)
1043 | var _prevctx: CurlyValueContext = _localctx
| `- warning: variable '_prevctx' was written to, but never read
1044 | let _startState: Int = 20
1045 | try enterRecursionRule(_localctx, 20, BibtexParser.RULE_curlyValue, _p)
/host/spi-builder-workspace/Sources/BibtexParser/BibtexParser.swift:1153:7: warning: variable '_prevctx' was written to, but never read
1151 | let _parentState: Int = getState()
1152 | var _localctx: ParenValueContext = ParenValueContext(_ctx, _parentState)
1153 | var _prevctx: ParenValueContext = _localctx
| `- warning: variable '_prevctx' was written to, but never read
1154 | let _startState: Int = 22
1155 | try enterRecursionRule(_localctx, 22, BibtexParser.RULE_parenValue, _p)
[171/205] Emitting module SwiftyBibtex
[172/209] Compiling SwiftyBibtex ExtraneousInputParserError.swift
[173/209] Compiling SwiftyBibtex MismatchedInputParserError.swift
[174/209] Compiling SwiftyBibtex MissingSymbolParserError.swift
[175/209] Compiling SwiftyBibtex NoViableAlternativeParserError.swift
[176/209] Compiling SwiftyBibtex ParserError.swift
[177/209] Compiling SwiftyBibtex InCollection.swift
[178/209] Compiling SwiftyBibtex InProceedings.swift
[179/209] Compiling SwiftyBibtex Manual.swift
[180/209] Compiling SwiftyBibtex MasterThesis.swift
[181/209] Compiling SwiftyBibtex Misc.swift
[182/209] Compiling SwiftyBibtex Publication.swift
[183/209] Compiling SwiftyBibtex Article.swift
[184/209] Compiling SwiftyBibtex Book.swift
[185/209] Compiling SwiftyBibtex Booklet.swift
[186/209] Compiling SwiftyBibtex InBook.swift
[187/209] Compiling SwiftyBibtex PhdThesis.swift
[188/209] Compiling SwiftyBibtex Proceedings.swift
[189/209] Compiling SwiftyBibtex TechReport.swift
[190/209] Compiling SwiftyBibtex Unpublished.swift
[191/209] Compiling SwiftyBibtex RangeInFile.swift
[192/209] Compiling SwiftyBibtex SwiftyBibtex.swift
[193/209] Compiling SwiftyBibtex Extensions.swift
[194/209] Compiling SwiftyBibtex DuplicateCitationKeyWarning.swift
[195/209] Compiling SwiftyBibtex MismatchedDataTypeWarning.swift
[196/209] Compiling SwiftyBibtex MissingRequiredFieldsWarning.swift
[197/209] Compiling SwiftyBibtex ParserWarning.swift
[198/209] Compiling SwiftyBibtex UnrecognizedPublicationTypeWarning.swift
[199/209] Compiling SwiftyBibtex UnusedStringDefinitionWarning.swift
[200/209] Compiling SwiftyBibtex BibtexStringListener.swift
[201/209] Compiling SwiftyBibtex AnyPublication.swift
[202/209] Compiling SwiftyBibtex ParsedPublication.swift
[203/209] Compiling SwiftyBibtex Month.swift
[204/209] Compiling SwiftyBibtex PositionInFile.swift
[205/209] Compiling SwiftyBibtex StringDefinitionNotFoundParserError.swift
[206/209] Compiling SwiftyBibtex TokenRecognitionParserError.swift
[207/209] Compiling SwiftyBibtex UnknownParserError.swift
[208/209] Compiling SwiftyBibtex BibtexErrorListener.swift
[209/209] Compiling SwiftyBibtex BibtexListener.swift
Build complete! (28.46s)
Build complete.
{
"dependencies" : [
{
"identity" : "antlr4-swift",
"requirement" : {
"range" : [
{
"lower_bound" : "4.9.0",
"upper_bound" : "4.10.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/MaxHaertwig/ANTLR4-Swift.git"
}
],
"manifest_display_name" : "SwiftyBibtex",
"name" : "SwiftyBibtex",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftyBibtex",
"targets" : [
"SwiftyBibtex"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftyBibtexTests",
"module_type" : "SwiftTarget",
"name" : "SwiftyBibtexTests",
"path" : "Tests/SwiftyBibtexTests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/SwiftyBibtexTests/Resources",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Errors/ExtraneousInputParserErrorTests.swift",
"Errors/MismatchedInputParserErrorTests.swift",
"Errors/MissingSymbolParserErrorTests.swift",
"Errors/NoViableAlternativeParserErrorTests.swift",
"Errors/ParserErrorTests.swift",
"Errors/StringDefinitionNotFoundErrorTests.swift",
"Errors/TokenRecognitionParserErrorTests.swift",
"Listeners/BibtexErrorListenerTests.swift",
"Listeners/BibtexListenerTests.swift",
"Listeners/BibtexStringListenerTests.swift",
"Model/MonthTests.swift",
"Model/PositionInFileTests.swift",
"Model/PublicationTypesTests.swift",
"Model/RangeInFileTests.swift",
"SwiftyBibtexTests.swift",
"Utils/ExtensionsTests.swift",
"Warnings/DuplicateCitationKeyWarningTests.swift",
"Warnings/MismatchedDataTypeWarningTests.swift",
"Warnings/MissingRequiredFieldsWarningTests.swift",
"Warnings/UnrecognizedPublicationTypeWarningTests.swift",
"Warnings/UnusedStringDefinitionWarningTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"SwiftyBibtex"
],
"type" : "test"
},
{
"c99name" : "SwiftyBibtex",
"module_type" : "SwiftTarget",
"name" : "SwiftyBibtex",
"path" : "Sources/SwiftyBibtex",
"product_memberships" : [
"SwiftyBibtex"
],
"sources" : [
"Errors/ExtraneousInputParserError.swift",
"Errors/MismatchedInputParserError.swift",
"Errors/MissingSymbolParserError.swift",
"Errors/NoViableAlternativeParserError.swift",
"Errors/ParserError.swift",
"Errors/StringDefinitionNotFoundParserError.swift",
"Errors/TokenRecognitionParserError.swift",
"Errors/UnknownParserError.swift",
"Listeners/BibtexErrorListener.swift",
"Listeners/BibtexListener.swift",
"Listeners/BibtexStringListener.swift",
"Model/Internal/AnyPublication.swift",
"Model/Internal/ParsedPublication.swift",
"Model/Month.swift",
"Model/PositionInFile.swift",
"Model/Publication.swift",
"Model/PublicationTypes/Article.swift",
"Model/PublicationTypes/Book.swift",
"Model/PublicationTypes/Booklet.swift",
"Model/PublicationTypes/InBook.swift",
"Model/PublicationTypes/InCollection.swift",
"Model/PublicationTypes/InProceedings.swift",
"Model/PublicationTypes/Manual.swift",
"Model/PublicationTypes/MasterThesis.swift",
"Model/PublicationTypes/Misc.swift",
"Model/PublicationTypes/PhdThesis.swift",
"Model/PublicationTypes/Proceedings.swift",
"Model/PublicationTypes/TechReport.swift",
"Model/PublicationTypes/Unpublished.swift",
"Model/RangeInFile.swift",
"SwiftyBibtex.swift",
"Utils/Extensions.swift",
"Warnings/DuplicateCitationKeyWarning.swift",
"Warnings/MismatchedDataTypeWarning.swift",
"Warnings/MissingRequiredFieldsWarning.swift",
"Warnings/ParserWarning.swift",
"Warnings/UnrecognizedPublicationTypeWarning.swift",
"Warnings/UnusedStringDefinitionWarning.swift"
],
"target_dependencies" : [
"BibtexParser"
],
"type" : "library"
},
{
"c99name" : "BibtexParser",
"module_type" : "SwiftTarget",
"name" : "BibtexParser",
"path" : "Sources/BibtexParser",
"product_dependencies" : [
"Antlr4"
],
"product_memberships" : [
"SwiftyBibtex"
],
"sources" : [
"BibtexLexer.swift",
"BibtexLexerATN.swift",
"BibtexParser.swift",
"BibtexParserBaseListener.swift",
"BibtexParserListener.swift",
"BibtexParserParserATN.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
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.