Build Information
Successful build of Capriccio, reference master (12aac7
), with Swift 6.1 for Linux on 25 Apr 2025 15:24:43 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/shibapm/capriccio.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/shibapm/capriccio
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 12aac7b Unhide dependencies
Cloned https://github.com/shibapm/capriccio.git
Revision (git rev-parse @):
12aac7b3dfd0747e73ce347b5b6c914d56c23101
SUCCESS checkout https://github.com/shibapm/capriccio.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/shibapm/capriccio.git
https://github.com/shibapm/capriccio.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swiftgherkin",
"requirement" : {
"exact" : [
"0.2.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/iainsmith/SwiftGherkin"
},
{
"identity" : "stencil",
"requirement" : {
"exact" : [
"0.13.1"
]
},
"type" : "sourceControl",
"url" : "https://github.com/stencilproject/Stencil"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"exact" : [
"0.1.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "yams",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jpsim/Yams.git"
},
{
"identity" : "nimble",
"requirement" : {
"range" : [
{
"lower_bound" : "8.0.0",
"upper_bound" : "9.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Nimble"
},
{
"identity" : "testspy",
"requirement" : {
"range" : [
{
"lower_bound" : "0.4.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/f-meloni/TestSpy"
},
{
"identity" : "rocket",
"requirement" : {
"range" : [
{
"lower_bound" : "0.9.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/shibapm/Rocket"
},
{
"identity" : "swift-snapshot-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-snapshot-testing"
}
],
"manifest_display_name" : "Capriccio",
"name" : "Capriccio",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "capriccio",
"targets" : [
"Capriccio"
],
"type" : {
"executable" : null
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "CapriccioLibTests",
"module_type" : "SwiftTarget",
"name" : "CapriccioLibTests",
"path" : "Tests/CapriccioLibTests",
"product_dependencies" : [
"Nimble",
"TestSpy",
"SnapshotTesting"
],
"sources" : [
"FeatureFilesFetcherTests.swift",
"FeatureFilesReaderTests.swift",
"MockFileManager.swift",
"SwiftTestCodeGeneratorTests+MultipleScenarios.swift",
"SwiftTestCodeGeneratorTests+Scenario.swift",
"SwiftTestCodeGeneratorTests+ScenarioOutline.swift",
"SwiftTestCodeGeneratorTests.swift",
"SwiftTestsFilesWriterTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"CapriccioLib"
],
"type" : "test"
},
{
"c99name" : "CapriccioLib",
"module_type" : "SwiftTarget",
"name" : "CapriccioLib",
"path" : "Sources/CapriccioLib",
"product_dependencies" : [
"Gherkin",
"Stencil"
],
"product_memberships" : [
"capriccio"
],
"sources" : [
"FeatureFilesFetcher.swift",
"FeatureFilesReader.swift",
"FileManaging.swift",
"Gherkin+SwiftCode.swift",
"String+CamelCased.swift",
"SwiftTestCodeGenerator.swift",
"SwiftTestsFilesWriter.swift"
],
"type" : "library"
},
{
"c99name" : "Capriccio",
"module_type" : "SwiftTarget",
"name" : "Capriccio",
"path" : "Sources/Capriccio",
"product_dependencies" : [
"ArgumentParser",
"Yams"
],
"product_memberships" : [
"capriccio"
],
"sources" : [
"ArgumentsRunner.swift",
"CapriccioArguments.swift",
"CapriccioArgumentsParser.swift",
"Runner.swift",
"main.swift"
],
"target_dependencies" : [
"CapriccioLib"
],
"type" : "executable"
}
],
"tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/pointfreeco/swift-snapshot-testing
Fetching https://github.com/Quick/Nimble
Fetching https://github.com/shibapm/Rocket
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/f-meloni/TestSpy
Fetching https://github.com/apple/swift-argument-parser
[1/1386] Fetching rocket
[1387/11675] Fetching rocket, yams
[1490/13723] Fetching rocket, yams, testspy
[2067/33290] Fetching rocket, yams, testspy, nimble
[2572/46449] Fetching rocket, yams, testspy, nimble, swift-snapshot-testing
[4239/61362] Fetching rocket, yams, testspy, nimble, swift-snapshot-testing, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (2.23s)
Fetching https://github.com/stencilproject/Stencil
Fetched https://github.com/shibapm/Rocket from cache (2.25s)
Fetching https://github.com/iainsmith/SwiftGherkin
Fetched https://github.com/Quick/Nimble from cache (2.29s)
Fetched https://github.com/jpsim/Yams.git from cache (2.30s)
[14813/15207] Fetching testspy, swift-snapshot-testing
[15208/15763] Fetching testspy, swift-snapshot-testing, swiftgherkin
[15764/21056] Fetching testspy, swift-snapshot-testing, swiftgherkin, stencil
Fetched https://github.com/iainsmith/SwiftGherkin from cache (1.05s)
Fetched https://github.com/stencilproject/Stencil from cache (1.08s)
Fetched https://github.com/f-meloni/TestSpy from cache (3.39s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (3.39s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 2.0.0 (4.08s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.1.0 (0.87s)
Computing version for https://github.com/stencilproject/Stencil
Computed https://github.com/stencilproject/Stencil at 0.13.1 (3.65s)
Fetching https://github.com/kylef/PathKit.git
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
[1022/2432] Fetching spectre, pathkit
Fetched https://github.com/kylef/PathKit.git from cache (0.27s)
Fetched https://github.com/kylef/Spectre.git from cache (0.27s)
Computing version for https://github.com/iainsmith/SwiftGherkin
Computed https://github.com/iainsmith/SwiftGherkin at 0.2.0 (2.79s)
Fetching https://github.com/nicklockwood/Consumer.git
[1/591] Fetching consumer
Fetched https://github.com/nicklockwood/Consumer.git from cache (0.45s)
Computing version for https://github.com/nicklockwood/Consumer.git
Computed https://github.com/nicklockwood/Consumer.git at 0.3.5 (4.50s)
Computing version for https://github.com/shibapm/Rocket
Computed https://github.com/shibapm/Rocket at 0.9.2 (0.91s)
Fetching https://github.com/shibapm/PackageConfig.git
Fetching https://github.com/kareman/SwiftShell
Fetching https://github.com/f-meloni/Logger
[1/580] Fetching packageconfig
[581/696] Fetching packageconfig, logger
[697/5559] Fetching packageconfig, logger, swiftshell
Fetched https://github.com/shibapm/PackageConfig.git from cache (0.30s)
[3229/4979] Fetching logger, swiftshell
[3502/4863] Fetching swiftshell
Fetched https://github.com/f-meloni/Logger from cache (0.30s)
Fetched https://github.com/kareman/SwiftShell from cache (0.44s)
Computing version for https://github.com/f-meloni/Logger
Computed https://github.com/f-meloni/Logger at 0.2.3 (1.07s)
Computing version for https://github.com/f-meloni/TestSpy
Computed https://github.com/f-meloni/TestSpy at 0.5.0 (0.82s)
Fetching https://github.com/Quick/Quick
[1/14755] Fetching quick
Fetched https://github.com/Quick/Quick from cache (1.00s)
Computing version for https://github.com/Quick/Nimble
Computed https://github.com/Quick/Nimble at 8.1.2 (1.59s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 0.9.2 (0.90s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.9.2 (2.99s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 4.1.2 (0.77s)
Computing version for https://github.com/Quick/Quick
Computed https://github.com/Quick/Quick at 3.1.2 (1.24s)
Computing version for https://github.com/shibapm/PackageConfig.git
Computed https://github.com/shibapm/PackageConfig.git at 0.13.0 (0.91s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.3 (0.59s)
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4581] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.32s)
[1/70195] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (5.09s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (5.80s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5388] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.65s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (1.69s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.55s)
Creating working copy for https://github.com/iainsmith/SwiftGherkin
Working copy of https://github.com/iainsmith/SwiftGherkin resolved at 0.2.0
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 0.1.0
Creating working copy for https://github.com/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 0.9.2
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.9.2
Creating working copy for https://github.com/Quick/Quick
Working copy of https://github.com/Quick/Quick resolved at 3.1.2
Creating working copy for https://github.com/f-meloni/TestSpy
Working copy of https://github.com/f-meloni/TestSpy resolved at 0.5.0
Creating working copy for https://github.com/stencilproject/Stencil
Working copy of https://github.com/stencilproject/Stencil resolved at 0.13.1
Creating working copy for https://github.com/shibapm/Rocket
Working copy of https://github.com/shibapm/Rocket resolved at 0.9.2
Creating working copy for https://github.com/kareman/SwiftShell
Working copy of https://github.com/kareman/SwiftShell resolved at 4.1.2
Creating working copy for https://github.com/shibapm/PackageConfig.git
Working copy of https://github.com/shibapm/PackageConfig.git resolved at 0.13.0
Creating working copy for https://github.com/Quick/Nimble
Working copy of https://github.com/Quick/Nimble resolved at 8.1.2
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 2.0.0
Creating working copy for https://github.com/f-meloni/Logger
Working copy of https://github.com/f-meloni/Logger resolved at 0.2.3
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.3
Creating working copy for https://github.com/nicklockwood/Consumer.git
Working copy of https://github.com/nicklockwood/Consumer.git resolved at 0.3.5
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Building for debugging...
[0/25] Write sources
[8/25] Compiling reader.c
[8/25] Compiling writer.c
[10/25] Compiling parser.c
[11/25] Compiling api.c
[12/25] Compiling emitter.c
[13/25] Compiling scanner.c
[14/25] Write swift-version-24593BA9C3E375BF.txt
[16/72] Emitting module PathKit
[17/72] Emitting module Yams
[18/74] Compiling ArgumentParser Errors.swift
[19/74] Compiling ArgumentParser Flag.swift
[20/74] Compiling Yams YamlError.swift
[21/74] Compiling Yams shim.swift
[22/74] Emitting module ArgumentParser
[23/74] Compiling ArgumentParser Argument.swift
[24/74] Compiling ArgumentParser ArgumentHelp.swift
[27/77] Compiling PathKit PathKit.swift
[28/78] Compiling ArgumentParser ParsableCommand.swift
[29/78] Compiling ArgumentParser ArgumentDecoder.swift
[30/78] Compiling Consumer Consumer.swift
[31/78] Emitting module Consumer
[32/78] Compiling ArgumentParser MessageInfo.swift
[33/78] Compiling ArgumentParser NameSpecification.swift
[34/79] Compiling ArgumentParser ArgumentDefinition.swift
[35/79] Compiling ArgumentParser ArgumentSet.swift
[36/79] Compiling ArgumentParser HelpCommand.swift
[37/79] Compiling ArgumentParser HelpGenerator.swift
[40/79] Compiling ArgumentParser Option.swift
[41/79] Compiling ArgumentParser OptionGroup.swift
[42/79] Compiling ArgumentParser Parsed.swift
[43/79] Compiling ArgumentParser ParsedValues.swift
[44/79] Compiling ArgumentParser ParserError.swift
[45/79] Compiling ArgumentParser SplitArguments.swift
[46/79] Compiling ArgumentParser EnumerableFlag.swift
[47/79] Compiling ArgumentParser ExpressibleByArgument.swift
[48/79] Compiling ArgumentParser ParsableArguments.swift
[49/79] Compiling ArgumentParser ParsableArgumentsValidation.swift
[64/79] Compiling ArgumentParser CommandParser.swift
[65/79] Compiling ArgumentParser InputOrigin.swift
[66/79] Compiling ArgumentParser Name.swift
[66/80] Wrapping AST for PathKit for debugging
[66/80] Wrapping AST for Consumer for debugging
[70/105] Compiling ArgumentParser UsageGenerator.swift
[71/105] Compiling ArgumentParser StringExtensions.swift
[72/105] Compiling ArgumentParser Tree.swift
[72/106] Wrapping AST for Yams for debugging
[75/106] Compiling Gherkin Transform.swift
[76/106] Compiling Gherkin Parser.swift
[77/106] Emitting module Stencil
[77/108] Wrapping AST for ArgumentParser for debugging
[79/108] Compiling Stencil Include.swift
[80/108] Compiling Stencil Inheritence.swift
[81/108] Compiling Stencil KeyPath.swift
[82/108] Compiling Stencil Lexer.swift
[83/108] Compiling Stencil Loader.swift
[84/108] Compiling Stencil Node.swift
[85/108] Compiling Stencil NowTag.swift
[86/108] Compiling Stencil Parser.swift
[87/108] Compiling Stencil Template.swift
[88/108] Compiling Gherkin Models.swift
[89/108] Compiling Gherkin LegacyShims.swift
[90/108] Compiling Gherkin Error.swift
[91/108] Emitting module Gherkin
[93/109] Compiling Stencil Context.swift
[94/109] Compiling Stencil Environment.swift
[95/109] Compiling Stencil Errors.swift
[96/109] Compiling Stencil Filters.swift
[97/109] Compiling Stencil ForTag.swift
[98/109] Compiling Stencil IfTag.swift
[99/109] Compiling Stencil Expression.swift
[100/109] Compiling Stencil Extension.swift
[101/109] Compiling Stencil FilterTag.swift
[102/109] Compiling Stencil Tokenizer.swift
[103/109] Compiling Stencil Variable.swift
[103/110] Wrapping AST for Gherkin for debugging
[105/110] Wrapping AST for Stencil for debugging
[107/118] Emitting module CapriccioLib
[108/118] Compiling CapriccioLib SwiftTestCodeGenerator.swift
[109/118] Compiling CapriccioLib String+CamelCased.swift
[110/118] Compiling CapriccioLib SwiftTestsFilesWriter.swift
[111/118] Compiling CapriccioLib FeatureFilesFetcher.swift
[112/118] Compiling CapriccioLib FeatureFilesReader.swift
[113/118] Compiling CapriccioLib FileManaging.swift
[114/118] Compiling CapriccioLib Gherkin+SwiftCode.swift
[115/119] Wrapping AST for CapriccioLib for debugging
[117/125] Compiling Capriccio Runner.swift
[118/125] Compiling Capriccio main.swift
[119/125] Compiling Capriccio CapriccioArgumentsParser.swift
[120/125] Compiling Capriccio CapriccioArguments.swift
[121/125] Emitting module Capriccio
[122/125] Compiling Capriccio ArgumentsRunner.swift
/host/spi-builder-workspace/Sources/Capriccio/ArgumentsRunner.swift:49:51: warning: main actor-isolated let 'filesFetcher' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
37 | var templateFilePath: String?
38 |
39 | mutating func run() throws {
| `- note: add '@MainActor' to make instance method 'run()' part of global actor 'MainActor'
40 | let arguments = CapriccioArguments(source: source,
41 | destination: destination,
:
47 | templateFilePath: templateFilePath)
48 |
49 | Runner.run(with: arguments, filesFetcher: filesFetcher)
| `- warning: main actor-isolated let 'filesFetcher' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
50 | }
51 | }
/host/spi-builder-workspace/Sources/Capriccio/main.swift:13:5: note: let declared here
11 | let capriccioVersion = "1.2.0"
12 |
13 | let filesFetcher = FeatureFilesFetcher()
| `- note: let declared here
14 |
15 | var arguments: CapriccioArguments
[123/126] Wrapping AST for Capriccio for debugging
[124/126] Write Objects.LinkFileList
[125/126] Linking capriccio
Build complete! (73.34s)
Build complete.
{
"dependencies" : [
{
"identity" : "swiftgherkin",
"requirement" : {
"exact" : [
"0.2.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/iainsmith/SwiftGherkin"
},
{
"identity" : "stencil",
"requirement" : {
"exact" : [
"0.13.1"
]
},
"type" : "sourceControl",
"url" : "https://github.com/stencilproject/Stencil"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"exact" : [
"0.1.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "yams",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jpsim/Yams.git"
},
{
"identity" : "nimble",
"requirement" : {
"range" : [
{
"lower_bound" : "8.0.0",
"upper_bound" : "9.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Nimble"
},
{
"identity" : "testspy",
"requirement" : {
"range" : [
{
"lower_bound" : "0.4.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/f-meloni/TestSpy"
},
{
"identity" : "rocket",
"requirement" : {
"range" : [
{
"lower_bound" : "0.9.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/shibapm/Rocket"
},
{
"identity" : "swift-snapshot-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-snapshot-testing"
}
],
"manifest_display_name" : "Capriccio",
"name" : "Capriccio",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "capriccio",
"targets" : [
"Capriccio"
],
"type" : {
"executable" : null
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "CapriccioLibTests",
"module_type" : "SwiftTarget",
"name" : "CapriccioLibTests",
"path" : "Tests/CapriccioLibTests",
"product_dependencies" : [
"Nimble",
"TestSpy",
"SnapshotTesting"
],
"sources" : [
"FeatureFilesFetcherTests.swift",
"FeatureFilesReaderTests.swift",
"MockFileManager.swift",
"SwiftTestCodeGeneratorTests+MultipleScenarios.swift",
"SwiftTestCodeGeneratorTests+Scenario.swift",
"SwiftTestCodeGeneratorTests+ScenarioOutline.swift",
"SwiftTestCodeGeneratorTests.swift",
"SwiftTestsFilesWriterTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"CapriccioLib"
],
"type" : "test"
},
{
"c99name" : "CapriccioLib",
"module_type" : "SwiftTarget",
"name" : "CapriccioLib",
"path" : "Sources/CapriccioLib",
"product_dependencies" : [
"Gherkin",
"Stencil"
],
"product_memberships" : [
"capriccio"
],
"sources" : [
"FeatureFilesFetcher.swift",
"FeatureFilesReader.swift",
"FileManaging.swift",
"Gherkin+SwiftCode.swift",
"String+CamelCased.swift",
"SwiftTestCodeGenerator.swift",
"SwiftTestsFilesWriter.swift"
],
"type" : "library"
},
{
"c99name" : "Capriccio",
"module_type" : "SwiftTarget",
"name" : "Capriccio",
"path" : "Sources/Capriccio",
"product_dependencies" : [
"ArgumentParser",
"Yams"
],
"product_memberships" : [
"capriccio"
],
"sources" : [
"ArgumentsRunner.swift",
"CapriccioArguments.swift",
"CapriccioArgumentsParser.swift",
"Runner.swift",
"main.swift"
],
"target_dependencies" : [
"CapriccioLib"
],
"type" : "executable"
}
],
"tools_version" : "5.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.