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 Stencil, reference main (0126cb), with Swift 5.10 for Linux on 27 Jan 2025 15:39:59 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/MFB-Technologies-Inc/Stencil.git
Reference: main
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
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $PWD
https://github.com/MFB-Technologies-Inc/Stencil.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:8b386ca1081dd55ec0944429387f246ccb59ef99c9c8cbb418b0abd78460b38f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-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.25s)
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.67s)
Fetching https://github.com/apple/swift-system.git
[1/4017] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.37s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.0 (0.38s)
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.4.0
Building for debugging...
[0/5] Write sources
[3/5] Compiling CSystem shims.c
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/33] Emitting module SystemPackage
[7/36] Compiling SystemPackage Util+StringArray.swift
[8/36] Compiling SystemPackage Util.swift
[9/36] Compiling SystemPackage UtilConsumers.swift
[10/36] Compiling SystemPackage FilePathTempPosix.swift
[11/36] Compiling SystemPackage FilePathTempWindows.swift
[12/36] Compiling SystemPackage FilePathWindows.swift
[13/36] Compiling SystemPackage FilePermissions.swift
[14/36] Compiling SystemPackage FileOperations.swift
[15/36] Compiling SystemPackage FilePath.swift
[16/36] Compiling SystemPackage FilePathComponentView.swift
[17/36] Compiling SystemPackage FilePathComponents.swift
[18/36] Compiling SystemPackage MachPort.swift
[19/36] Compiling SystemPackage PlatformString.swift
[20/36] Compiling SystemPackage SystemString.swift
[21/36] Compiling SystemPackage FilePathParsing.swift
[22/36] Compiling SystemPackage FilePathString.swift
[23/36] Compiling SystemPackage FilePathSyntax.swift
[24/36] Compiling SystemPackage FilePathTemp.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 Path+Sequence.swift
[40/51] Compiling PathKit DefaultFileSystemInfo.swift
[41/51] Compiling PathKit FileSystemInfo.swift
[42/51] Compiling PathKit Path+FileInfo.swift
[43/51] Compiling PathKit Path+FileManipulation.swift
[44/51] Compiling PathKit Path+Contents.swift
[45/51] Compiling PathKit Path+Directories.swift
[46/51] Emitting module PathKit
[47/51] Compiling PathKit Operators.swift
[48/51] Compiling PathKit Path+Components.swift
[49/51] Compiling PathKit Path+Globbing.swift
[50/51] Compiling PathKit Path+PathInfo.swift
[51/51] Compiling PathKit Path.swift
[53/74] Emitting module Stencil
/host/spi-builder-workspace/Sources/Stencil/TrimBehaviour.swift:73:24: warning: static property 'leadingWhitespaceAndNewlines' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let leadingWhitespaceAndNewlines = try! NSRegularExpression(pattern: "^\\s+")
                       ^
/host/spi-builder-workspace/Sources/Stencil/TrimBehaviour.swift:74:24: warning: static property 'trailingWhitespaceAndNewLines' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let trailingWhitespaceAndNewLines = try! NSRegularExpression(pattern: "\\s+$")
                       ^
/host/spi-builder-workspace/Sources/Stencil/TrimBehaviour.swift:76:24: warning: static property 'leadingWhitespaceAndOneNewLine' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let leadingWhitespaceAndOneNewLine = try! NSRegularExpression(pattern: "^[ \t]*\n")
                       ^
/host/spi-builder-workspace/Sources/Stencil/TrimBehaviour.swift:77:24: warning: static property 'trailingWhitespaceAndOneNewLine' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let trailingWhitespaceAndOneNewLine = try! NSRegularExpression(pattern: "\n[ \t]*$")
                       ^
/host/spi-builder-workspace/Sources/Stencil/TrimBehaviour.swift:79:24: warning: static property 'leadingWhitespace' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let leadingWhitespace = try! NSRegularExpression(pattern: "^[ \t]*")
                       ^
/host/spi-builder-workspace/Sources/Stencil/TrimBehaviour.swift:80:24: warning: static property 'trailingWhitespace' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let trailingWhitespace = try! NSRegularExpression(pattern: "[ \t]*$")
                       ^
