Build Information
Failed to build Stringly, reference master (fc029f
), with Swift 6.1 for Android on 28 May 2025 02:34:56 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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: 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 fc029f5 remove git files
Cloned https://github.com/yonaskolb/Stringly.git
Revision (git rev-parse @):
fc029f5358cbbbc4fbf20c006ca5ce30cb9021c9
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-3":/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/dduan/TOMLDeserializer
Fetching https://github.com/yonaskolb/Codability
Fetching https://github.com/jakeheis/SwiftCLI
Fetching https://github.com/kylef/PathKit
Fetching https://github.com/onevcat/Rainbow
Fetching https://github.com/jpsim/Yams
[1/126] Fetching codability
[57/929] Fetching codability, tomldeserializer
[828/2340] Fetching codability, tomldeserializer, pathkit
[1143/7414] Fetching codability, tomldeserializer, pathkit, swiftcli
[1278/8610] Fetching codability, tomldeserializer, pathkit, swiftcli, rainbow
[8541/19267] Fetching codability, tomldeserializer, pathkit, swiftcli, rainbow, yams
Fetched https://github.com/dduan/TOMLDeserializer from cache (0.74s)
Fetched https://github.com/kylef/PathKit from cache (0.74s)
[13680/17053] Fetching codability, swiftcli, rainbow, yams
Fetched https://github.com/jakeheis/SwiftCLI from cache (0.74s)
[8926/11979] Fetching codability, rainbow, yams
Fetched https://github.com/yonaskolb/Codability from cache (1.63s)
Fetched https://github.com/onevcat/Rainbow from cache (1.63s)
Fetched https://github.com/jpsim/Yams from cache (1.67s)
Computing version for https://github.com/yonaskolb/Codability
Computed https://github.com/yonaskolb/Codability at 0.2.1 (3.60s)
Computing version for https://github.com/jakeheis/SwiftCLI
Computed https://github.com/jakeheis/SwiftCLI at 6.0.3 (0.61s)
Computing version for https://github.com/kylef/PathKit
Computed https://github.com/kylef/PathKit at 1.0.1 (2.53s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.21s)
Computing version for https://github.com/dduan/TOMLDeserializer
Computed https://github.com/dduan/TOMLDeserializer at 0.2.5 (1.95s)
Fetching https://github.com/dduan/NetTime
[1/411] Fetching nettime
Fetched https://github.com/dduan/NetTime from cache (0.33s)
Computing version for https://github.com/dduan/NetTime
Computed https://github.com/dduan/NetTime at 0.2.3 (1.29s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.82s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 1.0.2 (0.94s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 3.2.0 (1.06s)
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/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
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/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 1.0.2
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/yonaskolb/Codability
Working copy of https://github.com/yonaskolb/Codability resolved at 0.2.1
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 3.2.0
Building for debugging...
[0/29] Write sources
[10/29] Compiling reader.c
[11/29] Compiling writer.c
[12/29] Compiling api.c
[13/29] Compiling parser.c
[14/29] Write swift-version-24593BA9C3E375BF.txt
[15/29] Compiling emitter.c
[16/37] 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 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 |
[20/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 |
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 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 |
[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 |
[24/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 |
[25/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 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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 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 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 |
[6/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 |
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 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 |
BUILD FAILURE 6.1 android