Build Information
Failed to build sma2mqtt, reference 3.1.2 (ab4f06
), with Swift 6.1 for Android on 30 May 2025 04:47:24 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/jollyjinx/sma2mqtt.git
Reference: 3.1.2
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/jollyjinx/sma2mqtt
* tag 3.1.2 -> FETCH_HEAD
HEAD is now at ab4f067 Added multiarch (arm64/amd64) docker build file
Cloned https://github.com/jollyjinx/sma2mqtt.git
Revision (git rev-parse @):
ab4f067c1911f16488a89a3716866dbb4bb96b53
SUCCESS checkout https://github.com/jollyjinx/sma2mqtt.git at 3.1.2
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/jollyjinx/sma2mqtt.git
https://github.com/jollyjinx/sma2mqtt.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swiftformat",
"requirement" : {
"range" : [
{
"lower_bound" : "0.51.12",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/nicklockwood/SwiftFormat"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "async-http-client",
"requirement" : {
"range" : [
{
"lower_bound" : "1.18.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/async-http-client.git"
},
{
"identity" : "mqtt-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.8.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server-community/mqtt-nio"
},
{
"identity" : "binarycoder",
"requirement" : {
"range" : [
{
"lower_bound" : "2.3.1",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jollyjinx/BinaryCoder"
},
{
"identity" : "jlog",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.5",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jollyjinx/JLog"
}
],
"manifest_display_name" : "sma2mqtt",
"name" : "sma2mqtt",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "sma2mqtt",
"targets" : [
"sma2mqtt"
],
"type" : {
"executable" : null
}
},
{
"name" : "sma2mqttLibrary",
"targets" : [
"sma2mqttLibrary"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "sma2mqttTests",
"module_type" : "SwiftTarget",
"name" : "sma2mqttTests",
"path" : "Tests/sma2mqttTests",
"product_dependencies" : [
"BinaryCoder",
"JLog"
],
"sources" : [
"QueryQueueTests.swift",
"SMAObjectTests.swift",
"TestHelpers.swift",
"sma2mqttTests.swift"
],
"target_dependencies" : [
"sma2mqttLibrary"
],
"type" : "test"
},
{
"c99name" : "sma2mqttLibrary",
"module_type" : "SwiftTarget",
"name" : "sma2mqttLibrary",
"path" : "Sources/sma2mqttLibrary",
"product_dependencies" : [
"BinaryCoder",
"AsyncHTTPClient",
"MQTTNIO",
"JLog"
],
"product_memberships" : [
"sma2mqtt",
"sma2mqttLibrary"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/sma2mqttLibrary/DataObjects/Resources/sma.data.Translation_Names.json",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/sma2mqttLibrary/DataObjects/Resources/sma.data.objectMetaData.json",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/sma2mqttLibrary/Obis/Resources/obisdefinition.json",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/sma2mqttLibrary/SMAPacket/Resources/SMANetPacketDefinitions.json",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"DataObjects/GetValuesResult.swift",
"DataObjects/PublishedValue.swift",
"DataObjects/SMADataObject.swift",
"DataObjects/SMATagTranslator.swift",
"Obis/ObisDefinition.swift",
"Obis/ObisPacket.swift",
"Obis/ObisValue.swift",
"SMADevice.swift",
"SMALighthouse.swift",
"SMAPacket/PacketHelper.swift",
"SMAPacket/SMANetPacket.swift",
"SMAPacket/SMANetPacketDefinition.swift",
"SMAPacket/SMANetPacketHeader.swift",
"SMAPacket/SMANetPacketValue.swift",
"SMAPacket/SMAPacket.swift",
"SMAPacket/SMAPacketGenerator.swift",
"SMAPacket/SMATagPacket.swift",
"Tools/DatedQueue.swift",
"Tools/Extensions.swift",
"Tools/HTTPClientProvider.swift",
"Tools/IntervalLoop.swift",
"Tools/MQTTPublisher.swift",
"Tools/MutlicastReceiver.swift",
"Tools/QueryQueue.swift",
"Tools/RandomNumber.swift",
"Tools/SMAUDPPort.swift"
],
"target_dependencies" : [
"CNative"
],
"type" : "library"
},
{
"c99name" : "sma2mqtt",
"module_type" : "SwiftTarget",
"name" : "sma2mqtt",
"path" : "Sources/sma2mqtt",
"product_dependencies" : [
"ArgumentParser",
"JLog"
],
"product_memberships" : [
"sma2mqtt"
],
"sources" : [
"sma2mqtt.swift"
],
"target_dependencies" : [
"sma2mqttLibrary"
],
"type" : "executable"
},
{
"c99name" : "CNative",
"module_type" : "ClangTarget",
"name" : "CNative",
"path" : "Sources/CNative",
"product_memberships" : [
"sma2mqtt",
"sma2mqttLibrary"
],
"sources" : [
"select.c"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
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/jollyjinx/JLog
Fetching https://github.com/swift-server-community/mqtt-nio
Fetching https://github.com/jollyjinx/BinaryCoder
Fetching https://github.com/nicklockwood/SwiftFormat
[1/296] Fetching binarycoder
[297/389] Fetching binarycoder, jlog
[390/9216] Fetching binarycoder, jlog, mqtt-nio
Fetched https://github.com/jollyjinx/BinaryCoder from cache (1.03s)
Fetched https://github.com/swift-server-community/mqtt-nio from cache (1.13s)
[1/48208] Fetching swiftformat
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/swift-server/async-http-client.git
Fetched https://github.com/jollyjinx/JLog from cache (35.68s)
[1/14014] Fetching async-http-client
[5187/29400] Fetching async-http-client, swift-argument-parser
Fetched https://github.com/nicklockwood/SwiftFormat from cache (36.87s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.93s)
Fetched https://github.com/swift-server/async-http-client.git from cache (1.94s)
Computing version for https://github.com/jollyjinx/BinaryCoder
Computed https://github.com/jollyjinx/BinaryCoder at 2.3.2 (41.82s)
Computing version for https://github.com/jollyjinx/JLog
Computed https://github.com/jollyjinx/JLog at 0.0.7 (7.20s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/Adorkable/swift-log-format-and-pipe
[1/190] Fetching swift-log-format-and-pipe
[191/4026] Fetching swift-log-format-and-pipe, swift-log
Fetched https://github.com/Adorkable/swift-log-format-and-pipe from cache (0.39s)
Fetched https://github.com/apple/swift-log.git from cache (0.40s)
Computing version for https://github.com/Adorkable/swift-log-format-and-pipe
Computed https://github.com/Adorkable/swift-log-format-and-pipe at 0.1.1 (2.40s)
Computing version for https://github.com/swift-server-community/mqtt-nio
Computed https://github.com/swift-server-community/mqtt-nio at 2.12.1 (0.64s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio.git
[1/1710] Fetching swift-atomics
[634/4377] Fetching swift-atomics, swift-nio-transport-services
[4378/19220] Fetching swift-atomics, swift-nio-transport-services, swift-nio-ssl
[4824/95328] Fetching swift-atomics, swift-nio-transport-services, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.63s)
[6834/92661] Fetching swift-atomics, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (7.69s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (7.72s)
Fetched https://github.com/apple/swift-nio.git from cache (7.77s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (8.60s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4391] Fetching swift-system
[2943/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.22s)
Fetched https://github.com/apple/swift-collections.git from cache (1.25s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.85s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.63s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.67s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (0.48s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.61s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.58s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.77s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-extras.git
[1/5914] Fetching swift-nio-extras
[120/11873] Fetching swift-nio-extras, swift-algorithms
[2198/23400] Fetching swift-nio-extras, swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.66s)
[8841/17486] Fetching swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-algorithms.git from cache (1.46s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.47s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (1.99s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.84s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.71s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-certificates.git
[1/1141] Fetching swift-http-structured-headers
[458/7296] Fetching swift-http-structured-headers, swift-certificates
[2558/8886] Fetching swift-http-structured-headers, swift-certificates, swift-asn1
[2963/11312] Fetching swift-http-structured-headers, swift-certificates, swift-asn1, swift-service-lifecycle
[3935/12216] Fetching swift-http-structured-headers, swift-certificates, swift-asn1, swift-service-lifecycle, swift-http-types
[8731/17201] Fetching swift-http-structured-headers, swift-certificates, swift-asn1, swift-service-lifecycle, swift-http-types, swift-async-algorithms
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.64s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.65s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.70s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.71s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.71s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.71s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (1.22s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.64s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (5.66s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.64s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (3.49s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.53s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.43s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.93s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.54s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.49s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.55s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.56.2 (0.64s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.56.2
Creating working copy for https://github.com/Adorkable/swift-log-format-and-pipe
Working copy of https://github.com/Adorkable/swift-log-format-and-pipe resolved at 0.1.1
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/jollyjinx/BinaryCoder
Working copy of https://github.com/jollyjinx/BinaryCoder resolved at 2.3.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/swift-server-community/mqtt-nio
Working copy of https://github.com/swift-server-community/mqtt-nio resolved at 2.12.1
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/jollyjinx/JLog
Working copy of https://github.com/jollyjinx/JLog resolved at 0.0.7
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
warning: 'spi-builder-workspace': found 6 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Sources/sma2mqttLibrary/DataObjects/Resources/sb3.translationData.json
/host/spi-builder-workspace/Sources/sma2mqttLibrary/DataObjects/Resources/sb4.translationData.json
/host/spi-builder-workspace/Sources/sma2mqttLibrary/DataObjects/Resources/sbs.definition.json
/host/spi-builder-workspace/Sources/sma2mqttLibrary/DataObjects/Resources/sbs.translationData.json
/host/spi-builder-workspace/Sources/sma2mqttLibrary/DataObjects/Resources/sb4.definition.json
/host/spi-builder-workspace/Sources/sma2mqttLibrary/DataObjects/Resources/sb3.definition.json
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin SwiftFormatPlugin
Building for debugging...
[2/490] Compiling CNative select.c
[3/490] Write swift-version-24593BA9C3E375BF.txt
[4/490] Copying sma.data.objectMetaData.json
[5/490] Copying sma.data.Translation_Names.json
[6/490] Copying obisdefinition.json
[7/490] Copying SMANetPacketDefinitions.json
[8/490] Write sources
[10/490] Compiling _NumericsShims _NumericsShims.c
[10/490] Write sources
[13/490] Compiling _AtomicsShims.c
[14/490] Compiling a_bitstr.cc
[15/490] Compiling e_null.cc
[16/490] Write sources
[19/491] Compiling a_d2i_fp.cc
[20/491] Write sources
[25/492] Compiling e_rc2.cc
[26/492] Write sources
[40/494] Compiling a_bool.cc
[41/494] Compiling CNIOWindows shim.c
[42/494] Compiling CNIOWindows WSAStartup.c
[43/501] Compiling CNIOWASI CNIOWASI.c
[44/508] Compiling CNIOSHA1 c_nio_sha1.c
[45/525] Compiling CNIOLinux shim.c
[46/525] Compiling CNIOLinux liburing_shims.c
[47/525] Compiling CNIOLLHTTP c_nio_llhttp.c
[48/525] Compiling CNIOLLHTTP c_nio_http.c
[49/525] Compiling CNIOLLHTTP c_nio_api.c
[50/525] Compiling CNIOExtrasZlib empty.c
[51/525] Compiling CNIODarwin shim.c
[52/525] Compiling CNIOBoringSSLShims shims.c
[53/525] Compiling fiat_p256_adx_sqr.S
[54/525] Compiling fiat_p256_adx_mul.S
[55/525] Compiling fiat_curve25519_adx_square.S
[56/525] Compiling fiat_curve25519_adx_mul.S
[57/525] Compiling c-nioatomics.c
[58/525] Compiling tls_method.cc
[60/525] Compiling RealModule AugmentedArithmetic.swift
[61/525] Compiling RealModule Double+Real.swift
[62/526] Emitting module _NIODataStructures
[63/526] Compiling RealModule AlgebraicField.swift
[64/526] Compiling RealModule ApproximateEquality.swift
[67/526] Emitting module InternalCollectionsUtilities
[68/527] Compiling _NIODataStructures Heap.swift
[69/527] Compiling _NIODataStructures _TinyArray.swift
[70/527] Compiling _NIODataStructures PriorityQueue.swift
[71/528] Compiling RealModule ElementaryFunctions.swift
[72/528] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[73/528] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[74/528] Emitting module _NIOBase64
[75/528] Compiling _NIOBase64 Base64.swift
[76/529] Compiling RealModule Float80+Real.swift
[77/529] Compiling RealModule Real.swift
[80/529] Emitting module RealModule
[80/529] Compiling c-atomics.c
[83/529] Compiling RealModule RealFunctions.swift
[84/529] Compiling InternalCollectionsUtilities Descriptions.swift
[85/529] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[86/529] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[88/529] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[89/529] Compiling InternalCollectionsUtilities _SortedCollection.swift
[90/529] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[91/529] Compiling InternalCollectionsUtilities Debugging.swift
[92/529] Compiling RealModule Float+Real.swift
[93/529] Compiling RealModule Float16+Real.swift
[94/530] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[94/531] Compiling tls_record.cc
[96/531] Wrapping AST for _NIOBase64 for debugging
[97/531] Wrapping AST for _NIODataStructures for debugging
[99/537] Wrapping AST for RealModule for debugging
[100/537] Wrapping AST for InternalCollectionsUtilities for debugging
[102/552] Compiling DequeModule _DequeBuffer.swift
[103/552] Compiling DequeModule _DequeBufferHeader.swift
[104/554] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[105/554] Compiling NIOConcurrencyHelpers atomics.swift
[106/554] Compiling NIOConcurrencyHelpers NIOLock.swift
[107/554] Compiling DequeModule Deque+CustomReflectable.swift
[108/554] Compiling DequeModule Deque+Descriptions.swift
[109/554] Compiling DequeModule Deque._UnsafeHandle.swift
[110/554] Compiling DequeModule Deque.swift
[111/554] Compiling DequeModule Deque+Equatable.swift
[112/554] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[113/554] Compiling DequeModule Deque+Extras.swift
[114/554] Compiling DequeModule Deque+Hashable.swift
[115/554] Compiling DequeModule _DequeSlot.swift
[116/554] Compiling DequeModule _UnsafeWrappedBuffer.swift
[117/554] Compiling DequeModule Deque+Testing.swift
[118/554] Compiling DequeModule Deque._Storage.swift
[119/554] Compiling NIOConcurrencyHelpers lock.swift
[120/554] Emitting module NIOConcurrencyHelpers
[121/554] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[122/555] Compiling tls13_server.cc
[123/555] Compiling tls13_enc.cc
[125/555] Compiling DequeModule Deque+Codable.swift
[126/555] Compiling DequeModule Deque+Collection.swift
[126/555] Wrapping AST for NIOConcurrencyHelpers for debugging
[128/555] Compiling Logging MetadataProvider.swift
[129/555] Emitting module Logging
[130/555] Compiling Logging Locks.swift
[131/555] Emitting module DequeModule
[132/556] Compiling Logging LogHandler.swift
[133/556] Compiling Logging Logging.swift
[135/563] Compiling tls13_both.cc
[136/563] Wrapping AST for Logging for debugging
[137/563] Compiling t1_enc.cc
[138/563] Wrapping AST for DequeModule for debugging
[139/563] Compiling tls13_client.cc
[140/563] Compiling ssl_versions.cc
[141/563] Compiling ssl_key_share.cc
[142/563] Compiling ssl_x509.cc
[143/563] Compiling ssl_transcript.cc
[144/563] Compiling ssl_lib.cc
[146/563] Compiling LoggingFormatAndPipe Handler.swift
/host/spi-builder-workspace/.build/checkouts/swift-log-format-and-pipe/Sources/LoggingFormatAndPipe/LoggerTextOutputStreamPipe.swift:11:8: error: no such module 'Glibc'
9 | import Darwin
10 | #else
11 | import Glibc
| `- error: no such module 'Glibc'
12 | #endif
13 |
[146/563] Compiling ssl_stat.cc
[147/563] Compiling ssl_session.cc
[148/563] Compiling ssl_file.cc
[149/563] Compiling ssl_privkey.cc
[150/563] Compiling ssl_cipher.cc
[151/563] Compiling ssl_cert.cc
[153/563] Compiling LoggingFormatAndPipe Formatter.swift
/host/spi-builder-workspace/.build/checkouts/swift-log-format-and-pipe/Sources/LoggingFormatAndPipe/LoggerTextOutputStreamPipe.swift:11:8: error: no such module 'Glibc'
9 | import Darwin
10 | #else
11 | import Glibc
| `- error: no such module 'Glibc'
12 | #endif
13 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[154/563] Emitting module LoggingFormatAndPipe
/host/spi-builder-workspace/.build/checkouts/swift-log-format-and-pipe/Sources/LoggingFormatAndPipe/LoggerTextOutputStreamPipe.swift:11:8: error: no such module 'Glibc'
9 | import Darwin
10 | #else
11 | import Glibc
| `- error: no such module 'Glibc'
12 | #endif
13 |
[155/563] Compiling LoggingFormatAndPipe BasicFormatter.swift
/host/spi-builder-workspace/.build/checkouts/swift-log-format-and-pipe/Sources/LoggingFormatAndPipe/LoggerTextOutputStreamPipe.swift:11:8: error: no such module 'Glibc'
9 | import Darwin
10 | #else
11 | import Glibc
| `- error: no such module 'Glibc'
12 | #endif
13 |
[156/563] Compiling LoggingFormatAndPipe LoggerTextOutputStreamPipe.swift
/host/spi-builder-workspace/.build/checkouts/swift-log-format-and-pipe/Sources/LoggingFormatAndPipe/LoggerTextOutputStreamPipe.swift:11:8: error: no such module 'Glibc'
9 | import Darwin
10 | #else
11 | import Glibc
| `- error: no such module 'Glibc'
12 | #endif
13 |
[157/563] Compiling LoggingFormatAndPipe Pipe.swift
/host/spi-builder-workspace/.build/checkouts/swift-log-format-and-pipe/Sources/LoggingFormatAndPipe/LoggerTextOutputStreamPipe.swift:11:8: error: no such module 'Glibc'
9 | import Darwin
10 | #else
11 | import Glibc
| `- error: no such module 'Glibc'
12 | #endif
13 |
[157/563] Compiling s3_both.cc
[157/563] Compiling ssl_aead_ctx.cc
[157/563] Compiling s3_lib.cc
[157/563] Compiling s3_pkt.cc
[157/563] Compiling ssl_asn1.cc
[157/563] Compiling ssl_buffer.cc
[157/563] Compiling ssl_credential.cc
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
warning: 'spi-builder-workspace': found 6 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Sources/sma2mqttLibrary/DataObjects/Resources/sb4.definition.json
/host/spi-builder-workspace/Sources/sma2mqttLibrary/DataObjects/Resources/sb3.definition.json
/host/spi-builder-workspace/Sources/sma2mqttLibrary/DataObjects/Resources/sbs.definition.json
/host/spi-builder-workspace/Sources/sma2mqttLibrary/DataObjects/Resources/sbs.translationData.json
/host/spi-builder-workspace/Sources/sma2mqttLibrary/DataObjects/Resources/sb4.translationData.json
/host/spi-builder-workspace/Sources/sma2mqttLibrary/DataObjects/Resources/sb3.translationData.json
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin SwiftFormatPlugin
Building for debugging...
[2/408] Write sources
[7/416] Compiling ssl_buffer.cc
[8/416] Compiling s3_lib.cc
[9/416] Write swift-version-24593BA9C3E375BF.txt
[10/416] Compiling ssl_credential.cc
[11/416] Compiling ssl_asn1.cc
[12/416] Compiling s3_both.cc
[13/420] Compiling ssl_aead_ctx.cc
[14/432] Compiling s3_pkt.cc
[15/432] Compiling handshake_server.cc
[17/432] Compiling _NIODataStructures PriorityQueue.swift
[18/433] Compiling RealModule Float80+Real.swift
[19/439] Compiling RealModule Real.swift
[20/439] Emitting module _NIODataStructures
[21/439] Compiling RealModule AlgebraicField.swift
[22/439] Compiling RealModule ApproximateEquality.swift
[23/458] Compiling RealModule RealFunctions.swift
[24/458] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[25/458] Compiling InternalCollectionsUtilities UInt+reversed.swift
[26/458] Compiling _NIOBase64 Base64.swift
[27/458] Emitting module RealModule
[28/458] Emitting module _NIOBase64
[29/459] Compiling RealModule Float16+Real.swift
[30/459] Compiling _NIODataStructures _TinyArray.swift
[31/459] Compiling _NIODataStructures Heap.swift
[32/460] Compiling RealModule ElementaryFunctions.swift
[33/460] Compiling RealModule Float+Real.swift
[35/460] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[38/460] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[39/460] Compiling InternalCollectionsUtilities Debugging.swift
[40/460] Compiling InternalCollectionsUtilities Descriptions.swift
[41/460] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[42/460] Compiling NIOConcurrencyHelpers lock.swift
[43/486] Compiling Logging MetadataProvider.swift
[44/486] Compiling Logging Locks.swift
[45/486] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[46/486] Compiling NIOConcurrencyHelpers NIOLock.swift
[47/486] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[48/488] Emitting module NIOConcurrencyHelpers
[49/488] Compiling NIOConcurrencyHelpers atomics.swift
[50/488] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[51/489] Compiling BinaryCoder SharedBinaryCoding.swift
[53/488] Compiling BinaryCoder BinarySerialization.swift
[54/488] Emitting module ArgumentParserToolInfo
[55/488] Compiling Atomics UnsafeAtomic.swift
[56/488] Compiling Atomics UnsafeAtomicLazyReference.swift
[56/490] Wrapping AST for RealModule for debugging
[58/490] Compiling Atomics ManagedAtomic.swift
[59/490] Compiling Atomics ManagedAtomicLazyReference.swift
[60/490] Compiling Atomics AtomicMemoryOrderings.swift
[61/490] Compiling Atomics DoubleWord.swift
[61/490] Compiling handshake.cc
[63/490] Compiling Atomics AtomicInteger.swift
[64/490] Compiling Atomics AtomicOptionalWrappable.swift
[65/490] Compiling Atomics IntegerOperations.swift
[66/490] Compiling Atomics Unmanaged extensions.swift
[67/490] Compiling Atomics IntegerConformances.swift
[68/490] Compiling Atomics PointerConformances.swift
[69/490] Compiling Atomics Primitives.native.swift
[70/490] Compiling Atomics AtomicReference.swift
[71/490] Compiling Atomics AtomicStorage.swift
[72/490] Compiling Atomics AtomicValue.swift
[73/490] Emitting module InternalCollectionsUtilities
[74/491] Emitting module BinaryCoder
[75/491] Compiling handshake_client.cc
[77/491] Compiling ArgumentParserToolInfo ToolInfo.swift
[78/492] Compiling Atomics Primitives.shims.swift
[85/492] Compiling Logging LogHandler.swift
[86/492] Emitting module Logging
[87/492] Compiling Logging Logging.swift
[87/493] Wrapping AST for InternalCollectionsUtilities for debugging
[90/508] Compiling DequeModule Deque+CustomReflectable.swift
[91/508] Compiling DequeModule Deque+Descriptions.swift
[92/510] Compiling BinaryCoder BinaryCodableExtensions.swift
[93/510] Compiling BinaryCoder BinaryDecoder.swift
[94/510] Compiling BinaryCoder BinaryCodable.swift
[95/510] Compiling BinaryCoder BinaryEncoder.swift
[97/511] Compiling DequeModule Deque+Equatable.swift
[98/511] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[99/549] Compiling ArgumentParser OptionGroup.swift
[100/549] Compiling ArgumentParser AsyncParsableCommand.swift
[100/555] Wrapping AST for Logging for debugging
[102/555] Compiling ArgumentParser Argument.swift
[103/555] Compiling ArgumentParser ArgumentHelp.swift
[104/555] Compiling LoggingFormatAndPipe Handler.swift
/host/spi-builder-workspace/.build/checkouts/swift-log-format-and-pipe/Sources/LoggingFormatAndPipe/LoggerTextOutputStreamPipe.swift:11:8: error: no such module 'Glibc'
9 | import Darwin
10 | #else
11 | import Glibc
| `- error: no such module 'Glibc'
12 | #endif
13 |
[105/555] Compiling LoggingFormatAndPipe Formatter.swift
/host/spi-builder-workspace/.build/checkouts/swift-log-format-and-pipe/Sources/LoggingFormatAndPipe/LoggerTextOutputStreamPipe.swift:11:8: error: no such module 'Glibc'
9 | import Darwin
10 | #else
11 | import Glibc
| `- error: no such module 'Glibc'
12 | #endif
13 |
[106/555] Compiling ArgumentParser CommandConfiguration.swift
[107/555] Compiling ArgumentParser CommandGroup.swift
[108/555] Compiling LoggingFormatAndPipe LoggerTextOutputStreamPipe.swift
/host/spi-builder-workspace/.build/checkouts/swift-log-format-and-pipe/Sources/LoggingFormatAndPipe/LoggerTextOutputStreamPipe.swift:11:8: error: no such module 'Glibc'
9 | import Darwin
10 | #else
11 | import Glibc
| `- error: no such module 'Glibc'
12 | #endif
13 |
[109/555] Compiling LoggingFormatAndPipe Pipe.swift
/host/spi-builder-workspace/.build/checkouts/swift-log-format-and-pipe/Sources/LoggingFormatAndPipe/LoggerTextOutputStreamPipe.swift:11:8: error: no such module 'Glibc'
9 | import Darwin
10 | #else
11 | import Glibc
| `- error: no such module 'Glibc'
12 | #endif
13 |
[110/555] Compiling ArgumentParser Errors.swift
[111/555] Compiling ArgumentParser Flag.swift
[112/555] Compiling ArgumentParser NameSpecification.swift
[113/555] Compiling ArgumentParser Option.swift
[114/555] Compiling ArgumentParser BashCompletionsGenerator.swift
[115/555] Compiling ArgumentParser CompletionsGenerator.swift
[116/555] Compiling LoggingFormatAndPipe BasicFormatter.swift
/host/spi-builder-workspace/.build/checkouts/swift-log-format-and-pipe/Sources/LoggingFormatAndPipe/LoggerTextOutputStreamPipe.swift:11:8: error: no such module 'Glibc'
9 | import Darwin
10 | #else
11 | import Glibc
| `- error: no such module 'Glibc'
12 | #endif
13 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[117/555] Emitting module LoggingFormatAndPipe
/host/spi-builder-workspace/.build/checkouts/swift-log-format-and-pipe/Sources/LoggingFormatAndPipe/LoggerTextOutputStreamPipe.swift:11:8: error: no such module 'Glibc'
9 | import Darwin
10 | #else
11 | import Glibc
| `- error: no such module 'Glibc'
12 | #endif
13 |
[117/555] Compiling dtls_record.cc
[117/555] Compiling handoff.cc
[117/555] Compiling extensions.cc
[117/555] Compiling encrypted_client_hello.cc
[118/555] Emitting module Atomics
BUILD FAILURE 6.1 android