The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Stencil, reference 0.16.1 (0126cb), with Swift 6.1 for Android on 30 May 2025 06:54:50 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
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:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/MFB-Technologies-Inc/Stencil.git
https://github.com/MFB-Technologies-Inc/Stencil.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "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"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-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.86s)
Computing version for https://github.com/MFB-Technologies-Inc/PathKit.git
Computed https://github.com/MFB-Technologies-Inc/PathKit.git at 1.0.2 (1.34s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.42s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.87s)
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 MachPort.swift
[7/33] Compiling SystemPackage PlatformString.swift
[8/33] Compiling SystemPackage SystemString.swift
[9/36] Compiling SystemPackage FileOperations.swift
[10/36] Compiling SystemPackage FilePath.swift
[11/36] Compiling SystemPackage FilePathComponentView.swift
[12/36] Compiling SystemPackage FilePathComponents.swift
[13/36] Emitting module SystemPackage
[14/36] Compiling SystemPackage Errno.swift
[15/36] Compiling SystemPackage ErrnoWindows.swift
[16/36] Compiling SystemPackage FileDescriptor.swift
[17/36] Compiling SystemPackage FileHelpers.swift
[18/36] Compiling SystemPackage Util+StringArray.swift
[19/36] Compiling SystemPackage Util.swift
[20/36] Compiling SystemPackage UtilConsumers.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 Backcompat.swift
[26/36] Compiling SystemPackage CInterop.swift
[27/36] Compiling SystemPackage Constants.swift
[28/36] Compiling SystemPackage Exports.swift
[29/36] Compiling SystemPackage FilePathTempPosix.swift
[30/36] Compiling SystemPackage FilePathTempWindows.swift
[31/36] Compiling SystemPackage FilePathWindows.swift
[32/36] Compiling SystemPackage FilePermissions.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+Contents.swift
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit/Path+Globbing.swift:19:12: error: no such module 'Darwin'
17 |     let system_glob = Glibc.glob
18 | #else
19 |     import Darwin
   |            `- error: no such module 'Darwin'
20 |
21 |     let system_glob = Darwin.glob
[39/50] Compiling PathKit Path+Directories.swift
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit/Path+Globbing.swift:19:12: error: no such module 'Darwin'
17 |     let system_glob = Glibc.glob
18 | #else
19 |     import Darwin
   |            `- error: no such module 'Darwin'
20 |
21 |     let system_glob = Darwin.glob
[40/51] Compiling PathKit Path+Traversing.swift
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit/Path+Globbing.swift:19:12: error: no such module 'Darwin'
17 |     let system_glob = Glibc.glob
18 | #else
19 |     import Darwin
   |            `- error: no such module 'Darwin'
20 |
21 |     let system_glob = Darwin.glob
[41/51] Compiling PathKit Path.swift
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit/Path+Globbing.swift:19:12: error: no such module 'Darwin'
17 |     let system_glob = Glibc.glob
18 | #else
19 |     import Darwin
   |            `- error: no such module 'Darwin'
20 |
21 |     let system_glob = Darwin.glob
[42/51] Compiling PathKit Path+Sequence.swift
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit/Path+Globbing.swift:19:12: error: no such module 'Darwin'
17 |     let system_glob = Glibc.glob
18 | #else
19 |     import Darwin
   |            `- error: no such module 'Darwin'
20 |
21 |     let system_glob = Darwin.glob
[43/51] Compiling PathKit Path+Globbing.swift
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit/Path+Globbing.swift:19:12: error: no such module 'Darwin'
17 |     let system_glob = Glibc.glob
18 | #else
19 |     import Darwin
   |            `- error: no such module 'Darwin'
20 |
21 |     let system_glob = Darwin.glob
[44/51] Compiling PathKit Path+PathInfo.swift
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit/Path+Globbing.swift:19:12: error: no such module 'Darwin'
17 |     let system_glob = Glibc.glob
18 | #else
19 |     import Darwin
   |            `- error: no such module 'Darwin'
20 |
21 |     let system_glob = Darwin.glob
[45/51] Compiling PathKit Path+FileInfo.swift
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit/Path+Globbing.swift:19:12: error: no such module 'Darwin'
17 |     let system_glob = Glibc.glob
18 | #else
19 |     import Darwin
   |            `- error: no such module 'Darwin'