[54/74] Compiling Stencil Context.swift
[55/74] Compiling Stencil DynamicMemberLookup.swift
[56/74] Compiling Stencil Environment.swift
[57/76] Compiling Stencil Errors.swift
[58/76] Compiling Stencil Expression.swift
[59/76] Compiling Stencil Extension.swift
[60/76] Compiling Stencil TrimBehaviour.swift
/host/spi-builder-workspace/Sources/Stencil/TrimBehaviour.swift:73:24: warning: static property 'leadingWhitespaceAndNewlines' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let leadingWhitespaceAndNewlines = try! NSRegularExpression(pattern: "^\\s+")
                       ^
/host/spi-builder-workspace/Sources/Stencil/TrimBehaviour.swift:74:24: warning: static property 'trailingWhitespaceAndNewLines' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let trailingWhitespaceAndNewLines = try! NSRegularExpression(pattern: "\\s+$")
                       ^
/host/spi-builder-workspace/Sources/Stencil/TrimBehaviour.swift:76:24: warning: static property 'leadingWhitespaceAndOneNewLine' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let leadingWhitespaceAndOneNewLine = try! NSRegularExpression(pattern: "^[ \t]*\n")
                       ^
/host/spi-builder-workspace/Sources/Stencil/TrimBehaviour.swift:77:24: warning: static property 'trailingWhitespaceAndOneNewLine' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let trailingWhitespaceAndOneNewLine = try! NSRegularExpression(pattern: "\n[ \t]*$")
                       ^
/host/spi-builder-workspace/Sources/Stencil/TrimBehaviour.swift:79:24: warning: static property 'leadingWhitespace' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let leadingWhitespace = try! NSRegularExpression(pattern: "^[ \t]*")
                       ^
/host/spi-builder-workspace/Sources/Stencil/TrimBehaviour.swift:80:24: warning: static property 'trailingWhitespace' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let trailingWhitespace = try! NSRegularExpression(pattern: "[ \t]*$")
                       ^
[61/76] Compiling Stencil Variable.swift
/host/spi-builder-workspace/Sources/Stencil/TrimBehaviour.swift:73:24: warning: static property 'leadingWhitespaceAndNewlines' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let leadingWhitespaceAndNewlines = try! NSRegularExpression(pattern: "^\\s+")
                       ^
/host/spi-builder-workspace/Sources/Stencil/TrimBehaviour.swift:74:24: warning: static property 'trailingWhitespaceAndNewLines' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let trailingWhitespaceAndNewLines = try! NSRegularExpression(pattern: "\\s+$")
                       ^
/host/spi-builder-workspace/Sources/Stencil/TrimBehaviour.swift:76:24: warning: static property 'leadingWhitespaceAndOneNewLine' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let leadingWhitespaceAndOneNewLine = try! NSRegularExpression(pattern: "^[ \t]*\n")
                       ^
/host/spi-builder-workspace/Sources/Stencil/TrimBehaviour.swift:77:24: warning: static property 'trailingWhitespaceAndOneNewLine' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let trailingWhitespaceAndOneNewLine = try! NSRegularExpression(pattern: "\n[ \t]*$")
                       ^
/host/spi-builder-workspace/Sources/Stencil/TrimBehaviour.swift:79:24: warning: static property 'leadingWhitespace' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let leadingWhitespace = try! NSRegularExpression(pattern: "^[ \t]*")
                       ^
/host/spi-builder-workspace/Sources/Stencil/TrimBehaviour.swift:80:24: warning: static property 'trailingWhitespace' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let trailingWhitespace = try! NSRegularExpression(pattern: "[ \t]*$")
                       ^
[62/76] Compiling Stencil IfTag.swift
[63/76] Compiling Stencil Include.swift
[64/76] Compiling Stencil Inheritance.swift
[65/76] Compiling Stencil Loader.swift
[66/76] Compiling Stencil Node.swift
[67/76] Compiling Stencil NowTag.swift
[68/76] Compiling Stencil KeyPath.swift
[69/76] Compiling Stencil LazyValueWrapper.swift
[70/76] Compiling Stencil Lexer.swift
[71/76] Compiling Stencil Parser.swift
[72/76] Compiling Stencil Template.swift
[73/76] Compiling Stencil Tokenizer.swift
[74/76] Compiling Stencil FilterTag.swift
[75/76] Compiling Stencil Filters.swift
[76/76] Compiling Stencil ForTag.swift
Build complete! (12.24s)
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-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:8b386ca1081dd55ec0944429387f246ccb59ef99c9c8cbb418b0abd78460b38f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Done.