Build Information
Successful build of SwiftMockk, reference 0.6.0 (5e5a61), with Swift 6.1 for Android on 1 Jan 2026 15:53:20 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/TheRogue76/SwiftMockk.git
Reference: 0.6.0
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/TheRogue76/SwiftMockk
* tag 0.6.0 -> FETCH_HEAD
HEAD is now at 5e5a611 Remove reference to Mockable from acknowledgments
Cloned https://github.com/TheRogue76/SwiftMockk.git
Revision (git rev-parse @):
5e5a61110b4531e37d57bcdf71f8839b5d34d446
SUCCESS checkout https://github.com/TheRogue76/SwiftMockk.git at 0.6.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/TheRogue76/SwiftMockk.git
https://github.com/TheRogue76/SwiftMockk.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "600.0.0",
"upper_bound" : "601.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-syntax"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
}
],
"manifest_display_name" : "SwiftMockk",
"name" : "SwiftMockk",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "SwiftMockk",
"targets" : [
"SwiftMockk"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SwiftMockkGeneratorPlugin",
"targets" : [
"SwiftMockkGeneratorPlugin"
],
"type" : {
"plugin" : null
}
},
{
"name" : "SwiftMockkGenerator",
"targets" : [
"SwiftMockkGenerator"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "SwiftMockkTests",
"module_type" : "SwiftTarget",
"name" : "SwiftMockkTests",
"path" : "Tests/SwiftMockkTests",
"sources" : [
"SwiftMockkTests.swift"
],
"target_dependencies" : [
"SwiftMockk",
"SwiftMockkGeneratorPlugin"
],
"type" : "test"
},
{
"c99name" : "SwiftMockkGeneratorTests",
"module_type" : "SwiftTarget",
"name" : "SwiftMockkGeneratorTests",
"path" : "Tests/SwiftMockkGeneratorTests",
"product_dependencies" : [
"SwiftSyntax",
"SwiftParser"
],
"sources" : [
"ProtocolScannerTests.swift"
],
"target_dependencies" : [
"SwiftMockkCore"
],
"type" : "test"
},
{
"c99name" : "SwiftMockkGeneratorPlugin",
"module_type" : "PluginTarget",
"name" : "SwiftMockkGeneratorPlugin",
"path" : "Plugins/SwiftMockkGeneratorPlugin",
"plugin_capability" : {
"type" : "buildTool"
},
"product_memberships" : [
"SwiftMockkGeneratorPlugin"
],
"sources" : [
"SwiftMockkGeneratorPlugin.swift"
],
"target_dependencies" : [
"SwiftMockkGenerator"
],
"type" : "plugin"
},
{
"c99name" : "SwiftMockkGenerator",
"module_type" : "SwiftTarget",
"name" : "SwiftMockkGenerator",
"path" : "Sources/SwiftMockkGenerator",
"product_dependencies" : [
"ArgumentParser",
"SwiftSyntax",
"SwiftParser"
],
"product_memberships" : [
"SwiftMockkGeneratorPlugin",
"SwiftMockkGenerator"
],
"sources" : [
"SwiftMockkGenerator.swift"
],
"target_dependencies" : [
"SwiftMockkCore"
],
"type" : "executable"
},
{
"c99name" : "SwiftMockkCoreTests",
"module_type" : "SwiftTarget",
"name" : "SwiftMockkCoreTests",
"path" : "Tests/SwiftMockkCoreTests",
"product_dependencies" : [
"SwiftSyntax",
"SwiftParser"
],
"sources" : [
"MockGeneratorTests.swift"
],
"target_dependencies" : [
"SwiftMockkCore"
],
"type" : "test"
},
{
"c99name" : "SwiftMockkCore",
"module_type" : "SwiftTarget",
"name" : "SwiftMockkCore",
"path" : "Sources/SwiftMockkCore",
"product_dependencies" : [
"SwiftSyntax",
"SwiftParser"
],
"product_memberships" : [
"SwiftMockkGeneratorPlugin",
"SwiftMockkGenerator"
],
"sources" : [
"MockGenerator.swift",
"ProtocolInfo.swift",
"ProtocolParser.swift",
"ProtocolScanner.swift",
"SwiftMockkCore.swift"
],
"type" : "library"
},
{
"c99name" : "SwiftMockk",
"module_type" : "SwiftTarget",
"name" : "SwiftMockk",
"path" : "Sources/SwiftMockk",
"product_memberships" : [
"SwiftMockk"
],
"sources" : [
"DSL/Every.swift",
"DSL/Stubbing.swift",
"DSL/Verify.swift",
"Matchers/MatcherRegistry.swift",
"Matchers/Matchers.swift",
"Protocols/Mockable.swift",
"Recording/CallRecorder.swift",
"Recording/MethodCall.swift",
"Recording/RecordingContext.swift",
"Recording/StubbingRegistry.swift",
"Registry/MockRegistry.swift",
"SwiftMockk.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:df03784badd7f27c5aaf58aceda7a3eace61955b295b55f91184969c309ad8ef
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/apple/swift-syntax
[1/16987] Fetching swift-argument-parser
[16988/90241] Fetching swift-argument-parser, swift-syntax
Fetched https://github.com/apple/swift-argument-parser from cache (9.14s)
Fetched https://github.com/apple/swift-syntax from cache (9.21s)
Computing version for https://github.com/apple/swift-syntax
Computed https://github.com/apple/swift-syntax at 600.0.1 (11.90s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.0 (0.56s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.0
Creating working copy for https://github.com/apple/swift-syntax
Working copy of https://github.com/apple/swift-syntax resolved at 600.0.1
[0/22] Write sources
[9/22] Compiling _SwiftSyntaxCShims dummy.c
[10/22] Write swift-version-24593BA9C3E375BF.txt
[12/30] Emitting module SwiftSyntax510
[13/30] Compiling SwiftSyntax510 Empty.swift
[14/31] Compiling SwiftSyntax509 Empty.swift
[15/31] Compiling ArgumentParserToolInfo ToolInfo.swift
[16/31] Emitting module ArgumentParserToolInfo
[17/31] Emitting module SwiftSyntax509
[18/33] Compiling SwiftSyntax600 Empty.swift
[19/33] Emitting module SwiftSyntax600
[23/34] Wrapping AST for SwiftSyntax510 for debugging
[24/34] Wrapping AST for ArgumentParserToolInfo for debugging
[25/34] Wrapping AST for SwiftSyntax509 for debugging
[26/34] Wrapping AST for SwiftSyntax600 for debugging
[28/144] Emitting module ArgumentParser
[29/150] Compiling SwiftSyntax AbsolutePosition.swift
[30/150] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[31/150] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[32/150] Compiling SwiftSyntax Assert.swift
[33/150] Compiling SwiftSyntax BumpPtrAllocator.swift
[34/150] Compiling SwiftSyntax CommonAncestor.swift
[35/150] Compiling SwiftSyntax Convenience.swift
[43/150] Compiling SwiftSyntax CustomTraits.swift
[44/150] Compiling SwiftSyntax Identifier.swift
[45/158] Compiling SwiftSyntax SourcePresence.swift
[46/158] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[47/158] Compiling SwiftSyntax Syntax.swift
[48/158] Compiling SwiftSyntax SyntaxArena.swift
[49/158] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[50/158] Compiling SwiftSyntax SyntaxChildren.swift
[51/158] Compiling SwiftSyntax SyntaxCollection.swift
[52/158] Compiling SwiftSyntax SyntaxHashable.swift
[53/158] Compiling SwiftSyntax SyntaxIdentifier.swift
[54/158] Compiling SwiftSyntax MemoryLayout.swift
[55/158] Compiling SwiftSyntax MissingNodeInitializers.swift
[56/158] Compiling SwiftSyntax RawSyntax.swift
[57/158] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[58/158] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[59/158] Compiling SwiftSyntax RawSyntaxTokenView.swift
[60/158] Compiling SwiftSyntax SourceEdit.swift
[61/158] Compiling SwiftSyntax SourceLength.swift
[62/158] Compiling SwiftSyntax SourceLocation.swift
[63/158] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[64/158] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[65/158] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[66/158] Compiling SwiftSyntax SyntaxBaseNodes.swift
[67/158] Compiling SwiftSyntax SyntaxCollections.swift
[68/158] Compiling SwiftSyntax SyntaxEnum.swift
[70/158] Compiling SwiftSyntax SyntaxNodeFactory.swift
[71/158] Compiling SwiftSyntax SyntaxNodeStructure.swift
[72/158] Compiling SwiftSyntax SyntaxProtocol.swift
[73/158] Compiling SwiftSyntax SyntaxText.swift
[74/158] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[75/158] Compiling ArgumentParser Tree.swift
[76/158] Compiling ArgumentParser CodingKeyValidator.swift
[77/158] Compiling ArgumentParser NonsenseFlagsValidator.swift
[78/158] Compiling ArgumentParser ParsableArgumentsValidation.swift
[79/158] Compiling ArgumentParser PositionalArgumentsValidator.swift
[80/158] Compiling ArgumentParser UniqueNamesValidator.swift
[88/158] Compiling SwiftSyntax TokenDiagnostic.swift
[89/158] Compiling SwiftSyntax TokenSequence.swift
[90/158] Compiling SwiftSyntax TokenSyntax.swift
[91/158] Compiling SwiftSyntax Trivia.swift
[92/158] Compiling SwiftSyntax Utils.swift
[93/158] Compiling SwiftSyntax ChildNameForKeyPath.swift
[94/158] Compiling SwiftSyntax Keyword.swift
[107/159] Wrapping AST for ArgumentParser for debugging
[109/159] Emitting module SwiftSyntax
[116/159] Compiling SwiftSyntax TriviaPieces.swift
[117/159] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[118/159] Compiling SwiftSyntax RawSyntaxNodesC.swift
[119/159] Compiling SwiftSyntax RawSyntaxNodesD.swift
[120/159] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[121/159] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[122/159] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[123/159] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[124/159] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[125/159] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[126/159] Compiling SwiftSyntax RawSyntaxValidation.swift
[127/159] Compiling SwiftSyntax SyntaxNodesAB.swift
[146/159] Compiling SwiftSyntax SyntaxNodesC.swift
[147/159] Compiling SwiftSyntax SyntaxNodesD.swift
[148/159] Compiling SwiftSyntax SyntaxNodesEF.swift
[149/159] Compiling SwiftSyntax SyntaxNodesGHI.swift
[150/159] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[151/159] Compiling SwiftSyntax SyntaxNodesOP.swift
[152/159] Compiling SwiftSyntax SyntaxNodesQRS.swift
[153/159] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[154/189] Wrapping AST for SwiftSyntax for debugging
[156/201] Emitting module SwiftParser
[157/206] Compiling SwiftParser LexemeSequence.swift
[158/206] Compiling SwiftParser Lexer.swift
[159/206] Compiling SwiftParser RegexLiteralLexer.swift
[160/206] Compiling SwiftParser UnicodeScalarExtensions.swift
[161/206] Compiling SwiftParser Lookahead.swift
[162/206] Compiling SwiftParser LoopProgressCondition.swift
[163/206] Compiling SwiftParser Patterns.swift
[164/206] Compiling SwiftParser Recovery.swift
[165/206] Compiling SwiftParser Specifiers.swift
[166/206] Compiling SwiftParser Statements.swift
[167/206] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[168/206] Compiling SwiftParser StringLiterals.swift
[169/206] Compiling SwiftParser Attributes.swift
[170/206] Compiling SwiftParser Availability.swift
[171/206] Compiling SwiftParser CharacterInfo.swift
[172/206] Compiling SwiftParser CollectionNodes+Parsable.swift
[173/206] Compiling SwiftParser Declarations.swift
[174/206] Compiling SwiftParser Directives.swift
[175/206] Compiling SwiftParser SwiftParserCompatibility.swift
[176/206] Compiling SwiftParser SwiftVersion.swift
[177/206] Compiling SwiftParser SyntaxUtils.swift
[178/206] Compiling SwiftParser TokenConsumer.swift
[179/206] Compiling SwiftParser TokenPrecedence.swift
[180/206] Compiling SwiftParser TokenSpec.swift
[181/206] Compiling SwiftParser TokenSpecSet.swift
[182/206] Compiling SwiftParser TopLevel.swift
[183/206] Compiling SwiftParser TriviaParser.swift
[184/206] Compiling SwiftParser Types.swift
[185/206] Compiling SwiftParser Modifiers.swift
[186/206] Compiling SwiftParser Names.swift
[187/206] Compiling SwiftParser Nominals.swift
[188/206] Compiling SwiftParser Parameters.swift
[189/206] Compiling SwiftParser ParseSourceFile.swift
[190/206] Compiling SwiftParser Parser.swift
[191/206] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[192/206] Compiling SwiftParser Expressions.swift
[193/206] Compiling SwiftParser IncrementalParseTransition.swift
[194/206] Compiling SwiftParser IsValidIdentifier.swift
[195/206] Compiling SwiftParser Cursor.swift
[196/206] Compiling SwiftParser Lexeme.swift
[197/206] Compiling SwiftParser ExperimentalFeatures.swift
[198/206] Compiling SwiftParser IsLexerClassified.swift
[199/206] Compiling SwiftParser LayoutNodes+Parsable.swift
[200/206] Compiling SwiftParser Parser+TokenSpecSet.swift
[201/206] Compiling SwiftParser TokenSpecStaticMembers.swift
[202/207] Wrapping AST for SwiftParser for debugging
[204/213] Compiling SwiftMockkCore SwiftMockkCore.swift
[205/213] Emitting module SwiftMockkCore
[206/213] Compiling SwiftMockkCore ProtocolParser.swift
[207/213] Compiling SwiftMockkCore ProtocolInfo.swift
[208/213] Compiling SwiftMockkCore MockGenerator.swift
[209/213] Compiling SwiftMockkCore ProtocolScanner.swift
[210/214] Wrapping AST for SwiftMockkCore for debugging
[212/216] Emitting module SwiftMockkGenerator
[213/216] Compiling SwiftMockkGenerator SwiftMockkGenerator.swift
[214/217] Wrapping AST for SwiftMockkGenerator for debugging
[215/217] Write Objects.LinkFileList
[216/217] Linking SwiftMockkGenerator-tool
/host/spi-builder-workspace/Plugins/SwiftMockkGeneratorPlugin/SwiftMockkGeneratorPlugin.swift:19:35: warning: 'path' is deprecated: renamed to 'url'
17 | inputDirectories.append(sourceTarget.directory)
18 | for file in sourceTarget.sourceFiles {
19 | let pathString = file.path.string
| |- warning: 'path' is deprecated: renamed to 'url'
| `- note: use 'url' instead
20 | if pathString.hasSuffix(".swift") {
21 | inputFiles.append(file.path)
/host/spi-builder-workspace/Plugins/SwiftMockkGeneratorPlugin/SwiftMockkGeneratorPlugin.swift:19:40: warning: 'string' is deprecated: Use `URL` type instead of `Path`.
17 | inputDirectories.append(sourceTarget.directory)
18 | for file in sourceTarget.sourceFiles {
19 | let pathString = file.path.string
| `- warning: 'string' is deprecated: Use `URL` type instead of `Path`.
20 | if pathString.hasSuffix(".swift") {
21 | inputFiles.append(file.path)
/host/spi-builder-workspace/Plugins/SwiftMockkGeneratorPlugin/SwiftMockkGeneratorPlugin.swift:21:40: warning: 'path' is deprecated: renamed to 'url'
19 | let pathString = file.path.string
20 | if pathString.hasSuffix(".swift") {
21 | inputFiles.append(file.path)
| |- warning: 'path' is deprecated: renamed to 'url'
| `- note: use 'url' instead
22 | }
23 | }
/host/spi-builder-workspace/Plugins/SwiftMockkGeneratorPlugin/SwiftMockkGeneratorPlugin.swift:33:47: warning: 'path' is deprecated: renamed to 'url'
31 | // Collect all Swift source files as inputs for incremental builds
32 | for file in sourceModule.sourceFiles {
33 | let pathString = file.path.string
| |- warning: 'path' is deprecated: renamed to 'url'
| `- note: use 'url' instead
34 | if pathString.hasSuffix(".swift") {
35 | inputFiles.append(file.path)
/host/spi-builder-workspace/Plugins/SwiftMockkGeneratorPlugin/SwiftMockkGeneratorPlugin.swift:33:52: warning: 'string' is deprecated: Use `URL` type instead of `Path`.
31 | // Collect all Swift source files as inputs for incremental builds
32 | for file in sourceModule.sourceFiles {
33 | let pathString = file.path.string
| `- warning: 'string' is deprecated: Use `URL` type instead of `Path`.
34 | if pathString.hasSuffix(".swift") {
35 | inputFiles.append(file.path)
/host/spi-builder-workspace/Plugins/SwiftMockkGeneratorPlugin/SwiftMockkGeneratorPlugin.swift:35:52: warning: 'path' is deprecated: renamed to 'url'
33 | let pathString = file.path.string
34 | if pathString.hasSuffix(".swift") {
35 | inputFiles.append(file.path)
| |- warning: 'path' is deprecated: renamed to 'url'
| `- note: use 'url' instead
36 | }
37 | }
/host/spi-builder-workspace/Plugins/SwiftMockkGeneratorPlugin/SwiftMockkGeneratorPlugin.swift:57:34: warning: 'pluginWorkDirectory' is deprecated: renamed to 'pluginWorkDirectoryURL'
55 |
56 | // Output file in the plugin's working directory
57 | let outputFile = context.pluginWorkDirectory.appending("GeneratedMocks.swift")
| |- warning: 'pluginWorkDirectory' is deprecated: renamed to 'pluginWorkDirectoryURL'
| `- note: use 'pluginWorkDirectoryURL' instead
58 |
59 | // Determine the module name from the first dependency
/host/spi-builder-workspace/Plugins/SwiftMockkGeneratorPlugin/SwiftMockkGeneratorPlugin.swift:57:54: warning: 'appending' is deprecated: Use `URL` type instead of `Path`.
55 |
56 | // Output file in the plugin's working directory
57 | let outputFile = context.pluginWorkDirectory.appending("GeneratedMocks.swift")
| `- warning: 'appending' is deprecated: Use `URL` type instead of `Path`.
58 |
59 | // Determine the module name from the first dependency
/host/spi-builder-workspace/Plugins/SwiftMockkGeneratorPlugin/SwiftMockkGeneratorPlugin.swift:74:64: warning: 'string' is deprecated: Use `URL` type instead of `Path`.
72 | // Add input directories
73 | arguments.append("--input")
74 | arguments.append(contentsOf: inputDirectories.map { $0.string })
| `- warning: 'string' is deprecated: Use `URL` type instead of `Path`.
75 |
76 | // Add output file
/host/spi-builder-workspace/Plugins/SwiftMockkGeneratorPlugin/SwiftMockkGeneratorPlugin.swift:78:37: warning: 'string' is deprecated: Use `URL` type instead of `Path`.
76 | // Add output file
77 | arguments.append("--output")
78 | arguments.append(outputFile.string)
| `- warning: 'string' is deprecated: Use `URL` type instead of `Path`.
79 |
80 | // Add module name if available
/host/spi-builder-workspace/Plugins/SwiftMockkGeneratorPlugin/SwiftMockkGeneratorPlugin.swift:87:14: warning: 'buildCommand(displayName:executable:arguments:environment:inputFiles:outputFiles:)' is deprecated: Use `URL` type instead of `Path`.
85 |
86 | return [
87 | .buildCommand(
| `- warning: 'buildCommand(displayName:executable:arguments:environment:inputFiles:outputFiles:)' is deprecated: Use `URL` type instead of `Path`.
88 | displayName: "Generate SwiftMockk Mocks",
89 | executable: generator.path,
/host/spi-builder-workspace/Plugins/SwiftMockkGeneratorPlugin/SwiftMockkGeneratorPlugin.swift:89:39: warning: 'path' is deprecated: renamed to 'url'
87 | .buildCommand(
88 | displayName: "Generate SwiftMockk Mocks",
89 | executable: generator.path,
| |- warning: 'path' is deprecated: renamed to 'url'
| `- note: use 'url' instead
90 | arguments: arguments,
91 | inputFiles: inputFiles,
[1/1] Compiling plugin SwiftMockkGeneratorPlugin
[2/2] Compiling plugin GenerateManual
[3/3] Compiling plugin GenerateDoccReference
Building for debugging...
[3/47] Write sources
[22/47] Compiling _SwiftSyntaxCShims dummy.c
[24/47] Write swift-version-24593BA9C3E375BF.txt
[26/69] Emitting module SwiftSyntax510
[27/70] Emitting module SwiftSyntax509
[29/70] Emitting module SwiftSyntax600
[30/71] Emitting module SwiftSyntax509
[33/72] Emitting module ArgumentParserToolInfo
[34/75] Wrapping AST for SwiftSyntax509 for debugging
[35/75] Wrapping AST for SwiftSyntax510 for debugging
[36/75] Wrapping AST for SwiftSyntax600 for debugging
[38/75] Emitting module ArgumentParserToolInfo
[38/76] Wrapping AST for ArgumentParserToolInfo for debugging
[40/77] Emitting module ArgumentParser
[41/78] Wrapping AST for ArgumentParser for debugging
[43/78] Emitting module SwiftSyntax600
[44/78] Compiling SwiftSyntax600 Empty.swift
[46/79] Compiling ArgumentParserToolInfo ToolInfo.swift
[47/80] Compiling SwiftSyntax509 Empty.swift
[49/81] Compiling SwiftSyntax510 Empty.swift
[50/81] Emitting module SwiftSyntax510
[52/82] Wrapping AST for SwiftSyntax600 for debugging
[53/82] Wrapping AST for ArgumentParserToolInfo for debugging
[54/82] Wrapping AST for SwiftSyntax509 for debugging
[55/82] Wrapping AST for SwiftSyntax510 for debugging
[57/192] Compiling SwiftMockk MockRegistry.swift
[58/193] Compiling SwiftMockk StubbingRegistry.swift
[59/193] Compiling SwiftMockk RecordingContext.swift
[60/193] Compiling SwiftSyntax RawSyntax.swift
[61/193] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[62/193] Compiling SwiftSyntax MemoryLayout.swift
[63/193] Compiling SwiftSyntax MissingNodeInitializers.swift
[64/193] Emitting module SwiftMockk
[65/193] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[66/193] Compiling SwiftSyntax RawSyntaxTokenView.swift
[67/193] Emitting module ArgumentParser
[68/199] Compiling SwiftSyntax SourceEdit.swift
[69/199] Compiling SwiftSyntax SourceLength.swift
[70/199] Compiling SwiftSyntax TokenDiagnostic.swift
[71/199] Compiling SwiftSyntax TokenSequence.swift
[72/199] Compiling SwiftSyntax TokenSyntax.swift
[73/199] Compiling SwiftSyntax Trivia.swift
[74/199] Compiling SwiftSyntax SourcePresence.swift
[75/199] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[76/199] Compiling SwiftSyntax Syntax.swift
[77/199] Compiling SwiftSyntax SyntaxBaseNodes.swift
[78/199] Compiling SwiftSyntax SyntaxCollections.swift
[79/199] Compiling SwiftSyntax SyntaxEnum.swift
[80/199] Compiling SwiftSyntax RawSyntaxNodesD.swift
[81/199] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[82/199] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[83/199] Compiling SwiftMockk SwiftMockk.swift
[85/200] Compiling SwiftSyntax Utils.swift
[86/200] Compiling SwiftSyntax ChildNameForKeyPath.swift
[87/200] Compiling SwiftSyntax Keyword.swift
[88/200] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[89/200] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[90/200] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[91/200] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[92/200] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[93/200] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[94/200] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[95/200] Compiling SwiftSyntax RawSyntaxValidation.swift
[96/200] Compiling SwiftSyntax SyntaxNodesAB.swift
[97/200] Compiling ArgumentParser Tree.swift
[98/200] Compiling ArgumentParser CodingKeyValidator.swift
[99/200] Compiling ArgumentParser NonsenseFlagsValidator.swift
[100/200] Compiling ArgumentParser ParsableArgumentsValidation.swift
[101/200] Compiling ArgumentParser PositionalArgumentsValidator.swift
[102/200] Compiling ArgumentParser UniqueNamesValidator.swift
[111/200] Compiling SwiftSyntax SourceLocation.swift
[112/200] Compiling SwiftSyntax SyntaxNodeFactory.swift
[113/200] Compiling SwiftSyntax SyntaxNodeStructure.swift
[114/200] Compiling SwiftSyntax SyntaxProtocol.swift
[115/200] Compiling SwiftSyntax SyntaxText.swift
[116/200] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[117/200] Compiling SwiftSyntax SyntaxArena.swift
[118/200] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[119/200] Compiling SwiftSyntax SyntaxChildren.swift
[120/200] Compiling SwiftSyntax SyntaxCollection.swift
[121/200] Compiling SwiftSyntax SyntaxHashable.swift
[122/200] Compiling SwiftSyntax SyntaxIdentifier.swift
[123/201] Wrapping AST for ArgumentParser for debugging
[125/201] Emitting module SwiftSyntax
[126/202] Wrapping AST for SwiftSyntax for debugging
[128/203] Emitting module SwiftParser
[129/204] Wrapping AST for SwiftParser for debugging
[131/205] Emitting module SwiftMockkCore
[132/206] Emitting module SwiftSyntax
[133/214] Wrapping AST for SwiftMockkCore for debugging
[135/215] Emitting module SwiftMockkGenerator
[136/216] Wrapping AST for SwiftMockkGenerator for debugging
[137/216] Write Objects.LinkFileList
[138/216] Linking SwiftMockkGenerator-tool
[146/216] Compiling SwiftSyntax Convenience.swift
[147/216] Compiling SwiftSyntax CustomTraits.swift
[148/216] Compiling SwiftSyntax Identifier.swift
[149/216] Compiling SwiftSyntax SyntaxKind.swift
[150/216] Compiling SwiftSyntax SyntaxRewriter.swift
[151/216] Compiling SwiftSyntax SyntaxTraits.swift
[152/216] Compiling SwiftSyntax SyntaxVisitor.swift
[153/216] Compiling SwiftSyntax TokenKind.swift
[154/216] Compiling SwiftSyntax Tokens.swift
[155/216] Compiling SwiftSyntax TriviaPieces.swift
[156/216] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[157/216] Compiling SwiftSyntax RawSyntaxNodesC.swift
[203/216] Compiling SwiftSyntax SyntaxNodesC.swift
[204/216] Compiling SwiftSyntax SyntaxNodesD.swift
[205/216] Compiling SwiftSyntax SyntaxNodesEF.swift
[206/216] Compiling SwiftSyntax SyntaxNodesGHI.swift
[207/216] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[208/216] Compiling SwiftSyntax SyntaxNodesOP.swift
[209/216] Compiling SwiftSyntax SyntaxNodesQRS.swift
[210/216] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[211/217] Wrapping AST for SwiftSyntax for debugging
[213/258] Emitting module SwiftParser
[214/263] Compiling SwiftParser Modifiers.swift
[215/263] Compiling SwiftParser Names.swift
[216/263] Compiling SwiftParser Nominals.swift
[217/263] Compiling SwiftParser Parameters.swift
[218/263] Compiling SwiftParser ParseSourceFile.swift
[219/263] Compiling SwiftParser Parser.swift
[220/263] Compiling SwiftParser LexemeSequence.swift
[221/263] Compiling SwiftParser Lexer.swift
[222/263] Compiling SwiftParser RegexLiteralLexer.swift
[223/263] Compiling SwiftParser UnicodeScalarExtensions.swift
[224/263] Compiling SwiftParser Lookahead.swift
[225/263] Compiling SwiftParser LoopProgressCondition.swift
[226/263] Compiling SwiftParser Attributes.swift
[227/263] Compiling SwiftParser Availability.swift
[228/263] Compiling SwiftParser CharacterInfo.swift
[229/263] Compiling SwiftParser CollectionNodes+Parsable.swift
[230/263] Compiling SwiftParser Declarations.swift
[231/263] Compiling SwiftParser Directives.swift
[232/263] Compiling SwiftParser Patterns.swift
[233/263] Compiling SwiftParser Recovery.swift
[234/263] Compiling SwiftParser Specifiers.swift
[235/263] Compiling SwiftParser Statements.swift
[236/263] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[237/263] Compiling SwiftParser StringLiterals.swift
[238/263] Compiling SwiftParser TokenSpec.swift
[239/263] Compiling SwiftParser TokenSpecSet.swift
[240/263] Compiling SwiftParser TopLevel.swift
[241/263] Compiling SwiftParser TriviaParser.swift
[242/263] Compiling SwiftParser Types.swift
[243/263] Compiling SwiftParser SwiftParserCompatibility.swift
[244/263] Compiling SwiftParser SwiftVersion.swift
[245/263] Compiling SwiftParser SyntaxUtils.swift
[246/263] Compiling SwiftParser TokenConsumer.swift
[247/263] Compiling SwiftParser TokenPrecedence.swift
[248/263] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[249/263] Compiling SwiftParser Expressions.swift
[250/263] Compiling SwiftParser IncrementalParseTransition.swift
[251/263] Compiling SwiftParser IsValidIdentifier.swift
[252/263] Compiling SwiftParser Cursor.swift
[253/263] Compiling SwiftParser Lexeme.swift
[254/263] Compiling SwiftParser ExperimentalFeatures.swift
[255/263] Compiling SwiftParser IsLexerClassified.swift
[256/263] Compiling SwiftParser LayoutNodes+Parsable.swift
[257/263] Compiling SwiftParser Parser+TokenSpecSet.swift
[258/263] Compiling SwiftParser TokenSpecStaticMembers.swift
[259/264] Wrapping AST for SwiftParser for debugging
[261/270] Compiling SwiftMockkCore SwiftMockkCore.swift
[262/270] Compiling SwiftMockkCore ProtocolInfo.swift
[263/270] Emitting module SwiftMockkCore
[264/270] Compiling SwiftMockkCore MockGenerator.swift
[265/270] Compiling SwiftMockkCore ProtocolParser.swift
[266/270] Compiling SwiftMockkCore ProtocolScanner.swift
[267/271] Wrapping AST for SwiftMockkCore for debugging
[269/273] Emitting module SwiftMockkGenerator
[270/273] Compiling SwiftMockkGenerator SwiftMockkGenerator.swift
[271/274] Wrapping AST for SwiftMockkGenerator for debugging
[272/274] Write Objects.LinkFileList
[273/274] Linking SwiftMockkGenerator
Build complete! (287.05s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "600.0.0",
"upper_bound" : "601.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-syntax"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
}
],
"manifest_display_name" : "SwiftMockk",
"name" : "SwiftMockk",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "SwiftMockk",
"targets" : [
"SwiftMockk"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SwiftMockkGeneratorPlugin",
"targets" : [
"SwiftMockkGeneratorPlugin"
],
"type" : {
"plugin" : null
}
},
{
"name" : "SwiftMockkGenerator",
"targets" : [
"SwiftMockkGenerator"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "SwiftMockkTests",
"module_type" : "SwiftTarget",
"name" : "SwiftMockkTests",
"path" : "Tests/SwiftMockkTests",
"sources" : [
"SwiftMockkTests.swift"
],
"target_dependencies" : [
"SwiftMockk",
"SwiftMockkGeneratorPlugin"
],
"type" : "test"
},
{
"c99name" : "SwiftMockkGeneratorTests",
"module_type" : "SwiftTarget",
"name" : "SwiftMockkGeneratorTests",
"path" : "Tests/SwiftMockkGeneratorTests",
"product_dependencies" : [
"SwiftSyntax",
"SwiftParser"
],
"sources" : [
"ProtocolScannerTests.swift"
],
"target_dependencies" : [
"SwiftMockkCore"
],
"type" : "test"
},
{
"c99name" : "SwiftMockkGeneratorPlugin",
"module_type" : "PluginTarget",
"name" : "SwiftMockkGeneratorPlugin",
"path" : "Plugins/SwiftMockkGeneratorPlugin",
"plugin_capability" : {
"type" : "buildTool"
},
"product_memberships" : [
"SwiftMockkGeneratorPlugin"
],
"sources" : [
"SwiftMockkGeneratorPlugin.swift"
],
"target_dependencies" : [
"SwiftMockkGenerator"
],
"type" : "plugin"
},
{
"c99name" : "SwiftMockkGenerator",
"module_type" : "SwiftTarget",
"name" : "SwiftMockkGenerator",
"path" : "Sources/SwiftMockkGenerator",
"product_dependencies" : [
"ArgumentParser",
"SwiftSyntax",
"SwiftParser"
],
"product_memberships" : [
"SwiftMockkGeneratorPlugin",
"SwiftMockkGenerator"
],
"sources" : [
"SwiftMockkGenerator.swift"
],
"target_dependencies" : [
"SwiftMockkCore"
],
"type" : "executable"
},
{
"c99name" : "SwiftMockkCoreTests",
"module_type" : "SwiftTarget",
"name" : "SwiftMockkCoreTests",
"path" : "Tests/SwiftMockkCoreTests",
"product_dependencies" : [
"SwiftSyntax",
"SwiftParser"
],
"sources" : [
"MockGeneratorTests.swift"
],
"target_dependencies" : [
"SwiftMockkCore"
],
"type" : "test"
},
{
"c99name" : "SwiftMockkCore",
"module_type" : "SwiftTarget",
"name" : "SwiftMockkCore",
"path" : "Sources/SwiftMockkCore",
"product_dependencies" : [
"SwiftSyntax",
"SwiftParser"
],
"product_memberships" : [
"SwiftMockkGeneratorPlugin",
"SwiftMockkGenerator"
],
"sources" : [
"MockGenerator.swift",
"ProtocolInfo.swift",
"ProtocolParser.swift",
"ProtocolScanner.swift",
"SwiftMockkCore.swift"
],
"type" : "library"
},
{
"c99name" : "SwiftMockk",
"module_type" : "SwiftTarget",
"name" : "SwiftMockk",
"path" : "Sources/SwiftMockk",
"product_memberships" : [
"SwiftMockk"
],
"sources" : [
"DSL/Every.swift",
"DSL/Stubbing.swift",
"DSL/Verify.swift",
"Matchers/MatcherRegistry.swift",
"Matchers/Matchers.swift",
"Protocols/Mockable.swift",
"Recording/CallRecorder.swift",
"Recording/MethodCall.swift",
"Recording/RecordingContext.swift",
"Recording/StubbingRegistry.swift",
"Registry/MockRegistry.swift",
"SwiftMockk.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:df03784badd7f27c5aaf58aceda7a3eace61955b295b55f91184969c309ad8ef
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.