20 |
21 |     let system_glob = Darwin.glob
[46/51] Compiling PathKit Path+FileManipulation.swift
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit/Path+Globbing.swift:19:12: error: no such module 'Darwin'
17 |     let system_glob = Glibc.glob
18 | #else
19 |     import Darwin
   |            `- error: no such module 'Darwin'
20 |
21 |     let system_glob = Darwin.glob
error: emit-module command failed with exit code 1 (use -v to see invocation)
[47/51] Emitting module PathKit
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit/Path+Globbing.swift:19:12: error: no such module 'Darwin'
17 |     let system_glob = Glibc.glob
18 | #else
19 |     import Darwin
   |            `- error: no such module 'Darwin'
20 |
21 |     let system_glob = Darwin.glob
[48/51] Compiling PathKit Operators.swift
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit/Path+Globbing.swift:19:12: error: no such module 'Darwin'
17 |     let system_glob = Glibc.glob
18 | #else
19 |     import Darwin
   |            `- error: no such module 'Darwin'
20 |
21 |     let system_glob = Darwin.glob
[49/51] Compiling PathKit Path+Components.swift
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit/Path+Globbing.swift:19:12: error: no such module 'Darwin'
17 |     let system_glob = Glibc.glob
18 | #else
19 |     import Darwin
   |            `- error: no such module 'Darwin'
20 |
21 |     let system_glob = Darwin.glob
[50/51] Compiling PathKit DefaultFileSystemInfo.swift
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit/Path+Globbing.swift:19:12: error: no such module 'Darwin'
17 |     let system_glob = Glibc.glob
18 | #else
19 |     import Darwin
   |            `- error: no such module 'Darwin'
20 |
21 |     let system_glob = Darwin.glob
[51/51] Compiling PathKit FileSystemInfo.swift
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit/Path+Globbing.swift:19:12: error: no such module 'Darwin'
17 |     let system_glob = Glibc.glob
18 | #else
19 |     import Darwin
   |            `- error: no such module 'Darwin'
20 |
21 |     let system_glob = Darwin.glob
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/29] Compiling SystemPackage Mocking.swift
[3/29] Compiling SystemPackage RawBuffer.swift
[4/29] Compiling SystemPackage Syscalls.swift
[5/29] Compiling SystemPackage WindowsSyscallAdapters.swift
[6/29] Compiling SystemPackage Backcompat.swift
[7/29] Compiling SystemPackage CInterop.swift
[8/29] Compiling SystemPackage Constants.swift
[9/29] Compiling SystemPackage Exports.swift
[10/29] Compiling SystemPackage MachPort.swift
[11/29] Compiling SystemPackage PlatformString.swift
[12/29] Compiling SystemPackage SystemString.swift
[13/32] Compiling SystemPackage Errno.swift
[14/32] Compiling SystemPackage ErrnoWindows.swift
[15/32] Compiling SystemPackage FileDescriptor.swift
[16/32] Compiling SystemPackage FileHelpers.swift
[17/32] Emitting module SystemPackage
[18/32] Compiling SystemPackage FilePathParsing.swift
[19/32] Compiling SystemPackage FilePathString.swift
[20/32] Compiling SystemPackage FilePathSyntax.swift
[21/32] Compiling SystemPackage FilePathTemp.swift
[22/32] Compiling SystemPackage FilePathTempPosix.swift
[23/32] Compiling SystemPackage FilePathTempWindows.swift
[24/32] Compiling SystemPackage FilePathWindows.swift
[25/32] Compiling SystemPackage FilePermissions.swift
[26/32] Compiling SystemPackage FileOperations.swift
[27/32] Compiling SystemPackage FilePath.swift
[28/32] Compiling SystemPackage FilePathComponentView.swift
[29/32] Compiling SystemPackage FilePathComponents.swift
[30/32] Compiling SystemPackage Util+StringArray.swift
[31/32] Compiling SystemPackage Util.swift
[32/32] Compiling SystemPackage UtilConsumers.swift
[34/46] Compiling PathKit Path+Traversing.swift
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit/Path+Globbing.swift:19:12: error: no such module 'Darwin'
17 |     let system_glob = Glibc.glob
18 | #else
19 |     import Darwin
   |            `- error: no such module 'Darwin'
20 |
21 |     let system_glob = Darwin.glob
[35/47] Compiling PathKit Path+Globbing.swift
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit/Path+Globbing.swift:19:12: error: no such module 'Darwin'
17 |     let system_glob = Glibc.glob
18 | #else
19 |     import Darwin
   |            `- error: no such module 'Darwin'
