Build Information
Successful build of IkigaJSON, reference 2.4.4 (c0d8aa), with Swift 6.2 for Wasm on 27 Apr 2026 06:00:01 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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: 2.4.4
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 2.4.4 -> FETCH_HEAD
HEAD is now at c0d8aa3 Merge pull request #62 from orlandos-nl/copilot/make-json-token-string-public
Cloned https://github.com/orlandos-nl/swift-json.git
Revision (git rev-parse @):
c0d8aa3eae43e1b5565d5b6b4e05e18664f1047e
SUCCESS checkout https://github.com/orlandos-nl/swift-json.git at 2.4.4
========================================
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-1":/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/83219] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (9.60s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.99.0 (10.81s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/1820] Fetching swift-atomics
[893/25506] Fetching swift-atomics, swift-collections
[985/31107] Fetching swift-atomics, swift-collections, swift-system
Fetched https://github.com/apple/swift-atomics.git from cache (1.92s)
Fetched https://github.com/apple/swift-system.git from cache (1.93s)
Fetched https://github.com/apple/swift-collections.git from cache (1.98s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (2.45s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (0.57s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.70s)
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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.99.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
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
Building for debugging...
[0/24] Write sources
[12/24] Compiling _AtomicsShims.c
[13/24] Compiling CNIOWindows WSAStartup.c
[14/24] Compiling CNIOWASI CNIOWASI.c
[15/24] Compiling CNIOWindows shim.c
[16/24] Write sources
[17/24] Compiling CNIOOpenBSD shim.c
[18/24] Compiling CNIOLinux shim.c
[19/24] Compiling CNIOLinux liburing_shims.c
[20/24] Compiling CNIODarwin shim.c
[21/24] Write swift-version-24593BA9C3E375BF.txt
[23/73] Emitting module _NIODataStructures
[24/73] 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]
[25/73] Emitting module InternalCollectionsUtilities
[25/75] Compiling c-nioatomics.c
[26/75] Compiling c-atomics.c
[28/82] Compiling InternalCollectionsUtilities _SortedCollection.swift
[29/82] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[30/82] Compiling Atomics UnsafeAtomic.swift
[31/82] Compiling Atomics UnsafeAtomicLazyReference.swift
[32/82] 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]
[35/82] Compiling Atomics AtomicInteger.swift
[36/82] Compiling Atomics AtomicOptionalWrappable.swift
[37/82] Compiling Atomics AtomicReference.swift
[38/84] Compiling Atomics OptionalRawRepresentable.swift
[39/84] Compiling Atomics RawRepresentable.swift
[40/84] Compiling Atomics AtomicBool.swift
[41/84] Compiling Atomics AtomicMemoryOrderings.swift
[42/84] Compiling Atomics DoubleWord.swift
[43/84] Compiling Atomics ManagedAtomic.swift
[44/84] Compiling Atomics ManagedAtomicLazyReference.swift
[45/84] Compiling Atomics AtomicStorage.swift
[46/84] Compiling Atomics AtomicValue.swift
[49/84] Compiling Atomics IntegerConformances.swift
[52/84] Compiling Atomics PointerConformances.swift
[53/84] Compiling Atomics Primitives.native.swift
[60/85] Emitting module _NIOBase64
[61/85] Compiling _NIOBase64 Base64.swift
[62/86] Compiling _JSONCore Errors.swift
[63/86] Compiling _JSONCore Bytes.swift
[65/86] Compiling _JSONCore JSONParser+Parsing.swift
[66/86] Emitting module Atomics
[73/86] Compiling _JSONCore JSONTokenizerDestination.swift
[74/86] Compiling _JSONCore JSONTokenizer.swift
[76/106] Compiling _NIODataStructures PriorityQueue.swift
[77/108] Compiling _NIODataStructures _TinyArray.swift
[78/120] Compiling ContainersPreview Drain+Reduce.swift
[79/120] Compiling ContainersPreview Drain.swift
[80/120] Compiling ContainersPreview Producer+Collect.swift
[81/120] Compiling ContainersPreview Producer+Filter.swift
[82/120] Compiling ContainersPreview Producer+Map.swift
[83/120] Compiling ContainersPreview Producer+Reduce.swift
[84/120] Compiling ContainersPreview Producer.swift
[85/120] Compiling ContainersPreview Borrow.swift
[86/120] Compiling ContainersPreview RandomAccessContainer.swift
[87/120] Compiling ContainersPreview RangeExpression2.swift
[88/120] Compiling ContainersPreview RangeReplaceableContainer.swift
[89/120] Compiling ContainersPreview Drain+Map.swift
[90/124] Emitting module NIOConcurrencyHelpers
[91/124] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[92/124] Compiling ContainersPreview BorrowingIteratorProtocol+Map.swift
[93/124] Compiling ContainersPreview BorrowingIteratorProtocol+Reduce.swift
[94/124] Compiling ContainersPreview BorrowingIteratorProtocol+SpanwiseZip.swift
[95/124] Compiling ContainersPreview BorrowingIteratorProtocol.swift
[96/124] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
[97/124] Compiling ContainersPreview Container.swift
[98/124] Compiling ContainersPreview ContainerIterator.swift
[99/124] Compiling ContainersPreview DynamicContainer.swift
[100/124] Compiling ContainersPreview MutableContainer.swift
[101/124] Compiling ContainersPreview PermutableContainer.swift
[102/124] Compiling ContainersPreview BorrowingIteratorProtocol+Copy.swift
[103/124] Compiling ContainersPreview BorrowingIteratorProtocol+ElementsEqual.swift
[105/125] Compiling ContainersPreview Box.swift
[106/125] Compiling ContainersPreview Inout.swift
[107/125] Compiling ContainersPreview InputSpan.swift
[108/125] Compiling ContainersPreview Shared.swift
[109/125] Emitting module ContainersPreview
[110/125] Compiling ContainersPreview OutputSpan+Extras.swift
[111/125] Compiling ContainersPreview TemporaryAllocation.swift
[114/125] Compiling ContainersPreview BorrowingIteratorProtocol+Filter.swift
[115/125] Compiling ContainersPreview BorrowingSequence+Utilities.swift
[116/125] Compiling ContainersPreview BorrowingSequence.swift
[117/125] Compiling ContainersPreview BidirectionalContainer.swift
[118/125] Compiling ContainersPreview Container+Filter.swift
[119/125] Compiling ContainersPreview Container+SpanwiseZip.swift
[121/166] Compiling NIOConcurrencyHelpers lock.swift
[122/166] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[123/166] Compiling NIOConcurrencyHelpers NIOLock.swift
[124/166] Compiling _NIODataStructures Heap.swift
[126/167] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[127/167] Compiling NIOConcurrencyHelpers atomics.swift
[129/168] Compiling DequeModule UniqueDeque+Consumption.swift
[130/168] Compiling DequeModule UniqueDeque+Container.swift
[131/168] Compiling DequeModule UniqueDeque+Descriptions.swift
[132/168] Compiling DequeModule UniqueDeque+Equatable.swift
[133/168] Compiling DequeModule UniqueDeque+Experimental.swift
[134/168] Compiling DequeModule UniqueDeque+Hashable.swift
[135/168] Compiling DequeModule UniqueDeque+Initializers.swift
[136/168] Compiling DequeModule UniqueDeque+Insertions.swift
[137/168] Compiling DequeModule UniqueDeque+Prepend.swift
[138/168] Compiling DequeModule UniqueDeque+Removals.swift
[139/173] Compiling DequeModule RigidDeque+Removals.swift
[140/173] Compiling DequeModule RigidDeque+Replacements.swift
[141/173] Compiling DequeModule RigidDeque+Testing.swift
[142/173] Compiling DequeModule RigidDeque.swift
[143/173] Compiling DequeModule UniqueDeque+Append.swift
[144/173] Compiling DequeModule RigidDeque+Equatable.swift
[145/173] Compiling DequeModule RigidDeque+Experimental.swift
[146/173] Compiling DequeModule RigidDeque+Hashable.swift
[147/173] Compiling DequeModule RigidDeque+Initializers.swift
[148/173] Compiling DequeModule RigidDeque+Insertions.swift
[149/173] Compiling DequeModule RigidDeque+Prepend.swift
[150/173] Compiling DequeModule _DequeBuffer.swift
[151/173] Compiling DequeModule _DequeBufferHeader.swift
[152/173] Compiling DequeModule RigidDeque+Append.swift
[153/173] Compiling DequeModule RigidDeque+Consumption.swift
[154/173] Compiling DequeModule RigidDeque+Container.swift
[155/173] Compiling DequeModule RigidDeque+Descriptions.swift
[156/173] Compiling DequeModule Deque+Extras.swift
[157/173] Compiling DequeModule Deque+Hashable.swift
[158/173] Compiling DequeModule Deque+Testing.swift
[159/173] Compiling DequeModule Deque._Storage.swift
[160/173] Compiling DequeModule Deque._UnsafeHandle.swift
[161/173] Compiling DequeModule Deque.swift
[162/173] Compiling DequeModule Deque+Codable.swift
[163/173] Compiling DequeModule Deque+Collection.swift
[164/173] Compiling DequeModule Deque+CustomReflectable.swift
[165/173] Compiling DequeModule Deque+Descriptions.swift
[166/173] Compiling DequeModule Deque+Equatable.swift
[167/173] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[168/173] Emitting module DequeModule
[169/173] Compiling DequeModule UniqueDeque+Replacements.swift
[170/173] Compiling DequeModule UniqueDeque.swift
[171/173] Compiling DequeModule _DequeSlot.swift
[172/173] Compiling DequeModule _UnsafeDequeHandle.swift
[173/173] Compiling DequeModule _UnsafeDequeSegments.swift
[175/238] Compiling NIOCore NIOCoreSendableMetatype.swift
[176/238] Compiling NIOCore NIODecodedAsyncSequence.swift
[177/238] Compiling NIOCore NIOLoopBound.swift
[178/238] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[179/238] Compiling NIOCore NIOScheduledCallback.swift
[180/238] Compiling NIOCore NIOSendable.swift
[181/238] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[182/238] Compiling NIOCore NIOTransportAccessibleChannelCore.swift
[183/238] Compiling NIOCore RecvByteBufferAllocator.swift
[184/246] Compiling NIOCore IPProtocol.swift
[185/246] Compiling NIOCore IntegerBitPacking.swift
[186/246] Compiling NIOCore IntegerTypes.swift
[187/246] Compiling NIOCore Interfaces.swift
[188/246] Compiling NIOCore Linux.swift
[189/246] Compiling NIOCore MarkedCircularBuffer.swift
[190/246] Compiling NIOCore MulticastChannel.swift
[191/246] Compiling NIOCore NIOAny.swift
[192/246] Compiling NIOCore NIOCloseOnErrorHandler.swift
[193/246] Compiling NIOCore EventLoopFuture+Deprecated.swift
[194/246] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[195/246] Compiling NIOCore EventLoopFuture.swift
[196/246] Compiling NIOCore FileDescriptor.swift
[197/246] Compiling NIOCore FileHandle.swift
[198/246] Compiling NIOCore FileRegion.swift
[199/246] Compiling NIOCore GlobalSingletons.swift
[200/246] Compiling NIOCore IO.swift
[201/246] Compiling NIOCore IOData.swift
[202/246] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[203/246] Compiling NIOCore SocketAddresses.swift
[204/246] Compiling NIOCore SocketOptionProvider.swift
[205/246] Compiling NIOCore SystemCallHelpers.swift
[206/246] Compiling NIOCore TimeAmount+Duration.swift
[207/246] Compiling NIOCore TypeAssistedChannelHandler.swift
[208/246] Compiling NIOCore UniversalBootstrapSupport.swift
[209/246] Compiling NIOCore Utilities.swift
[210/246] Compiling NIOCore CircularBuffer.swift
[211/246] Compiling NIOCore Codec.swift
[212/246] Compiling NIOCore ConvenienceOptionSupport.swift
[213/246] Compiling NIOCore DeadChannel.swift
[214/246] Compiling NIOCore DispatchQueue+WithFuture.swift
[215/246] Compiling NIOCore EventLoop+Deprecated.swift
[216/246] Compiling NIOCore EventLoop+SerialExecutor.swift
[217/246] Compiling NIOCore EventLoop.swift
[218/246] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[219/246] Compiling NIOCore ByteBuffer-multi-int.swift
[220/246] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[221/246] Compiling NIOCore ByteBuffer-views.swift
[222/246] Compiling NIOCore Channel.swift
[223/246] Compiling NIOCore ChannelHandler.swift
[224/246] Compiling NIOCore ChannelHandlers.swift
[225/246] Compiling NIOCore ChannelInvoker.swift
[226/246] Compiling NIOCore ChannelOption.swift
[227/246] Compiling NIOCore ChannelPipeline.swift
[228/246] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[229/246] Compiling NIOCore BSDSocketAPI.swift
[230/246] Compiling NIOCore ByteBuffer-aux.swift
[231/246] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[232/246] Compiling NIOCore ByteBuffer-conversions.swift
[233/246] Compiling NIOCore ByteBuffer-core.swift
[234/246] Compiling NIOCore ByteBuffer-hex.swift
[235/246] Compiling NIOCore ByteBuffer-int.swift
[236/246] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[237/246] Compiling NIOCore AddressedEnvelope.swift
[238/246] Compiling NIOCore AsyncAwaitSupport.swift
[239/246] Compiling NIOCore AsyncChannel.swift
[240/246] Compiling NIOCore AsyncChannelHandler.swift
[241/246] Compiling NIOCore AsyncChannelInboundStream.swift
[242/246] Compiling NIOCore AsyncChannelOutboundWriter.swift
[243/246] Compiling NIOCore NIOAsyncSequenceProducer.swift
[244/246] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[245/246] Compiling NIOCore NIOAsyncWriter.swift
[246/246] Emitting module NIOCore
[248/250] Compiling NIOFoundationEssentialsCompat Codable+ByteBuffer.swift
[249/250] Emitting module NIOFoundationEssentialsCompat
[250/250] Compiling NIOFoundationEssentialsCompat ByteBuffer-foundation.swift
[252/255] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[253/255] Emitting module NIOFoundationCompat
[254/255] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[255/255] Compiling NIOFoundationCompat Exports.swift
[257/269] Compiling _NIOJSON JSONArray.swift
[258/270] Compiling _NIOJSON StreamingJSONArrayDecoder.swift
[259/270] Compiling _NIOJSON StreamingJSONLinesDecoder.swift
[260/270] Compiling _NIOJSON JSONObject.swift
[261/270] Compiling _NIOJSON JSONValue.swift
[262/270] Compiling _NIOJSON JSONEncoder.swift
[263/270] Compiling _NIOJSON NilValueCodingStrategy.swift
[264/270] Compiling _NIOJSON Bounds.swift
[265/270] Compiling _NIOJSON JSONDescription+Constants.swift
[266/270] Compiling _NIOJSON JSONDescription.swift
[267/270] Compiling _NIOJSON Pointer+Helpers.swift
[268/270] Emitting module _NIOJSON
[269/270] Compiling _NIOJSON JSONDecoder.swift
[270/270] Compiling _NIOJSON JSONDecoderError.swift
[272/273] Compiling IkigaJSON Exports.swift
[273/273] Emitting module IkigaJSON
Build complete! (133.32s)
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.