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 StencilSwiftKit, reference 2.10.4 (6b07f8), with Swift 6.0 for macOS (SPM) on 15 Sep 2024 03:49:41 UTC.

Swift 6 data race errors: 4

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Release.Candidate.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.53.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/art-divin/StencilSwiftKit.git
Reference: 2.10.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/art-divin/StencilSwiftKit
 * tag               2.10.4     -> FETCH_HEAD
HEAD is now at 6b07f85 Update Package.swift
Cloned https://github.com/art-divin/StencilSwiftKit.git
Revision (git rev-parse @):
6b07f85def6984e7015d65502d41b91f3f8db6d5
SUCCESS checkout https://github.com/art-divin/StencilSwiftKit.git at 2.10.4
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/art-divin/StencilSwiftKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Release.Candidate.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-117DEE11B69C53C9.txt
[5/6] Compiling PathKit PathKit.swift
[6/6] Emitting module PathKit
[7/28] Compiling Stencil IfTag.swift
[8/28] Compiling Stencil Include.swift
[9/30] Compiling Stencil NowTag.swift
[10/30] Compiling Stencil Parser.swift
[11/30] Compiling Stencil Context.swift
[12/30] Compiling Stencil DynamicMemberLookup.swift
[13/30] Compiling Stencil Environment.swift
[14/30] Emitting module Stencil
[15/30] Compiling Stencil Errors.swift
[16/30] Compiling Stencil Expression.swift
[17/30] Compiling Stencil Extension.swift
[18/30] Compiling Stencil Inheritance.swift
[19/30] Compiling Stencil KeyPath.swift
[20/30] Compiling Stencil LazyValueWrapper.swift
[21/30] Compiling Stencil Lexer.swift
[22/30] Compiling Stencil Template.swift
[23/30] Compiling Stencil Tokenizer.swift
[24/30] Compiling Stencil Loader.swift
[25/30] Compiling Stencil Node.swift
[26/30] Compiling Stencil FilterTag.swift
[27/30] Compiling Stencil Filters.swift
[28/30] Compiling Stencil ForTag.swift
[29/30] Compiling Stencil TrimBehaviour.swift
[30/30] Compiling Stencil Variable.swift
[31/42] Compiling StencilSwiftKit StencilSwiftTemplate.swift
[32/43] Compiling StencilSwiftKit SetNode.swift
[33/43] Compiling StencilSwiftKit MapNode.swift
[34/43] Compiling StencilSwiftKit ImportNode.swift
[35/43] Compiling StencilSwiftKit Filters.swift
[36/43] Compiling StencilSwiftKit Parameters.swift
/Users/admin/builder/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)
/Users/admin/builder/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 |   }
/Users/admin/builder/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 |
/Users/admin/builder/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 |
[37/43] Compiling StencilSwiftKit CallMacroNodes.swift
[38/43] Compiling StencilSwiftKit Context.swift
[39/43] Compiling StencilSwiftKit Filters+Strings.swift
[40/43] Compiling StencilSwiftKit Environment.swift
/Users/admin/builder/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/43] Compiling StencilSwiftKit Filters+Numbers.swift
/Users/admin/builder/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)
[42/43] Emitting module StencilSwiftKit
/Users/admin/builder/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)
/Users/admin/builder/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 |   }
/Users/admin/builder/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 |
/Users/admin/builder/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 |
[43/43] Compiling StencilSwiftKit SwiftIdentifier.swift
Build complete! (25.80s)
Fetching https://github.com/stencilproject/Stencil.git
Fetching https://github.com/kylef/PathKit.git
Fetching https://github.com/kylef/Spectre.git
Fetching https://github.com/shibapm/Komondor.git
Fetching https://github.com/shibapm/PackageConfig.git
Fetching https://github.com/JohnSundell/ShellOut.git
[1/961] Fetching shellout
[194/2372] Fetching shellout, pathkit
[336/2881] Fetching shellout, pathkit, komondor
[522/3902] Fetching shellout, pathkit, komondor, spectre
[686/4482] Fetching shellout, pathkit, komondor, spectre, packageconfig
[796/9671] Fetching shellout, pathkit, komondor, spectre, packageconfig, stencil
Fetched https://github.com/kylef/Spectre.git from cache (1.07s)
Fetched https://github.com/shibapm/Komondor.git from cache (1.07s)
[5858/8141] Fetching shellout, pathkit, packageconfig, stencil
Fetched https://github.com/stencilproject/Stencil.git from cache (1.14s)
Fetched https://github.com/kylef/PathKit.git from cache (1.14s)
Fetched https://github.com/JohnSundell/ShellOut.git from cache (1.14s)
Fetched https://github.com/shibapm/PackageConfig.git from cache (1.14s)
Fetching https://github.com/art-divin/Stencil.git
[1/3424] Fetching stencil
Fetched https://github.com/art-divin/Stencil.git from cache (1.10s)
Computing version for https://github.com/art-divin/Stencil.git
Computed https://github.com/art-divin/Stencil.git at 0.15.3 (3.05s)
Computing version for https://github.com/shibapm/Komondor.git
Computed https://github.com/shibapm/Komondor.git at 1.1.3 (2.62s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.69s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (0.67s)
Computing version for https://github.com/JohnSundell/ShellOut.git
Computed https://github.com/JohnSundell/ShellOut.git at 2.3.0 (0.68s)
Computing version for https://github.com/shibapm/PackageConfig.git
Computed https://github.com/shibapm/PackageConfig.git at 1.1.3 (0.69s)
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
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/shibapm/Komondor.git
Working copy of https://github.com/shibapm/Komondor.git resolved at 1.1.3
Creating working copy for https://github.com/art-divin/Stencil.git
Working copy of https://github.com/art-divin/Stencil.git resolved at 0.15.3
Creating working copy for https://github.com/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "komondor",
      "requirement" : {
        "exact" : [
          "1.1.3"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/shibapm/Komondor.git"
    },
    {
      "identity" : "stencil",
      "requirement" : {
        "exact" : [
          "0.15.3"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/art-divin/Stencil.git"
    }
  ],
  "manifest_display_name" : "StencilSwiftKit",
  "name" : "StencilSwiftKit",
  "path" : "/Users/admin/builder/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.8"
}
Done.