The Swift Package Index logo.Swift Package Index

Build Information

Successful build of IkigaJSON, reference 2.4.4 (c0d8aa), with Swift 6.3 for Android on 27 Apr 2026 05:58:25 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build 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:         android
Swift version:             6.3
Building package at path:  $PWD
https://github.com/orlandos-nl/swift-json.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Fetching https://github.com/apple/swift-nio.git
[1/83219] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (8.29s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.99.0 (8.97s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/1820] Fetching swift-atomics
[984/25506] Fetching swift-atomics, swift-collections
[1785/31107] Fetching swift-atomics, swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.54s)
[3715/25506] Fetching swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (1.58s)
Fetched https://github.com/apple/swift-collections.git from cache (1.61s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (4.51s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (6.04s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (7.31s)
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-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-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/28] Write sources
[6/28] Compiling _AtomicsShims.c
[7/28] Write sources
[12/28] Write swift-version--4F562202D5529B1.txt
[12/28] Write sources
[17/28] Compiling CNIOWindows shim.c
[17/28] Compiling CNIOWindows WSAStartup.c
[19/28] Compiling CNIOWASI CNIOWASI.c
[20/28] Compiling CNIOOpenBSD shim.c
[21/28] Compiling CNIOPosix event_loop_id.c
[22/28] Compiling CNIOLinux liburing_shims.c
[23/31] Compiling CNIODarwin shim.c
[24/42] Write sources
[25/53] Compiling CNIOLinux shim.c
[27/77] Emitting module InternalCollectionsUtilities
[28/79] Emitting module Atomics
[28/81] Compiling c-nioatomics.c
[29/81] Compiling c-atomics.c
[31/88] Compiling Atomics ManagedAtomic.swift
[32/88] Compiling Atomics ManagedAtomicLazyReference.swift
[33/88] Compiling Atomics UnsafeAtomic.swift
[34/88] Compiling Atomics UnsafeAtomicLazyReference.swift
[35/88] Compiling Atomics OptionalRawRepresentable.swift
[36/88] Compiling Atomics RawRepresentable.swift
[37/88] Compiling Atomics AtomicBool.swift
[38/88] Compiling _JSONCore JSONParser+Parsing.swift
/host/spi-builder-workspace/Sources/_JSONCore/Parser/JSONParser+Parsing.swift:259:20: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
257 |       let alignedStart = (i + 7) & ~7
258 |       while i < min(alignedStart, searchEnd) {
259 |         let byte = buffer[i]
    |                    |- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
    |                    `- note: reference to parameter 'buffer' involves unsafe type 'UnsafeBufferPointer<UInt8>'
260 |         if byte == .quote {
261 |           var escaped = false
/host/spi-builder-workspace/Sources/_JSONCore/Parser/JSONParser+Parsing.swift:265:18: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
263 |             var backwardsOffset = i &- 1
264 |             while backwardsOffset >= searchStart &- 1 {
265 |               if buffer[backwardsOffset] == .backslash {
    |                  |- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
    |                  `- note: reference to parameter 'buffer' involves unsafe type 'UnsafeBufferPointer<UInt8>'
266 |                 escaped = !escaped
267 |                 backwardsOffset &-= 1
/host/spi-builder-workspace/Sources/_JSONCore/Parser/JSONParser+Parsing.swift:284:113: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
282 |       // Process 8 bytes at a time
283 |       while i &+ 8 <= searchEnd {
284 |         let word = unsafe buffer.baseAddress!.advanced(by: i).withMemoryRebound(to: UInt64.self, capacity: 1) { $0.pointee }
    |                                                                                                                 |- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
    |                                                                                                                 `- note: reference to parameter '$0' involves unsafe type 'UnsafePointer<UInt64>'
285 |
286 |         // Check for quote
/host/spi-builder-workspace/Sources/_JSONCore/Parser/JSONParser+Parsing.swift:299:24: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
297 |           // Found something - process bytes one by one to handle escaping correctly
298 |           for j in 0..<8 {
299 |             let byte = buffer[i &+ j]
    |                        |- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
    |                        `- note: reference to parameter 'buffer' involves unsafe type 'UnsafeBufferPointer<UInt8>'
300 |             if byte == .quote {
301 |               // Check if escaped
/host/spi-builder-workspace/Sources/_JSONCore/Parser/JSONParser+Parsing.swift:306:22: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
304 |                 var backwardsOffset = (i &+ j) &- 1
305 |                 while backwardsOffset >= searchStart &- 1 {
306 |                   if buffer[backwardsOffset] == .backslash {
    |                      |- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
    |                      `- note: reference to parameter 'buffer' involves unsafe type 'UnsafeBufferPointer<UInt8>'
307 |                     escaped = !escaped
308 |                     backwardsOffset &-= 1
/host/spi-builder-workspace/Sources/_JSONCore/Parser/JSONParser+Parsing.swift:327:20: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
325 |       // Process remaining bytes
326 |       while i < searchEnd {
327 |         let byte = buffer[i]
    |                    |- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
    |                    `- note: reference to parameter 'buffer' involves unsafe type 'UnsafeBufferPointer<UInt8>'
328 |         if byte == .quote {
329 |           // Check if escaped
/host/spi-builder-workspace/Sources/_JSONCore/Parser/JSONParser+Parsing.swift:334:18: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
332 |             var backwardsOffset = i &- 1
333 |             while backwardsOffset >= searchStart &- 1 {
334 |               if buffer[backwardsOffset] == .backslash {
    |                  |- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
    |                  `- note: reference to parameter 'buffer' involves unsafe type 'UnsafeBufferPointer<UInt8>'
335 |                 escaped = !escaped
336 |                 backwardsOffset &-= 1
[#StrictMemorySafety]: <https://docs.swift.org/compiler/documentation/diagnostics/strict-memory-safety>
[39/88] Compiling _JSONCore Errors.swift
[40/88] Compiling _JSONCore JSONTokenizer.swift
[41/88] Emitting module _JSONCore
/host/spi-builder-workspace/Sources/_JSONCore/SIMD/FastScanner.swift:20:8: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 18 |   let alignedStart = (i + 7) & ~7
 19 |   while i < min(alignedStart, count) {
 20 |     if baseAddress[i] == target {
    |        |- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
    |        `- note: reference to let 'baseAddress' involves unsafe type 'UnsafePointer<UInt8>'
 21 |       return i
 22 |     }
/host/spi-builder-workspace/Sources/_JSONCore/SIMD/FastScanner.swift:28:16: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 26 |   // Process 8 bytes at a time
 27 |   while i &+ 8 <= count {
 28 |     let word = baseAddress.advanced(by: i).withMemoryRebound(to: UInt64.self, capacity: 1) { $0.pointee }
    |                |           |               |                                               `- note: argument #2 in call to instance method 'withMemoryRebound' has unsafe type '(UnsafePointer<UInt64>) -> UInt64'
    |                |           |               `- note: reference to instance method 'withMemoryRebound(to:capacity:_:)' involves unsafe type 'UnsafePointer<UInt64>'
    |                |           |- note: argument 'self' in call to instance method 'withMemoryRebound' has unsafe type 'UnsafePointer<UInt8>'
    |                |           |- note: reference to instance method 'advanced(by:)' involves unsafe type 'UnsafePointer<UInt8>'
    |                |           `- note: reference to unsafe type 'UnsafePointer<UInt8>'
    |                |- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
    |                |- note: argument 'self' in call to instance method 'advanced' has unsafe type 'UnsafePointer<UInt8>'
    |                `- note: reference to let 'baseAddress' involves unsafe type 'UnsafePointer<UInt8>'
 29 |
 30 |     // XOR with target broadcast to all bytes - matching bytes become 0x00
/host/spi-builder-workspace/Sources/_JSONCore/SIMD/FastScanner.swift:28:94: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 26 |   // Process 8 bytes at a time
 27 |   while i &+ 8 <= count {
 28 |     let word = baseAddress.advanced(by: i).withMemoryRebound(to: UInt64.self, capacity: 1) { $0.pointee }
    |                                                                                              |- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
    |                                                                                              `- note: reference to parameter '$0' involves unsafe type 'UnsafePointer<UInt64>'
 29 |
 30 |     // XOR with target broadcast to all bytes - matching bytes become 0x00
/host/spi-builder-workspace/Sources/_JSONCore/SIMD/FastScanner.swift:48:8: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 46 |   // Process remaining bytes
 47 |   while i < count {
 48 |     if baseAddress[i] == target {
    |        |- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
    |        `- note: reference to let 'baseAddress' involves unsafe type 'UnsafePointer<UInt8>'
 49 |       return i
 50 |     }
/host/spi-builder-workspace/Sources/_JSONCore/SIMD/FastScanner.swift:74:16: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 72 |   let alignedStart = (i + 7) & ~7
 73 |   while i < min(alignedStart, count) {
 74 |     let byte = baseAddress[i]
    |                |- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
    |                `- note: reference to let 'baseAddress' involves unsafe type 'UnsafePointer<UInt8>'
 75 |     if byte == target1 || byte == target2 {
 76 |       return i
/host/spi-builder-workspace/Sources/_JSONCore/SIMD/FastScanner.swift:83:16: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 81 |   // Process 8 bytes at a time
 82 |   while i &+ 8 <= count {
 83 |     let word = baseAddress.advanced(by: i).withMemoryRebound(to: UInt64.self, capacity: 1) { $0.pointee }
    |                |           |               |                                               `- note: argument #2 in call to instance method 'withMemoryRebound' has unsafe type '(UnsafePointer<UInt64>) -> UInt64'
    |                |           |               `- note: reference to instance method 'withMemoryRebound(to:capacity:_:)' involves unsafe type 'UnsafePointer<UInt64>'
    |                |           |- note: argument 'self' in call to instance method 'withMemoryRebound' has unsafe type 'UnsafePointer<UInt8>'
    |                |           |- note: reference to instance method 'advanced(by:)' involves unsafe type 'UnsafePointer<UInt8>'
    |                |           `- note: reference to unsafe type 'UnsafePointer<UInt8>'
    |                |- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
    |                |- note: argument 'self' in call to instance method 'advanced' has unsafe type 'UnsafePointer<UInt8>'
    |                `- note: reference to let 'baseAddress' involves unsafe type 'UnsafePointer<UInt8>'
 84 |
 85 |     // Check for target1
/host/spi-builder-workspace/Sources/_JSONCore/SIMD/FastScanner.swift:83:94: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 81 |   // Process 8 bytes at a time
 82 |   while i &+ 8 <= count {
 83 |     let word = baseAddress.advanced(by: i).withMemoryRebound(to: UInt64.self, capacity: 1) { $0.pointee }
    |                                                                                              |- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
    |                                                                                              `- note: reference to parameter '$0' involves unsafe type 'UnsafePointer<UInt64>'
 84 |
 85 |     // Check for target1
/host/spi-builder-workspace/Sources/_JSONCore/SIMD/FastScanner.swift:105:16: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
103 |   // Process remaining bytes
104 |   while i < count {
105 |     let byte = baseAddress[i]
    |                |- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
    |                `- note: reference to let 'baseAddress' involves unsafe type 'UnsafePointer<UInt8>'
106 |     if byte == target1 || byte == target2 {
107 |       return i
/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]
/host/spi-builder-workspace/Sources/_JSONCore/SIMD/FastScanner.swift:132:16: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
130 |   let alignedStart = (i + 7) & ~7
131 |   while i < min(alignedStart, count) {
132 |     let byte = baseAddress[i]
    |                |- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
    |                `- note: reference to let 'baseAddress' involves unsafe type 'UnsafePointer<UInt8>'
133 |     if byte != 0x20 && byte != 0x09 && byte != 0x0A && byte != 0x0D {
134 |       return i - offset
/host/spi-builder-workspace/Sources/_JSONCore/SIMD/FastScanner.swift:149:18: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
147 |     var foundNonWhitespace = false
148 |     for j in 0..<8 {
149 |       let byte = baseAddress[i &+ j]
    |                  |- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
    |                  `- note: reference to let 'baseAddress' involves unsafe type 'UnsafePointer<UInt8>'
150 |       if byte != 0x20 && byte != 0x09 && byte != 0x0A && byte != 0x0D {
151 |         return (i &+ j) - offset
/host/spi-builder-workspace/Sources/_JSONCore/SIMD/FastScanner.swift:159:16: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
157 |   // Process remaining bytes
158 |   while i < count {
159 |     let byte = baseAddress[i]
    |                |- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
    |                `- note: reference to let 'baseAddress' involves unsafe type 'UnsafePointer<UInt8>'
160 |     if byte != 0x20 && byte != 0x09 && byte != 0x0A && byte != 0x0D {
161 |       return i - offset
[#StrictMemorySafety]: <https://docs.swift.org/compiler/documentation/diagnostics/strict-memory-safety>
[42/88] Compiling _JSONCore Bytes.swift
[43/88] Compiling Atomics IntegerOperations.swift
[44/88] Compiling Atomics Unmanaged extensions.swift
[45/88] Compiling Atomics AtomicMemoryOrderings.swift
[46/88] Compiling Atomics DoubleWord.swift
[52/88] Compiling Atomics IntegerConformances.swift
[53/88] Compiling Atomics PointerConformances.swift
[54/88] Compiling Atomics AtomicStorage.swift
[55/88] Compiling Atomics AtomicValue.swift
[56/88] Compiling Atomics AtomicInteger.swift
[57/88] Compiling Atomics AtomicOptionalWrappable.swift
[58/88] Compiling Atomics AtomicReference.swift
[64/88] Compiling Atomics Primitives.native.swift
[71/89] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[73/89] Emitting module NIOConcurrencyHelpers
[74/89] Compiling NIOConcurrencyHelpers NIOLock.swift
[75/89] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[76/89] Compiling _NIODataStructures Heap.swift
[77/89] Compiling NIOConcurrencyHelpers lock.swift
[78/89] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[82/90] Emitting module _NIOBase64
[83/90] Compiling _NIOBase64 Base64.swift
[84/91] Compiling _NIODataStructures PriorityQueue.swift
[85/91] Emitting module _NIODataStructures
[86/91] Compiling _NIODataStructures _TinyArray.swift
[89/92] Compiling _JSONCore FastScanner.swift
/host/spi-builder-workspace/Sources/_JSONCore/SIMD/FastScanner.swift:20:8: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 18 |   let alignedStart = (i + 7) & ~7
 19 |   while i < min(alignedStart, count) {
 20 |     if baseAddress[i] == target {
    |        |- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
    |        `- note: reference to let 'baseAddress' involves unsafe type 'UnsafePointer<UInt8>'
 21 |       return i
 22 |     }
/host/spi-builder-workspace/Sources/_JSONCore/SIMD/FastScanner.swift:28:16: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 26 |   // Process 8 bytes at a time
 27 |   while i &+ 8 <= count {
 28 |     let word = baseAddress.advanced(by: i).withMemoryRebound(to: UInt64.self, capacity: 1) { $0.pointee }
    |                |           |               |                                               `- note: argument #2 in call to instance method 'withMemoryRebound' has unsafe type '(UnsafePointer<UInt64>) -> UInt64'
    |                |           |               `- note: reference to instance method 'withMemoryRebound(to:capacity:_:)' involves unsafe type 'UnsafePointer<UInt64>'
    |                |           |- note: argument 'self' in call to instance method 'withMemoryRebound' has unsafe type 'UnsafePointer<UInt8>'
    |                |           |- note: reference to instance method 'advanced(by:)' involves unsafe type 'UnsafePointer<UInt8>'
    |                |           `- note: reference to unsafe type 'UnsafePointer<UInt8>'
    |                |- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
    |                |- note: argument 'self' in call to instance method 'advanced' has unsafe type 'UnsafePointer<UInt8>'
    |                `- note: reference to let 'baseAddress' involves unsafe type 'UnsafePointer<UInt8>'
 29 |
 30 |     // XOR with target broadcast to all bytes - matching bytes become 0x00
/host/spi-builder-workspace/Sources/_JSONCore/SIMD/FastScanner.swift:28:94: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 26 |   // Process 8 bytes at a time
 27 |   while i &+ 8 <= count {
 28 |     let word = baseAddress.advanced(by: i).withMemoryRebound(to: UInt64.self, capacity: 1) { $0.pointee }
    |                                                                                              |- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
    |                                                                                              `- note: reference to parameter '$0' involves unsafe type 'UnsafePointer<UInt64>'
 29 |
 30 |     // XOR with target broadcast to all bytes - matching bytes become 0x00
/host/spi-builder-workspace/Sources/_JSONCore/SIMD/FastScanner.swift:48:8: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 46 |   // Process remaining bytes
 47 |   while i < count {
 48 |     if baseAddress[i] == target {
    |        |- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
    |        `- note: reference to let 'baseAddress' involves unsafe type 'UnsafePointer<UInt8>'
 49 |       return i
 50 |     }
/host/spi-builder-workspace/Sources/_JSONCore/SIMD/FastScanner.swift:74:16: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 72 |   let alignedStart = (i + 7) & ~7
 73 |   while i < min(alignedStart, count) {
 74 |     let byte = baseAddress[i]
    |                |- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
    |                `- note: reference to let 'baseAddress' involves unsafe type 'UnsafePointer<UInt8>'
 75 |     if byte == target1 || byte == target2 {
 76 |       return i
/host/spi-builder-workspace/Sources/_JSONCore/SIMD/FastScanner.swift:83:16: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 81 |   // Process 8 bytes at a time
 82 |   while i &+ 8 <= count {
 83 |     let word = baseAddress.advanced(by: i).withMemoryRebound(to: UInt64.self, capacity: 1) { $0.pointee }
    |                |           |               |                                               `- note: argument #2 in call to instance method 'withMemoryRebound' has unsafe type '(UnsafePointer<UInt64>) -> UInt64'
    |                |           |               `- note: reference to instance method 'withMemoryRebound(to:capacity:_:)' involves unsafe type 'UnsafePointer<UInt64>'
    |                |           |- note: argument 'self' in call to instance method 'withMemoryRebound' has unsafe type 'UnsafePointer<UInt8>'
    |                |           |- note: reference to instance method 'advanced(by:)' involves unsafe type 'UnsafePointer<UInt8>'
    |                |           `- note: reference to unsafe type 'UnsafePointer<UInt8>'
    |                |- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
    |                |- note: argument 'self' in call to instance method 'advanced' has unsafe type 'UnsafePointer<UInt8>'
    |                `- note: reference to let 'baseAddress' involves unsafe type 'UnsafePointer<UInt8>'
 84 |
 85 |     // Check for target1
/host/spi-builder-workspace/Sources/_JSONCore/SIMD/FastScanner.swift:83:94: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
 81 |   // Process 8 bytes at a time
 82 |   while i &+ 8 <= count {
 83 |     let word = baseAddress.advanced(by: i).withMemoryRebound(to: UInt64.self, capacity: 1) { $0.pointee }
    |                                                                                              |- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
    |                                                                                              `- note: reference to parameter '$0' involves unsafe type 'UnsafePointer<UInt64>'
 84 |
 85 |     // Check for target1
/host/spi-builder-workspace/Sources/_JSONCore/SIMD/FastScanner.swift:105:16: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
103 |   // Process remaining bytes
104 |   while i < count {
105 |     let byte = baseAddress[i]
    |                |- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
    |                `- note: reference to let 'baseAddress' involves unsafe type 'UnsafePointer<UInt8>'
106 |     if byte == target1 || byte == target2 {
107 |       return i
/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]
/host/spi-builder-workspace/Sources/_JSONCore/SIMD/FastScanner.swift:132:16: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
130 |   let alignedStart = (i + 7) & ~7
131 |   while i < min(alignedStart, count) {
132 |     let byte = baseAddress[i]
    |                |- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
    |                `- note: reference to let 'baseAddress' involves unsafe type 'UnsafePointer<UInt8>'
133 |     if byte != 0x20 && byte != 0x09 && byte != 0x0A && byte != 0x0D {
134 |       return i - offset
/host/spi-builder-workspace/Sources/_JSONCore/SIMD/FastScanner.swift:149:18: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
147 |     var foundNonWhitespace = false
148 |     for j in 0..<8 {
149 |       let byte = baseAddress[i &+ j]
    |                  |- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
    |                  `- note: reference to let 'baseAddress' involves unsafe type 'UnsafePointer<UInt8>'
150 |       if byte != 0x20 && byte != 0x09 && byte != 0x0A && byte != 0x0D {
151 |         return (i &+ j) - offset
/host/spi-builder-workspace/Sources/_JSONCore/SIMD/FastScanner.swift:159:16: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
157 |   // Process remaining bytes
158 |   while i < count {
159 |     let byte = baseAddress[i]
    |                |- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
    |                `- note: reference to let 'baseAddress' involves unsafe type 'UnsafePointer<UInt8>'
160 |     if byte != 0x20 && byte != 0x09 && byte != 0x0A && byte != 0x0D {
161 |       return i - offset
[#StrictMemorySafety]: <https://docs.swift.org/compiler/documentation/diagnostics/strict-memory-safety>
[90/92] Compiling _JSONCore JSONTokenizerDestination.swift
[93/122] Compiling NIOConcurrencyHelpers atomics.swift
[95/127] Compiling ContainersPreview RandomAccessContainer.swift
[96/127] Compiling ContainersPreview RangeExpression2.swift
[97/127] Compiling ContainersPreview RangeReplaceableContainer.swift
[98/127] Compiling ContainersPreview Drain+Map.swift
[99/131] Compiling ContainersPreview BorrowingSequence+Utilities.swift
[100/131] Compiling ContainersPreview BorrowingSequence.swift
[101/131] Compiling ContainersPreview BidirectionalContainer.swift
[102/131] Compiling ContainersPreview Container+Filter.swift
[103/131] Compiling ContainersPreview Container+SpanwiseZip.swift
[104/131] Compiling ContainersPreview BorrowingIteratorProtocol+Map.swift
[105/131] Compiling ContainersPreview BorrowingIteratorProtocol+Reduce.swift
[106/131] Compiling ContainersPreview BorrowingIteratorProtocol+SpanwiseZip.swift
[107/131] Compiling ContainersPreview BorrowingIteratorProtocol.swift
[108/131] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
[109/131] Compiling ContainersPreview Producer+Map.swift
[110/131] Compiling ContainersPreview Producer+Reduce.swift
[111/131] Compiling ContainersPreview Producer.swift
[112/131] Compiling ContainersPreview Borrow.swift
[113/131] Emitting module ContainersPreview
[114/131] Compiling ContainersPreview Drain+Reduce.swift
[115/131] Compiling ContainersPreview Drain.swift
[116/131] Compiling ContainersPreview Producer+Collect.swift
[117/131] Compiling ContainersPreview Producer+Filter.swift
[118/131] Compiling ContainersPreview Container.swift
[119/131] Compiling ContainersPreview ContainerIterator.swift
[120/131] Compiling ContainersPreview DynamicContainer.swift
[121/131] Compiling ContainersPreview MutableContainer.swift
[122/131] Compiling ContainersPreview PermutableContainer.swift
[123/131] Compiling ContainersPreview Box.swift
[124/131] Compiling ContainersPreview Inout.swift
[125/131] Compiling ContainersPreview InputSpan.swift
[126/131] Compiling ContainersPreview Shared.swift
[127/131] Compiling ContainersPreview OutputSpan+Extras.swift
[128/131] Compiling ContainersPreview TemporaryAllocation.swift
[129/131] Compiling ContainersPreview BorrowingIteratorProtocol+Copy.swift
[130/131] Compiling ContainersPreview BorrowingIteratorProtocol+ElementsEqual.swift
[131/131] Compiling ContainersPreview BorrowingIteratorProtocol+Filter.swift
[133/172] Compiling DequeModule UniqueDeque+Consumption.swift
[134/172] Compiling DequeModule UniqueDeque+Container.swift
[135/172] Compiling DequeModule UniqueDeque+Descriptions.swift
[136/172] Compiling DequeModule UniqueDeque+Equatable.swift
[137/172] Compiling DequeModule UniqueDeque+Experimental.swift
[138/177] Compiling DequeModule _DequeBuffer.swift
[139/177] Compiling DequeModule _DequeBufferHeader.swift
[140/177] Compiling DequeModule RigidDeque+Append.swift
[141/177] Compiling DequeModule RigidDeque+Consumption.swift
[142/177] Compiling DequeModule RigidDeque+Container.swift
[143/177] Compiling DequeModule RigidDeque+Descriptions.swift
[144/177] Compiling DequeModule RigidDeque+Removals.swift
[145/177] Compiling DequeModule RigidDeque+Replacements.swift
[146/177] Compiling DequeModule RigidDeque+Testing.swift
[147/177] Compiling DequeModule RigidDeque.swift
[148/177] Compiling DequeModule UniqueDeque+Append.swift
[149/177] Compiling DequeModule UniqueDeque+Hashable.swift
[150/177] Compiling DequeModule UniqueDeque+Initializers.swift
[151/177] Compiling DequeModule UniqueDeque+Insertions.swift
[152/177] Compiling DequeModule UniqueDeque+Prepend.swift
[153/177] Compiling DequeModule UniqueDeque+Removals.swift
[154/177] Compiling DequeModule RigidDeque+Equatable.swift
[155/177] Compiling DequeModule RigidDeque+Experimental.swift
[156/177] Compiling DequeModule RigidDeque+Hashable.swift
[157/177] Compiling DequeModule RigidDeque+Initializers.swift
[158/177] Compiling DequeModule RigidDeque+Insertions.swift
[159/177] Compiling DequeModule RigidDeque+Prepend.swift
[160/177] Compiling DequeModule Deque+Codable.swift
[161/177] Compiling DequeModule Deque+Collection.swift
[162/177] Compiling DequeModule Deque+CustomReflectable.swift
[163/177] Compiling DequeModule Deque+Descriptions.swift
[164/177] Compiling DequeModule Deque+Equatable.swift
[165/177] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[166/177] Compiling DequeModule Deque+Extras.swift
[167/177] Compiling DequeModule Deque+Hashable.swift
[168/177] Compiling DequeModule Deque+Testing.swift
[169/177] Compiling DequeModule Deque._Storage.swift
[170/177] Compiling DequeModule Deque._UnsafeHandle.swift
[171/177] Compiling DequeModule Deque.swift
[172/177] Emitting module DequeModule
[173/177] Compiling DequeModule UniqueDeque+Replacements.swift
[174/177] Compiling DequeModule UniqueDeque.swift
[175/177] Compiling DequeModule _DequeSlot.swift
[176/177] Compiling DequeModule _UnsafeDequeHandle.swift
[177/177] Compiling DequeModule _UnsafeDequeSegments.swift
[179/242] Compiling NIOCore CircularBuffer.swift
[180/242] Compiling NIOCore Codec.swift
[181/242] Compiling NIOCore ConvenienceOptionSupport.swift
[182/242] Compiling NIOCore DeadChannel.swift
[183/242] Compiling NIOCore DispatchQueue+WithFuture.swift
[184/242] Compiling NIOCore EventLoop+Deprecated.swift
[185/242] Compiling NIOCore EventLoop+SerialExecutor.swift
[186/242] Compiling NIOCore EventLoop.swift
[187/242] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[188/250] Compiling NIOCore AddressedEnvelope.swift
[189/250] Compiling NIOCore AsyncAwaitSupport.swift
[190/250] Compiling NIOCore AsyncChannel.swift
[191/250] Compiling NIOCore AsyncChannelHandler.swift
[192/250] Compiling NIOCore AsyncChannelInboundStream.swift
[193/250] Compiling NIOCore AsyncChannelOutboundWriter.swift
[194/250] Compiling NIOCore NIOAsyncSequenceProducer.swift
[195/250] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[196/250] Compiling NIOCore NIOAsyncWriter.swift
[197/250] Compiling NIOCore IPProtocol.swift
[198/250] Compiling NIOCore IntegerBitPacking.swift
[199/250] Compiling NIOCore IntegerTypes.swift
[200/250] Compiling NIOCore Interfaces.swift
[201/250] Compiling NIOCore Linux.swift
[202/250] Compiling NIOCore MarkedCircularBuffer.swift
[203/250] Compiling NIOCore MulticastChannel.swift
[204/250] Compiling NIOCore NIOAny.swift
[205/250] Compiling NIOCore NIOCloseOnErrorHandler.swift
[206/250] Compiling NIOCore EventLoopFuture+Deprecated.swift
[207/250] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[208/250] Compiling NIOCore EventLoopFuture.swift
[209/250] Compiling NIOCore FileDescriptor.swift
[210/250] Compiling NIOCore FileHandle.swift
[211/250] Compiling NIOCore FileRegion.swift
[212/250] Compiling NIOCore GlobalSingletons.swift
[213/250] Compiling NIOCore IO.swift
[214/250] Compiling NIOCore IOData.swift
[215/250] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[216/250] Compiling NIOCore BSDSocketAPI.swift
[217/250] Compiling NIOCore ByteBuffer-aux.swift
[218/250] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[219/250] Compiling NIOCore ByteBuffer-conversions.swift
[220/250] Compiling NIOCore ByteBuffer-core.swift
[221/250] Compiling NIOCore ByteBuffer-hex.swift
[222/250] Compiling NIOCore ByteBuffer-int.swift
[223/250] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[224/250] Compiling NIOCore NIOCoreSendableMetatype.swift
[225/250] Compiling NIOCore NIODecodedAsyncSequence.swift
[226/250] Compiling NIOCore NIOLoopBound.swift
[227/250] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[228/250] Compiling NIOCore NIOScheduledCallback.swift
[229/250] Compiling NIOCore NIOSendable.swift
[230/250] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[231/250] Compiling NIOCore NIOTransportAccessibleChannelCore.swift
[232/250] Compiling NIOCore RecvByteBufferAllocator.swift
[233/250] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[234/250] Compiling NIOCore SocketAddresses.swift
[235/250] Compiling NIOCore SocketOptionProvider.swift
[236/250] Compiling NIOCore SystemCallHelpers.swift
[237/250] Compiling NIOCore TimeAmount+Duration.swift
[238/250] Compiling NIOCore TypeAssistedChannelHandler.swift
[239/250] Compiling NIOCore UniversalBootstrapSupport.swift
[240/250] Compiling NIOCore Utilities.swift
[241/250] Compiling NIOCore ByteBuffer-multi-int.swift
[242/250] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[243/250] Compiling NIOCore ByteBuffer-views.swift
[244/250] Compiling NIOCore Channel.swift
[245/250] Compiling NIOCore ChannelHandler.swift
[246/250] Compiling NIOCore ChannelHandlers.swift
[247/250] Compiling NIOCore ChannelInvoker.swift
[248/250] Compiling NIOCore ChannelOption.swift
[249/250] Compiling NIOCore ChannelPipeline.swift
[250/250] Emitting module NIOCore
[252/308] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[253/308] Compiling NIOEmbedded AsyncTestingChannel.swift
[254/308] Emitting module NIOEmbedded
[255/308] Compiling NIOEmbedded Embedded.swift
[257/309] Compiling NIOFoundationEssentialsCompat Codable+ByteBuffer.swift
[258/309] Compiling NIOFoundationEssentialsCompat ByteBuffer-foundation.swift
[259/309] Emitting module NIOFoundationEssentialsCompat
[261/310] Emitting module NIOPosix
[262/316] Compiling NIOPosix HappyEyeballs.swift
[263/316] Compiling NIOPosix IO.swift
[264/316] Compiling NIOPosix IntegerBitPacking.swift
[265/316] Compiling NIOPosix IntegerTypes.swift
[266/316] Compiling NIOPosix Linux.swift
[267/316] Compiling NIOPosix LinuxCPUSet.swift
[268/316] Compiling NIOPosix LinuxUring.swift
[269/316] Compiling NIOPosix PipePair.swift
[270/316] Compiling NIOPosix Pool.swift
[271/316] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[272/316] Compiling NIOPosix PosixSingletons.swift
[273/316] Compiling NIOPosix RawSocketBootstrap.swift
[274/316] Compiling NIOPosix Resolver.swift
[275/316] Compiling NIOPosix Selectable.swift
[276/316] Compiling NIOPosix SelectableChannel.swift
[277/316] Compiling NIOPosix SelectableEventLoop.swift
[278/316] Compiling NIOPosix SelectorEpoll.swift
[279/316] Compiling NIOPosix SelectorGeneric.swift
[280/316] Compiling NIOPosix SelectorKqueue.swift
[281/316] Compiling NIOPosix SelectorUring.swift
[282/316] Compiling NIOPosix SelectorWSAPoll.swift
[283/316] Compiling NIOPosix ServerSocket.swift
[284/316] Compiling NIOPosix Socket.swift
[285/316] Compiling NIOPosix SocketChannel.swift
[286/316] Compiling NIOPosix SocketProtocols.swift
[287/316] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[288/316] Compiling NIOPosix System.swift
[289/316] Compiling NIOPosix Thread.swift
[290/316] Compiling NIOPosix BSDSocketAPICommon.swift
[291/316] Compiling NIOPosix BSDSocketAPIPosix.swift
[292/316] Compiling NIOPosix BSDSocketAPIWindows.swift
[293/316] Compiling NIOPosix BaseSocket.swift
[294/316] Compiling NIOPosix BaseSocketChannel+AccessibleTransport.swift
[295/316] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[296/316] Compiling NIOPosix BaseSocketChannel.swift
[297/316] Compiling NIOPosix ThreadPosix.swift
[298/316] Compiling NIOPosix ThreadWindows.swift
[299/316] Compiling NIOPosix Utilities.swift
[300/316] Compiling NIOPosix VsockAddress.swift
[301/316] Compiling NIOPosix VsockChannelEvents.swift
[302/316] Compiling NIOPosix Windows.swift
[303/316] Compiling NIOPosix BaseStreamSocketChannel.swift
[304/316] Compiling NIOPosix Bootstrap.swift
[305/316] Compiling NIOPosix ControlMessage.swift
[306/316] Compiling NIOPosix DatagramVectorReadManager.swift
[307/316] Compiling NIOPosix Errors+Any.swift
[308/316] Compiling NIOPosix FileDescriptor.swift
[309/316] Compiling NIOPosix GetaddrinfoResolver.swift
[310/316] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[311/316] Compiling NIOPosix NIOPosixSendableMetatype.swift
[312/316] Compiling NIOPosix NIOThreadPool.swift
[313/316] Compiling NIOPosix NonBlockingFileIO.swift
[314/316] Compiling NIOPosix PendingDatagramWritesManager.swift
[315/316] Compiling NIOPosix PendingWritesManager.swift
[316/316] Compiling NIOPosix PipeChannel.swift
[318/319] Emitting module NIO
[319/319] Compiling NIO Exports.swift
[321/324] Emitting module NIOFoundationCompat
[322/324] Compiling NIOFoundationCompat Exports.swift
[323/324] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[324/324] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[326/338] Compiling _NIOJSON JSONObject.swift
[327/338] Compiling _NIOJSON JSONArray.swift
[328/339] Compiling _NIOJSON JSONValue.swift
[329/339] Compiling _NIOJSON StreamingJSONArrayDecoder.swift
[330/339] Compiling _NIOJSON StreamingJSONLinesDecoder.swift
[331/339] Compiling _NIOJSON Bounds.swift
/host/spi-builder-workspace/Sources/_NIOJSON/Core/Bounds.swift:117:16: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
115 |       return unsafe span.withUnsafeBytes { buffer in
116 |         let slice = unsafe UnsafeRawBufferPointer(rebasing: buffer[startOffset..<(startOffset + byteLength)])
117 |         return String(decoding: slice, as: Unicode.UTF8.self)
    |                |                |- note: argument 'decoding' in call to initializer 'init' has unsafe type 'UnsafeRawBufferPointer'
    |                |                `- note: reference to let 'slice' involves unsafe type 'UnsafeRawBufferPointer'
    |                |- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
    |                |- note: reference to initializer 'init(decoding:as:)' involves unsafe type 'UnsafeRawBufferPointer'
    |                |- note: reference to unsafe type 'UnsafeRawBufferPointer'
    |                `- note: '@unsafe' conformance of 'UnsafeRawBufferPointer' to protocol 'Collection' involves unsafe code
118 |       }
119 |     }
[#StrictMemorySafety]: <https://docs.swift.org/compiler/documentation/diagnostics/strict-memory-safety>
[332/339] Compiling _NIOJSON JSONDescription+Constants.swift
/host/spi-builder-workspace/Sources/_NIOJSON/Core/Bounds.swift:117:16: warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
115 |       return unsafe span.withUnsafeBytes { buffer in
116 |         let slice = unsafe UnsafeRawBufferPointer(rebasing: buffer[startOffset..<(startOffset + byteLength)])
117 |         return String(decoding: slice, as: Unicode.UTF8.self)
    |                |                |- note: argument 'decoding' in call to initializer 'init' has unsafe type 'UnsafeRawBufferPointer'
    |                |                `- note: reference to let 'slice' involves unsafe type 'UnsafeRawBufferPointer'
    |                |- warning: expression uses unsafe constructs but is not marked with 'unsafe' [#StrictMemorySafety]
    |                |- note: reference to initializer 'init(decoding:as:)' involves unsafe type 'UnsafeRawBufferPointer'
    |                |- note: reference to unsafe type 'UnsafeRawBufferPointer'
    |                `- note: '@unsafe' conformance of 'UnsafeRawBufferPointer' to protocol 'Collection' involves unsafe code
118 |       }
119 |     }
[#StrictMemorySafety]: <https://docs.swift.org/compiler/documentation/diagnostics/strict-memory-safety>
[333/339] Compiling _NIOJSON JSONEncoder.swift
[334/339] Compiling _NIOJSON NilValueCodingStrategy.swift
[335/339] Compiling _NIOJSON JSONDescription.swift
[336/339] Compiling _NIOJSON Pointer+Helpers.swift
[337/339] Emitting module _NIOJSON
[338/339] Compiling _NIOJSON JSONDecoder.swift
[339/339] Compiling _NIOJSON JSONDecoderError.swift
[341/342] Compiling IkigaJSON Exports.swift
[342/342] Emitting module IkigaJSON
Build complete! (102.51s)
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"
        ]
      }
    }
  ],
  "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"
      ],
      "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.2.3"
}
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Done.