The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of IkigaJSON, reference master (7c8ce5), with Swift 6.1 for Android on 31 Aug 2025 20:48:49 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/orlandos-nl/IkigaJSON.git
Reference: master
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/IkigaJSON
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 7c8ce5b Remove logo
Cloned https://github.com/orlandos-nl/IkigaJSON.git
Revision (git rev-parse @):
7c8ce5b114afa2d0392759fe63a832861dada470
SUCCESS checkout https://github.com/orlandos-nl/IkigaJSON.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/orlandos-nl/IkigaJSON.git
https://github.com/orlandos-nl/IkigaJSON.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "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" : [
        "ByteBufferSupport.swift",
        "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"
      ],
      "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.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-nio.git
[1/77933] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (8.69s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (10.34s)
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/1808] Fetching swift-atomics
[200/6749] Fetching swift-atomics, swift-system
[1488/24143] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.92s)
[4765/19202] Fetching swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (1.12s)
[4349/17394] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.49s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (3.51s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (1.24s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (1.27s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
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.2
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.86.0
Building for debugging...
[0/25] Write sources
[13/25] Compiling CNIOWindows shim.c
[13/25] Compiling _AtomicsShims.c
[15/25] Compiling CNIOWASI CNIOWASI.c
[16/25] Compiling CNIOWindows WSAStartup.c
[17/25] Write sources
[18/25] Compiling CNIOPosix event_loop_id.c
[19/25] Compiling CNIOLinux liburing_shims.c
[20/25] Compiling CNIODarwin shim.c
[21/25] Compiling CNIOLinux shim.c
[22/25] Write swift-version-24593BA9C3E375BF.txt
[24/69] Emitting module InternalCollectionsUtilities
[25/70] Emitting module Atomics
[26/72] Compiling Atomics AtomicStorage.swift
[27/72] Compiling Atomics AtomicValue.swift
[28/72] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[29/72] Compiling Atomics IntegerOperations.swift
[30/72] Compiling Atomics Unmanaged extensions.swift
[31/72] Compiling Atomics UnsafeAtomic.swift
[32/72] Compiling Atomics UnsafeAtomicLazyReference.swift
[33/72] Compiling _JSONCore Errors.swift
[34/72] Emitting module _JSONCore
[35/72] Compiling Atomics ManagedAtomic.swift
[36/72] Compiling Atomics ManagedAtomicLazyReference.swift
[37/72] Compiling Atomics AtomicMemoryOrderings.swift
[38/72] Compiling Atomics DoubleWord.swift
[39/72] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[40/72] Compiling Atomics IntegerConformances.swift
[41/72] Compiling Atomics PointerConformances.swift
[42/72] Compiling Atomics Primitives.native.swift
[43/72] Compiling Atomics OptionalRawRepresentable.swift
[44/72] Compiling Atomics RawRepresentable.swift
[45/72] Compiling Atomics AtomicBool.swift
[46/72] Compiling Atomics AtomicInteger.swift
[47/72] Compiling Atomics AtomicOptionalWrappable.swift
[48/72] Compiling Atomics AtomicReference.swift
[55/72] Compiling _NIOBase64 Base64.swift
[56/72] Emitting module _NIOBase64
[57/72] Compiling _JSONCore Bytes.swift
[58/72] Compiling _NIODataStructures PriorityQueue.swift
[59/72] Compiling _NIODataStructures _TinyArray.swift
[60/72] Compiling _JSONCore JSONTokenizer.swift
[61/72] Compiling _JSONCore JSONTokenizerDestination.swift
[62/72] Compiling _JSONCore JSONParser+Parsing.swift
[63/75] Emitting module _NIODataStructures
[64/75] Compiling _NIODataStructures Heap.swift
[76/92] Compiling DequeModule Deque+CustomReflectable.swift
[77/92] Compiling DequeModule Deque+Descriptions.swift
[78/94] Compiling DequeModule Deque+Equatable.swift
[79/94] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[80/94] Compiling DequeModule _DequeBuffer.swift
[81/94] Compiling DequeModule _DequeBufferHeader.swift
[81/94] Compiling c-nioatomics.c
[83/94] Compiling DequeModule _DequeSlot.swift
[84/94] Compiling DequeModule _UnsafeWrappedBuffer.swift
[85/94] Compiling DequeModule Deque+Extras.swift
[86/94] Compiling DequeModule Deque+Hashable.swift
[87/94] Compiling DequeModule Deque._UnsafeHandle.swift
[88/94] Compiling DequeModule Deque.swift
[89/94] Compiling DequeModule Deque+Testing.swift
[90/94] Compiling DequeModule Deque._Storage.swift
[91/94] Compiling DequeModule Deque+Codable.swift
[92/94] Compiling DequeModule Deque+Collection.swift
[93/94] Emitting module DequeModule
[94/95] Compiling c-atomics.c
[96/101] Compiling NIOConcurrencyHelpers NIOLock.swift
[97/101] Compiling NIOConcurrencyHelpers lock.swift
[98/101] Emitting module NIOConcurrencyHelpers
[99/101] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[100/101] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[101/101] Compiling NIOConcurrencyHelpers atomics.swift
[103/163] Compiling NIOCore NIOAny.swift
[104/163] Compiling NIOCore NIOCloseOnErrorHandler.swift
[105/163] Compiling NIOCore NIOCoreSendableMetatype.swift
[106/163] Compiling NIOCore NIOLoopBound.swift
[107/163] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[108/163] Compiling NIOCore NIOScheduledCallback.swift
[109/163] Compiling NIOCore NIOSendable.swift
[110/163] Compiling NIOCore RecvByteBufferAllocator.swift
[111/171] Compiling NIOCore IOData.swift
[112/171] Compiling NIOCore IPProtocol.swift
[113/171] Compiling NIOCore IntegerBitPacking.swift
[114/171] Compiling NIOCore IntegerTypes.swift
[115/171] Compiling NIOCore Interfaces.swift
[116/171] Compiling NIOCore Linux.swift
[117/171] Compiling NIOCore MarkedCircularBuffer.swift
[118/171] Compiling NIOCore MulticastChannel.swift
[119/171] Compiling NIOCore EventLoopFuture+Deprecated.swift
[120/171] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[121/171] Compiling NIOCore EventLoopFuture.swift
[122/171] Compiling NIOCore FileDescriptor.swift
[123/171] Compiling NIOCore FileHandle.swift
[124/171] Compiling NIOCore FileRegion.swift
[125/171] Compiling NIOCore GlobalSingletons.swift
[126/171] Compiling NIOCore IO.swift
[127/171] Compiling NIOCore CircularBuffer.swift
[128/171] Compiling NIOCore Codec.swift
[129/171] Compiling NIOCore ConvenienceOptionSupport.swift
[130/171] Compiling NIOCore DeadChannel.swift
[131/171] Compiling NIOCore DispatchQueue+WithFuture.swift
[132/171] Compiling NIOCore EventLoop+Deprecated.swift
[133/171] Compiling NIOCore EventLoop+SerialExecutor.swift
[134/171] Compiling NIOCore EventLoop.swift
[135/171] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[136/171] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[137/171] Compiling NIOCore SocketAddresses.swift
[138/171] Compiling NIOCore SocketOptionProvider.swift
[139/171] Compiling NIOCore SystemCallHelpers.swift
[140/171] Compiling NIOCore TimeAmount+Duration.swift
[141/171] Compiling NIOCore TypeAssistedChannelHandler.swift
[142/171] Compiling NIOCore UniversalBootstrapSupport.swift
[143/171] Compiling NIOCore Utilities.swift
[144/171] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[145/171] Compiling NIOCore BSDSocketAPI.swift
[146/171] Compiling NIOCore ByteBuffer-aux.swift
[147/171] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[148/171] Compiling NIOCore ByteBuffer-conversions.swift
[149/171] Compiling NIOCore ByteBuffer-core.swift
[150/171] Compiling NIOCore ByteBuffer-hex.swift
[151/171] Compiling NIOCore ByteBuffer-int.swift
[152/171] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[153/171] Compiling NIOCore AddressedEnvelope.swift
[154/171] Compiling NIOCore AsyncAwaitSupport.swift
[155/171] Compiling NIOCore AsyncChannel.swift
[156/171] Compiling NIOCore AsyncChannelHandler.swift
[157/171] Compiling NIOCore AsyncChannelInboundStream.swift
[158/171] Compiling NIOCore AsyncChannelOutboundWriter.swift
[159/171] Compiling NIOCore NIOAsyncSequenceProducer.swift
[160/171] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[161/171] Compiling NIOCore NIOAsyncWriter.swift
[162/171] Compiling NIOCore ByteBuffer-multi-int.swift
[163/171] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[164/171] Compiling NIOCore ByteBuffer-views.swift
[165/171] Compiling NIOCore Channel.swift
[166/171] Compiling NIOCore ChannelHandler.swift
[167/171] Compiling NIOCore ChannelHandlers.swift
[168/171] Compiling NIOCore ChannelInvoker.swift
[169/171] Compiling NIOCore ChannelOption.swift
[170/171] Compiling NIOCore ChannelPipeline.swift
[171/171] Emitting module NIOCore
[173/224] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[174/224] Emitting module NIOEmbedded
[175/224] Compiling NIOEmbedded Embedded.swift
[176/224] Compiling NIOEmbedded AsyncTestingChannel.swift
[178/225] Compiling NIOPosix SelectableEventLoop.swift
[179/225] Compiling NIOPosix SelectorEpoll.swift
[180/225] Compiling NIOPosix SelectorGeneric.swift
[181/225] Compiling NIOPosix SelectorKqueue.swift
[182/225] Compiling NIOPosix SelectorUring.swift
[183/225] Compiling NIOPosix ServerSocket.swift
[184/225] Compiling NIOPosix Pool.swift
[185/225] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[186/225] Compiling NIOPosix PosixSingletons.swift
[187/225] Compiling NIOPosix RawSocketBootstrap.swift
[188/225] Compiling NIOPosix Resolver.swift
[189/225] Compiling NIOPosix Selectable.swift
[190/225] Compiling NIOPosix SelectableChannel.swift
[191/225] Compiling NIOPosix Socket.swift
[192/225] Compiling NIOPosix SocketChannel.swift
[193/225] Compiling NIOPosix SocketProtocols.swift
[194/225] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[195/225] Compiling NIOPosix System.swift
[196/225] Compiling NIOPosix Thread.swift
[197/231] Compiling NIOPosix NIOPosixSendableMetatype.swift
[198/231] Compiling NIOPosix NIOThreadPool.swift
[199/231] Compiling NIOPosix NonBlockingFileIO.swift
[200/231] Compiling NIOPosix PendingDatagramWritesManager.swift
[201/231] Compiling NIOPosix PendingWritesManager.swift
[202/231] Compiling NIOPosix PipeChannel.swift
[203/231] Compiling NIOPosix PipePair.swift
[204/231] Compiling NIOPosix IO.swift
[205/231] Compiling NIOPosix IntegerBitPacking.swift
[206/231] Compiling NIOPosix IntegerTypes.swift
[207/231] Compiling NIOPosix Linux.swift
[208/231] Compiling NIOPosix LinuxCPUSet.swift
[209/231] Compiling NIOPosix LinuxUring.swift
[210/231] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[211/231] Compiling NIOPosix ThreadPosix.swift
[212/231] Compiling NIOPosix ThreadWindows.swift
[213/231] Compiling NIOPosix UnsafeTransfer.swift
[214/231] Compiling NIOPosix Utilities.swift
[215/231] Compiling NIOPosix VsockAddress.swift
[216/231] Compiling NIOPosix VsockChannelEvents.swift
[217/231] Emitting module NIOPosix
[218/231] Compiling NIOPosix Bootstrap.swift
[219/231] Compiling NIOPosix ControlMessage.swift
[220/231] Compiling NIOPosix DatagramVectorReadManager.swift
[221/231] Compiling NIOPosix Errors+Any.swift
[222/231] Compiling NIOPosix FileDescriptor.swift
[223/231] Compiling NIOPosix GetaddrinfoResolver.swift
[224/231] Compiling NIOPosix HappyEyeballs.swift
[225/231] Compiling NIOPosix BSDSocketAPICommon.swift
[226/231] Compiling NIOPosix BSDSocketAPIPosix.swift
[227/231] Compiling NIOPosix BSDSocketAPIWindows.swift
[228/231] Compiling NIOPosix BaseSocket.swift
[229/231] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[230/231] Compiling NIOPosix BaseSocketChannel.swift
[231/231] Compiling NIOPosix BaseStreamSocketChannel.swift
[233/234] Emitting module NIO
[234/234] Compiling NIO Exports.swift
[236/240] Emitting module NIOFoundationCompat
[237/240] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[238/240] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[239/240] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[240/240] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[242/255] Compiling _NIOJSON NilValueCodingStrategy.swift
[243/255] Compiling _NIOJSON StreamingJSONArrayDecoder.swift
[244/255] Compiling _NIOJSON StreamingJSONLinesDecoder.swift
[245/255] Compiling _NIOJSON Bounds.swift
[246/256] Compiling _NIOJSON JSONObject.swift
[247/256] Compiling _NIOJSON JSONDescription+Constants.swift
[248/256] Compiling _NIOJSON JSONDescription.swift
[249/256] Compiling _NIOJSON Pointer+Helpers.swift
[250/256] Compiling _NIOJSON JSONArray.swift
[251/256] Compiling _NIOJSON JSONValue.swift
[252/256] Compiling _NIOJSON JSONDecoderError.swift
[253/256] Compiling _NIOJSON JSONEncoder.swift
[254/256] Emitting module _NIOJSON
[255/256] Compiling _NIOJSON ByteBufferSupport.swift
[256/256] Compiling _NIOJSON JSONDecoder.swift
[258/259] Emitting module IkigaJSON
[259/259] Compiling IkigaJSON Exports.swift
Build complete! (131.87s)
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" : [
        "ByteBufferSupport.swift",
        "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"
      ],
      "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.0"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.