The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Stringly, reference master (3a87de), with Swift 6.1 for Android on 31 Oct 2025 10:39:44 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/yonaskolb/Stringly.git
Reference: master
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/yonaskolb/Stringly
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 3a87de9 test toml and yaml are equal
Cloned https://github.com/yonaskolb/Stringly.git
Revision (git rev-parse @):
3a87de99fb8638a36990b19a66cae02e93be4c6c
SUCCESS checkout https://github.com/yonaskolb/Stringly.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/yonaskolb/Stringly.git
https://github.com/yonaskolb/Stringly.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams"
    },
    {
      "identity" : "pathkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kylef/PathKit"
    },
    {
      "identity" : "rainbow",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.1.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/onevcat/Rainbow"
    },
    {
      "identity" : "swiftcli",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.0.3",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jakeheis/SwiftCLI"
    },
    {
      "identity" : "tomldeserializer",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.4",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/dduan/TOMLDeserializer"
    },
    {
      "identity" : "codability",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/yonaskolb/Codability"
    }
  ],
  "manifest_display_name" : "Stringly",
  "name" : "Stringly",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "stringly",
      "targets" : [
        "Stringly"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "StringlyKit",
      "targets" : [
        "StringlyKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "StringlyKitTests",
      "module_type" : "SwiftTarget",
      "name" : "StringlyKitTests",
      "path" : "Tests/StringlyKitTests",
      "product_dependencies" : [
        "PathKit"
      ],
      "sources" : [
        "StringlyKitTests.swift"
      ],
      "target_dependencies" : [
        "StringlyKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "StringlyKit",
      "module_type" : "SwiftTarget",
      "name" : "StringlyKit",
      "path" : "Sources/StringlyKit",
      "product_dependencies" : [
        "Codability"
      ],
      "product_memberships" : [
        "stringly",
        "StringlyKit"
      ],
      "sources" : [
        "Generator.swift",
        "Generators/StringsDictGenerator.swift",
        "Generators/StringsGenerator.swift",
        "Generators/SwiftGenerator.swift",
        "StringGroup.swift",
        "StringLocalization.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "StringlyCLITests",
      "module_type" : "SwiftTarget",
      "name" : "StringlyCLITests",
      "path" : "Tests/StringlyCLITests",
      "product_dependencies" : [
        "PathKit"
      ],
      "sources" : [
        "StringDiff.swift",
        "StringlyCLITests.swift",
        "TestHelpers.swift"
      ],
      "target_dependencies" : [
        "StringlyCLI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "StringlyCLI",
      "module_type" : "SwiftTarget",
      "name" : "StringlyCLI",
      "path" : "Sources/StringlyCLI",
      "product_dependencies" : [
        "Yams",
        "Rainbow",
        "SwiftCLI",
        "PathKit",
        "TOMLDeserializer"
      ],
      "product_memberships" : [
        "stringly"
      ],
      "sources" : [
        "CLI.swift",
        "Commands/GenerateCommand.swift",
        "Commands/GenerateFileCommand.swift",
        "FileType.swift",
        "FileWriter.swift",
        "GenerateError.swift",
        "Loader.swift",
        "PlatformType.swift"
      ],
      "target_dependencies" : [
        "StringlyKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Stringly",
      "module_type" : "SwiftTarget",
      "name" : "Stringly",
      "path" : "Sources/Stringly",
      "product_memberships" : [
        "stringly"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "StringlyCLI"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/jpsim/Yams
Fetching https://github.com/jakeheis/SwiftCLI
Fetching https://github.com/kylef/PathKit
Fetching https://github.com/yonaskolb/Codability
Fetching https://github.com/dduan/TOMLDeserializer
Fetching https://github.com/onevcat/Rainbow
[1/1438] Fetching pathkit
[30/2241] Fetching pathkit, tomldeserializer
[1869/7315] Fetching pathkit, tomldeserializer, swiftcli
[3663/8654] Fetching pathkit, tomldeserializer, swiftcli, rainbow
[4583/8780] Fetching pathkit, tomldeserializer, swiftcli, rainbow, codability
Fetched https://github.com/dduan/TOMLDeserializer from cache (0.42s)
[6031/7977] Fetching pathkit, swiftcli, rainbow, codability
[7909/19232] Fetching pathkit, swiftcli, rainbow, codability, yams
Fetched https://github.com/onevcat/Rainbow from cache (0.45s)
[6682/17893] Fetching pathkit, swiftcli, codability, yams
Fetched https://github.com/yonaskolb/Codability from cache (1.71s)
Fetched https://github.com/kylef/PathKit from cache (1.71s)
Fetched https://github.com/jakeheis/SwiftCLI from cache (1.72s)
Fetched https://github.com/jpsim/Yams from cache (1.77s)
Computing version for https://github.com/yonaskolb/Codability
Computed https://github.com/yonaskolb/Codability at 0.2.1 (4.92s)
Computing version for https://github.com/jakeheis/SwiftCLI
Computed https://github.com/jakeheis/SwiftCLI at 6.0.3 (0.89s)
Computing version for https://github.com/kylef/PathKit
Computed https://github.com/kylef/PathKit at 1.0.1 (4.15s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.40s)
Computing version for https://github.com/dduan/TOMLDeserializer
Computed https://github.com/dduan/TOMLDeserializer at 0.2.5 (1.53s)
Fetching https://github.com/dduan/NetTime
[1/411] Fetching nettime
Fetched https://github.com/dduan/NetTime from cache (0.42s)
Computing version for https://github.com/dduan/NetTime
Computed https://github.com/dduan/NetTime at 0.2.3 (1.48s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (1.09s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 1.0.2 (1.17s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 3.2.0 (1.05s)
Creating working copy for https://github.com/kylef/PathKit
Working copy of https://github.com/kylef/PathKit resolved at 1.0.1
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/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 3.2.0
Creating working copy for https://github.com/dduan/NetTime
Working copy of https://github.com/dduan/NetTime resolved at 0.2.3
Creating working copy for https://github.com/yonaskolb/Codability
Working copy of https://github.com/yonaskolb/Codability resolved at 0.2.1
Creating working copy for https://github.com/jakeheis/SwiftCLI
Working copy of https://github.com/jakeheis/SwiftCLI resolved at 6.0.3
Creating working copy for https://github.com/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 1.0.2
Creating working copy for https://github.com/dduan/TOMLDeserializer
Working copy of https://github.com/dduan/TOMLDeserializer resolved at 0.2.5
Building for debugging...
[0/29] Write sources
[10/29] Compiling writer.c
[11/29] Compiling reader.c
[12/29] Compiling parser.c
[13/29] Compiling api.c
[14/29] Compiling emitter.c
[15/29] Write swift-version-24593BA9C3E375BF.txt
[16/50] Compiling scanner.c
[18/93] Compiling NetTime LocalDate.swift
/host/spi-builder-workspace/.build/checkouts/NetTime/Sources/NetTime/DateTime.swift:99:8: error: no such module 'Darwin'
 97 | import Glibc
 98 | #else
 99 | import Darwin
    |        `- error: no such module 'Darwin'
100 | #endif
101 |
[19/93] Compiling NetTime TimeOffset.swift
/host/spi-builder-workspace/.build/checkouts/NetTime/Sources/NetTime/DateTime.swift:99:8: error: no such module 'Darwin'
 97 | import Glibc
 98 | #else
 99 | import Darwin
    |        `- error: no such module 'Darwin'
100 | #endif
101 |
[20/93] Compiling NetTime constants.swift
/host/spi-builder-workspace/.build/checkouts/NetTime/Sources/NetTime/DateTime.swift:99:8: error: no such module 'Darwin'
 97 | import Glibc
 98 | #else
 99 | import Darwin
    |        `- error: no such module 'Darwin'
100 | #endif
101 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[21/93] Emitting module NetTime
/host/spi-builder-workspace/.build/checkouts/NetTime/Sources/NetTime/DateTime.swift:99:8: error: no such module 'Darwin'
 97 | import Glibc
 98 | #else
 99 | import Darwin
    |        `- error: no such module 'Darwin'
100 | #endif
101 |
[22/93] Compiling NetTime LocalTime.swift
/host/spi-builder-workspace/.build/checkouts/NetTime/Sources/NetTime/DateTime.swift:99:8: error: no such module 'Darwin'
 97 | import Glibc
 98 | #else
 99 | import Darwin
    |        `- error: no such module 'Darwin'
100 | #endif
101 |
[23/93] Compiling NetTime LocalDateTime.swift
/host/spi-builder-workspace/.build/checkouts/NetTime/Sources/NetTime/DateTime.swift:99:8: error: no such module 'Darwin'
 97 | import Glibc
 98 | #else
 99 | import Darwin
    |        `- error: no such module 'Darwin'
100 | #endif
101 |
[24/93] Compiling NetTime DateTimeRepresentable.swift
/host/spi-builder-workspace/.build/checkouts/NetTime/Sources/NetTime/DateTime.swift:99:8: error: no such module 'Darwin'
 97 | import Glibc
 98 | #else
 99 | import Darwin
    |        `- error: no such module 'Darwin'
100 | #endif
101 |
[25/93] Compiling NetTime DateTime.swift
/host/spi-builder-workspace/.build/checkouts/NetTime/Sources/NetTime/DateTime.swift:99:8: error: no such module 'Darwin'
 97 | import Glibc
 98 | #else
 99 | import Darwin
    |        `- error: no such module 'Darwin'
100 | #endif
101 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
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/13] Write swift-version-24593BA9C3E375BF.txt
[2/77] Compiling NetTime LocalDateTime.swift
/host/spi-builder-workspace/.build/checkouts/NetTime/Sources/NetTime/DateTime.swift:99:8: error: no such module 'Darwin'
 97 | import Glibc
 98 | #else
 99 | import Darwin
    |        `- error: no such module 'Darwin'
100 | #endif
101 |
[3/77] Compiling NetTime constants.swift
/host/spi-builder-workspace/.build/checkouts/NetTime/Sources/NetTime/DateTime.swift:99:8: error: no such module 'Darwin'
 97 | import Glibc
 98 | #else
 99 | import Darwin
    |        `- error: no such module 'Darwin'
100 | #endif
101 |
[4/77] Compiling NetTime TimeOffset.swift
/host/spi-builder-workspace/.build/checkouts/NetTime/Sources/NetTime/DateTime.swift:99:8: error: no such module 'Darwin'
 97 | import Glibc
 98 | #else
 99 | import Darwin
    |        `- error: no such module 'Darwin'
100 | #endif
101 |
[5/77] Compiling NetTime LocalTime.swift
/host/spi-builder-workspace/.build/checkouts/NetTime/Sources/NetTime/DateTime.swift:99:8: error: no such module 'Darwin'
 97 | import Glibc
 98 | #else
 99 | import Darwin
    |        `- error: no such module 'Darwin'
100 | #endif
101 |
[6/77] Compiling NetTime DateTimeRepresentable.swift
/host/spi-builder-workspace/.build/checkouts/NetTime/Sources/NetTime/DateTime.swift:99:8: error: no such module 'Darwin'
 97 | import Glibc
 98 | #else
 99 | import Darwin
    |        `- error: no such module 'Darwin'
100 | #endif
101 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/77] Emitting module NetTime
/host/spi-builder-workspace/.build/checkouts/NetTime/Sources/NetTime/DateTime.swift:99:8: error: no such module 'Darwin'
 97 | import Glibc
 98 | #else
 99 | import Darwin
    |        `- error: no such module 'Darwin'
100 | #endif
101 |
[8/77] Compiling NetTime DateTime.swift
/host/spi-builder-workspace/.build/checkouts/NetTime/Sources/NetTime/DateTime.swift:99:8: error: no such module 'Darwin'
 97 | import Glibc
 98 | #else
 99 | import Darwin
    |        `- error: no such module 'Darwin'
100 | #endif
101 |
[9/77] Compiling NetTime LocalDate.swift
/host/spi-builder-workspace/.build/checkouts/NetTime/Sources/NetTime/DateTime.swift:99:8: error: no such module 'Darwin'
 97 | import Glibc
 98 | #else
 99 | import Darwin
    |        `- error: no such module 'Darwin'
100 | #endif
101 |
BUILD FAILURE 6.1 android