The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Stencil, reference 0.16.1 (0126cb), with Swift 6.2 for Linux on 22 Jun 2025 23:51:54 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.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/MFB-Technologies-Inc/Stencil.git
Reference: 0.16.1
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/MFB-Technologies-Inc/Stencil
 * tag               0.16.1     -> FETCH_HEAD
HEAD is now at 0126cb1 Merge pull request #2 from MFB-Technologies-Inc/feature/concurrency
Cloned https://github.com/MFB-Technologies-Inc/Stencil.git
Revision (git rev-parse @):
0126cb11c1379b4a2ed3698a62ed56a955605896
SUCCESS checkout https://github.com/MFB-Technologies-Inc/Stencil.git at 0.16.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/MFB-Technologies-Inc/Stencil.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/MFB-Technologies-Inc/PathKit.git
[1/890] Fetching pathkit
Fetched https://github.com/MFB-Technologies-Inc/PathKit.git from cache (0.34s)
Computing version for https://github.com/MFB-Technologies-Inc/PathKit.git
Computed https://github.com/MFB-Technologies-Inc/PathKit.git at 1.0.2 (0.74s)
Fetching https://github.com/apple/swift-system.git
[1/4436] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.45s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.80s)
Creating working copy for https://github.com/MFB-Technologies-Inc/PathKit.git
Working copy of https://github.com/MFB-Technologies-Inc/PathKit.git resolved at 1.0.2
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Building for debugging...
[0/5] Write sources
[3/5] Write swift-version-24593BA9C3E375BF.txt
[4/5] Compiling CSystem shims.c
[6/33] Compiling SystemPackage FilePathParsing.swift
[7/33] Compiling SystemPackage FilePathString.swift
[8/33] Compiling SystemPackage FilePathSyntax.swift
[9/33] Compiling SystemPackage FilePathTemp.swift
[10/36] Compiling SystemPackage MachPort.swift
[11/36] Compiling SystemPackage PlatformString.swift
[12/36] Compiling SystemPackage SystemString.swift
[13/36] Emitting module SystemPackage
[14/36] Compiling SystemPackage FilePathTempPosix.swift
[15/36] Compiling SystemPackage FilePathTempWindows.swift
[16/36] Compiling SystemPackage FilePathWindows.swift
[17/36] Compiling SystemPackage FilePermissions.swift
[18/36] Compiling SystemPackage FileOperations.swift
[19/36] Compiling SystemPackage FilePath.swift
[20/36] Compiling SystemPackage FilePathComponentView.swift
[21/36] Compiling SystemPackage FilePathComponents.swift
[22/36] Compiling SystemPackage Util+StringArray.swift
[23/36] Compiling SystemPackage Util.swift
[24/36] Compiling SystemPackage UtilConsumers.swift
[25/36] Compiling SystemPackage Errno.swift
[26/36] Compiling SystemPackage ErrnoWindows.swift
[27/36] Compiling SystemPackage FileDescriptor.swift
[28/36] Compiling SystemPackage FileHelpers.swift
[29/36] Compiling SystemPackage Backcompat.swift
[30/36] Compiling SystemPackage CInterop.swift
[31/36] Compiling SystemPackage Constants.swift
[32/36] Compiling SystemPackage Exports.swift
[33/36] Compiling SystemPackage Mocking.swift
[34/36] Compiling SystemPackage RawBuffer.swift
[35/36] Compiling SystemPackage Syscalls.swift
[36/36] Compiling SystemPackage WindowsSyscallAdapters.swift
[38/50] Compiling PathKit Path+Traversing.swift
[39/50] Compiling PathKit DefaultFileSystemInfo.swift
[40/50] Compiling PathKit FileSystemInfo.swift
[41/51] Compiling PathKit Path+Sequence.swift
[42/51] Compiling PathKit Path+Globbing.swift
[43/51] Compiling PathKit Path+PathInfo.swift
[44/51] Compiling PathKit Path+FileInfo.swift
[45/51] Compiling PathKit Path+FileManipulation.swift
[46/51] Compiling PathKit Operators.swift
[47/51] Compiling PathKit Path+Components.swift
[48/51] Emitting module PathKit
[49/51] Compiling PathKit Path+Contents.swift
[50/51] Compiling PathKit Path+Directories.swift
[51/51] Compiling PathKit Path.swift
[53/74] Emitting module Stencil
/host/spi-builder-workspace/Sources/Stencil/IfTag.swift:25:16: warning: static property 'all' is not concurrency-safe because non-'Sendable' type '[Operator]' may have shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
 10 | // LICENSE file in the root directory of this source tree.
 11 |
 12 | enum Operator {
    |      `- note: consider making enum 'Operator' conform to the 'Sendable' protocol
 13 |     case infix(String, Int, InfixOperator.Type)
 14 |     case prefix(String, Int, PrefixOperator.Type)
    :
 23 |     }
 24 |
 25 |     static let all: [Operator] = [
    |                |- warning: static property 'all' is not concurrency-safe because non-'Sendable' type '[Operator]' may have shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
    |                |- note: add '@MainActor' to make static property 'all' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 26 |         .infix("in", 5, InExpression.self),
 27 |         .infix("or", 6, OrExpression.self),
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[54/76] Compiling Stencil TrimBehaviour.swift
[55/76] Compiling Stencil Variable.swift
[56/76] Compiling Stencil FilterTag.swift
[57/76] Compiling Stencil Filters.swift
[58/76] Compiling Stencil ForTag.swift
[59/76] Compiling Stencil Parser.swift
[60/76] Compiling Stencil Template.swift
[61/76] Compiling Stencil Tokenizer.swift
[62/76] Compiling Stencil IfTag.swift
/host/spi-builder-workspace/Sources/Stencil/IfTag.swift:25:16: warning: static property 'all' is not concurrency-safe because non-'Sendable' type '[Operator]' may have shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
 10 | // LICENSE file in the root directory of this source tree.
 11 |
 12 | enum Operator {
    |      `- note: consider making enum 'Operator' conform to the 'Sendable' protocol
 13 |     case infix(String, Int, InfixOperator.Type)
 14 |     case prefix(String, Int, PrefixOperator.Type)
    :
 23 |     }
 24 |
 25 |     static let all: [Operator] = [
    |                |- warning: static property 'all' is not concurrency-safe because non-'Sendable' type '[Operator]' may have shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
    |                |- note: add '@MainActor' to make static property 'all' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 26 |         .infix("in", 5, InExpression.self),
 27 |         .infix("or", 6, OrExpression.self),
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[63/76] Compiling Stencil Include.swift
/host/spi-builder-workspace/Sources/Stencil/IfTag.swift:25:16: warning: static property 'all' is not concurrency-safe because non-'Sendable' type '[Operator]' may have shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
 10 | // LICENSE file in the root directory of this source tree.
 11 |
 12 | enum Operator {
    |      `- note: consider making enum 'Operator' conform to the 'Sendable' protocol
 13 |     case infix(String, Int, InfixOperator.Type)
 14 |     case prefix(String, Int, PrefixOperator.Type)
    :
 23 |     }
 24 |
 25 |     static let all: [Operator] = [
    |                |- warning: static property 'all' is not concurrency-safe because non-'Sendable' type '[Operator]' may have shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
    |                |- note: add '@MainActor' to make static property 'all' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 26 |         .infix("in", 5, InExpression.self),
 27 |         .infix("or", 6, OrExpression.self),
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[64/76] Compiling Stencil Inheritance.swift
/host/spi-builder-workspace/Sources/Stencil/IfTag.swift:25:16: warning: static property 'all' is not concurrency-safe because non-'Sendable' type '[Operator]' may have shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
 10 | // LICENSE file in the root directory of this source tree.
 11 |
 12 | enum Operator {
    |      `- note: consider making enum 'Operator' conform to the 'Sendable' protocol
 13 |     case infix(String, Int, InfixOperator.Type)
 14 |     case prefix(String, Int, PrefixOperator.Type)
    :
 23 |     }
 24 |
 25 |     static let all: [Operator] = [
    |                |- warning: static property 'all' is not concurrency-safe because non-'Sendable' type '[Operator]' may have shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
    |                |- note: add '@MainActor' to make static property 'all' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 26 |         .infix("in", 5, InExpression.self),
 27 |         .infix("or", 6, OrExpression.self),
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[65/76] Compiling Stencil KeyPath.swift
[66/76] Compiling Stencil LazyValueWrapper.swift
[67/76] Compiling Stencil Lexer.swift
[68/76] Compiling Stencil Context.swift
[69/76] Compiling Stencil DynamicMemberLookup.swift
[70/76] Compiling Stencil Environment.swift
[71/76] Compiling Stencil Errors.swift
[72/76] Compiling Stencil Expression.swift
[73/76] Compiling Stencil Extension.swift
[74/76] Compiling Stencil Loader.swift
[75/76] Compiling Stencil Node.swift
[76/76] Compiling Stencil NowTag.swift
Build complete! (19.94s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "pathkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/MFB-Technologies-Inc/PathKit.git"
    }
  ],
  "manifest_display_name" : "Stencil",
  "name" : "Stencil",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "15.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Stencil",
      "targets" : [
        "Stencil"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "StencilTests",
      "module_type" : "SwiftTarget",
      "name" : "StencilTests",
      "path" : "Tests/StencilTests",
      "sources" : [
        "ContextTests.swift",
        "EnvironmentBaseAndChildTemplateTests.swift",
        "EnvironmentIncludeTemplateTests.swift",
        "EnvironmentTests.swift",
        "ExpressionTests.swift",
        "FilterTagTests.swift",
        "FilterTests.swift",
        "ForNodeTests.swift",
        "Helpers/ErrorNode.swift",
        "Helpers/ExampleLoader.swift",
        "Helpers/StencilTestCase.swift",
        "IfNodeTests.swift",
        "IncludeTests.swift",
        "InheritanceTests.swift",
        "LexerTests.swift",
        "LoaderTests.swift",
        "NodeTests.swift",
        "NowNodeTests.swift",
        "ParserTests.swift",
        "StencilTests.swift",
        "TemplateTests.swift",
        "TokenTests.swift",
        "TrimBehaviourTests.swift",
        "VariableTests.swift",
        "fixtures/Fixtures+Base.swift",
        "fixtures/Fixtures+BaseRepeat.swift",
        "fixtures/Fixtures+Child.swift",
        "fixtures/Fixtures+ChildChild.swift",
        "fixtures/Fixtures+ChildRepeat.swift",
        "fixtures/Fixtures+ChildSuper.swift",
        "fixtures/Fixtures+Huge.swift",
        "fixtures/Fixtures+IfBlock.swift",
        "fixtures/Fixtures+IfBlockChild.swift",
        "fixtures/Fixtures+InvalidBase.swift",
        "fixtures/Fixtures+InvalidChildSuper.swift",
        "fixtures/Fixtures+InvalidInclude.swift",
        "fixtures/Fixtures+Test.swift",
        "fixtures/Fixtures.swift"
      ],
      "target_dependencies" : [
        "Stencil"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Stencil",
      "module_type" : "SwiftTarget",
      "name" : "Stencil",
      "path" : "Sources/Stencil",
      "product_dependencies" : [
        "PathKit"
      ],
      "product_memberships" : [
        "Stencil"
      ],
      "sources" : [
        "Context.swift",
        "DynamicMemberLookup.swift",
        "Environment.swift",
        "Errors.swift",
        "Expression.swift",
        "Extension.swift",
        "FilterTag.swift",
        "Filters.swift",
        "ForTag.swift",
        "IfTag.swift",
        "Include.swift",
        "Inheritance.swift",
        "KeyPath.swift",
        "LazyValueWrapper.swift",
        "Lexer.swift",
        "Loader.swift",
        "Node.swift",
        "NowTag.swift",
        "Parser.swift",
        "Template.swift",
        "Tokenizer.swift",
        "TrimBehaviour.swift",
        "Variable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.