Build Information
Failed to build ParseServerSwift, reference main (c5d5b5
), with Swift 6.0 for Linux on 14 Mar 2025 02:19:50 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/netreconlab/parse-server-swift.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/netreconlab/parse-server-swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at c5d5b5c Update docker-compose.yml
Cloned https://github.com/netreconlab/parse-server-swift.git
Revision (git rev-parse @):
c5d5b5cff446edec526a66ca5aeccc19c6d393e9
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/netreconlab/parse-server-swift.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/netreconlab/parse-server-swift.git
https://github.com/netreconlab/parse-server-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.113.2",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
},
{
"identity" : "parse-swift",
"requirement" : {
"range" : [
{
"lower_bound" : "5.12.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/netreconlab/Parse-Swift.git"
}
],
"manifest_display_name" : "ParseServerSwift",
"name" : "ParseServerSwift",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "ParseServerSwift",
"targets" : [
"ParseServerSwift"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "App",
"targets" : [
"App"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "ParseServerSwiftTests",
"module_type" : "SwiftTarget",
"name" : "ParseServerSwiftTests",
"path" : "Tests/ParseServerSwiftTests",
"product_dependencies" : [
"XCTVapor"
],
"sources" : [
"AppTests.swift"
],
"target_dependencies" : [
"ParseServerSwift"
],
"type" : "test"
},
{
"c99name" : "ParseServerSwift",
"module_type" : "SwiftTarget",
"name" : "ParseServerSwift",
"path" : "Sources/ParseServerSwift",
"product_dependencies" : [
"Vapor",
"ParseSwift"
],
"product_memberships" : [
"ParseServerSwift",
"App"
],
"sources" : [
"Extensions/Parse+Vapor.swift",
"Extensions/ParseHookFunction+Vapor.swift",
"Extensions/ParseHookTrigger+Vapor.swift",
"Models/GameScore.swift",
"Models/Hooks.swift",
"Models/Parameters/FooParameters.swift",
"Models/User.swift",
"Parse.swift",
"ParseServerConfiguration.swift",
"Utility/Constants.swift",
"Utility/Functions.swift",
"configure.swift",
"routes.swift"
],
"type" : "library"
},
{
"c99name" : "App",
"module_type" : "SwiftTarget",
"name" : "App",
"path" : "Sources/App",
"product_memberships" : [
"App"
],
"sources" : [
"entrypoint.swift"
],
"target_dependencies" : [
"ParseServerSwift"
],
"type" : "executable"
}
],
"tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/netreconlab/Parse-Swift.git
Fetching https://github.com/vapor/vapor.git
[1/73996] Fetching vapor
[3701/112037] Fetching vapor, parse-swift
Fetched https://github.com/vapor/vapor.git from cache (3.12s)
Fetched https://github.com/netreconlab/Parse-Swift.git from cache (3.16s)
Computing version for https://github.com/netreconlab/Parse-Swift.git
Computed https://github.com/netreconlab/Parse-Swift.git at 5.12.0 (0.55s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.113.2 (0.61s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-service-context.git
[1/3196] Fetching multipart-kit
[1280/8148] Fetching multipart-kit, swift-distributed-tracing
[3018/10672] Fetching multipart-kit, swift-distributed-tracing, websocket-kit
[3847/12377] Fetching multipart-kit, swift-distributed-tracing, websocket-kit, swift-atomics
[4269/13411] Fetching multipart-kit, swift-distributed-tracing, websocket-kit, swift-atomics, swift-service-context
[7161/19274] Fetching multipart-kit, swift-distributed-tracing, websocket-kit, swift-atomics, swift-service-context, swift-algorithms
Fetched https://github.com/apple/swift-service-context.git from cache (0.34s)
[16381/18240] Fetching multipart-kit, swift-distributed-tracing, websocket-kit, swift-atomics, swift-algorithms
Fetched https://github.com/vapor/websocket-kit.git from cache (0.35s)
[14033/15716] Fetching multipart-kit, swift-distributed-tracing, swift-atomics, swift-algorithms
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.39s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetched https://github.com/apple/swift-atomics.git from cache (0.44s)
Fetching https://github.com/apple/swift-nio-http2.git
[7494/11211] Fetching multipart-kit, swift-algorithms, swift-metrics
[8119/16629] Fetching multipart-kit, swift-algorithms, swift-metrics, swift-nio-extras
Fetched https://github.com/apple/swift-metrics.git from cache (0.32s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.35s)
Fetching https://github.com/apple/swift-nio.git
[7494/20416] Fetching multipart-kit, swift-algorithms, swift-nio-http2
[7495/24203] Fetching multipart-kit, swift-algorithms, swift-nio-http2, swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.63s)
Fetching https://github.com/vapor/routing-kit.git
[10446/20416] Fetching multipart-kit, swift-algorithms, swift-nio-http2
[18600/41106] Fetching multipart-kit, swift-algorithms, swift-nio-http2, routing-kit
[22673/115207] Fetching multipart-kit, swift-algorithms, swift-nio-http2, routing-kit, swift-nio
Fetched https://github.com/apple/swift-algorithms.git from cache (1.42s)
[37155/109344] Fetching multipart-kit, swift-nio-http2, routing-kit, swift-nio
Fetching https://github.com/apple/swift-crypto.git
Fetched https://github.com/vapor/multipart-kit.git from cache (1.49s)
[38819/106148] Fetching swift-nio-http2, routing-kit, swift-nio
Fetching https://github.com/vapor/console-kit.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.20s)
[45885/94791] Fetching routing-kit, swift-nio
Fetching https://github.com/vapor/async-kit.git
[48850/100276] Fetching routing-kit, swift-nio, console-kit
[49811/114738] Fetching routing-kit, swift-nio, console-kit, swift-nio-ssl
[63481/127577] Fetching routing-kit, swift-nio, console-kit, swift-nio-ssl, swift-crypto
[66748/129947] Fetching routing-kit, swift-nio, console-kit, swift-nio-ssl, swift-crypto, async-kit
Fetched https://github.com/vapor/routing-kit.git from cache (0.90s)
[50744/109257] Fetching swift-nio, console-kit, swift-nio-ssl, swift-crypto, async-kit
Fetching https://github.com/swift-server/async-http-client.git
Fetched https://github.com/vapor/console-kit.git from cache (0.38s)
[46128/103772] Fetching swift-nio, swift-nio-ssl, swift-crypto, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.28s)
[44304/101402] Fetching swift-nio, swift-nio-ssl, swift-crypto
[54585/115137] Fetching swift-nio, swift-nio-ssl, swift-crypto, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (0.89s)
[80754/101402] Fetching swift-nio, swift-nio-ssl, swift-crypto
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.64s)
Fetched https://github.com/apple/swift-crypto.git from cache (2.00s)
Fetched https://github.com/apple/swift-nio.git from cache (4.64s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.81.0 (0.80s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4221] Fetching swift-system
[1985/20116] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.34s)
[4451/15895] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (0.94s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.50s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.1 (0.49s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.15.0 (0.58s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2336] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.27s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (0.50s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.6.0 (0.55s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.25.0 (0.60s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
[1/1088] Fetching swift-http-structured-headers
[1089/1965] Fetching swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.24s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.24s)
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/5659] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.35s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.0 (0.51s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.3.1 (0.56s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.53s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.57s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.51s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.76s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.50s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (0.54s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.29.3 (0.56s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.50s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.54s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.23.1 (0.53s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.35.0 (0.57s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.53s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.2 (1.77s)
Fetching https://github.com/apple/swift-asn1.git
[1/1535] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.21s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.1 (0.58s)
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-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-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.35.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/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.15.0
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.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.25.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-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.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.4.2
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.1
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.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.2
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.6.0
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.2.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
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.3.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.29.3
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.113.2
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.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.25.2
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.23.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.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.81.0
Creating working copy for https://github.com/netreconlab/Parse-Swift.git
Working copy of https://github.com/netreconlab/Parse-Swift.git resolved at 5.12.0
Building for debugging...
[0/888] Compiling poly_rq_mul.S
[1/888] Compiling a_bool.cc
[1/888] Write sources
[3/888] Compiling a_dup.cc
[3/888] Write sources
[8/888] Compiling a_gentm.cc
[9/888] Write sources
[51/888] Compiling _NumericsShims _NumericsShims.c
[52/888] Compiling a_d2i_fp.cc
[53/888] Compiling _AtomicsShims.c
[54/888] Compiling a_int.cc
[55/888] Compiling CVaporBcrypt blf.c
[56/888] Compiling CNIOWindows shim.c
[57/888] Compiling a_bitstr.cc
[58/888] Compiling CVaporBcrypt bcrypt.c
[59/888] Compiling CNIOWindows WSAStartup.c
[60/888] Compiling CSystem shims.c
[61/888] Compiling CNIOWASI CNIOWASI.c
[62/888] Compiling CNIOLinux liburing_shims.c
[63/888] Compiling CNIOSHA1 c_nio_sha1.c
[64/888] Compiling CNIOExtrasZlib empty.c
[64/888] Compiling CNIOLLHTTP c_nio_http.c
[66/888] Compiling CNIODarwin shim.c
[67/888] Compiling CNIOLinux shim.c
[68/888] Compiling CNIOLLHTTP c_nio_api.c
[69/888] Compiling fiat_p256_adx_mul.S
[70/888] Compiling fiat_p256_adx_sqr.S
[71/888] Write swift-version-24593BA9C3E375BF.txt
[72/888] Compiling fiat_curve25519_adx_square.S
[73/888] Compiling pem_info.cc
[74/888] Compiling fiat_curve25519_adx_mul.S
[75/888] Compiling CNIOLLHTTP c_nio_llhttp.c
[76/888] Compiling CNIOBoringSSLShims shims.c
[77/935] Compiling tls_method.cc
[78/935] Compiling tls13_server.cc
[79/935] Compiling tls_record.cc
[81/1133] Emitting module InternalCollectionsUtilities
[82/1135] Compiling InternalCollectionsUtilities _SortedCollection.swift
[83/1135] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[84/1135] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[85/1135] Compiling InternalCollectionsUtilities Specialize.swift
[86/1135] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[87/1135] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[88/1135] Compiling ServiceContextModule ServiceContextKey.swift
[89/1135] Emitting module ServiceContextModule
[90/1135] Compiling ServiceContextModule ServiceContext.swift
[91/1136] Compiling _NIODataStructures _TinyArray.swift
[92/1136] Compiling ParseSwift ParseLDAP+async.swift
[93/1136] Compiling ParseSwift ParseLDAP+combine.swift
[94/1136] Compiling ParseSwift ParseLDAP.swift
[95/1136] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[96/1136] Compiling InternalCollectionsUtilities Integer rank.swift
[97/1136] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[98/1136] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[99/1136] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[100/1136] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[101/1136] Compiling InternalCollectionsUtilities UInt+reversed.swift
[102/1136] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[103/1139] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[104/1139] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[106/1139] Compiling InternalCollectionsUtilities Debugging.swift
[107/1139] Compiling InternalCollectionsUtilities Descriptions.swift
[112/1140] Compiling RealModule Float+Real.swift
[113/1140] Compiling RealModule ElementaryFunctions.swift
[114/1141] Compiling RealModule Float16+Real.swift
[117/1141] Emitting module RealModule
[120/1141] Compiling _NIODataStructures PriorityQueue.swift
[121/1141] Compiling RealModule Float80+Real.swift
[122/1141] Compiling RealModule Real.swift
[123/1141] Emitting module _NIOBase64
[124/1141] Compiling _NIOBase64 Base64.swift
[134/1142] Emitting module SystemPackage
[139/1142] Compiling RealModule RealFunctions.swift
[142/1153] Compiling Instrumentation Instrument.swift
[143/1157] Emitting module Instrumentation
[144/1229] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[145/1229] Compiling _RopeModule BigString+Sequence.swift
[146/1229] Compiling _RopeModule BigString+TextOutputStream.swift
[147/1275] Compiling Instrumentation MultiplexInstrument.swift
[148/1275] Compiling Instrumentation NoOpInstrument.swift
[149/1275] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[150/1275] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[151/1275] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[152/1275] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[153/1275] Emitting module _NIODataStructures
[154/1275] Compiling _NIODataStructures Heap.swift
[155/1276] Compiling Logging LogHandler.swift
[156/1276] Compiling Logging MetadataProvider.swift
[157/1276] Compiling Logging Logging.swift
[158/1276] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[159/1276] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[160/1276] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[161/1276] Compiling OrderedCollections OrderedDictionary+Values.swift
[162/1277] Emitting module Logging
[163/1277] Compiling Logging Locks.swift
[165/1278] Compiling Instrumentation InstrumentationSystem.swift
[166/1278] Compiling Instrumentation Locks.swift
[170/1279] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[171/1279] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[172/1279] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[173/1279] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[174/1279] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[175/1279] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[176/1279] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[177/1390] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[178/1390] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[179/1390] Compiling HashTreeCollections TreeSet+Debugging.swift
[180/1390] Compiling HashTreeCollections TreeSet+Descriptions.swift
[181/1390] Compiling HashTreeCollections TreeSet+Equatable.swift
[182/1390] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[183/1390] Compiling HashTreeCollections TreeSet+Extras.swift
[184/1390] Compiling HashTreeCollections TreeSet+Filter.swift
[185/1390] Compiling HeapModule Heap+Descriptions.swift
[186/1390] Compiling HeapModule _HeapNode.swift
[187/1390] Compiling CoreMetrics Locks.swift
[188/1390] Emitting module CoreMetrics
[189/1390] Compiling CoreMetrics Metrics.swift
[190/1391] Compiling DequeModule Deque+CustomReflectable.swift
[191/1391] Compiling DequeModule Deque+Descriptions.swift
[192/1391] Compiling DequeModule Deque+Equatable.swift
[193/1391] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[194/1393] Compiling HeapModule Heap.swift
[196/1393] Compiling DequeModule _DequeBuffer.swift
[197/1393] Compiling DequeModule _DequeBufferHeader.swift
[198/1393] Compiling HeapModule Heap+Invariants.swift
[199/1393] Compiling HeapModule Heap+UnsafeHandle.swift
[200/1393] Emitting module HeapModule
[201/1394] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[202/1394] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[203/1394] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[204/1394] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[205/1394] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[206/1394] Compiling HashTreeCollections _HashNode+Structural merge.swift
[207/1394] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[208/1394] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[209/1394] Compiling HashTreeCollections _HashSlot.swift
[210/1394] Compiling HashTreeCollections _HashStack.swift
[211/1394] Compiling HashTreeCollections _HashTreeIterator.swift
[212/1394] Compiling HashTreeCollections _HashTreeStatistics.swift
[213/1394] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[214/1394] Compiling HashTreeCollections _RawHashNode.swift
[215/1394] Compiling HashTreeCollections _UnmanagedHashNode.swift
[216/1394] Compiling HashTreeCollections _UnsafePath.swift
[217/1394] Compiling HashTreeCollections TreeDictionary+Codable.swift
[218/1394] Compiling HashTreeCollections TreeDictionary+Collection.swift
[219/1394] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[220/1394] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[221/1394] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[222/1394] Compiling HashTreeCollections TreeDictionary.swift
[223/1394] Compiling HashTreeCollections TreeSet+Codable.swift
[224/1394] Compiling HashTreeCollections TreeSet+Collection.swift
[225/1394] Compiling RoutingKit PathComponent.swift
[227/1394] Compiling DequeModule Deque+Extras.swift
[228/1394] Compiling DequeModule Deque+Hashable.swift
[229/1394] Compiling DequeModule Deque+Codable.swift
[230/1394] Compiling DequeModule Deque+Collection.swift
[237/1396] Compiling HashTreeCollections TreeSet+Hashable.swift
[238/1396] Compiling HashTreeCollections TreeSet+Sendable.swift
[239/1396] Compiling HashTreeCollections TreeSet+Sequence.swift
[240/1396] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[241/1396] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[242/1396] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[243/1396] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[244/1396] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[245/1396] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[246/1396] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[247/1412] Compiling RoutingKit TrieRouter.swift
[248/1412] Compiling RoutingKit Router.swift
[249/1414] Compiling DequeModule _DequeSlot.swift
[250/1414] Compiling DequeModule _UnsafeWrappedBuffer.swift
[251/1414] Compiling Tracing TracingTime.swift
[252/1414] Compiling DequeModule Deque._UnsafeHandle.swift
[253/1414] Compiling DequeModule Deque.swift
[254/1414] Compiling DequeModule Deque+Testing.swift
[255/1414] Compiling DequeModule Deque._Storage.swift
[256/1414] Compiling Tracing InstrumentationSystem+Tracing.swift
[257/1414] Compiling Tracing NoOpTracer.swift
[260/1414] Compiling Tracing TracerProtocol.swift
[261/1414] Emitting module Metrics
[272/1414] Compiling Metrics Metrics.swift
[273/1414] Emitting module ParseSwift
[274/1440] Compiling Tracing Tracer.swift
[275/1440] Compiling Tracing TracerProtocol+Legacy.swift
[276/1440] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
[277/1440] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
[278/1440] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
[279/1440] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
[280/1440] Compiling HashTreeCollections _HashNode.swift
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
[281/1440] Compiling HashTreeCollections _HashNodeHeader.swift
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
[311/1440] Emitting module Tracing
[321/1449] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[322/1449] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[323/1449] Compiling HashTreeCollections TreeDictionary+Filter.swift
[324/1449] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[325/1449] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[326/1449] Compiling HashTreeCollections TreeDictionary+Keys.swift
[327/1449] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[328/1449] Compiling HashTreeCollections TreeDictionary+Merge.swift
[329/1449] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[330/1449] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[331/1449] Compiling HashTreeCollections TreeDictionary+Values.swift
[332/1449] Compiling Tracing SpanProtocol.swift
[332/1450] Wrapping AST for _NIODataStructures for debugging
[352/1450] Compiling _RopeModule _CharacterRecognizer.swift
[353/1450] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[354/1450] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[355/1450] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[356/1450] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[357/1450] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[358/1450] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[359/1450] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[360/1450] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[361/1450] Compiling HashTreeCollections TreeSet.swift
[362/1450] Wrapping AST for SystemPackage for debugging
[381/1450] Compiling ParseSwift ParseHookTriggerable+combine.swift
[382/1450] Compiling ParseSwift ParseHookTriggerable.swift
[383/1450] Compiling ParseSwift ParseHookable.swift
[384/1450] Compiling ParseSwift ParseOperationable.swift
[385/1450] Compiling ParseSwift ParsePointerable+async.swift
[386/1450] Compiling ParseSwift ParsePointerable+combine.swift
[387/1450] Compiling ParseSwift ParsePointerable.swift
[388/1450] Compiling ParseSwift ParsePushApplePayloadable.swift
[389/1450] Compiling ParseSwift ParsePushFirebasePayloadable.swift
[390/1450] Compiling ParseSwift ParsePushPayloadable.swift
[391/1450] Compiling ParseSwift ParseQueryScorable.swift
[392/1450] Compiling ParseSwift ParseRelationOperationable.swift
[393/1450] Compiling ParseSwift ParseTypeable.swift
[394/1450] Compiling ParseSwift QueryObservable.swift
[395/1450] Compiling ParseSwift Queryable.swift
[395/1450] Wrapping AST for _NIOBase64 for debugging
[396/1450] Wrapping AST for Tracing for debugging
[397/1450] Wrapping AST for ServiceContextModule for debugging
[398/1450] Wrapping AST for RealModule for debugging
[400/1450] Compiling RoutingKit AnyRouter.swift
[401/1450] Emitting module RoutingKit
[402/1450] Compiling RoutingKit Parameters.swift
[403/1450] Compiling ParseSwift Savable.swift
[404/1450] Compiling ParseSwift InMemoryPrimitiveStore.swift
[405/1450] Compiling ParseSwift KeychainStore.swift
[406/1450] Compiling ParseSwift ParseFileManager.swift
[407/1450] Compiling ParseSwift ParsePrimitiveStorable.swift
[408/1450] Compiling ParseSwift ParseStorage.swift
[409/1450] Compiling ParseSwift SecureStorable.swift
[410/1450] Compiling ParseSwift CloudViewModel.swift
[411/1450] Compiling ParseSwift ParseOperationAdd.swift
[412/1450] Compiling ParseSwift ParseOperationAddRelation.swift
[413/1450] Compiling ParseSwift ParseOperationAddUnique.swift
[414/1450] Compiling ParseSwift ParseOperationBatch.swift
[415/1450] Compiling ParseSwift ParseOperationCommand.swift
[416/1450] Compiling ParseSwift ParseOperationDelete.swift
[417/1450] Compiling ParseSwift ParseOperationIncrement.swift
[418/1450] Compiling ParseSwift ParseOperationIncrementDouble.swift
[419/1450] Compiling ParseSwift ParseOperationRemove.swift
[420/1450] Compiling ParseSwift ParseOperationRemoveRelation.swift
[421/1450] Compiling ParseSwift ParseACL.swift
[422/1450] Compiling ParseSwift ParseAnalytics+async.swift
[423/1450] Compiling ParseSwift ParseAnalytics+combine.swift
[424/1450] Compiling ParseSwift ParseAnalytics.swift
[425/1450] Compiling ParseSwift ParseBytes.swift
[426/1450] Compiling ParseSwift ParseCLP.swift
[427/1450] Compiling ParseSwift ParseConfigCodable+async.swift
[427/1451] Wrapping AST for Metrics for debugging
[428/1451] Wrapping AST for Logging for debugging
[430/1451] Emitting module DequeModule
[430/1452] Wrapping AST for InternalCollectionsUtilities for debugging
[433/1452] Wrapping AST for Instrumentation for debugging
[434/1452] Wrapping AST for HeapModule for debugging
[435/1452] Wrapping AST for CoreMetrics for debugging
[436/1452] Wrapping AST for RoutingKit for debugging
[437/1452] Wrapping AST for DequeModule for debugging
[467/1452] Compiling _RopeModule Rope+Join.swift
[468/1452] Compiling _RopeModule Rope+MutatingForEach.swift
[469/1452] Compiling _RopeModule Rope+Remove.swift
[470/1452] Compiling _RopeModule Rope+RemoveSubrange.swift
[471/1452] Compiling _RopeModule Rope+Split.swift
[472/1452] Compiling _RopeModule Optional Utilities.swift
[473/1452] Compiling _RopeModule String Utilities.swift
[474/1452] Compiling _RopeModule String.Index+ABI.swift
[475/1452] Emitting module OrderedCollections
[488/1453] Compiling ParseSwift ParseConfigCodable+combine.swift
[489/1453] Compiling ParseSwift ParseConfigCodable.swift
[490/1453] Compiling ParseSwift ParseConfiguration.swift
[491/1453] Compiling ParseSwift ParseError.swift
[492/1453] Compiling ParseSwift ParseField.swift
[493/1453] Compiling ParseSwift ParseFieldOptions.swift
[494/1453] Compiling ParseSwift ParseFile+async.swift
[495/1453] Compiling ParseSwift ParseFile+combine.swift
[496/1453] Compiling ParseSwift ParseFile.swift
[497/1453] Compiling ParseSwift ParseFileDefaultTransfer.swift
[498/1453] Compiling ParseSwift ParseGeoPoint.swift
[499/1453] Compiling ParseSwift ParseHookFunction.swift
[500/1453] Compiling ParseSwift ParseHookFunctionRequest.swift
[501/1453] Compiling ParseSwift ParseHookResponse.swift
[502/1453] Compiling ParseSwift ParseHookTrigger.swift
[503/1453] Compiling ParseSwift ParseHookTriggerObjectRequest.swift
[504/1453] Compiling ParseSwift ParseHookTriggerRequest.swift
[505/1453] Compiling ParseSwift ParseKeychainAccessGroup.swift
[506/1453] Compiling ParseSwift ParseOperation+async.swift
[507/1453] Compiling ParseSwift ParseOperation+combine.swift
[508/1453] Compiling ParseSwift ParseOperation.swift
[509/1453] Compiling ParseSwift ParsePolygon.swift
[510/1453] Compiling ParseSwift ParsePush+async.swift
[511/1453] Compiling ParseSwift ParsePush+combine.swift
[512/1453] Compiling ParseSwift ParsePush.swift
[512/1453] Compiling t1_enc.cc
[513/1453] Compiling tls13_client.cc
[514/1453] Wrapping AST for OrderedCollections for debugging
[516/1453] Emitting module _RopeModule
[541/1453] Compiling HashTreeCollections _HashNode+Structural union.swift
[541/1453] Compiling tls13_enc.cc
[573/1453] Compiling tls13_both.cc
[614/1454] Compiling ssl_versions.cc
[615/1454] Compiling ssl_x509.cc
[616/1454] Compiling ssl_stat.cc
[617/1454] Wrapping AST for _RopeModule for debugging
[618/1454] Compiling ssl_transcript.cc
[619/1454] Compiling ssl_session.cc
[621/1454] Emitting module HashTreeCollections
[622/1455] Compiling ssl_privkey.cc
[623/1455] Wrapping AST for HashTreeCollections for debugging
[624/1455] Compiling ssl_file.cc
[625/1455] Compiling ssl_key_share.cc
[626/1455] Compiling ssl_credential.cc
[627/1455] Compiling ssl_cipher.cc
[628/1455] Compiling ssl_lib.cc
[629/1455] Compiling ssl_cert.cc
[630/1455] Compiling ssl_buffer.cc
[631/1455] Compiling ssl_asn1.cc
[632/1455] Compiling ssl_aead_ctx.cc
[633/1455] Compiling s3_pkt.cc
[634/1455] Compiling s3_both.cc
[635/1455] Compiling s3_lib.cc
[636/1455] Compiling handshake.cc
[638/1455] Compiling ParseSwift ParseInstallation+combine.swift
[639/1455] Compiling ParseSwift ParseInstallation.swift
[640/1455] Compiling ParseSwift ParseObject+async.swift
[641/1455] Compiling ParseSwift ParseObject+combine.swift
[642/1455] Compiling ParseSwift ParseObject.swift
[643/1455] Compiling ParseSwift ParsePushStatusable.swift
[644/1455] Compiling ParseSwift ParseRole.swift
[645/1455] Compiling ParseSwift ParseSession.swift
[646/1455] Compiling ParseSwift ParseUser+async.swift
[647/1455] Compiling ParseSwift ParseUser+combine.swift
[648/1455] Compiling ParseSwift ParseUser.swift
[649/1455] Compiling ParseSwift Parse.swift
[650/1455] Compiling ParseSwift ParseConstants.swift
[651/1455] Compiling ParseSwift CloudObservable.swift
[652/1455] Compiling ParseSwift Deletable.swift
[653/1455] Compiling ParseSwift Fetchable.swift
[654/1455] Compiling ParseSwift Fileable.swift
[655/1455] Compiling ParseSwift Objectable.swift
[656/1455] Compiling ParseSwift ParseCloudable+async.swift
[657/1455] Compiling ParseSwift ParseCloudable+combine.swift
[658/1455] Compiling ParseSwift ParseCloudable.swift
[659/1455] Compiling ParseSwift ParseConfig+async.swift
[660/1455] Compiling ParseSwift ParseConfig+combine.swift
[661/1455] Compiling ParseSwift ParseConfig.swift
[662/1455] Compiling ParseSwift ParseEncodable.swift
[662/1455] Compiling handshake_server.cc
[663/1455] Compiling handshake_client.cc
[664/1455] Compiling handoff.cc
[665/1455] Compiling extensions.cc
[666/1455] Compiling encrypted_client_hello.cc
[667/1455] Compiling dtls_record.cc
[668/1455] Compiling dtls_method.cc
[669/1455] Compiling md5-x86_64-linux.S
[670/1455] Compiling md5-x86_64-apple.S
[671/1455] Compiling d1_pkt.cc
[672/1455] Compiling md5-586-linux.S
[673/1455] Compiling d1_srtp.cc
[674/1455] Compiling md5-586-apple.S
[675/1455] Compiling chacha20_poly1305_x86_64-apple.S
[676/1455] Compiling chacha20_poly1305_armv8-win.S
[677/1455] Compiling chacha20_poly1305_x86_64-linux.S
[678/1455] Compiling chacha20_poly1305_armv8-linux.S
[679/1455] Compiling chacha20_poly1305_armv8-apple.S
[680/1455] Compiling chacha-x86_64-linux.S
[681/1455] Compiling chacha-x86_64-apple.S
[682/1455] Compiling chacha-x86-linux.S
[683/1455] Compiling chacha-x86-apple.S
[684/1455] Compiling chacha-armv8-win.S
[685/1455] Compiling chacha-armv8-apple.S
[686/1455] Compiling chacha-armv8-linux.S
[687/1455] Compiling err_data.cc
[688/1455] Compiling chacha-armv4-linux.S
[689/1455] Compiling aes128gcmsiv-x86_64-apple.S
[690/1455] Compiling aes128gcmsiv-x86_64-linux.S
[691/1455] Compiling x86_64-mont5-linux.S
[692/1455] Compiling x86_64-mont5-apple.S
[693/1455] Compiling x86_64-mont-linux.S
[694/1455] Compiling x86_64-mont-apple.S
[695/1455] Compiling d1_lib.cc
[696/1455] Compiling x86-mont-linux.S
[697/1455] Compiling x86-mont-apple.S
[698/1455] Compiling vpaes-x86_64-linux.S
[699/1455] Compiling vpaes-x86-linux.S
[700/1455] Compiling vpaes-x86_64-apple.S
[701/1455] Compiling vpaes-x86-apple.S
[702/1455] Compiling vpaes-armv8-win.S
[703/1455] Compiling bio_ssl.cc
[704/1455] Compiling vpaes-armv8-linux.S
[705/1455] Compiling vpaes-armv8-apple.S
[706/1455] Compiling vpaes-armv7-linux.S
[707/1455] Compiling sha512-x86_64-apple.S
[708/1455] Compiling sha512-armv8-win.S
[709/1455] Compiling sha512-x86_64-linux.S
[710/1455] Compiling sha512-armv8-apple.S
[711/1455] Compiling sha512-armv8-linux.S
[712/1455] Compiling sha512-armv4-linux.S
[713/1455] Compiling sha512-586-linux.S
[714/1455] Compiling sha512-586-apple.S
[715/1455] Compiling sha256-x86_64-apple.S
[716/1455] Compiling sha256-armv8-win.S
[717/1455] Compiling sha256-x86_64-linux.S
[718/1455] Compiling sha256-armv8-apple.S
[719/1455] Compiling sha256-armv8-linux.S
[720/1455] Compiling sha256-armv4-linux.S
[721/1455] Compiling sha256-586-linux.S
[722/1455] Compiling sha256-586-apple.S
[723/1455] Compiling sha1-x86_64-apple.S
[724/1455] Compiling sha1-armv8-win.S
[725/1455] Compiling sha1-x86_64-linux.S
[726/1455] Compiling sha1-armv8-linux.S
[727/1455] Compiling sha1-armv4-large-linux.S
[728/1455] Compiling sha1-armv8-apple.S
[729/1455] Compiling sha1-586-linux.S
[730/1455] Compiling sha1-586-apple.S
[731/1455] Compiling rsaz-avx2-linux.S
[732/1455] Compiling rsaz-avx2-apple.S
[733/1455] Compiling rdrand-x86_64-linux.S
[734/1455] Compiling rdrand-x86_64-apple.S
[735/1455] Compiling p256_beeu-x86_64-asm-linux.S
[736/1455] Compiling p256_beeu-x86_64-asm-apple.S
[737/1455] Compiling p256_beeu-armv8-asm-linux.S
[738/1455] Compiling p256_beeu-armv8-asm-win.S
[739/1455] Compiling p256_beeu-armv8-asm-apple.S
[740/1455] Compiling p256-x86_64-asm-apple.S
[741/1455] Compiling p256-x86_64-asm-linux.S
[742/1455] Compiling p256-armv8-asm-win.S
[743/1455] Compiling p256-armv8-asm-linux.S
[744/1455] Compiling p256-armv8-asm-apple.S
[745/1455] Compiling ghashv8-armv8-win.S
[746/1455] Compiling ghashv8-armv8-apple.S
[747/1455] Compiling ghashv8-armv8-linux.S
[748/1455] Compiling ghashv8-armv7-linux.S
[749/1455] Compiling ghash-x86_64-linux.S
[750/1455] Compiling ghash-x86_64-apple.S
[751/1455] Compiling ghash-x86-linux.S
[752/1455] Compiling ghash-ssse3-x86_64-linux.S
[753/1455] Compiling ghash-x86-apple.S
[754/1455] Compiling ghash-ssse3-x86_64-apple.S
[755/1455] Compiling ghash-ssse3-x86-linux.S
[756/1455] Compiling ghash-neon-armv8-win.S
[757/1455] Compiling ghash-ssse3-x86-apple.S
[758/1455] Compiling ghash-neon-armv8-linux.S
[759/1455] Compiling ghash-neon-armv8-apple.S
[760/1455] Compiling ghash-armv4-linux.S
[761/1455] Compiling co-586-linux.S
[762/1455] Compiling co-586-apple.S
[763/1455] Compiling bsaes-armv7-linux.S
[764/1455] Compiling bn-armv8-linux.S
[765/1455] Compiling bn-armv8-win.S
[766/1455] Compiling d1_both.cc
[767/1455] Compiling bn-armv8-apple.S
[768/1455] Compiling bn-586-linux.S
[769/1455] Compiling bn-586-apple.S
[770/1455] Compiling armv8-mont-win.S
[771/1455] Compiling armv8-mont-linux.S
[772/1455] Compiling armv8-mont-apple.S
[773/1455] Compiling armv4-mont-linux.S
[774/1455] Compiling aesv8-gcm-armv8-win.S
[775/1455] Compiling aesv8-gcm-armv8-linux.S
[776/1455] Compiling aesv8-gcm-armv8-apple.S
[777/1455] Compiling aesv8-armv8-win.S
[778/1455] Compiling aesv8-armv8-linux.S
[779/1455] Compiling aesv8-armv8-apple.S
[780/1455] Compiling aesni-x86_64-apple.S
[780/1455] Compiling aesv8-armv7-linux.S
[780/1455] Compiling aesni-x86-linux.S
[783/1455] Compiling aesni-x86_64-linux.S
[784/1455] Compiling aesni-x86-apple.S
[785/1455] Compiling aesni-gcm-x86_64-linux.S
[786/1455] Compiling aesni-gcm-x86_64-apple.S
[787/1455] Compiling x_val.cc
[788/1455] Compiling x_x509a.cc
[789/1455] Compiling x_x509.cc
[790/1455] Compiling x_req.cc
[791/1455] Compiling x_spki.cc
[792/1455] Compiling x_sig.cc
[793/1455] Compiling x_pubkey.cc
[794/1455] Compiling x_exten.cc
[795/1455] Compiling x_crl.cc
[796/1455] Compiling x509spki.cc
[797/1455] Compiling x_algor.cc
[798/1455] Compiling x_attrib.cc
[799/1455] Compiling x_name.cc
[800/1455] Compiling x_all.cc
[801/1455] Compiling x509_txt.cc
[802/1455] Compiling x509_vpm.cc
[803/1455] Compiling x509cset.cc
[804/1455] Compiling x509rset.cc
[805/1455] Compiling x509name.cc
[806/1455] Compiling x509_v3.cc
[807/1455] Compiling x509_vfy.cc
[808/1455] Compiling x509_set.cc
[809/1455] Compiling x509_trs.cc
[810/1455] Compiling x509_req.cc
[811/1455] Compiling x509_obj.cc
[812/1455] Compiling x509_ext.cc
[813/1455] Compiling x509_def.cc
[815/1455] Compiling ParseSwift ParsePushAppleAlert.swift
[816/1455] Compiling ParseSwift ParsePushAppleSound.swift
[817/1455] Compiling ParseSwift ParsePushPayloadApple.swift
[818/1455] Compiling ParseSwift ParsePushFirebaseNotification.swift
[819/1455] Compiling ParseSwift ParsePushPayloadFirebase.swift
[820/1455] Compiling ParseSwift ParsePushPayloadAny.swift
[821/1455] Compiling ParseSwift ParsePushStatus.swift
[822/1455] Compiling ParseSwift ParseRelation.swift
[823/1455] Compiling ParseSwift ParseSchema+async.swift
[824/1455] Compiling ParseSwift ParseSchema+combine.swift
[825/1455] Compiling ParseSwift ParseSchema.swift
[826/1455] Compiling ParseSwift ParseServer+async.swift
[827/1455] Compiling ParseSwift ParseServer+combine.swift
[828/1455] Compiling ParseSwift ParseServer.swift
[829/1455] Compiling ParseSwift ParseVersion.swift
[830/1455] Compiling ParseSwift Pointer+async.swift
[831/1455] Compiling ParseSwift Pointer+combine.swift
[832/1455] Compiling ParseSwift Pointer.swift
[833/1455] Compiling ParseSwift Query+async.swift
[834/1455] Compiling ParseSwift Query+combine.swift
[835/1455] Compiling ParseSwift Query.swift
[836/1455] Compiling ParseSwift QueryConstraint.swift
[837/1455] Compiling ParseSwift QueryViewModel.swift
[838/1455] Compiling ParseSwift QueryWhere.swift
[839/1455] Compiling ParseSwift Utility.swift
[839/1455] Compiling x509_lu.cc
[840/1455] Compiling v3_purp.cc
[840/1455] Compiling v3_skey.cc
[840/1455] Compiling v3_utl.cc
[840/1455] Compiling x509.cc
[840/1455] Compiling x509_att.cc
[840/1455] Compiling x509_cmp.cc
[840/1455] Compiling x509_d2.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
[0/1] Planning build
Building for debugging...
[0/615] Write sources
[6/633] Compiling x509_d2.cc
[7/633] Compiling x509.cc
[8/633] Compiling v3_purp.cc
[9/633] Compiling x509_att.cc
[10/633] Compiling v3_prn.cc
[11/633] Compiling v3_skey.cc
[12/633] Compiling x509_cmp.cc
[13/633] Compiling v3_utl.cc
[14/633] Write swift-version-24593BA9C3E375BF.txt
[15/633] Compiling v3_pcons.cc
[16/633] Compiling v3_pmaps.cc
[17/633] Compiling v3_ocsp.cc
[18/633] Compiling v3_int.cc
[19/633] Compiling v3_ncons.cc
[20/633] Compiling v3_lib.cc
[21/633] Compiling v3_info.cc
[22/633] Compiling v3_ia5.cc
[24/680] Compiling ServiceContextModule ServiceContextKey.swift
[25/697] Emitting module ServiceContextModule
[26/697] Compiling ServiceContextModule ServiceContext.swift
[27/703] Compiling RealModule Real.swift
[28/703] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[29/703] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[30/704] Emitting module _NIOBase64
[32/703] Compiling Logging LogHandler.swift
[33/703] Compiling Logging MetadataProvider.swift
[34/703] Compiling RealModule ElementaryFunctions.swift
[35/703] Compiling RealModule Float80+Real.swift
[36/703] Compiling RealModule Float+Real.swift
[37/703] Compiling RealModule Float16+Real.swift
[38/703] Compiling _NIODataStructures Heap.swift
[39/703] Compiling RealModule RealFunctions.swift
[40/703] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[41/703] Compiling InternalCollectionsUtilities Specialize.swift
[42/747] Compiling ParseSwift URLCache.swift
[43/747] Compiling ParseSwift URLSession.swift
[44/763] Compiling ParseSwift Messages.swift
[45/763] Compiling ParseSwift Operations.swift
[46/766] Compiling ParseSwift ParseLiveQuery+async.swift
[47/766] Compiling ParseSwift ParseLiveQuery+combine.swift
[48/802] Emitting module Logging
[49/802] Compiling Logging Locks.swift
[50/881] Compiling _NIODataStructures PriorityQueue.swift
[51/881] Emitting module _NIODataStructures
[52/881] Compiling _NIODataStructures _TinyArray.swift
[53/882] Compiling _NIOBase64 Base64.swift
[54/883] Compiling ParseSwift BaseParseUser.swift
[55/883] Compiling ParseSwift NoBody.swift
[56/883] Emitting module RealModule
[59/884] Compiling ParseSwift ParseLiveQuery.swift
[60/884] Compiling ParseSwift LiveQuerySocketDelegate.swift
[64/887] Compiling ParseSwift LiveQueryable.swift
[65/887] Compiling ParseSwift ParseLiveQueryDelegate.swift
[66/887] Compiling ParseSwift Encodable.swift
[67/887] Compiling ParseSwift InputStream.swift
[70/887] Compiling ParseSwift BaseConfig.swift
[71/887] Compiling ParseSwift BaseParseInstallation.swift
[72/887] Emitting module SystemPackage
[73/887] Emitting module InternalCollectionsUtilities
[74/912] Compiling Atomics ManagedAtomic.swift
[75/912] Compiling Atomics ManagedAtomicLazyReference.swift
[76/912] Compiling ParseSwift QuerySubscribable.swift
[77/912] Compiling ParseSwift SocketTasks.swift
[78/912] Compiling ParseSwift ParseInstallation+async.swift
[79/912] Compiling ParseSwift ParseInstallation+combine.swift
[80/912] Compiling ParseSwift ParseInstallation.swift
[81/912] Compiling ParseSwift Subscription.swift
[82/912] Compiling ParseSwift SubscriptionCallback.swift
[83/912] Compiling ParseSwift Subscriptions.swift
[84/912] Compiling ParseSwift ParseCloudUser.swift
[85/912] Emitting module Instrumentation
[86/912] Compiling Instrumentation Instrument.swift
[87/912] Compiling Instrumentation NoOpInstrument.swift
[88/912] Compiling Instrumentation MultiplexInstrument.swift
[89/912] Emitting module CoreMetrics
[90/912] Compiling Atomics IntegerConformances.swift
[91/912] Compiling Atomics PointerConformances.swift
[92/913] Compiling Instrumentation Locks.swift
[93/913] Compiling Instrumentation InstrumentationSystem.swift
[96/914] Compiling Atomics Primitives.native.swift
[97/914] Compiling Atomics Primitives.shims.swift
[98/914] Compiling Atomics UnsafeAtomic.swift
[99/914] Compiling Atomics UnsafeAtomicLazyReference.swift
[104/914] Compiling Atomics AtomicMemoryOrderings.swift
[105/914] Compiling Atomics DoubleWord.swift
[106/914] Compiling SystemPackage Util+StringArray.swift
[107/914] Compiling SystemPackage Util.swift
[108/914] Compiling SystemPackage UtilConsumers.swift
[109/914] Compiling Atomics AtomicStorage.swift
[110/914] Compiling Atomics AtomicValue.swift
[113/914] Compiling Atomics OptionalRawRepresentable.swift
[114/914] Compiling Atomics RawRepresentable.swift
[115/914] Compiling Atomics AtomicBool.swift
[116/914] Compiling Atomics AtomicReference.swift
[117/915] Compiling Logging Logging.swift
[117/916] Compiling v3_genn.cc
[120/916] Compiling Atomics IntegerOperations.swift
[121/916] Compiling Atomics Unmanaged extensions.swift
[127/914] Compiling Atomics AtomicInteger.swift
[128/914] Compiling Atomics AtomicOptionalWrappable.swift
[129/939] Compiling CoreMetrics Locks.swift
[130/939] Compiling CoreMetrics Metrics.swift
[132/1077] Compiling Tracing InstrumentationSystem+Tracing.swift
[133/1077] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[134/1077] Compiling HeapModule Heap+Descriptions.swift
[135/1077] Compiling Tracing TracingTime.swift
[136/1077] Compiling Tracing TracerProtocol.swift
[137/1083] Compiling Tracing Tracer.swift
[138/1083] Compiling HeapModule _HeapNode.swift
[139/1083] Compiling HeapModule Heap.swift
[140/1083] Compiling Tracing TracerProtocol+Legacy.swift
[141/1083] Compiling HeapModule Heap+Invariants.swift
[142/1083] Compiling HeapModule Heap+UnsafeHandle.swift
[143/1083] Emitting module Tracing
[144/1083] Emitting module RoutingKit
[145/1083] Compiling Tracing NoOpTracer.swift
[146/1083] Compiling Tracing SpanProtocol.swift
[147/1083] Emitting module HeapModule
[148/1085] Compiling RoutingKit AnyRouter.swift
[149/1085] Compiling RoutingKit PathComponent.swift
[150/1085] Compiling RoutingKit Parameters.swift
[151/1085] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[152/1085] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[153/1085] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[154/1085] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[155/1085] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[156/1085] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[157/1085] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[160/1091] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[161/1091] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[162/1091] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[163/1091] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[164/1091] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[165/1091] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[166/1091] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[167/1090] Compiling RoutingKit Router.swift
[168/1090] Compiling RoutingKit TrieRouter.swift
[169/1091] Compiling OrderedCollections OrderedDictionary+Codable.swift
[170/1091] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[171/1091] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[172/1091] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[173/1091] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[174/1091] Compiling OrderedCollections OrderedDictionary+Elements.swift
[175/1091] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[176/1091] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[177/1091] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[178/1091] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[179/1091] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[180/1091] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[181/1091] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[182/1091] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[183/1091] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[184/1091] Compiling OrderedCollections OrderedDictionary+Values.swift
[185/1091] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[186/1091] Compiling OrderedCollections OrderedSet+Descriptions.swift
[187/1091] Compiling OrderedCollections OrderedSet+Diffing.swift
[188/1094] Compiling OrderedCollections OrderedSet+Equatable.swift
[189/1094] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[190/1094] Compiling OrderedCollections OrderedSet+Hashable.swift
[192/1171] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[193/1171] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[194/1171] Compiling HashTreeCollections _HashNode+Structural union.swift
[195/1171] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[196/1171] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[197/1171] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[198/1171] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[199/1171] Compiling HashTreeCollections _HashNode.swift
[200/1171] Compiling HashTreeCollections _HashNodeHeader.swift
[201/1171] Compiling HashTreeCollections _HashSlot.swift
[202/1195] Emitting module Metrics
[203/1195] Compiling Metrics Metrics.swift
[204/1196] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[205/1196] Compiling HashTreeCollections TreeSet+Debugging.swift
[206/1196] Compiling HashTreeCollections TreeSet+Descriptions.swift
[207/1196] Compiling HashTreeCollections TreeSet+Equatable.swift
[208/1196] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[209/1196] Compiling HashTreeCollections TreeSet+Extras.swift
[210/1196] Compiling HashTreeCollections TreeSet+Filter.swift
[211/1196] Compiling HashTreeCollections TreeSet+Hashable.swift
[212/1196] Compiling HashTreeCollections TreeSet+Sendable.swift
[213/1196] Compiling HashTreeCollections TreeDictionary+Keys.swift
[214/1196] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[215/1196] Compiling HashTreeCollections TreeDictionary+Merge.swift
[216/1196] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[217/1196] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[218/1196] Compiling HashTreeCollections TreeDictionary+Values.swift
[219/1196] Compiling HashTreeCollections TreeDictionary.swift
[220/1196] Compiling HashTreeCollections TreeSet+Codable.swift
[221/1196] Compiling HashTreeCollections TreeSet+Collection.swift
[222/1196] Compiling DequeModule _DequeBuffer.swift
[223/1196] Compiling DequeModule _DequeBufferHeader.swift
[224/1196] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[225/1196] Compiling HashTreeCollections _HashNode+Structural filter.swift
[226/1196] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[227/1196] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[229/1195] Compiling DequeModule Deque._UnsafeHandle.swift
[230/1195] Compiling DequeModule Deque.swift
[237/1195] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[238/1195] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[241/1197] Emitting module Atomics
[242/1197] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[243/1197] Compiling HashTreeCollections _RawHashNode.swift
[244/1197] Compiling HashTreeCollections _UnmanagedHashNode.swift
[245/1197] Compiling HashTreeCollections _UnsafePath.swift
[246/1197] Compiling HashTreeCollections TreeDictionary+Codable.swift
[247/1197] Compiling HashTreeCollections TreeDictionary+Collection.swift
[248/1197] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[249/1197] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[250/1197] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[251/1197] Compiling HashTreeCollections _AncestorHashSlots.swift
[252/1197] Compiling HashTreeCollections _Bitmap.swift
[253/1197] Compiling HashTreeCollections _Bucket.swift
[254/1197] Compiling HashTreeCollections _Hash.swift
[255/1197] Compiling HashTreeCollections _HashLevel.swift
[256/1197] Compiling HashTreeCollections _HashNode+Builder.swift
[257/1197] Compiling HashTreeCollections _HashNode+Debugging.swift
[262/1197] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[263/1197] Compiling HashTreeCollections _HashNode+Structural merge.swift
[264/1197] Compiling HashTreeCollections _HashTreeIterator.swift
[265/1197] Compiling HashTreeCollections _HashTreeStatistics.swift
[266/1197] Compiling DequeModule Deque+Codable.swift
[267/1197] Compiling DequeModule Deque+Collection.swift
[268/1197] Compiling DequeModule Deque+CustomReflectable.swift
[269/1197] Compiling DequeModule Deque+Descriptions.swift
[270/1197] Compiling DequeModule Deque+Equatable.swift
[271/1197] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[272/1197] Compiling DequeModule Deque+Extras.swift
[273/1197] Compiling DequeModule Deque+Hashable.swift
[289/1197] Compiling _RopeModule Rope+Join.swift
[290/1197] Compiling _RopeModule Rope+MutatingForEach.swift
[291/1197] Compiling _RopeModule Rope+Remove.swift
[292/1197] Compiling _RopeModule Rope+RemoveSubrange.swift
[293/1197] Compiling _RopeModule Rope+Split.swift
[294/1197] Compiling _RopeModule Optional Utilities.swift
[295/1197] Compiling _RopeModule String Utilities.swift
[296/1197] Compiling _RopeModule String.Index+ABI.swift
[310/1260] Emitting module ParseSwift
[311/1285] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[312/1285] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[313/1285] Compiling BitCollections BitArray+Extras.swift
[314/1285] Compiling BitCollections BitArray+RandomBits.swift
[315/1285] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[316/1285] Compiling BitCollections BitArray+Shifts.swift
[317/1286] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[318/1286] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[319/1286] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[320/1286] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[321/1286] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[322/1286] Compiling BitCollections BitSet+SetAlgebra union.swift
[323/1286] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[324/1286] Compiling BitCollections BitSet.Counted.swift
[328/1286] Compiling BitCollections BitArray+Invariants.swift
[329/1286] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[333/1286] Compiling BitCollections BitArray+Fill.swift
[337/1286] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[338/1286] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[339/1286] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[340/1286] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[341/1286] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[342/1286] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[343/1286] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[344/1286] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[345/1286] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[346/1286] Compiling HashTreeCollections TreeSet.swift
[351/1286] Emitting module OrderedCollections
[352/1287] Compiling BitCollections BitArray+Descriptions.swift
[353/1287] Compiling BitCollections BitArray+Equatable.swift
[354/1287] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[355/1287] Compiling BitCollections BitSet+CustomReflectable.swift
[356/1287] Compiling BitCollections BitSet+CustomStringConvertible.swift
[357/1287] Compiling BitCollections BitSet+Equatable.swift
[358/1287] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[359/1287] Compiling BitCollections BitSet+Extras.swift
[360/1287] Compiling BitCollections BitSet+Hashable.swift
[361/1287] Compiling BitCollections BitSet+Initializers.swift
[362/1287] Compiling BitCollections BitSet+Invariants.swift
[370/1294] Emitting module DequeModule
[373/1295] Compiling BitCollections BitSet+Random.swift
[374/1295] Compiling BitCollections BitSet+SetAlgebra basics.swift
[375/1295] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[376/1295] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[377/1295] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[379/1295] Compiling ParseSwift ParseFileTransferable.swift
[380/1295] Compiling ParseSwift ParseHookFunctionable+async.swift
[381/1295] Compiling ParseSwift ParseHookFunctionable+combine.swift
[382/1295] Compiling ParseSwift ParseHookFunctionable.swift
[383/1295] Compiling ParseSwift ParseHookParametable.swift
[384/1295] Compiling ParseSwift ParseHookRequestable+async.swift
[385/1295] Compiling ParseSwift ParseHookRequestable+combine.swift
[386/1295] Compiling ParseSwift ParseHookRequestable.swift
[387/1295] Compiling ParseSwift ParseHookTriggerRequestable.swift
[388/1295] Compiling ParseSwift ParseHookTriggerable+async.swift
[389/1295] Compiling ParseSwift ParseHookTriggerable+combine.swift
[390/1295] Compiling ParseSwift ParseHookTriggerable.swift
[391/1295] Compiling ParseSwift ParseHookable.swift
[392/1295] Compiling ParseSwift ParseOperationable.swift
[393/1295] Compiling ParseSwift ParsePointerable+async.swift
[394/1295] Compiling ParseSwift ParsePointerable+combine.swift
[395/1295] Compiling ParseSwift ParsePointerable.swift
[396/1295] Compiling ParseSwift ParsePushApplePayloadable.swift
[397/1295] Compiling ParseSwift ParsePushFirebasePayloadable.swift
[398/1295] Compiling ParseSwift ParsePushPayloadable.swift
[399/1295] Compiling ParseSwift ParseQueryScorable.swift
[400/1295] Compiling ParseSwift ParseRelationOperationable.swift
[401/1295] Compiling ParseSwift ParseTypeable.swift
[402/1295] Compiling ParseSwift QueryObservable.swift
[403/1295] Compiling ParseSwift Queryable.swift
[404/1295] Emitting module BitCollections
[415/1293] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[416/1293] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[417/1293] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[418/1293] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[419/1293] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[420/1293] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[429/1293] Emitting module _RopeModule
[451/1293] Compiling BitCollections BitArray+Copy.swift
[452/1293] Compiling BitCollections BitArray+CustomReflectable.swift
[469/1293] Compiling v3_extku.cc
[472/1294] Compiling BitCollections BitSet.Index.swift
[473/1294] Compiling BitCollections BitSet._UnsafeHandle.swift
[474/1294] Compiling BitCollections BitSet.swift
[475/1294] Compiling BitCollections Range+Utilities.swift
[476/1294] Compiling BitCollections Slice+Utilities.swift
[477/1294] Compiling BitCollections UInt+Tricks.swift
[478/1294] Compiling BitCollections _Word.swift
[479/1294] Emitting module Algorithms
[484/1295] Compiling BitCollections BitArray+Hashable.swift
[485/1295] Compiling BitCollections BitArray+Initializers.swift
[488/1295] Compiling BitCollections BitArray+BitwiseOperations.swift
[489/1295] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[490/1295] Compiling BitCollections BitArray+Codable.swift
[491/1295] Compiling BitCollections BitArray+Collection.swift
[499/1295] Compiling BitCollections BitArray+Testing.swift
[500/1295] Compiling BitCollections BitArray._UnsafeHandle.swift
[501/1295] Compiling BitCollections BitArray.swift
[502/1295] Compiling BitCollections BitSet+BidirectionalCollection.swift
[503/1295] Compiling BitCollections BitSet+Codable.swift
[527/1295] Compiling v3_crld.cc
[528/1295] Compiling v3_enum.cc
[529/1295] Compiling v3_cpols.cc
[530/1295] Compiling v3_conf.cc
[531/1295] Compiling v3_akeya.cc
[532/1295] Compiling v3_bitst.cc
[533/1295] Compiling v3_bcons.cc
[534/1295] Compiling v3_alt.cc
[535/1295] Compiling v3_akey.cc
[537/1295] Emitting module HashTreeCollections
[537/1296] Compiling t_req.cc
[538/1296] Compiling t_crl.cc
[539/1296] Compiling t_x509a.cc
[540/1296] Compiling t_x509.cc
[543/1296] Compiling ParseSwift ParseConfigCodable+combine.swift
[544/1296] Compiling ParseSwift ParseConfigCodable.swift
[545/1296] Compiling ParseSwift ParseConfiguration.swift
[546/1296] Compiling ParseSwift ParseError.swift
[547/1296] Compiling ParseSwift ParseField.swift
[548/1296] Compiling ParseSwift ParseFieldOptions.swift
[549/1296] Compiling ParseSwift ParseFile+async.swift
[550/1296] Compiling ParseSwift ParseFile+combine.swift
[551/1296] Compiling ParseSwift ParseFile.swift
[552/1296] Compiling ParseSwift ParseFileDefaultTransfer.swift
[553/1296] Compiling ParseSwift ParseGeoPoint.swift
[554/1296] Compiling ParseSwift ParseHookFunction.swift
[555/1296] Compiling ParseSwift ParseHookFunctionRequest.swift
[556/1296] Compiling ParseSwift ParseHookResponse.swift
[557/1296] Compiling ParseSwift ParseHookTrigger.swift
[558/1296] Compiling ParseSwift ParseHookTriggerObjectRequest.swift
[559/1296] Compiling ParseSwift ParseHookTriggerRequest.swift
[560/1296] Compiling ParseSwift ParseKeychainAccessGroup.swift
[561/1296] Compiling ParseSwift ParseOperation+async.swift
[562/1296] Compiling ParseSwift ParseOperation+combine.swift
[563/1296] Compiling ParseSwift ParseOperation.swift
[564/1296] Compiling ParseSwift ParsePolygon.swift
[565/1296] Compiling ParseSwift ParsePush+async.swift
[566/1296] Compiling ParseSwift ParsePush+combine.swift
[567/1296] Compiling ParseSwift ParsePush.swift
[568/1296] Compiling ParseSwift Savable.swift
[569/1296] Compiling ParseSwift InMemoryPrimitiveStore.swift
[570/1296] Compiling ParseSwift KeychainStore.swift
[571/1296] Compiling ParseSwift ParseFileManager.swift
[572/1296] Compiling ParseSwift ParsePrimitiveStorable.swift
[573/1296] Compiling ParseSwift ParseStorage.swift
[574/1296] Compiling ParseSwift SecureStorable.swift
[575/1296] Compiling ParseSwift CloudViewModel.swift
[576/1296] Compiling ParseSwift ParseOperationAdd.swift
[577/1296] Compiling ParseSwift ParseOperationAddRelation.swift
[578/1296] Compiling ParseSwift ParseOperationAddUnique.swift
[579/1296] Compiling ParseSwift ParseOperationBatch.swift
[580/1296] Compiling ParseSwift ParseOperationCommand.swift
[581/1296] Compiling ParseSwift ParseOperationDelete.swift
[582/1296] Compiling ParseSwift ParseOperationIncrement.swift
[583/1296] Compiling ParseSwift ParseOperationIncrementDouble.swift
[584/1296] Compiling ParseSwift ParseOperationRemove.swift
[585/1296] Compiling ParseSwift ParseOperationRemoveRelation.swift
[586/1296] Compiling ParseSwift ParseACL.swift
[587/1296] Compiling ParseSwift ParseAnalytics+async.swift
[588/1296] Compiling ParseSwift ParseAnalytics+combine.swift
[589/1296] Compiling ParseSwift ParseAnalytics.swift
[590/1296] Compiling ParseSwift ParseBytes.swift
[591/1296] Compiling ParseSwift ParseCLP.swift
[592/1296] Compiling ParseSwift ParseConfigCodable+async.swift
[617/1295] Compiling rsa_pss.cc
[618/1295] Compiling i2d_pr.cc
[619/1295] Compiling policy.cc
[620/1295] Compiling by_file.cc
[621/1297] Compiling name_print.cc
[623/1297] Emitting module Collections
[624/1297] Compiling Collections Collections.swift
[624/1297] Compiling by_dir.cc
[626/1298] Compiling asn1_gen.cc
[627/1298] Compiling algorithm.cc
[628/1298] Compiling thread_win.cc
[629/1298] Compiling a_verify.cc
[630/1298] Compiling trust_token.cc
[631/1298] Compiling voprf.cc
[632/1298] Compiling a_digest.cc
[633/1298] Compiling a_sign.cc
[634/1298] Wrapping AST for Collections for debugging
[635/1298] Compiling pmbtoken.cc
[636/1298] Compiling thread_pthread.cc
[637/1298] Compiling thread_none.cc
[638/1298] Compiling thread.cc
[639/1298] Compiling stack.cc
[640/1298] Compiling thash.cc
[641/1298] Compiling wots.cc
[642/1298] Compiling slhdsa.cc
[643/1298] Compiling sha1.cc
[644/1298] Compiling fors.cc
[645/1298] Compiling sha512.cc
[646/1298] Compiling merkle.cc
[647/1298] Compiling sha256.cc
[648/1298] Compiling siphash.cc
[649/1298] Compiling rsa_print.cc
[650/1298] Compiling rsa_extra.cc
[651/1298] Compiling rsa_asn1.cc
[652/1298] Compiling rc4.cc
[653/1298] Compiling refcount.cc
[654/1298] Compiling windows.cc
[655/1298] Compiling urandom.cc
[656/1298] Compiling rsa_crypt.cc
[657/1298] Compiling trusty.cc
[658/1298] Compiling rand_extra.cc
[659/1298] Compiling getentropy.cc
[660/1298] Compiling ios.cc
[661/1298] Compiling fork_detect.cc
[661/1298] Compiling passive.cc
[663/1298] Compiling poly1305_arm_asm.S
[664/1298] Compiling forkunsafe.cc
[665/1298] Compiling deterministic.cc
[666/1298] Compiling pool.cc
[667/1298] Compiling poly1305_arm.cc
[668/1298] Compiling poly1305.cc
[669/1298] Compiling poly1305_vec.cc
[670/1298] Compiling pkcs8.cc
[671/1298] Compiling pkcs7.cc
[672/1298] Compiling p5_pbev2.cc
[673/1298] Compiling pem_xaux.cc
[674/1298] Compiling pkcs7_x509.cc
[675/1298] Compiling pkcs8_x509.cc
[676/1298] Compiling pem_x509.cc
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
[713/1298] Compiling ParseSwift ParseTwitter.swift
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
[714/1298] Compiling ParseSwift ParseAnonymous+async.swift
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
[715/1298] Compiling ParseSwift ParseAnonymous+combine.swift
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
[716/1298] Compiling ParseSwift ParseAnonymous.swift
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
[717/1298] Compiling ParseSwift ParseAuthentication+async.swift
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
[718/1298] Compiling ParseSwift ParseAuthentication+combine.swift
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
[719/1298] Compiling ParseSwift ParseAuthentication.swift
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
[720/1298] Compiling ParseSwift AnyCodable.swift
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
[721/1298] Compiling ParseSwift AnyDecodable.swift
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
[722/1298] Compiling ParseSwift AnyEncodable.swift
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
[723/1298] Compiling ParseSwift ParseCoding.swift
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
[724/1298] Compiling ParseSwift ParseEncoder.swift
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
[725/1298] Compiling ParseSwift Data.swift
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
[726/1298] Compiling ParseSwift Date.swift
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
[727/1298] Compiling ParseSwift Dictionary.swift
/host/spi-builder-workspace/.build/checkouts/Parse-Swift/Sources/ParseSwift/Coding/ParseEncoder.swift:887:25: error: 'let' binding pattern cannot appear in an expression
885 | }
886 |
887 | case .formatted(let formatter):
| `- error: 'let' binding pattern cannot appear in an expression
888 | return NSString(string: formatter.string(from: date))
889 |
[752/1298] Compiling pem_pkey.cc
[753/1298] Compiling pem_pk8.cc
[754/1298] Compiling pem_oth.cc
[755/1298] Compiling obj_xref.cc
[756/1298] Compiling pem_lib.cc
[757/1298] Compiling mem.cc
[758/1298] Compiling pem_info.cc
[759/1298] Compiling pem_all.cc
[760/1298] Compiling mlkem.cc
[761/1298] Compiling obj.cc
[762/1298] Compiling md5.cc
[763/1298] Compiling mldsa.cc
[764/1298] Compiling lhash.cc
[765/1298] Compiling md4.cc
[766/1298] Compiling fips_shared_support.cc
[767/1298] Compiling poly_rq_mul.S
[768/1298] Compiling keccak.cc
[769/1298] Compiling kyber.cc
[770/1298] Compiling ex_data.cc
[771/1298] Compiling sign.cc
[772/1298] Compiling hrss.cc
[773/1298] Compiling hpke.cc
[774/1298] Compiling scrypt.cc
[775/1298] Compiling print.cc
[777/1298] Compiling ParseSwift ParsePushAppleAlert.swift
[778/1298] Compiling ParseSwift ParsePushAppleSound.swift
[779/1298] Compiling ParseSwift ParsePushPayloadApple.swift
[780/1298] Compiling ParseSwift ParsePushFirebaseNotification.swift
[781/1298] Compiling ParseSwift ParsePushPayloadFirebase.swift
[782/1298] Compiling ParseSwift ParsePushPayloadAny.swift
[783/1298] Compiling ParseSwift ParsePushStatus.swift
[784/1298] Compiling ParseSwift ParseRelation.swift
[785/1298] Compiling ParseSwift ParseSchema+async.swift
[786/1298] Compiling ParseSwift ParseSchema+combine.swift
[787/1298] Compiling ParseSwift ParseSchema.swift
[788/1298] Compiling ParseSwift ParseServer+async.swift
[789/1298] Compiling ParseSwift ParseServer+combine.swift
[790/1298] Compiling ParseSwift ParseServer.swift
[791/1298] Compiling ParseSwift ParseVersion.swift
[792/1298] Compiling ParseSwift Pointer+async.swift
[793/1298] Compiling ParseSwift Pointer+combine.swift
[794/1298] Compiling ParseSwift Pointer.swift
[795/1298] Compiling ParseSwift Query+async.swift
[796/1298] Compiling ParseSwift Query+combine.swift
[797/1298] Compiling ParseSwift Query.swift
[798/1298] Compiling ParseSwift QueryConstraint.swift
[799/1298] Compiling ParseSwift QueryViewModel.swift
[800/1298] Compiling ParseSwift QueryWhere.swift
[801/1298] Compiling ParseSwift Utility.swift
[801/1298] Compiling pbkdf.cc
[802/1298] Compiling p_x25519.cc
[803/1298] Compiling p_x25519_asn1.cc
[804/1298] Compiling p_ec_asn1.cc
[804/1298] Compiling p_rsa_asn1.cc
[804/1298] Compiling p_rsa.cc
[804/1298] Compiling p_ed25519_asn1.cc
[804/1298] Compiling p_hkdf.cc
[804/1298] Compiling bcm.cc
[804/1298] Compiling p_ed25519.cc
BUILD FAILURE 6.0 linux