Build Information
Failed to build ContributeWordPress, reference 1.0.0 (6dceda
), with Swift 6.1 for Android on 28 May 2025 20:28:36 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/brightdigit/ContributeWordPress.git
Reference: 1.0.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/brightdigit/ContributeWordPress
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at 6dceda3 Prep for Release (#12) (#14) (#16)
Cloned https://github.com/brightdigit/ContributeWordPress.git
Revision (git rev-parse @):
6dceda3ea4c7df328311ecc516b7adb11865df5a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/brightdigit/ContributeWordPress.git at 1.0.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/brightdigit/ContributeWordPress.git
https://github.com/brightdigit/ContributeWordPress.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "contribute",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0-alpha.5",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/brightdigit/Contribute.git"
},
{
"identity" : "syndikit",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.7",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/brightdigit/SyndiKit.git"
}
],
"manifest_display_name" : "ContributeWordPress",
"name" : "ContributeWordPress",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "ContributeWordPress",
"targets" : [
"ContributeWordPress"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "wpublish",
"targets" : [
"wpublish"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "wpublish",
"module_type" : "SwiftTarget",
"name" : "wpublish",
"path" : "Sources/wpublish",
"product_memberships" : [
"wpublish"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"ContributeWordPress"
],
"type" : "executable"
},
{
"c99name" : "ContributeWordPressTests",
"module_type" : "SwiftTarget",
"name" : "ContributeWordPressTests",
"path" : "Tests/ContributeWordPressTests",
"sources" : [
"Contribute/SpecFrontMatterTranslatorTests.swift",
"Decoder/SitesExportSynDecoderTests.swift",
"Decoder/SynDecoderTests.swift",
"FileManagerExtensionTests.swift",
"Helpers/Error/AssetDownloaderError.swift",
"Helpers/Error/DownloadError.swift",
"Helpers/Error/EquatableError.swift",
"Helpers/Error/FrontMatterExporterError.swift",
"Helpers/Error/MarkdownContentBuilderError.swift",
"Helpers/Error/MarkdownExtractorError.swift",
"Helpers/Error/RedirectFileWriterError.swift",
"Helpers/Error/SitesExportDecoderError.swift",
"Helpers/Error/URLError.swift",
"Helpers/Extension/FakeData/AssetImport+Fake.swift",
"Helpers/Extension/FakeData/EntryID+Fake.swift",
"Helpers/Extension/FakeData/RSSItemCategory+Fake.swift",
"Helpers/Extension/FakeData/String+Fake.swift",
"Helpers/Extension/FakeData/URL+Fake.swift",
"Helpers/Extension/FakeData/WordPressPost+Attachments.swift",
"Helpers/Extension/FakeData/WordPressPost+Posts.swift",
"Helpers/Extension/FakeData/WordPressPost.swift",
"Helpers/Extension/FakeData/WordPressSite+Fake.swift",
"Helpers/Extension/Make/AssetImport+Make.swift",
"Helpers/Extension/Make/RSSItem+Make.swift",
"Helpers/Extension/Make/Source+Make.swift",
"Helpers/Extension/Make/WordPressPost+Make.swift",
"Helpers/Extension/Make/WordPressSite+Make.swift",
"Helpers/Extension/URL.swift",
"Helpers/Extension/XCTestCase.swift",
"Helpers/Spy/AssetDownloaderSpy.swift",
"Helpers/Spy/AssetImportFactorySpy.swift",
"Helpers/Spy/FileDownloaderSpy.swift",
"Helpers/Spy/FileURLFromDirectorySpy.swift",
"Helpers/Spy/FrontMatterExporterSpy.swift",
"Helpers/Spy/KeyFromURLSpy.swift",
"Helpers/Spy/MarkdownContentBuilderSpy.swift",
"Helpers/Spy/MarkdownExtractorSpy.swift",
"Helpers/Spy/PostFilterSpy.swift",
"Helpers/Spy/RedirectFileWriterSpy.swift",
"Helpers/Spy/RedirectFormatterSpy.swift",
"Helpers/Spy/SitesExportDecoderSpy.swift",
"Helpers/Spy/UrlPathGenerateSpy.swift",
"Helpers/Stub/AssetDownloaderStub.swift",
"Helpers/Stub/AssetImportFactoryStub.swift",
"Helpers/Stub/ContentURLGeneratorStub.swift",
"Helpers/Stub/MarkdownContentBuilderStub.swift",
"Helpers/Stub/RedirectFileWriterStub.swift",
"Helpers/Stub/RedirectFormatterStub.swift",
"Helpers/Stub/SettingsStub.swift",
"Helpers/Stub/SitesExportDecoderStub.swift",
"Images/AssetDownloaderTests.swift",
"Images/AssetImportTests.swift",
"Images/AssetImportWordPressTests.swift",
"PostFilters/RegexKeyPostFilterTests.swift",
"Processing/MarkdownProcessorAssetDownloaderTests.swift",
"Processing/MarkdownProcessorAssetImportTests.swift",
"Processing/MarkdownProcessorContentBuilderTests.swift",
"Processing/MarkdownProcessorExportDecoderTests.swift",
"Processing/MarkdownProcessorRedirectWriterTests.swift",
"Processing/SettingsTests+Init.swift",
"Processing/SettingsTests.swift",
"Redirects/DynamicRedirectFileWriterTests.swift",
"Redirects/DynamicRedirectGeneratorTests.swift",
"Redirects/NetlifyRedirectFormatterTests.swift",
"Redirects/SectionContentURLGeneratorTests.swift",
"URLExtensionTests.swift"
],
"target_dependencies" : [
"ContributeWordPress"
],
"type" : "test"
},
{
"c99name" : "ContributeWordPress",
"module_type" : "SwiftTarget",
"name" : "ContributeWordPress",
"path" : "Sources/ContributeWordPress",
"product_dependencies" : [
"Contribute",
"SyndiKit"
],
"product_memberships" : [
"ContributeWordPress",
"wpublish"
],
"sources" : [
"Contribute/SectionContentURLGenerator.swift",
"Contribute/Source.swift",
"Contribute/SpecFrontMatterTranslator.swift",
"Contribute/Specs.swift",
"Decoder/BaseURLSite.swift",
"Decoder/PostsExportDecoder.swift",
"Decoder/SitesExportDecoder.swift",
"Decoder/SitesExportSynDecoder.swift",
"Decoder/SynDecoder.swift",
"Decoder/WordPressDecoder.swift",
"Decoder/WordPressSite+RSSChannel.swift",
"Decoder/WordPressSite.swift",
"Extensions/FileManager.swift",
"Extensions/RSSChannel.swift",
"Extensions/Sequence.swift",
"Extensions/URL.swift",
"Images/AssetDownloader.swift",
"Images/AssetImport+WordPress.swift",
"Images/AssetImport.swift",
"Images/AssetImportFactory.swift",
"Images/AssetImportSetting.swift",
"Images/Downloader.swift",
"Images/WordPressError.swift",
"PostFilters/PostFilter.swift",
"PostFilters/RegexKeyPostFilter.swift",
"Processing/MarkdownProcessor+Begin.swift",
"Processing/MarkdownProcessor+SectionContentURLGenerator.swift",
"Processing/MarkdownProcessor+Starter.swift",
"Processing/MarkdownProcessor.swift",
"Processing/ProcessorSettings.swift",
"Processing/PublishDefaults.swift",
"Processing/Settings+ContentResources.swift",
"Processing/Settings+Root.swift",
"Processing/Settings.swift",
"Redirects/Formatters/NetlifyRedirectFormatter.swift",
"Redirects/Formatters/RedirectFormatter.swift",
"Redirects/Generators/DynamicRedirectGenerator.swift",
"Redirects/Generators/RedirectListGenerator.swift",
"Redirects/RedirectItem.swift",
"Redirects/Writers/DynamicRedirectFileWriter.swift",
"Redirects/Writers/RedirectFileWriter.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/brightdigit/Contribute.git
Fetching https://github.com/brightdigit/SyndiKit.git
[1/569] Fetching contribute
[58/5122] Fetching contribute, syndikit
Fetched https://github.com/brightdigit/Contribute.git from cache (0.49s)
[1184/4553] Fetching syndikit
Fetched https://github.com/brightdigit/SyndiKit.git from cache (2.39s)
Computing version for https://github.com/brightdigit/SyndiKit.git
Computed https://github.com/brightdigit/SyndiKit.git at 0.4.0 (5.61s)
Fetching https://github.com/CoreOffice/XMLCoder
[1/10011] Fetching xmlcoder
Fetched https://github.com/CoreOffice/XMLCoder from cache (0.82s)
Computing version for https://github.com/CoreOffice/XMLCoder
Computed https://github.com/CoreOffice/XMLCoder at 0.17.1 (1.72s)
Computing version for https://github.com/brightdigit/Contribute.git
Computed https://github.com/brightdigit/Contribute.git at 1.0.0-alpha.5 (0.79s)
Fetching https://github.com/jpsim/Yams.git
[1/10657] Fetching yams
Fetched https://github.com/jpsim/Yams.git from cache (1.95s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 4.0.6 (3.05s)
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 4.0.6
Creating working copy for https://github.com/CoreOffice/XMLCoder
Working copy of https://github.com/CoreOffice/XMLCoder resolved at 0.17.1
Creating working copy for https://github.com/brightdigit/SyndiKit.git
Working copy of https://github.com/brightdigit/SyndiKit.git resolved at 0.4.0
Creating working copy for https://github.com/brightdigit/Contribute.git
Working copy of https://github.com/brightdigit/Contribute.git resolved at 1.0.0-alpha.5
Building for debugging...
[0/21] Write sources
[6/21] Compiling reader.c
[7/21] Compiling parser.c
[8/21] Compiling emitter.c
[9/21] Compiling api.c
[10/21] Compiling writer.c
[11/21] Compiling scanner.c
[12/21] Write swift-version-24593BA9C3E375BF.txt
[14/81] Compiling Yams String+Yams.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
[15/81] Compiling Yams Tag.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
[16/82] Compiling Yams Emitter.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
[17/82] Compiling Yams Encoder.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
[18/82] Compiling Yams Node.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
[19/82] Compiling Yams Parser.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
[20/82] Compiling Yams Mark.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
[21/82] Compiling Yams Node.Mapping.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
[22/82] Compiling Yams Representer.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
[23/82] Compiling Yams Resolver.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
[24/82] Compiling Yams Node.Scalar.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
[25/82] Compiling Yams Node.Sequence.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
[26/82] Compiling Yams Constructor.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
[27/82] Compiling Yams Decoder.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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[28/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
[29/82] Compiling XMLCoder DynamicNodeDecoding.swift
[30/82] Compiling XMLCoder SingleValueDecodingContainer.swift
[31/82] Compiling XMLCoder XMLChoiceDecodingContainer.swift
[32/82] Compiling XMLCoder XMLDecoder.swift
[33/82] Compiling XMLCoder XMLDecoderImplementation.swift
[34/82] Compiling XMLCoder XMLDecodingStorage.swift
[35/82] Compiling XMLCoder XMLKeyedDecodingContainer.swift
[36/82] Compiling XMLCoder XMLUnkeyedDecodingContainer.swift
[37/82] Compiling XMLCoder DynamicNodeEncoding.swift
[38/82] Compiling XMLCoder EncodingErrorExtension.swift
[39/82] Compiling XMLCoder SingleValueEncodingContainer.swift
[40/82] Compiling XMLCoder XMLChoiceEncodingContainer.swift
[55/88] Emitting module XMLCoder
[56/88] Compiling XMLCoder StringBox.swift
[57/88] Compiling XMLCoder UIntBox.swift
[58/88] Compiling XMLCoder URLBox.swift
[59/88] Compiling XMLCoder UnkeyedBox.swift
[60/88] Compiling XMLCoder ValueBox.swift
[61/88] Compiling XMLCoder Element.swift
[62/88] Compiling XMLCoder ElementAndAttribute.swift
[63/88] Compiling XMLCoder ISO8601DateFormatter.swift
[64/88] Compiling XMLCoder KeyedStorage.swift
[65/88] Compiling XMLCoder Metatypes.swift
[66/88] Compiling XMLCoder String+Extensions.swift
[67/88] Compiling XMLCoder XMLChoiceCodingKey.swift
[68/88] Compiling XMLCoder XMLCoderElement.swift
[69/88] Compiling XMLCoder XMLDocumentType.swift
[70/88] Compiling XMLCoder XMLHeader.swift
[71/88] Compiling XMLCoder XMLKey.swift
[72/88] Compiling XMLCoder XMLStackParser.swift
[73/88] Compiling XMLCoder DecodingErrorExtension.swift
[74/88] 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
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/9] Write swift-version-24593BA9C3E375BF.txt
[2/69] Compiling XMLCoder Attribute.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
[3/69] Compiling XMLCoder BoolBox.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
[4/70] Compiling XMLCoder SharedBox.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
[5/70] Compiling XMLCoder SingleKeyedBox.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
[6/70] Compiling XMLCoder KeyedBox.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
[7/70] Compiling XMLCoder NullBox.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
[8/70] 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
[9/70] Compiling XMLCoder StringBox.swift
[10/70] Compiling XMLCoder UIntBox.swift
[11/70] Compiling XMLCoder URLBox.swift
[12/70] Compiling XMLCoder UnkeyedBox.swift
[13/70] Compiling XMLCoder ValueBox.swift
[14/70] Compiling XMLCoder Element.swift
[15/76] Compiling XMLCoder DoubleBox.swift
[16/76] Compiling XMLCoder FloatBox.swift
[17/76] Compiling XMLCoder IntBox.swift
[22/76] Compiling XMLCoder Box.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
[23/76] Compiling XMLCoder ChoiceBox.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
[24/76] Compiling XMLCoder DecimalBox.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
[28/76] Compiling XMLCoder DataBox.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
[29/76] Compiling XMLCoder DateBox.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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[30/76] 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
[38/76] Emitting module XMLCoder
BUILD FAILURE 6.1 android