Build Information
Successful build of IkigaJSON, reference 3.0.0-beta.1 (937ee3), with Swift 6.2 for Wasm on 18 Apr 2026 02:25:12 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.2-latest swift build --swift-sdk swift-6.2-RELEASE_wasm 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/orlandos-nl/swift-json.git
Reference: 3.0.0-beta.1
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/orlandos-nl/swift-json
* tag 3.0.0-beta.1 -> FETCH_HEAD
HEAD is now at 937ee3b Disable the Windows CI
Cloned https://github.com/orlandos-nl/swift-json.git
Revision (git rev-parse @):
937ee3b14b34688787e4549de026b4292fddf6f4
SUCCESS checkout https://github.com/orlandos-nl/swift-json.git at 3.0.0-beta.1
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/orlandos-nl/swift-json.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.2-latest swift build --swift-sdk swift-6.2-RELEASE_wasm 2>&1
wasm-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:2a8b2d9e022a9894c61e0736af7cdaa1ee64c002dbb133a55c0d7e8980b3ad16
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.2-latest
Fetching https://github.com/apple/swift-nio.git
[1/83172] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (8.33s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.98.0 (9.90s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/5601] Fetching swift-system
[1010/7421] Fetching swift-system, swift-atomics
[3907/30990] Fetching swift-system, swift-atomics, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.69s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.69s)
[1886/23569] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (3.97s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (4.55s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (0.80s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.88s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.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.98.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.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.6.4
Building for debugging...
[0/23] Write sources
[11/23] Compiling CNIODarwin shim.c
[11/23] Compiling CNIOOpenBSD shim.c
[13/23] Compiling CNIOWindows WSAStartup.c
[14/23] Compiling CNIOWASI CNIOWASI.c
[15/23] Write sources
[16/23] Compiling CNIOLinux liburing_shims.c
[17/23] Compiling CNIOLinux shim.c
[18/23] Compiling _AtomicsShims.c
[19/23] Compiling CNIOWindows shim.c
[20/23] Write swift-version-24593BA9C3E375BF.txt
[21/72] Compiling c-nioatomics.c
[23/72] Emitting module Atomics
[23/74] Compiling c-atomics.c
[25/81] Compiling Atomics IntegerOperations.swift
[26/81] Compiling Atomics Unmanaged extensions.swift
[27/81] Compiling Atomics AtomicInteger.swift
[28/81] Compiling Atomics AtomicOptionalWrappable.swift
[29/81] Compiling Atomics AtomicReference.swift
[30/81] Compiling Atomics OptionalRawRepresentable.swift
[31/81] Compiling Atomics RawRepresentable.swift
[32/81] Compiling Atomics AtomicBool.swift
[33/81] Compiling Atomics IntegerConformances.swift
[34/81] Compiling Atomics PointerConformances.swift
[35/81] Compiling Atomics AtomicMemoryOrderings.swift
[36/81] Compiling Atomics DoubleWord.swift
[43/83] Compiling Atomics AtomicStorage.swift
[44/83] Compiling Atomics AtomicValue.swift
[45/83] Compiling Atomics Primitives.native.swift
[48/83] Compiling _JSONCore FastScanner.swift
/host/spi-builder-workspace/Sources/_JSONCore/SIMD/FastScanner.swift:147:9: warning: initialization of variable 'foundNonWhitespace' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
145 | while i &+ 8 <= count {
146 | // Check if any of the 8 bytes is non-whitespace
147 | var foundNonWhitespace = false
| `- warning: initialization of variable 'foundNonWhitespace' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
148 | for j in 0..<8 {
149 | let byte = baseAddress[i &+ j]
[49/83] Compiling _JSONCore JSONTokenizerDestination.swift
[50/83] Emitting module InternalCollectionsUtilities
[51/83] Compiling Atomics ManagedAtomic.swift
[52/83] Compiling Atomics ManagedAtomicLazyReference.swift
[53/83] Compiling Atomics UnsafeAtomic.swift
[54/83] Compiling Atomics UnsafeAtomicLazyReference.swift
[61/83] Compiling _JSONCore Bytes.swift
[62/83] Compiling InternalCollectionsUtilities _SortedCollection.swift
[63/83] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[64/84] Compiling _JSONCore JSONTokenizer.swift
[65/84] Emitting module _JSONCore
/host/spi-builder-workspace/Sources/_JSONCore/SIMD/FastScanner.swift:147:9: warning: initialization of variable 'foundNonWhitespace' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
145 | while i &+ 8 <= count {
146 | // Check if any of the 8 bytes is non-whitespace
147 | var foundNonWhitespace = false
| `- warning: initialization of variable 'foundNonWhitespace' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
148 | for j in 0..<8 {
149 | let byte = baseAddress[i &+ j]
[66/84] Compiling _JSONCore Errors.swift
[67/84] Compiling _JSONCore JSONParser+Parsing.swift
[69/85] Compiling _NIOBase64 Base64.swift
[70/85] Emitting module _NIOBase64
[74/87] Compiling _NIODataStructures PriorityQueue.swift
[75/87] Compiling _NIODataStructures _TinyArray.swift
[79/87] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[80/87] Emitting module NIOConcurrencyHelpers
[81/120] Compiling ContainersPreview RandomAccessContainer.swift
[82/120] Compiling ContainersPreview RangeExpression2.swift
[83/120] Compiling ContainersPreview RangeReplaceableContainer.swift
[84/120] Compiling ContainersPreview Drain+Map.swift
[85/124] Compiling NIOConcurrencyHelpers lock.swift
[86/124] Compiling ContainersPreview Drain+Reduce.swift
[87/124] Compiling ContainersPreview Drain.swift
[88/124] Compiling ContainersPreview Producer+Collect.swift
[89/124] Compiling ContainersPreview Producer+Filter.swift
[90/124] Compiling ContainersPreview Producer+Map.swift
[91/124] Compiling ContainersPreview Producer+Reduce.swift
[92/124] Compiling ContainersPreview Producer.swift
[93/124] Compiling ContainersPreview Borrow.swift
[94/124] Compiling NIOConcurrencyHelpers NIOLock.swift
[95/124] Compiling ContainersPreview BorrowingIteratorProtocol+Map.swift
[96/124] Compiling ContainersPreview BorrowingIteratorProtocol+Reduce.swift
[97/124] Compiling ContainersPreview BorrowingIteratorProtocol+SpanwiseZip.swift
[98/124] Compiling ContainersPreview BorrowingIteratorProtocol.swift
[99/124] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
[100/124] Emitting module _NIODataStructures
[101/124] Compiling _NIODataStructures Heap.swift
[103/125] Compiling ContainersPreview Box.swift
[104/125] Compiling ContainersPreview Inout.swift
[105/125] Compiling ContainersPreview InputSpan.swift
[106/125] Compiling ContainersPreview Shared.swift
[107/125] Compiling ContainersPreview BorrowingSequence+Utilities.swift
[108/125] Compiling ContainersPreview BorrowingSequence.swift
[109/125] Compiling ContainersPreview BidirectionalContainer.swift
[110/125] Compiling ContainersPreview Container+Filter.swift
[111/125] Compiling ContainersPreview Container+SpanwiseZip.swift
[112/125] Compiling ContainersPreview Container.swift
[113/125] Compiling ContainersPreview ContainerIterator.swift
[114/125] Compiling ContainersPreview DynamicContainer.swift
[115/125] Compiling ContainersPreview MutableContainer.swift
[116/125] Compiling ContainersPreview PermutableContainer.swift
[117/125] Compiling ContainersPreview OutputSpan+Extras.swift
[118/125] Compiling ContainersPreview TemporaryAllocation.swift
[119/125] Compiling ContainersPreview BorrowingIteratorProtocol+Copy.swift
[120/125] Compiling ContainersPreview BorrowingIteratorProtocol+ElementsEqual.swift
[121/125] Compiling ContainersPreview BorrowingIteratorProtocol+Filter.swift
[122/125] Emitting module ContainersPreview
[124/126] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[125/126] Compiling NIOConcurrencyHelpers atomics.swift
[126/126] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[128/167] Compiling DequeModule _DequeBuffer.swift
[129/167] Compiling DequeModule _DequeBufferHeader.swift
[130/167] Compiling DequeModule RigidDeque+Append.swift
[131/167] Compiling DequeModule RigidDeque+Consumption.swift
[132/167] Compiling DequeModule RigidDeque+Container.swift
[133/167] Compiling DequeModule RigidDeque+Descriptions.swift
[134/172] Compiling DequeModule UniqueDeque+Hashable.swift
[135/172] Compiling DequeModule UniqueDeque+Initializers.swift
[136/172] Compiling DequeModule UniqueDeque+Insertions.swift
[137/172] Compiling DequeModule UniqueDeque+Prepend.swift
[138/172] Compiling DequeModule UniqueDeque+Removals.swift
[139/172] Compiling DequeModule UniqueDeque+Consumption.swift
[140/172] Compiling DequeModule UniqueDeque+Container.swift
[141/172] Compiling DequeModule UniqueDeque+Descriptions.swift
[142/172] Compiling DequeModule UniqueDeque+Equatable.swift
[143/172] Compiling DequeModule UniqueDeque+Experimental.swift
[144/172] Compiling DequeModule RigidDeque+Removals.swift
[145/172] Compiling DequeModule RigidDeque+Replacements.swift
[146/172] Compiling DequeModule RigidDeque+Testing.swift
[147/172] Compiling DequeModule RigidDeque.swift
[148/172] Compiling DequeModule UniqueDeque+Append.swift
[149/172] Compiling DequeModule RigidDeque+Equatable.swift
[150/172] Compiling DequeModule RigidDeque+Experimental.swift
[151/172] Compiling DequeModule RigidDeque+Hashable.swift
[152/172] Compiling DequeModule RigidDeque+Initializers.swift
[153/172] Compiling DequeModule RigidDeque+Insertions.swift
[154/172] Compiling DequeModule RigidDeque+Prepend.swift
[155/172] Compiling DequeModule Deque+Codable.swift
[156/172] Compiling DequeModule Deque+Collection.swift
[157/172] Compiling DequeModule Deque+CustomReflectable.swift
[158/172] Compiling DequeModule Deque+Descriptions.swift
[159/172] Compiling DequeModule Deque+Equatable.swift
[160/172] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[161/172] Compiling DequeModule Deque+Extras.swift
[162/172] Compiling DequeModule Deque+Hashable.swift
[163/172] Compiling DequeModule Deque+Testing.swift
[164/172] Compiling DequeModule Deque._Storage.swift
[165/172] Compiling DequeModule Deque._UnsafeHandle.swift
[166/172] Compiling DequeModule Deque.swift
[167/172] Emitting module DequeModule
[168/172] Compiling DequeModule UniqueDeque+Replacements.swift
[169/172] Compiling DequeModule UniqueDeque.swift
[170/172] Compiling DequeModule _DequeSlot.swift
[171/172] Compiling DequeModule _UnsafeDequeHandle.swift
[172/172] Compiling DequeModule _UnsafeDequeSegments.swift
[174/237] Compiling NIOCore NIOCoreSendableMetatype.swift
[175/237] Compiling NIOCore NIODecodedAsyncSequence.swift
[176/237] Compiling NIOCore NIOLoopBound.swift
[177/237] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[178/237] Compiling NIOCore NIOScheduledCallback.swift
[179/237] Compiling NIOCore NIOSendable.swift
[180/237] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[181/237] Compiling NIOCore NIOTransportAccessibleChannelCore.swift
[182/237] Compiling NIOCore RecvByteBufferAllocator.swift
[183/245] Compiling NIOCore IPProtocol.swift
[184/245] Compiling NIOCore IntegerBitPacking.swift
[185/245] Compiling NIOCore IntegerTypes.swift
[186/245] Compiling NIOCore Interfaces.swift
[187/245] Compiling NIOCore Linux.swift
[188/245] Compiling NIOCore MarkedCircularBuffer.swift
[189/245] Compiling NIOCore MulticastChannel.swift
[190/245] Compiling NIOCore NIOAny.swift
[191/245] Compiling NIOCore NIOCloseOnErrorHandler.swift
[192/245] Compiling NIOCore EventLoopFuture+Deprecated.swift
[193/245] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[194/245] Compiling NIOCore EventLoopFuture.swift
[195/245] Compiling NIOCore FileDescriptor.swift
[196/245] Compiling NIOCore FileHandle.swift
[197/245] Compiling NIOCore FileRegion.swift
[198/245] Compiling NIOCore GlobalSingletons.swift
[199/245] Compiling NIOCore IO.swift
[200/245] Compiling NIOCore IOData.swift
[201/245] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[202/245] Compiling NIOCore SocketAddresses.swift
[203/245] Compiling NIOCore SocketOptionProvider.swift
[204/245] Compiling NIOCore SystemCallHelpers.swift
[205/245] Compiling NIOCore TimeAmount+Duration.swift
[206/245] Compiling NIOCore TypeAssistedChannelHandler.swift
[207/245] Compiling NIOCore UniversalBootstrapSupport.swift
[208/245] Compiling NIOCore Utilities.swift
[209/245] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[210/245] Compiling NIOCore BSDSocketAPI.swift
[211/245] Compiling NIOCore ByteBuffer-aux.swift
[212/245] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[213/245] Compiling NIOCore ByteBuffer-conversions.swift
[214/245] Compiling NIOCore ByteBuffer-core.swift
[215/245] Compiling NIOCore ByteBuffer-hex.swift
[216/245] Compiling NIOCore ByteBuffer-int.swift
[217/245] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[218/245] Compiling NIOCore CircularBuffer.swift
[219/245] Compiling NIOCore Codec.swift
[220/245] Compiling NIOCore ConvenienceOptionSupport.swift
[221/245] Compiling NIOCore DeadChannel.swift
[222/245] Compiling NIOCore DispatchQueue+WithFuture.swift
[223/245] Compiling NIOCore EventLoop+Deprecated.swift
[224/245] Compiling NIOCore EventLoop+SerialExecutor.swift
[225/245] Compiling NIOCore EventLoop.swift
[226/245] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[227/245] Compiling NIOCore AddressedEnvelope.swift
[228/245] Compiling NIOCore AsyncAwaitSupport.swift
[229/245] Compiling NIOCore AsyncChannel.swift
[230/245] Compiling NIOCore AsyncChannelHandler.swift
[231/245] Compiling NIOCore AsyncChannelInboundStream.swift
[232/245] Compiling NIOCore AsyncChannelOutboundWriter.swift
[233/245] Compiling NIOCore NIOAsyncSequenceProducer.swift
[234/245] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[235/245] Compiling NIOCore NIOAsyncWriter.swift
[236/245] Compiling NIOCore ByteBuffer-multi-int.swift
[237/245] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[238/245] Compiling NIOCore ByteBuffer-views.swift
[239/245] Compiling NIOCore Channel.swift
[240/245] Compiling NIOCore ChannelHandler.swift
[241/245] Compiling NIOCore ChannelHandlers.swift
[242/245] Compiling NIOCore ChannelInvoker.swift
[243/245] Compiling NIOCore ChannelOption.swift
[244/245] Compiling NIOCore ChannelPipeline.swift
[245/245] Emitting module NIOCore
[247/251] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[248/251] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[249/251] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[250/251] Emitting module NIOFoundationCompat
[251/251] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[253/265] Compiling _NIOJSON Bounds.swift
[254/265] Compiling _NIOJSON JSONDescription+Constants.swift
[255/266] Compiling _NIOJSON JSONObject.swift
[256/266] Compiling _NIOJSON JSONArray.swift
[257/266] Compiling _NIOJSON JSONEncoder.swift
[258/266] Compiling _NIOJSON NilValueCodingStrategy.swift
[259/266] Compiling _NIOJSON JSONValue.swift
[260/266] Compiling _NIOJSON StreamingJSONArrayDecoder.swift
[261/266] Compiling _NIOJSON StreamingJSONLinesDecoder.swift
[262/266] Compiling _NIOJSON JSONDescription.swift
[263/266] Compiling _NIOJSON Pointer+Helpers.swift
[264/266] Emitting module _NIOJSON
[265/266] Compiling _NIOJSON JSONDecoder.swift
[266/266] Compiling _NIOJSON JSONDecoderError.swift
[268/269] Emitting module IkigaJSON
[269/269] Compiling IkigaJSON Exports.swift
Build complete! (104.18s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
}
],
"manifest_display_name" : "IkigaJSON",
"name" : "IkigaJSON",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "IkigaJSON",
"targets" : [
"IkigaJSON"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "IkigaJSONCore",
"targets" : [
"_JSONCore"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "_NIOJSON",
"module_type" : "SwiftTarget",
"name" : "_NIOJSON",
"path" : "Sources/_NIOJSON",
"product_dependencies" : [
"NIOCore",
"NIOFoundationCompat"
],
"product_memberships" : [
"IkigaJSON"
],
"sources" : [
"Codable/JSONDecoder.swift",
"Codable/JSONDecoderError.swift",
"Codable/JSONEncoder.swift",
"Codable/NilValueCodingStrategy.swift",
"Codable/StreamingJSONArrayDecoder.swift",
"Codable/StreamingJSONLinesDecoder.swift",
"Core/Bounds.swift",
"Core/JSONDescription+Constants.swift",
"Core/JSONDescription.swift",
"Pointer+Helpers.swift",
"Types/JSONArray.swift",
"Types/JSONObject.swift",
"Types/JSONValue.swift"
],
"target_dependencies" : [
"_JSONCore"
],
"type" : "library"
},
{
"c99name" : "_JSONCore",
"module_type" : "SwiftTarget",
"name" : "_JSONCore",
"path" : "Sources/_JSONCore",
"product_memberships" : [
"IkigaJSON",
"IkigaJSONCore"
],
"sources" : [
"Bytes.swift",
"Errors.swift",
"Parser/JSONParser+Parsing.swift",
"Parser/JSONTokenizer.swift",
"Parser/JSONTokenizerDestination.swift",
"SIMD/FastScanner.swift"
],
"type" : "library"
},
{
"c99name" : "IkigaJSONTests",
"module_type" : "SwiftTarget",
"name" : "IkigaJSONTests",
"path" : "Tests/IkigaJSONTests",
"sources" : [
"JSONTests.swift"
],
"target_dependencies" : [
"IkigaJSON"
],
"type" : "test"
},
{
"c99name" : "IkigaJSON",
"module_type" : "SwiftTarget",
"name" : "IkigaJSON",
"path" : "Sources/IkigaJSON",
"product_dependencies" : [
"NIOCore"
],
"product_memberships" : [
"IkigaJSON"
],
"sources" : [
"Exports.swift"
],
"target_dependencies" : [
"_JSONCore",
"_NIOJSON"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
wasm-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:2a8b2d9e022a9894c61e0736af7cdaa1ee64c002dbb133a55c0d7e8980b3ad16
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.2-latest
Done.