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

Failed to build Stringly, reference 0.9.0 (25e942), with Swift 6.1 for Android on 28 May 2025 02:34:37 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/yonaskolb/Stringly.git
Reference: 0.9.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/yonaskolb/Stringly
 * tag               0.9.0      -> FETCH_HEAD
HEAD is now at 25e9428 update version
Cloned https://github.com/yonaskolb/Stringly.git
Revision (git rev-parse @):
25e94284867ef64639eab73735ecf81bf14e707a
SUCCESS checkout https://github.com/yonaskolb/Stringly.git at 0.9.0
========================================
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-4606859-2":/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/jpsim/Yams
Fetching https://github.com/yonaskolb/Codability
Fetching https://github.com/jakeheis/SwiftCLI
Fetching https://github.com/onevcat/Rainbow
Fetching https://github.com/kylef/PathKit
Fetching https://github.com/dduan/TOMLDeserializer
[1/5074] Fetching swiftcli
[1016/5200] Fetching swiftcli, codability
[2386/6003] Fetching swiftcli, codability, tomldeserializer
[3544/7199] Fetching swiftcli, codability, tomldeserializer, rainbow
[5653/8610] Fetching swiftcli, codability, tomldeserializer, rainbow, pathkit
Fetched https://github.com/dduan/TOMLDeserializer from cache (0.31s)
Fetched https://github.com/kylef/PathKit from cache (0.36s)
[6321/17053] Fetching swiftcli, codability, rainbow, yams
Fetched https://github.com/onevcat/Rainbow from cache (0.36s)
[5231/15857] Fetching swiftcli, codability, yams
Fetched https://github.com/jakeheis/SwiftCLI from cache (0.39s)
[477/10783] Fetching codability, yams
Fetched https://github.com/yonaskolb/Codability from cache (1.40s)
Fetched https://github.com/jpsim/Yams from cache (1.45s)
Computing version for https://github.com/yonaskolb/Codability
Computed https://github.com/yonaskolb/Codability at 0.2.1 (3.69s)
Computing version for https://github.com/jakeheis/SwiftCLI
Computed https://github.com/jakeheis/SwiftCLI at 6.0.3 (0.60s)
Computing version for https://github.com/kylef/PathKit
Computed https://github.com/kylef/PathKit at 1.0.1 (2.25s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.30s)
Computing version for https://github.com/dduan/TOMLDeserializer
Computed https://github.com/dduan/TOMLDeserializer at 0.2.5 (0.89s)
Fetching https://github.com/dduan/NetTime
[1/411] Fetching nettime
Fetched https://github.com/dduan/NetTime from cache (0.29s)
Computing version for https://github.com/dduan/NetTime
Computed https://github.com/dduan/NetTime at 0.2.3 (1.00s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.81s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 1.0.2 (0.74s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 3.2.0 (0.82s)
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/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 3.2.0
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/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/dduan/TOMLDeserializer
Working copy of https://github.com/dduan/TOMLDeserializer resolved at 0.2.5
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/dduan/NetTime
Working copy of https://github.com/dduan/NetTime resolved at 0.2.3
Building for debugging...
[0/29] Write sources
[10/29] Compiling writer.c
[11/29] Compiling api.c
[12/29] Compiling parser.c
[13/29] Compiling reader.c
[14/29] Write swift-version-24593BA9C3E375BF.txt
[15/29] Compiling emitter.c
[16/29] Compiling scanner.c
[18/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 |
[19/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 |
[20/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 |
[21/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 |
[22/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 |
[23/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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[24/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 |
[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-4606859-2":/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/13] Write swift-version-24593BA9C3E375BF.txt
[2/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 |
[3/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 |
[4/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 |
[5/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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/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 |
[7/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 |
[8/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 |
[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