20 |
21 |     let system_glob = Darwin.glob
[36/47] Compiling PathKit Path+PathInfo.swift
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit/Path+Globbing.swift:19:12: error: no such module 'Darwin'
17 |     let system_glob = Glibc.glob
18 | #else
19 |     import Darwin
   |            `- error: no such module 'Darwin'
20 |
21 |     let system_glob = Darwin.glob
[37/47] Compiling PathKit Path+FileInfo.swift
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit/Path+Globbing.swift:19:12: error: no such module 'Darwin'
17 |     let system_glob = Glibc.glob
18 | #else
19 |     import Darwin
   |            `- error: no such module 'Darwin'
20 |
21 |     let system_glob = Darwin.glob
[38/47] Compiling PathKit Path+FileManipulation.swift
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit/Path+Globbing.swift:19:12: error: no such module 'Darwin'
17 |     let system_glob = Glibc.glob
18 | #else
19 |     import Darwin
   |            `- error: no such module 'Darwin'
20 |
21 |     let system_glob = Darwin.glob
[39/47] Compiling PathKit Path+Sequence.swift
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit/Path+Globbing.swift:19:12: error: no such module 'Darwin'
17 |     let system_glob = Glibc.glob
18 | #else
19 |     import Darwin
   |            `- error: no such module 'Darwin'
20 |
21 |     let system_glob = Darwin.glob
[40/47] Compiling PathKit Path+Contents.swift
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit/Path+Globbing.swift:19:12: error: no such module 'Darwin'
17 |     let system_glob = Glibc.glob
18 | #else
19 |     import Darwin
   |            `- error: no such module 'Darwin'
20 |
21 |     let system_glob = Darwin.glob
[41/47] Compiling PathKit Path+Directories.swift
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit/Path+Globbing.swift:19:12: error: no such module 'Darwin'
17 |     let system_glob = Glibc.glob
18 | #else
19 |     import Darwin
   |            `- error: no such module 'Darwin'
20 |
21 |     let system_glob = Darwin.glob
error: emit-module command failed with exit code 1 (use -v to see invocation)
[42/47] Emitting module PathKit
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit/Path+Globbing.swift:19:12: error: no such module 'Darwin'
17 |     let system_glob = Glibc.glob
18 | #else
19 |     import Darwin
   |            `- error: no such module 'Darwin'
20 |
21 |     let system_glob = Darwin.glob
[43/47] Compiling PathKit Operators.swift
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit/Path+Globbing.swift:19:12: error: no such module 'Darwin'
17 |     let system_glob = Glibc.glob
18 | #else
19 |     import Darwin
   |            `- error: no such module 'Darwin'
20 |
21 |     let system_glob = Darwin.glob
[44/47] Compiling PathKit Path+Components.swift
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit/Path+Globbing.swift:19:12: error: no such module 'Darwin'
17 |     let system_glob = Glibc.glob
18 | #else
19 |     import Darwin
   |            `- error: no such module 'Darwin'
20 |
21 |     let system_glob = Darwin.glob
[45/47] Compiling PathKit DefaultFileSystemInfo.swift
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit/Path+Globbing.swift:19:12: error: no such module 'Darwin'
17 |     let system_glob = Glibc.glob
18 | #else
19 |     import Darwin
   |            `- error: no such module 'Darwin'
20 |
21 |     let system_glob = Darwin.glob
[46/47] Compiling PathKit FileSystemInfo.swift
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit/Path+Globbing.swift:19:12: error: no such module 'Darwin'
17 |     let system_glob = Glibc.glob
18 | #else
19 |     import Darwin
   |            `- error: no such module 'Darwin'
20 |
21 |     let system_glob = Darwin.glob
[47/47] Compiling PathKit Path.swift
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit/Path+Globbing.swift:19:12: error: no such module 'Darwin'
17 |     let system_glob = Glibc.glob
18 | #else
19 |     import Darwin
   |            `- error: no such module 'Darwin'
20 |
21 |     let system_glob = Darwin.glob
BUILD FAILURE 6.1 android