Build Information
Failed to build sma2mqtt, reference main (94e55e
), with Swift 6.1 for Android on 30 May 2025 04:47:34 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/jollyjinx/sma2mqtt.git
Reference: main
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
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 94e55e2 updated to swift 6 package, removed CNative module, moved sma2mqttLibrary Resources to single directory.
Cloned https://github.com/jollyjinx/sma2mqtt.git
Revision (git rev-parse @):
94e55e267d9ba3872c2f17ad158f51e5bccd6a13
SUCCESS checkout https://github.com/jollyjinx/sma2mqtt.git at main
========================================
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/Resources/SMANetPacketDefinitions.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/sma2mqttLibrary/Resources/obisdefinition.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/sma2mqttLibrary/Resources/sma.data.Translation_Names.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/sma2mqttLibrary/Resources/sma.data.objectMetaData.json",
"rule" : {
"process" : {
}
}
}
],
"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",
"Tools/SwiftFD_SET.swift"
],
"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"
}
],
"tools_version" : "6.0"
}
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 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/apple/swift-argument-parser
Fetching https://github.com/nicklockwood/SwiftFormat
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/jollyjinx/BinaryCoder
Fetching https://github.com/swift-server-community/mqtt-nio
[1/93] Fetching jlog
[94/389] Fetching jlog, binarycoder
[390/14403] Fetching jlog, binarycoder, async-http-client
[1932/23230] Fetching jlog, binarycoder, async-http-client, mqtt-nio
[3588/38616] Fetching jlog, binarycoder, async-http-client, mqtt-nio, swift-argument-parser
[38617/86824] Fetching jlog, binarycoder, async-http-client, mqtt-nio, swift-argument-parser, swiftformat
Fetched https://github.com/jollyjinx/BinaryCoder from cache (1.12s)
Fetched https://github.com/swift-server-community/mqtt-nio from cache (1.12s)
[32386/77701] Fetching jlog, async-http-client, swift-argument-parser, swiftformat
Fetched https://github.com/swift-server/async-http-client.git from cache (1.59s)
[20248/63687] Fetching jlog, swift-argument-parser, swiftformat
Fetched https://github.com/jollyjinx/JLog from cache (32.91s)
Fetched https://github.com/apple/swift-argument-parser from cache (32.93s)
Fetched https://github.com/nicklockwood/SwiftFormat from cache (33.50s)
Computing version for https://github.com/jollyjinx/BinaryCoder
Computed https://github.com/jollyjinx/BinaryCoder at 2.3.2 (39.33s)
Computing version for https://github.com/jollyjinx/JLog
Computed https://github.com/jollyjinx/JLog at 0.0.7 (0.47s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/Adorkable/swift-log-format-and-pipe
[1/3836] Fetching swift-log
[117/4026] Fetching swift-log, swift-log-format-and-pipe
Fetched https://github.com/Adorkable/swift-log-format-and-pipe from cache (0.29s)
Fetched https://github.com/apple/swift-log.git from cache (0.33s)
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.37s)
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.80s)
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/2667] Fetching swift-nio-transport-services
[855/4377] Fetching swift-nio-transport-services, swift-atomics
[3259/19220] Fetching swift-nio-transport-services, swift-atomics, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.68s)
[3493/92661] Fetching swift-atomics, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.91s)
[58791/77818] Fetching swift-atomics, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (7.39s)
Fetched https://github.com/apple/swift-nio.git from cache (7.47s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (8.62s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
[221/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.57s)
[5973/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.17s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.65s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.43s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.70s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (0.46s)
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.52s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.49s)
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.68s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-algorithms.git
[1/5914] Fetching swift-nio-extras
[593/11873] Fetching swift-nio-extras, swift-algorithms
[3793/23400] Fetching swift-nio-extras, swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-algorithms.git from cache (0.68s)
[8681/17441] Fetching swift-nio-extras, swift-nio-http2
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.60s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.62s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (2.17s)
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.77s)
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.59s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-certificates.git
[1/904] Fetching swift-http-types
[725/2045] Fetching swift-http-types, swift-http-structured-headers
[1099/4471] Fetching swift-http-types, swift-http-structured-headers, swift-service-lifecycle
[3526/9456] Fetching swift-http-types, swift-http-structured-headers, swift-service-lifecycle, swift-async-algorithms
[4553/15611] Fetching swift-http-types, swift-http-structured-headers, swift-service-lifecycle, swift-async-algorithms, swift-certificates
[5590/17201] Fetching swift-http-types, swift-http-structured-headers, swift-service-lifecycle, swift-async-algorithms, swift-certificates, swift-asn1
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.43s)
[10143/16060] Fetching swift-http-types, swift-service-lifecycle, swift-async-algorithms, swift-certificates, swift-asn1
Fetched https://github.com/apple/swift-http-types.git from cache (0.68s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.71s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.71s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.71s)
Fetched https://github.com/apple/swift-certificates.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.23s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (5.55s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (1.04s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.97s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (3.70s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.50s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.39s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.97s)
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.49s)
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.47s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.65s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.56.2 (0.94s)
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-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/jollyjinx/BinaryCoder
Working copy of https://github.com/jollyjinx/BinaryCoder resolved at 2.3.2
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-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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
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/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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
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/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/jollyjinx/JLog
Working copy of https://github.com/jollyjinx/JLog resolved at 0.0.7
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/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-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-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/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/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-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/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-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-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/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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin SwiftFormatPlugin
Building for debugging...
[2/489] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[3/489] Copying sma.data.objectMetaData.json
[4/489] Copying sma.data.Translation_Names.json
[5/489] Copying obisdefinition.json
[6/489] Copying SMANetPacketDefinitions.json
[7/489] Write sources
[9/489] Compiling _NumericsShims _NumericsShims.c
[9/489] Write sources
[12/489] Compiling _AtomicsShims.c
[12/489] Write sources
[35/489] Compiling CNIOWindows shim.c
[36/489] Compiling CNIOWindows WSAStartup.c
[37/489] Compiling CNIOWASI CNIOWASI.c
[38/489] Compiling CNIOSHA1 c_nio_sha1.c
[39/489] Write swift-version-24593BA9C3E375BF.txt
[40/489] Compiling CNIOLinux liburing_shims.c
[41/489] Compiling CNIOLinux shim.c
[42/495] Compiling a_d2i_fp.cc
[43/495] Compiling a_dup.cc
[44/495] Compiling a_gentm.cc
[45/495] Compiling a_bitstr.cc
[46/524] Compiling CNIOLLHTTP c_nio_llhttp.c
[47/524] Compiling CNIOLLHTTP c_nio_http.c
[48/524] Compiling CNIOLLHTTP c_nio_api.c
[49/524] Compiling CNIOExtrasZlib empty.c
[50/524] Compiling CNIODarwin shim.c
[52/524] Emitting module InternalCollectionsUtilities
[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 tls_record.cc
[58/525] Compiling c-atomics.c
[59/525] Compiling c-nioatomics.c
[61/525] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[62/525] Compiling RealModule AlgebraicField.swift
[63/525] Compiling RealModule ApproximateEquality.swift
[64/525] Compiling RealModule AugmentedArithmetic.swift
[65/525] Compiling RealModule Double+Real.swift
[66/525] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[67/525] Compiling InternalCollectionsUtilities _SortedCollection.swift
[68/525] Emitting module _NIOBase64
[69/525] Compiling _NIOBase64 Base64.swift
[70/525] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[71/525] Compiling RealModule Float+Real.swift
[72/525] Compiling RealModule Real.swift
[73/525] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[74/525] Compiling InternalCollectionsUtilities Integer rank.swift
[75/525] Compiling RealModule Float80+Real.swift
[76/525] Emitting module RealModule
[79/525] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[80/525] Compiling InternalCollectionsUtilities Debugging.swift
[81/526] Compiling InternalCollectionsUtilities Descriptions.swift
[82/526] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[83/526] Compiling RealModule Float16+Real.swift
[84/526] Compiling RealModule ElementaryFunctions.swift
[87/528] Compiling _NIODataStructures PriorityQueue.swift
[88/528] Compiling _NIODataStructures _TinyArray.swift
[89/528] Emitting module _NIODataStructures
[90/528] Compiling _NIODataStructures Heap.swift
[94/529] Compiling RealModule RealFunctions.swift
[94/545] Wrapping AST for _NIODataStructures for debugging
[96/545] Compiling tls_method.cc
[97/551] Wrapping AST for _NIOBase64 for debugging
[98/551] Wrapping AST for InternalCollectionsUtilities for debugging
[99/551] Wrapping AST for RealModule for debugging
[101/551] Compiling DequeModule _DequeBuffer.swift
[102/551] Compiling DequeModule _DequeBufferHeader.swift
[103/553] Compiling DequeModule Deque+Extras.swift
[104/553] Compiling DequeModule Deque+Hashable.swift
[105/553] Compiling DequeModule Deque+Equatable.swift
[106/553] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[107/553] Compiling DequeModule Deque+CustomReflectable.swift
[108/553] Compiling DequeModule Deque+Descriptions.swift
[109/553] Compiling DequeModule Deque+Testing.swift
[110/553] Compiling DequeModule Deque._Storage.swift
[111/553] Compiling NIOConcurrencyHelpers NIOLock.swift
[112/553] Compiling DequeModule Deque._UnsafeHandle.swift
[113/553] Compiling DequeModule Deque.swift
[114/553] Compiling NIOConcurrencyHelpers lock.swift
[115/553] Compiling DequeModule _DequeSlot.swift
[116/553] Compiling DequeModule _UnsafeWrappedBuffer.swift
[117/553] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[118/553] Compiling NIOConcurrencyHelpers atomics.swift
[119/553] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[120/553] Emitting module NIOConcurrencyHelpers
[121/554] Emitting module DequeModule
[122/554] Compiling DequeModule Deque+Codable.swift
[123/554] Compiling DequeModule Deque+Collection.swift
[123/555] Compiling tls13_server.cc
[126/555] Compiling tls13_both.cc
[127/555] Wrapping AST for DequeModule for debugging
[128/555] Wrapping AST for NIOConcurrencyHelpers for debugging
[130/555] Compiling Logging MetadataProvider.swift
[131/555] Emitting module Logging
[132/555] Compiling Logging Logging.swift
[133/555] Compiling Logging LogHandler.swift
[134/555] Compiling Logging Locks.swift
[134/556] Compiling tls13_enc.cc
[136/556] Compiling ssl_stat.cc
[137/562] Compiling t1_enc.cc
[138/562] Compiling tls13_client.cc
[139/562] Wrapping AST for Logging for debugging
[140/562] Compiling ssl_versions.cc
[141/562] Compiling ssl_transcript.cc
[142/562] Compiling ssl_x509.cc
[143/562] Compiling ssl_session.cc
[144/562] Compiling ssl_lib.cc
[145/562] Compiling ssl_privkey.cc
[146/562] Compiling ssl_file.cc
[147/562] Compiling ssl_key_share.cc
[148/562] Compiling ssl_credential.cc
[149/562] Compiling ssl_buffer.cc
[150/562] Compiling ssl_cert.cc
[151/562] Compiling ssl_aead_ctx.cc
[152/562] Compiling ssl_cipher.cc
[154/562] 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 |
[155/562] 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 |
[156/562] 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/562] 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 |
[158/562] 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)
[159/562] 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 |
[159/562] Compiling handshake_server.cc
[159/562] Compiling s3_lib.cc
[159/562] Compiling s3_pkt.cc
[159/562] Compiling s3_both.cc
[159/562] Compiling handshake_client.cc
[159/562] Compiling handshake.cc
[159/562] Compiling ssl_asn1.cc
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
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin SwiftFormatPlugin
Building for debugging...
[2/405] Write sources
[3/413] Compiling s3_lib.cc
[4/413] Compiling s3_both.cc
[5/413] Write swift-version-24593BA9C3E375BF.txt
[6/413] Compiling handoff.cc
[7/413] Compiling s3_pkt.cc
[8/419] Compiling handshake_client.cc
[10/429] Emitting module _NIODataStructures
[11/429] Compiling RealModule ElementaryFunctions.swift
[11/430] Compiling ssl_asn1.cc
[12/430] Compiling encrypted_client_hello.cc
[14/430] Emitting module _NIOBase64
[15/430] Compiling _NIOBase64 Base64.swift
[15/430] Compiling handshake.cc
[17/430] Compiling RealModule RealFunctions.swift
[18/430] Compiling _NIODataStructures Heap.swift
[19/430] Compiling _NIODataStructures PriorityQueue.swift
[20/430] Compiling _NIODataStructures _TinyArray.swift
[21/432] Compiling RealModule Float80+Real.swift
[22/432] Compiling RealModule Real.swift
[22/432] Compiling handshake_server.cc
[24/432] Compiling RealModule AlgebraicField.swift
[25/432] Compiling RealModule ApproximateEquality.swift
[26/432] Compiling RealModule AugmentedArithmetic.swift
[27/432] Compiling RealModule Double+Real.swift
[30/432] Emitting module RealModule
[30/432] Compiling extensions.cc
[32/433] Compiling RealModule Float16+Real.swift
[33/433] Compiling RealModule Float+Real.swift
[34/463] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[35/463] Compiling InternalCollectionsUtilities Debugging.swift
[37/463] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[38/463] Compiling BinaryCoder BinarySerialization.swift
[39/463] Compiling InternalCollectionsUtilities Descriptions.swift
[40/463] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[41/463] Compiling Logging MetadataProvider.swift
[42/463] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[43/463] Compiling InternalCollectionsUtilities UInt+reversed.swift
[44/463] Compiling Logging Locks.swift
[45/463] Emitting module Logging
[46/463] Emitting module InternalCollectionsUtilities
[47/463] Compiling NIOConcurrencyHelpers lock.swift
[48/463] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[49/463] Compiling NIOConcurrencyHelpers atomics.swift
[50/463] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[51/463] Compiling NIOConcurrencyHelpers NIOLock.swift
[52/463] Emitting module NIOConcurrencyHelpers
[53/463] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[54/464] Emitting module BinaryCoder
[55/464] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[56/464] Compiling InternalCollectionsUtilities Integer rank.swift
[57/464] Compiling BinaryCoder SharedBinaryCoding.swift
[59/464] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[60/464] Compiling InternalCollectionsUtilities _SortedCollection.swift
[60/463] Compiling d1_pkt.cc
[62/463] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[63/463] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[64/464] Compiling BinaryCoder BinaryCodableExtensions.swift
[65/464] Compiling BinaryCoder BinaryEncoder.swift
[66/464] Compiling BinaryCoder BinaryDecoder.swift
[67/464] Compiling BinaryCoder BinaryCodable.swift
[68/464] Compiling d1_srtp.cc
[70/464] Compiling dtls_method.cc
[71/464] Compiling md5-x86_64-linux.S
[72/464] Compiling md5-x86_64-apple.S
[74/464] Compiling Logging LogHandler.swift
[75/464] Compiling Logging Logging.swift
[75/468] Compiling md5-586-linux.S
[76/470] Compiling md5-586-apple.S
[77/480] Compiling chacha20_poly1305_x86_64-linux.S
[79/480] Compiling chacha20_poly1305_x86_64-apple.S
[81/479] Compiling DequeModule _DequeBuffer.swift
[82/479] Compiling DequeModule _DequeBufferHeader.swift
[83/481] Compiling DequeModule Deque+CustomReflectable.swift
[84/481] Compiling DequeModule Deque+Descriptions.swift
[85/481] Compiling DequeModule Deque+Equatable.swift
[86/481] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[86/481] Compiling chacha20_poly1305_armv8-win.S
[87/481] Compiling chacha20_poly1305_armv8-linux.S
[89/481] Compiling DequeModule Deque+Extras.swift
[90/481] Compiling DequeModule Deque+Hashable.swift
[90/481] Compiling dtls_record.cc
[91/481] Compiling chacha20_poly1305_armv8-apple.S
[92/481] Compiling chacha-x86_64-linux.S
[93/481] Compiling chacha-x86_64-apple.S
[94/481] Compiling d1_lib.cc
[95/481] Compiling chacha-x86-linux.S
[96/481] Compiling chacha-x86-apple.S
[97/481] Compiling chacha-armv8-win.S
[99/486] Compiling DequeModule _DequeSlot.swift
[100/486] Compiling DequeModule _UnsafeWrappedBuffer.swift
[101/487] Compiling DequeModule Deque+Codable.swift
[102/487] Compiling DequeModule Deque+Collection.swift
[102/487] Compiling chacha-armv4-linux.S
[103/487] Compiling chacha-armv8-apple.S
[104/487] Compiling chacha-armv8-linux.S
[105/487] Compiling err_data.cc
[107/487] Compiling DequeModule Deque+Testing.swift
[108/487] Compiling DequeModule Deque._Storage.swift
[109/487] Compiling DequeModule Deque._UnsafeHandle.swift
[110/487] Compiling DequeModule Deque.swift
[110/487] Compiling aes128gcmsiv-x86_64-linux.S
[111/487] Compiling aes128gcmsiv-x86_64-apple.S
[112/487] Compiling x86_64-mont5-linux.S
[113/487] Compiling x86_64-mont5-apple.S
[114/487] Compiling x86_64-mont-apple.S
[115/487] Compiling d1_both.cc
[116/487] Compiling x86_64-mont-linux.S
[118/487] 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 |
[119/487] 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 |
[120/487] 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 |
[120/487] Compiling vpaes-x86_64-linux.S
[122/487] 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 |
[122/487] Compiling x86-mont-apple.S
[123/487] Compiling x86-mont-linux.S
[124/487] Compiling vpaes-x86-linux.S
[124/487] Compiling vpaes-x86_64-apple.S
[126/487] Compiling vpaes-armv8-win.S
[127/487] Compiling vpaes-x86-apple.S
[128/487] Compiling vpaes-armv8-apple.S
[129/487] Compiling vpaes-armv8-linux.S
error: emit-module command failed with exit code 1 (use -v to see invocation)
[131/487] 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 |
[131/487] Compiling vpaes-armv7-linux.S
[132/487] Compiling sha512-x86_64-linux.S
[134/487] 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 |
[135/487] Emitting module DequeModule
[135/488] Compiling sha512-armv8-win.S
[136/488] Compiling bio_ssl.cc
[137/488] Compiling sha512-x86_64-apple.S
[138/488] Compiling sha512-armv8-apple.S
[139/488] Compiling sha512-armv4-linux.S
[140/488] Compiling sha512-armv8-linux.S
[141/488] Compiling sha256-x86_64-linux.S
[141/488] Compiling sha512-586-linux.S
[141/488] Compiling sha256-armv8-win.S
[141/488] Compiling sha512-586-apple.S
[141/488] Compiling sha256-x86_64-apple.S
[141/488] Compiling sha256-armv8-linux.S
BUILD FAILURE 6.1 android