The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Capriccio, reference 1.2.0 (f8aca2), with Swift 6.1 for Linux on 25 Apr 2025 15:24:58 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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: 1.2.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/shibapm/capriccio
 * tag               1.2.0      -> FETCH_HEAD
HEAD is now at f8aca27 Version 1.2.0
Cloned https://github.com/shibapm/capriccio.git
Revision (git rev-parse @):
f8aca2720a6d48084ec8ec6fda9f595e41df7da4
SUCCESS checkout https://github.com/shibapm/capriccio.git at 1.2.0
========================================
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"
    }
  ],
  "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" : "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-4609320-0":/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/jpsim/Yams.git
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/iainsmith/SwiftGherkin
Fetching https://github.com/stencilproject/Stencil
[1/556] Fetching swiftgherkin
[557/5849] Fetching swiftgherkin, stencil
[5162/16138] Fetching swiftgherkin, stencil, yams
Fetched https://github.com/iainsmith/SwiftGherkin from cache (0.41s)
Fetched https://github.com/stencilproject/Stencil from cache (0.41s)
[5762/10289] Fetching yams
[5763/25202] Fetching yams, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.82s)
Fetched https://github.com/jpsim/Yams.git from cache (1.86s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 2.0.0 (2.50s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.1.0 (0.59s)
Computing version for https://github.com/stencilproject/Stencil
Computed https://github.com/stencilproject/Stencil at 0.13.1 (1.95s)
Fetching https://github.com/kylef/PathKit.git
Fetching https://github.com/kylef/Spectre.git
[1/1411] Fetching pathkit
[1398/2432] Fetching pathkit, spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.27s)
Fetched https://github.com/kylef/PathKit.git from cache (0.27s)
Computing version for https://github.com/iainsmith/SwiftGherkin
Computed https://github.com/iainsmith/SwiftGherkin at 0.2.0 (0.75s)
Fetching https://github.com/nicklockwood/Consumer.git
[1/591] Fetching consumer
Fetched https://github.com/nicklockwood/Consumer.git from cache (0.26s)
Computing version for https://github.com/nicklockwood/Consumer.git
Computed https://github.com/nicklockwood/Consumer.git at 0.3.5 (2.17s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 0.9.2 (0.48s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.9.2 (2.01s)
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/iainsmith/SwiftGherkin
Working copy of https://github.com/iainsmith/SwiftGherkin resolved at 0.2.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/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/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.9.2
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/stencilproject/Stencil
Working copy of https://github.com/stencilproject/Stencil resolved at 0.13.1
Building for debugging...
[0/25] Write sources
[8/25] Compiling reader.c
[9/25] Compiling writer.c
[10/25] Compiling api.c
[11/25] Compiling parser.c
[12/25] Compiling emitter.c
[13/25] Compiling scanner.c
[14/25] Write swift-version-24593BA9C3E375BF.txt
[16/72] Emitting module ArgumentParser
[17/75] Compiling Yams Mark.swift
[18/75] Compiling Yams Node.Mapping.swift
[19/77] Compiling Yams YamlError.swift
[20/77] Compiling Yams shim.swift
[21/77] Compiling Yams Constructor.swift
[22/77] Compiling Yams Decoder.swift
[23/77] Compiling Yams Emitter.swift
[24/77] Compiling Yams Encoder.swift
[25/77] Emitting module Consumer
[26/77] Compiling Consumer Consumer.swift
[27/78] Compiling Yams String+Yams.swift
[28/78] Compiling Yams Tag.swift
[29/78] Compiling Yams Representer.swift
[30/78] Compiling Yams Resolver.swift
[32/78] Compiling ArgumentParser UsageGenerator.swift
[33/78] Compiling ArgumentParser StringExtensions.swift
[34/78] Compiling ArgumentParser Tree.swift
[35/78] Compiling Yams Node.Scalar.swift
[36/78] Compiling Yams Node.Sequence.swift
[37/78] Compiling Yams Node.swift
[38/78] Compiling Yams Parser.swift
[39/78] Emitting module Yams
[44/85] Wrapping AST for Consumer for debugging
[46/85] Emitting module PathKit
[47/85] Compiling PathKit PathKit.swift
[48/86] Compiling ArgumentParser ParsableCommand.swift
[49/86] Compiling ArgumentParser ArgumentDecoder.swift
[50/86] Compiling ArgumentParser ArgumentDefinition.swift
[51/86] Compiling ArgumentParser ArgumentSet.swift
[56/86] Compiling ArgumentParser NameSpecification.swift
[57/86] Compiling ArgumentParser Option.swift
[58/86] Compiling ArgumentParser OptionGroup.swift
[59/86] Compiling ArgumentParser CommandConfiguration.swift
[68/86] Compiling ArgumentParser ExpressibleByArgument.swift
[69/86] Compiling ArgumentParser ParsableArguments.swift
[70/86] Compiling ArgumentParser ParsableArgumentsValidation.swift
[71/87] Compiling Gherkin Error.swift
[72/87] Emitting module Gherkin
[73/87] Wrapping AST for Yams for debugging
[75/87] Compiling Gherkin Transform.swift
[76/87] Wrapping AST for PathKit for debugging
[77/87] Wrapping AST for ArgumentParser for debugging
[79/106] Compiling Gherkin Parser.swift
[80/106] Compiling Gherkin LegacyShims.swift
[81/106] Compiling Gherkin Models.swift
[83/107] Emitting module Stencil
[83/109] Wrapping AST for Gherkin for debugging
[85/109] Compiling Stencil Include.swift
[86/109] Compiling Stencil Inheritence.swift
[87/109] Compiling Stencil KeyPath.swift
[88/109] Compiling Stencil Parser.swift
[89/109] Compiling Stencil Template.swift
[90/109] Compiling Stencil Node.swift
[91/109] Compiling Stencil NowTag.swift
[92/109] Compiling Stencil Expression.swift
[93/109] Compiling Stencil Extension.swift
[94/109] Compiling Stencil FilterTag.swift
[95/109] Compiling Stencil Lexer.swift
[96/109] Compiling Stencil Loader.swift
[97/109] Compiling Stencil Filters.swift
[98/109] Compiling Stencil ForTag.swift
[99/109] Compiling Stencil IfTag.swift
[100/109] Compiling Stencil Context.swift
[101/109] Compiling Stencil Environment.swift
[102/109] Compiling Stencil Errors.swift
[103/109] Compiling Stencil Tokenizer.swift
[104/109] Compiling Stencil Variable.swift
[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 FeatureFilesReader.swift
[112/118] Compiling CapriccioLib FeatureFilesFetcher.swift
[113/118] Compiling CapriccioLib Gherkin+SwiftCode.swift
[114/118] Compiling CapriccioLib FileManaging.swift
[115/119] Wrapping AST for CapriccioLib for debugging
[117/125] Compiling Capriccio main.swift
[118/125] Compiling Capriccio Runner.swift
[119/125] Compiling Capriccio CapriccioArguments.swift
[120/125] Compiling Capriccio CapriccioArgumentsParser.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! (31.31s)
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"
    }
  ],
  "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" : "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.