The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of StencilSwiftKit, reference stable (fb6a88), with Swift 6.1 for Linux on 27 Apr 2025 02:51:01 UTC.

Swift 6 data race errors: 4

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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/SwiftGen/StencilSwiftKit.git
Reference: stable
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/SwiftGen/StencilSwiftKit
 * branch            stable     -> FETCH_HEAD
 * [new branch]      stable     -> origin/stable
HEAD is now at fb6a88b Reset changelog
Cloned https://github.com/SwiftGen/StencilSwiftKit.git
Revision (git rev-parse @):
fb6a88bac60b088a9f8b61bbc70eacecb2100b59
SUCCESS checkout https://github.com/SwiftGen/StencilSwiftKit.git at stable
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/SwiftGen/StencilSwiftKit.git
https://github.com/SwiftGen/StencilSwiftKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "komondor",
      "requirement" : {
        "exact" : [
          "1.1.3"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/shibapm/Komondor.git"
    },
    {
      "identity" : "stencil",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.15.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/stencilproject/Stencil.git"
    }
  ],
  "manifest_display_name" : "StencilSwiftKit",
  "name" : "StencilSwiftKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "StencilSwiftKit",
      "targets" : [
        "StencilSwiftKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "StencilSwiftKitTests",
      "module_type" : "SwiftTarget",
      "name" : "StencilSwiftKitTests",
      "path" : "Tests/StencilSwiftKitTests",
      "sources" : [
        "CallNodeTests.swift",
        "ContextTests.swift",
        "ImportNodeTests.swift",
        "MacroNodeTests.swift",
        "MapNodeTests.swift",
        "ParametersTests.swift",
        "ParseBoolTests.swift",
        "ParseEnumTests.swift",
        "ParseStringTests.swift",
        "SetNodeTests.swift",
        "StringFiltersTests.swift",
        "SwiftIdentifierTests.swift"
      ],
      "target_dependencies" : [
        "StencilSwiftKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "StencilSwiftKit",
      "module_type" : "SwiftTarget",
      "name" : "StencilSwiftKit",
      "path" : "Sources/StencilSwiftKit",
      "product_dependencies" : [
        "Stencil"
      ],
      "product_memberships" : [
        "StencilSwiftKit"
      ],
      "sources" : [
        "CallMacroNodes.swift",
        "Context.swift",
        "Environment.swift",
        "Filters+Numbers.swift",
        "Filters+Strings.swift",
        "Filters.swift",
        "ImportNode.swift",
        "MapNode.swift",
        "Parameters.swift",
        "SetNode.swift",
        "StencilSwiftTemplate.swift",
        "SwiftIdentifier.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/shibapm/Komondor.git
Fetching https://github.com/stencilproject/Stencil.git
[1/509] Fetching komondor
[510/5802] Fetching komondor, stencil
Fetched https://github.com/shibapm/Komondor.git from cache (1.01s)
Fetched https://github.com/stencilproject/Stencil.git from cache (1.01s)
Computing version for https://github.com/shibapm/Komondor.git
Computed https://github.com/shibapm/Komondor.git at 1.1.3 (3.41s)
Fetching https://github.com/shibapm/PackageConfig.git
Fetching https://github.com/JohnSundell/ShellOut.git
[1/580] Fetching packageconfig
[581/1540] Fetching packageconfig, shellout
Fetched https://github.com/shibapm/PackageConfig.git from cache (0.38s)
Fetched https://github.com/JohnSundell/ShellOut.git from cache (0.38s)
Computing version for https://github.com/stencilproject/Stencil.git
Computed https://github.com/stencilproject/Stencil.git at 0.15.1 (1.10s)
Fetching https://github.com/kylef/Spectre.git
Fetching https://github.com/kylef/PathKit.git
[1/1021] Fetching spectre
[338/2432] Fetching spectre, pathkit
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/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.72s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (0.53s)
Computing version for https://github.com/JohnSundell/ShellOut.git
Computed https://github.com/JohnSundell/ShellOut.git at 2.3.0 (1.92s)
Computing version for https://github.com/shibapm/PackageConfig.git
Computed https://github.com/shibapm/PackageConfig.git at 1.1.3 (0.94s)
Creating working copy for https://github.com/stencilproject/Stencil.git
Working copy of https://github.com/stencilproject/Stencil.git resolved at 0.15.1
Creating working copy for https://github.com/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.1
Creating working copy for https://github.com/shibapm/Komondor.git
Working copy of https://github.com/shibapm/Komondor.git resolved at 1.1.3
Creating working copy for https://github.com/shibapm/PackageConfig.git
Working copy of https://github.com/shibapm/PackageConfig.git resolved at 1.1.3
Creating working copy for https://github.com/JohnSundell/ShellOut.git
Working copy of https://github.com/JohnSundell/ShellOut.git resolved at 2.3.0
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/6] Emitting module PathKit
[6/6] Compiling PathKit PathKit.swift
[8/29] Emitting module Stencil
[9/31] Compiling Stencil Context.swift
[10/31] Compiling Stencil DynamicMemberLookup.swift
[11/31] Compiling Stencil Environment.swift
[12/31] Compiling Stencil IfTag.swift
[13/31] Compiling Stencil Include.swift
[14/31] Compiling Stencil Inheritance.swift
[15/31] Compiling Stencil FilterTag.swift
[16/31] Compiling Stencil Filters.swift
[17/31] Compiling Stencil ForTag.swift
[18/31] Compiling Stencil Loader.swift
[19/31] Compiling Stencil Node.swift
[20/31] Compiling Stencil NowTag.swift
[21/31] Compiling Stencil Errors.swift
[22/31] Compiling Stencil Expression.swift
[23/31] Compiling Stencil Extension.swift
[24/31] Compiling Stencil KeyPath.swift
[25/31] Compiling Stencil LazyValueWrapper.swift
[26/31] Compiling Stencil Lexer.swift
[27/31] Compiling Stencil Parser.swift
[28/31] Compiling Stencil Template.swift
[29/31] Compiling Stencil Tokenizer.swift
[30/31] Compiling Stencil TrimBehaviour.swift
[31/31] Compiling Stencil Variable.swift
[33/44] Compiling StencilSwiftKit StencilSwiftTemplate.swift
[34/45] Compiling StencilSwiftKit ImportNode.swift
[35/45] Compiling StencilSwiftKit MapNode.swift
[36/45] Compiling StencilSwiftKit SetNode.swift
[37/45] Compiling StencilSwiftKit Parameters.swift
/host/spi-builder-workspace/Sources/StencilSwiftKit/Parameters.swift:15:10: warning: associated value 'invalidSyntax(value:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 13 | public enum Parameters {
 14 |   public enum Error: Swift.Error {
 15 |     case invalidSyntax(value: Any)
    |          `- warning: associated value 'invalidSyntax(value:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 16 |     case invalidKey(key: String, value: Any)
 17 |     case invalidStructure(key: String, oldValue: Any, newValue: Any)
/host/spi-builder-workspace/Sources/StencilSwiftKit/Parameters.swift:16:10: warning: associated value 'invalidKey(key:value:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 14 |   public enum Error: Swift.Error {
 15 |     case invalidSyntax(value: Any)
 16 |     case invalidKey(key: String, value: Any)
    |          `- warning: associated value 'invalidKey(key:value:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 17 |     case invalidStructure(key: String, oldValue: Any, newValue: Any)
 18 |   }
/host/spi-builder-workspace/Sources/StencilSwiftKit/Parameters.swift:17:10: warning: associated value 'invalidStructure(key:oldValue:newValue:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 15 |     case invalidSyntax(value: Any)
 16 |     case invalidKey(key: String, value: Any)
 17 |     case invalidStructure(key: String, oldValue: Any, newValue: Any)
    |          `- warning: associated value 'invalidStructure(key:oldValue:newValue:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 18 |   }
 19 |
/host/spi-builder-workspace/Sources/StencilSwiftKit/Parameters.swift:17:10: warning: associated value 'invalidStructure(key:oldValue:newValue:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 15 |     case invalidSyntax(value: Any)
 16 |     case invalidKey(key: String, value: Any)
 17 |     case invalidStructure(key: String, oldValue: Any, newValue: Any)
    |          `- warning: associated value 'invalidStructure(key:oldValue:newValue:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 18 |   }
 19 |
[38/45] Compiling StencilSwiftKit SwiftIdentifier.swift
[39/45] Compiling StencilSwiftKit Environment.swift
/host/spi-builder-workspace/Sources/StencilSwiftKit/Environment.swift:42:62: warning: 'removeNewlines(_:arguments:)' is deprecated: No longer needed with Stencil whitespace control features
 40 |     registerFilter("lowerFirstLetter", filter: Filters.Strings.lowerFirstLetter)
 41 |     registerFilter("lowerFirstWord", filter: Filters.Strings.lowerFirstWord)
 42 |     registerFilter("removeNewlines", filter: Filters.Strings.removeNewlines)
    |                                                              `- warning: 'removeNewlines(_:arguments:)' is deprecated: No longer needed with Stencil whitespace control features
 43 |     registerFilter("replace", filter: Filters.Strings.replace)
 44 |     registerFilter("snakeToCamelCase", filter: Filters.Strings.snakeToCamelCase)
[40/45] Compiling StencilSwiftKit Filters+Numbers.swift
/host/spi-builder-workspace/Sources/StencilSwiftKit/Environment.swift:42:62: warning: 'removeNewlines(_:arguments:)' is deprecated: No longer needed with Stencil whitespace control features
 40 |     registerFilter("lowerFirstLetter", filter: Filters.Strings.lowerFirstLetter)
 41 |     registerFilter("lowerFirstWord", filter: Filters.Strings.lowerFirstWord)
 42 |     registerFilter("removeNewlines", filter: Filters.Strings.removeNewlines)
    |                                                              `- warning: 'removeNewlines(_:arguments:)' is deprecated: No longer needed with Stencil whitespace control features
 43 |     registerFilter("replace", filter: Filters.Strings.replace)
 44 |     registerFilter("snakeToCamelCase", filter: Filters.Strings.snakeToCamelCase)
[41/45] Compiling StencilSwiftKit CallMacroNodes.swift
[42/45] Compiling StencilSwiftKit Context.swift
[43/45] Compiling StencilSwiftKit Filters+Strings.swift
[44/45] Compiling StencilSwiftKit Filters.swift
[45/45] Emitting module StencilSwiftKit
/host/spi-builder-workspace/Sources/StencilSwiftKit/Parameters.swift:15:10: warning: associated value 'invalidSyntax(value:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 13 | public enum Parameters {
 14 |   public enum Error: Swift.Error {
 15 |     case invalidSyntax(value: Any)
    |          `- warning: associated value 'invalidSyntax(value:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 16 |     case invalidKey(key: String, value: Any)
 17 |     case invalidStructure(key: String, oldValue: Any, newValue: Any)
/host/spi-builder-workspace/Sources/StencilSwiftKit/Parameters.swift:16:10: warning: associated value 'invalidKey(key:value:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 14 |   public enum Error: Swift.Error {
 15 |     case invalidSyntax(value: Any)
 16 |     case invalidKey(key: String, value: Any)
    |          `- warning: associated value 'invalidKey(key:value:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 17 |     case invalidStructure(key: String, oldValue: Any, newValue: Any)
 18 |   }
/host/spi-builder-workspace/Sources/StencilSwiftKit/Parameters.swift:17:10: warning: associated value 'invalidStructure(key:oldValue:newValue:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 15 |     case invalidSyntax(value: Any)
 16 |     case invalidKey(key: String, value: Any)
 17 |     case invalidStructure(key: String, oldValue: Any, newValue: Any)
    |          `- warning: associated value 'invalidStructure(key:oldValue:newValue:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 18 |   }
 19 |
/host/spi-builder-workspace/Sources/StencilSwiftKit/Parameters.swift:17:10: warning: associated value 'invalidStructure(key:oldValue:newValue:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 15 |     case invalidSyntax(value: Any)
 16 |     case invalidKey(key: String, value: Any)
 17 |     case invalidStructure(key: String, oldValue: Any, newValue: Any)
    |          `- warning: associated value 'invalidStructure(key:oldValue:newValue:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 18 |   }
 19 |
Build complete! (22.49s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "komondor",
      "requirement" : {
        "exact" : [
          "1.1.3"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/shibapm/Komondor.git"
    },
    {
      "identity" : "stencil",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.15.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/stencilproject/Stencil.git"
    }
  ],
  "manifest_display_name" : "StencilSwiftKit",
  "name" : "StencilSwiftKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "StencilSwiftKit",
      "targets" : [
        "StencilSwiftKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "StencilSwiftKitTests",
      "module_type" : "SwiftTarget",
      "name" : "StencilSwiftKitTests",
      "path" : "Tests/StencilSwiftKitTests",
      "sources" : [
        "CallNodeTests.swift",
        "ContextTests.swift",
        "ImportNodeTests.swift",
        "MacroNodeTests.swift",
        "MapNodeTests.swift",
        "ParametersTests.swift",
        "ParseBoolTests.swift",
        "ParseEnumTests.swift",
        "ParseStringTests.swift",
        "SetNodeTests.swift",
        "StringFiltersTests.swift",
        "SwiftIdentifierTests.swift"
      ],
      "target_dependencies" : [
        "StencilSwiftKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "StencilSwiftKit",
      "module_type" : "SwiftTarget",
      "name" : "StencilSwiftKit",
      "path" : "Sources/StencilSwiftKit",
      "product_dependencies" : [
        "Stencil"
      ],
      "product_memberships" : [
        "StencilSwiftKit"
      ],
      "sources" : [
        "CallMacroNodes.swift",
        "Context.swift",
        "Environment.swift",
        "Filters+Numbers.swift",
        "Filters+Strings.swift",
        "Filters.swift",
        "ImportNode.swift",
        "MapNode.swift",
        "Parameters.swift",
        "SetNode.swift",
        "StencilSwiftTemplate.swift",
        "SwiftIdentifier.swift"
      ],
      "type" : "library"
    }
  ],
  "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.