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 StringsLint, reference 0.1.9 (8368fb), with Swift 6.2 (beta) for Android on 22 Jun 2025 04:55:43 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dral3x/stringslint.git
Reference: 0.1.9
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/dral3x/stringslint
 * tag               0.1.9      -> FETCH_HEAD
HEAD is now at 8368fbc release 0.1.9
Cloned https://github.com/dral3x/stringslint.git
Revision (git rev-parse @):
8368fbc20ff079d198605fe3d46f2f1cc58d4a4f
SUCCESS checkout https://github.com/dral3x/stringslint.git at 0.1.9
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/dral3x/stringslint.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/apple/swift-argument-parser.git
[1/10874] Fetching yams
[2394/26254] Fetching yams, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.40s)
Fetched https://github.com/jpsim/Yams.git from cache (1.43s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.0.6 (4.29s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.0 (0.94s)
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.0.6
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.0
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/stringslint/Supporting Files/Info.plist
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/StringsLintFramework/Supporting Files/Info.plist
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/20] Write sources
[6/20] Compiling writer.c
[7/20] Write swift-version-8C5A4AE7A8CE2BA.txt
[8/20] Compiling reader.c
[9/22] Compiling parser.c
[10/22] Compiling api.c
[11/22] Compiling emitter.c
[12/22] Compiling scanner.c
[14/37] Compiling ArgumentParserToolInfo ToolInfo.swift
[15/37] Emitting module ArgumentParserToolInfo
[16/38] Wrapping AST for ArgumentParserToolInfo for debugging
[18/76] Emitting module ArgumentParser
[19/81] Compiling ArgumentParser Name.swift
[20/81] Compiling ArgumentParser Parsed.swift
[21/81] Compiling ArgumentParser ParsedValues.swift
[22/81] Compiling ArgumentParser ParserError.swift
[23/81] Compiling ArgumentParser SplitArguments.swift
[24/81] Compiling ArgumentParser BashCompletionsGenerator.swift
[25/81] Compiling ArgumentParser CompletionsGenerator.swift
[26/81] Compiling ArgumentParser FishCompletionsGenerator.swift
[27/81] Compiling ArgumentParser ZshCompletionsGenerator.swift
[28/81] Compiling ArgumentParser Argument.swift
[29/81] Compiling ArgumentParser ArgumentHelp.swift
[30/81] Compiling ArgumentParser ExpressibleByArgument.swift
[31/81] Compiling ArgumentParser ParsableArguments.swift
[32/81] Compiling ArgumentParser ParsableArgumentsValidation.swift
[33/81] Compiling ArgumentParser ParsableCommand.swift
[34/81] Compiling ArgumentParser ArgumentDecoder.swift
[35/81] Compiling ArgumentParser ArgumentVisibility.swift
[36/81] Compiling ArgumentParser CompletionKind.swift
[37/81] Compiling ArgumentParser Errors.swift
[38/81] Compiling ArgumentParser Flag.swift
[39/81] Compiling ArgumentParser NameSpecification.swift
[40/81] Compiling ArgumentParser Option.swift
[41/81] Compiling ArgumentParser ArgumentDefinition.swift
[42/81] Compiling ArgumentParser ArgumentSet.swift
[43/81] Compiling ArgumentParser CommandParser.swift
[44/81] Compiling ArgumentParser InputKey.swift
[45/81] Compiling ArgumentParser InputOrigin.swift
[46/81] Compiling ArgumentParser CollectionExtensions.swift
[47/81] Compiling ArgumentParser Platform.swift
[48/81] Compiling ArgumentParser SequenceExtensions.swift
[49/81] Compiling ArgumentParser StringExtensions.swift
[50/81] Compiling ArgumentParser Tree.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
 17 | #else
 18 | import CoreFoundation
 19 | import Glibc
    |        `- error: no such module 'Glibc'
 20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
 21 | #endif
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
 17 | #else
 18 | import CoreFoundation
 19 | import Glibc
    |        `- error: no such module 'Glibc'
 20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
 21 | #endif
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
 17 | #else
 18 | import CoreFoundation
 19 | import Glibc
    |        `- error: no such module 'Glibc'
 20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
 21 | #endif
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
 17 | #else
 18 | import CoreFoundation
 19 | import Glibc
    |        `- error: no such module 'Glibc'
 20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
 21 | #endif
error: emit-module command failed with exit code 1 (use -v to see invocation)
[55/82] Emitting module Yams
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
 17 | #else
 18 | import CoreFoundation
 19 | import Glibc
    |        `- error: no such module 'Glibc'
 20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
 21 | #endif
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
 17 | #else
 18 | import CoreFoundation
 19 | import Glibc
    |        `- error: no such module 'Glibc'
 20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
 21 | #endif
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
 17 | #else
 18 | import CoreFoundation
 19 | import Glibc
    |        `- error: no such module 'Glibc'
 20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
 21 | #endif
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
 17 | #else
 18 | import CoreFoundation
 19 | import Glibc
    |        `- error: no such module 'Glibc'
 20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
 21 | #endif
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
 17 | #else
 18 | import CoreFoundation
 19 | import Glibc
    |        `- error: no such module 'Glibc'
 20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
 21 | #endif
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
 17 | #else
 18 | import CoreFoundation
 19 | import Glibc
    |        `- error: no such module 'Glibc'
 20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
 21 | #endif
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
 17 | #else
 18 | import CoreFoundation
 19 | import Glibc
    |        `- error: no such module 'Glibc'
 20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
 21 | #endif
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
 17 | #else
 18 | import CoreFoundation
 19 | import Glibc
    |        `- error: no such module 'Glibc'
 20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
 21 | #endif
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
 17 | #else
 18 | import CoreFoundation
 19 | import Glibc
    |        `- error: no such module 'Glibc'
 20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
 21 | #endif
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
 17 | #else
 18 | import CoreFoundation
 19 | import Glibc
    |        `- error: no such module 'Glibc'
 20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
 21 | #endif
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
 17 | #else
 18 | import CoreFoundation
 19 | import Glibc
    |        `- error: no such module 'Glibc'
 20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
 21 | #endif
[66/82] Compiling ArgumentParser OptionGroup.swift
[67/82] Compiling ArgumentParser AsyncParsableCommand.swift
[68/82] Compiling ArgumentParser CommandConfiguration.swift
[69/82] Compiling ArgumentParser CommandGroup.swift
[70/82] Compiling ArgumentParser EnumerableFlag.swift
[71/82] Compiling ArgumentParser DumpHelpGenerator.swift
[72/82] Compiling ArgumentParser HelpCommand.swift
[73/82] Compiling ArgumentParser HelpGenerator.swift
[74/82] Compiling ArgumentParser MessageInfo.swift
[75/82] Compiling ArgumentParser UsageGenerator.swift
[77/83] Compiling Yams YamlError.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:19:8: error: no such module 'Glibc'
 17 | #else
 18 | import CoreFoundation
 19 | import Glibc
    |        `- error: no such module 'Glibc'
 20 | private let cpow: (_: Double, _: Double) -> Double = Glibc.pow
 21 | #endif
BUILD FAILURE 6.2 android