Build Information
Failed to build StringsLint, reference master (8368fb
), with Swift 6.2 (beta) for Android on 22 Jun 2025 04:56:02 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.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: 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/dral3x/stringslint
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
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 master
========================================
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-4606859-2":/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/apple/swift-argument-parser.git
Fetching https://github.com/jpsim/Yams.git
[1/10874] Fetching yams
[980/26254] Fetching yams, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.75s)
[9026/10874] Fetching yams
Fetched https://github.com/jpsim/Yams.git from cache (2.48s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.0.6 (8.21s)
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.69s)
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 reader.c
[7/20] Compiling writer.c
[8/20] Write swift-version-8C5A4AE7A8CE2BA.txt
[9/22] Compiling api.c
[10/22] Compiling parser.c
[11/22] Compiling emitter.c
[12/22] Compiling scanner.c
[14/37] Emitting module ArgumentParserToolInfo
[15/37] Compiling ArgumentParserToolInfo ToolInfo.swift
[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 ArgumentVisibility.swift
[25/81] Compiling ArgumentParser CompletionKind.swift
[26/81] Compiling ArgumentParser Errors.swift
[27/81] Compiling ArgumentParser Flag.swift
[28/81] Compiling ArgumentParser NameSpecification.swift
[29/81] Compiling ArgumentParser Option.swift
[30/81] Compiling ArgumentParser BashCompletionsGenerator.swift
[31/81] Compiling ArgumentParser CompletionsGenerator.swift
[32/81] Compiling ArgumentParser FishCompletionsGenerator.swift
[33/81] Compiling ArgumentParser ZshCompletionsGenerator.swift
[34/81] Compiling ArgumentParser Argument.swift
[35/81] Compiling ArgumentParser ArgumentHelp.swift
[36/81] Compiling ArgumentParser ExpressibleByArgument.swift
[37/81] Compiling ArgumentParser ParsableArguments.swift
[38/81] Compiling ArgumentParser ParsableArgumentsValidation.swift
[39/81] Compiling ArgumentParser ParsableCommand.swift
[40/81] Compiling ArgumentParser ArgumentDecoder.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 OptionGroup.swift
[47/81] Compiling ArgumentParser AsyncParsableCommand.swift
[48/81] Compiling ArgumentParser CommandConfiguration.swift
[49/81] Compiling ArgumentParser CommandGroup.swift
[50/81] Compiling ArgumentParser EnumerableFlag.swift
[51/81] Compiling ArgumentParser CollectionExtensions.swift
[52/81] Compiling ArgumentParser Platform.swift
[53/81] Compiling ArgumentParser SequenceExtensions.swift
[54/81] Compiling ArgumentParser StringExtensions.swift
[55/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
/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)
[64/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
[65/82] Compiling ArgumentParser DumpHelpGenerator.swift
[66/82] Compiling ArgumentParser HelpCommand.swift
[67/82] Compiling ArgumentParser HelpGenerator.swift
[68/82] Compiling ArgumentParser MessageInfo.swift
[69/82] Compiling ArgumentParser UsageGenerator.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
/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
[76/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