The Swift Package Index logo.Swift Package Index

Build Information

Failed to build flint, reference 0.3.0 (7ddba0), with Swift 6.1 for Android on 21 Feb 2026 18:10:07 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/flint-engine/flint.git
Reference: 0.3.0
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/flint-engine/flint
 * tag               0.3.0      -> FETCH_HEAD
HEAD is now at 7ddba0f Merge branch 'develop'
Cloned https://github.com/flint-engine/flint.git
Revision (git rev-parse @):
7ddba0f97618a3b550472d407041583e64a25985
SUCCESS checkout https://github.com/flint-engine/flint.git at 0.3.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/flint-engine/flint.git
https://github.com/flint-engine/flint.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.7.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "motor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.3",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-cli/motor"
    },
    {
      "identity" : "execute",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-cli/execute"
    },
    {
      "identity" : "ansi-escape-code",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-cli/ansi-escape-code"
    },
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.2.1",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams.git"
    }
  ],
  "manifest_display_name" : "flint",
  "name" : "flint",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "flint",
      "targets" : [
        "Flint"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Flint",
      "module_type" : "SwiftTarget",
      "name" : "Flint",
      "path" : "Sources/Flint",
      "product_dependencies" : [
        "ArgumentParser",
        "Motor",
        "Execute",
        "ANSIEscapeCode",
        "Yams"
      ],
      "product_memberships" : [
        "flint"
      ],
      "sources" : [
        "Convenience/print.swift",
        "Convenience/processVariables.swift",
        "Convenience/readManifest.swift",
        "Environment/Env.swift",
        "Environment/EnvironmentError.swift",
        "Environment/TemplateHomePath.swift",
        "Models/Template/Manifest.swift",
        "Models/Template/Template.swift",
        "Models/Template/TemplateFormatError.swift",
        "Models/Template/Variable.swift",
        "Process/processCustomVariables.swift",
        "Process/processDateVariables.swift",
        "Process/processFileAttributes.swift",
        "Process/processIncludedFiles.swift",
        "input/inputCommand.swift",
        "input/inputCommandHandler.swift",
        "main.swift",
        "spark/sparkCommand.swift",
        "spark/sparkCommandHandler.swift",
        "template/TemplateCommand.swift",
        "template/add/templateAddCommand.swift",
        "template/add/templateAddCommandHandler.swift",
        "template/clone/templateCloneCommand.swift",
        "template/clone/templateCloneCommandHandler.swift",
        "template/list/templateListCommand.swift",
        "template/list/templateListCommandHandler.swift",
        "template/remove/templateRemoveCommand.swift",
        "template/remove/templateRemoveCommandHandler.swift",
        "version/version.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "4.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/swift-cli/execute
Fetching https://github.com/swift-cli/motor
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/swift-cli/ansi-escape-code
[1/39] Fetching ansi-escape-code
[20/100] Fetching ansi-escape-code, execute
[91/148] Fetching ansi-escape-code, execute, motor
Fetched https://github.com/swift-cli/ansi-escape-code from cache (0.37s)
Fetching https://github.com/apple/swift-argument-parser
Fetched https://github.com/swift-cli/execute from cache (0.39s)
[49/11551] Fetching motor, yams
[4881/28720] Fetching motor, yams, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.29s)
[9366/11551] Fetching motor, yams
Fetched https://github.com/swift-cli/motor from cache (2.65s)
Fetched https://github.com/jpsim/Yams.git from cache (2.71s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 6.2.1 (3.32s)
Computing version for https://github.com/swift-cli/ansi-escape-code
Computed https://github.com/swift-cli/ansi-escape-code at 0.1.2 (0.67s)
Computing version for https://github.com/swift-cli/execute
Computed https://github.com/swift-cli/execute at 0.1.2 (5.82s)
Computing version for https://github.com/swift-cli/motor
Computed https://github.com/swift-cli/motor at 0.1.3 (1.35s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.0 (1.00s)
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 6.2.1
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.0
Creating working copy for https://github.com/swift-cli/execute
Working copy of https://github.com/swift-cli/execute resolved at 0.1.2
Creating working copy for https://github.com/swift-cli/motor
Working copy of https://github.com/swift-cli/motor resolved at 0.1.3
Creating working copy for https://github.com/swift-cli/ansi-escape-code
Working copy of https://github.com/swift-cli/ansi-escape-code resolved at 0.1.2
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/25] Write sources
[9/25] Compiling reader.c
[10/25] Compiling parser.c
[11/25] Compiling api.c
[12/25] Compiling emitter.c
[13/25] Write swift-version-24593BA9C3E375BF.txt
[13/25] Compiling writer.c
[15/25] Compiling scanner.c
[17/65] Emitting module ArgumentParserToolInfo
[18/65] Compiling ArgumentParserToolInfo ToolInfo.swift
[19/66] Wrapping AST for ArgumentParserToolInfo for debugging
[21/112] Emitting module ArgumentParser
[22/118] Compiling ArgumentParser Tree.swift
[23/118] Compiling ArgumentParser CodingKeyValidator.swift
[24/118] Compiling ArgumentParser NonsenseFlagsValidator.swift
[25/118] Compiling ArgumentParser ParsableArgumentsValidation.swift
[26/118] Compiling ArgumentParser PositionalArgumentsValidator.swift
[27/118] Compiling ArgumentParser UniqueNamesValidator.swift
[28/118] Compiling ArgumentParser InputOrigin.swift
[29/118] Compiling ArgumentParser Name.swift
[30/118] Compiling ArgumentParser Parsed.swift
[31/118] Compiling ArgumentParser ParsedValues.swift
[32/118] Compiling ArgumentParser ParserError.swift
[33/118] Compiling ArgumentParser SplitArguments.swift
[34/118] Compiling ArgumentParser ArgumentVisibility.swift
[35/118] Compiling ArgumentParser CompletionKind.swift
[36/118] Compiling ArgumentParser Errors.swift
[37/118] Compiling ArgumentParser Flag.swift
[38/118] Compiling ArgumentParser NameSpecification.swift
[39/118] Compiling ArgumentParser Option.swift
[40/118] Compiling ArgumentParser OptionGroup.swift
[41/118] Compiling ArgumentParser BashCompletionsGenerator.swift
[42/118] Compiling ArgumentParser CompletionsGenerator.swift
[43/118] Compiling ArgumentParser FishCompletionsGenerator.swift
[44/118] Compiling ArgumentParser ZshCompletionsGenerator.swift
[45/118] Compiling ArgumentParser Argument.swift
[46/118] Compiling ArgumentParser ArgumentDiscussion.swift
[47/118] Compiling ArgumentParser ArgumentHelp.swift
[48/118] Compiling ArgumentParser DumpHelpGenerator.swift
[49/118] Compiling ArgumentParser HelpCommand.swift
[50/118] Compiling ArgumentParser HelpGenerator.swift
[51/118] Compiling ArgumentParser MessageInfo.swift
[52/118] Compiling ArgumentParser UsageGenerator.swift
[53/118] Compiling ArgumentParser CollectionExtensions.swift
[54/118] Compiling ArgumentParser Foundation.swift
[55/118] Compiling ArgumentParser Mutex.swift
[56/118] Compiling ArgumentParser Platform.swift
[57/118] Compiling ArgumentParser SequenceExtensions.swift
[58/118] Compiling ArgumentParser StringExtensions.swift
[59/118] Compiling ArgumentParser SwiftExtensions.swift
[60/118] Compiling Execute ShCommand.swift
[61/118] Compiling Execute Command.swift
[62/118] Emitting module Execute
[63/118] Compiling Execute Shell.swift
[64/118] Compiling Execute ProcessOperation.swift
[65/118] Compiling ANSIEscapeCode EraseInDisplayType.swift
[66/119] Emitting module ANSIEscapeCode
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[75/121] Compiling ANSIEscapeCode EraseInLineType.swift
[76/121] Compiling Execute Executor.swift
[77/121] Compiling Execute FileHandle+DataHandler.swift
/host/spi-builder-workspace/.build/checkouts/execute/Sources/Execute/DataHandler/FileHandle+DataHandler.swift:33:12: error: cannot find 'lseek' in scope
31 |     /// - Parameter data: The data to be appended.
32 |     public func handle(_ data: Data) {
33 |         if lseek(fileDescriptor, 0, SEEK_CUR) != -1 {
   |            `- error: cannot find 'lseek' in scope
34 |             seekToEndOfFile()
35 |         }
[78/121] Compiling Execute DataHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[82/121] Emitting module Yams
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[86/121] Compiling ANSIEscapeCode Scroll.swift
[87/121] Compiling ANSIEscapeCode PrintANSIEscapeCode.swift
[88/121] Compiling ANSIEscapeCode String+ANSIEscapeCode.swift
[89/121] Compiling ArgumentParser ParentCommand.swift
[90/121] Compiling ArgumentParser AsyncParsableCommand.swift
[91/121] Compiling ArgumentParser CommandConfiguration.swift
[92/121] Compiling ArgumentParser CommandGroup.swift
[93/121] Compiling ArgumentParser EnumerableFlag.swift
[94/121] Compiling Yams YamlError.swift
[95/121] Compiling Yams YamlTagProviding.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/12] Write swift-version-24593BA9C3E375BF.txt
[4/52] Compiling ANSIEscapeCode PrintANSIEscapeCode.swift
[5/53] Compiling Yams Constructor.swift
[6/53] Compiling Yams Tag.swift
[7/53] Compiling Execute Shell.swift
[8/53] Compiling Execute FileHandle+DataHandler.swift
/host/spi-builder-workspace/.build/checkouts/execute/Sources/Execute/DataHandler/FileHandle+DataHandler.swift:33:12: error: cannot find 'lseek' in scope
31 |     /// - Parameter data: The data to be appended.
32 |     public func handle(_ data: Data) {
33 |         if lseek(fileDescriptor, 0, SEEK_CUR) != -1 {
   |            `- error: cannot find 'lseek' in scope
34 |             seekToEndOfFile()
35 |         }
[9/53] Compiling Execute DataHandler.swift
[10/53] Compiling Execute Executor.swift
[11/53] Compiling Execute Command.swift
[12/53] Compiling Execute ShCommand.swift
[13/53] Emitting module Execute
[14/53] Compiling ANSIEscapeCode Scroll.swift
[15/53] Compiling ANSIEscapeCode EraseInLineType.swift
[16/53] Compiling ANSIEscapeCode EraseInDisplayType.swift
[17/53] Compiling ANSIEscapeCode String+ANSIEscapeCode.swift
[18/53] Emitting module ANSIEscapeCode
[19/53] Compiling Yams AliasDereferencingStrategy.swift
[20/53] Compiling Yams Anchor.swift
[21/53] Compiling ANSIEscapeCode TextColor.swift
[22/54] Compiling Execute ProcessOperation.swift
[23/54] Emitting module ArgumentParserToolInfo
BUILD FAILURE 6.1 android