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 2.3.2 (17cc2f), with Swift 6.1 for Android on 23 Jul 2025 17:19:19 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" 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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/orlandos-nl/IkigaJSON.git
Reference: 2.3.2
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
 * tag               2.3.2      -> FETCH_HEAD
HEAD is now at 17cc2f9 Merge pull request #49 from koraykoska/master
Cloned https://github.com/orlandos-nl/IkigaJSON.git
Revision (git rev-parse @):
17cc2f9d7fb03b6027ec1f6702c9b66be7cd9c6e
SUCCESS checkout https://github.com/orlandos-nl/IkigaJSON.git at 2.3.2
========================================
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" 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:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
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/76843] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.42s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.85.0 (6.44s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-collections.git
[1/1808] Fetching swift-atomics
[707/6465] Fetching swift-atomics, swift-system
[6373/23349] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.59s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.60s)
[2871/16884] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.08s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (3.32s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.99s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.37s)
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.85.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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Building for debugging...
[0/25] Write sources
[13/25] Compiling _AtomicsShims.c
[14/25] Compiling CNIOWindows WSAStartup.c
[15/25] Compiling CNIOWindows shim.c
[16/25] Compiling CNIOWASI CNIOWASI.c
[17/25] Write sources
[18/25] Compiling CNIOPosix event_loop_id.c
[19/25] Compiling CNIODarwin shim.c
[20/25] Compiling CNIOLinux shim.c
[21/25] Compiling CNIOLinux liburing_shims.c
[21/25] Write swift-version-24593BA9C3E375BF.txt
[24/69] Emitting module _NIOBase64
[25/69] Emitting module _JSONCore
[26/69] Emitting module _NIODataStructures
[27/69] Emitting module Atomics
[27/71] Compiling c-nioatomics.c
[29/71] Compiling _NIODataStructures _TinyArray.swift
[30/71] Compiling Atomics AtomicOptionalWrappable.swift
[31/71] Compiling Atomics AtomicReference.swift
[32/71] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[33/71] Compiling Atomics IntegerOperations.swift
[34/71] Compiling Atomics Unmanaged extensions.swift
[35/72] Compiling Atomics Primitives.native.swift
[36/72] Compiling Atomics AtomicStorage.swift
[37/72] Compiling Atomics AtomicBool.swift
[38/72] Compiling Atomics AtomicInteger.swift
[39/72] Compiling Atomics IntegerConformances.swift
[40/72] Compiling Atomics PointerConformances.swift
[41/72] Compiling _JSONCore Bytes.swift
[42/72] Compiling _JSONCore JSONParser+Parsing.swift
[43/72] Compiling _NIOBase64 Base64.swift
[44/73] Compiling _JSONCore Errors.swift
[45/73] Emitting module InternalCollectionsUtilities
[46/73] Compiling Atomics AtomicValue.swift
[47/73] Compiling Atomics AtomicMemoryOrderings.swift
[48/73] Compiling Atomics OptionalRawRepresentable.swift
[49/73] Compiling Atomics RawRepresentable.swift
[50/73] Compiling Atomics ManagedAtomic.swift
[50/73] Compiling c-atomics.c
[52/73] Compiling Atomics ManagedAtomicLazyReference.swift
[53/73] Compiling _JSONCore JSONTokenizerDestination.swift
[55/73] Compiling Atomics DoubleWord.swift
[56/73] Compiling Atomics UnsafeAtomic.swift
[57/73] Compiling Atomics UnsafeAtomicLazyReference.swift
[58/73] Compiling _JSONCore JSONTokenizer.swift
[59/73] Compiling _NIODataStructures Heap.swift
[60/73] Compiling _NIODataStructures PriorityQueue.swift
[73/76] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[78/98] Compiling DequeModule _DequeBuffer.swift
[79/98] Compiling DequeModule _DequeBufferHeader.swift
[80/100] Compiling DequeModule Deque+CustomReflectable.swift
[81/100] Compiling DequeModule Deque+Descriptions.swift
[82/100] Compiling DequeModule Deque+Equatable.swift
[83/100] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[84/100] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[85/100] Compiling NIOConcurrencyHelpers lock.swift
[86/100] Compiling NIOConcurrencyHelpers NIOLock.swift
[87/100] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[88/100] Emitting module NIOConcurrencyHelpers
[89/100] Compiling NIOConcurrencyHelpers atomics.swift
[90/101] Compiling DequeModule Deque+Extras.swift
[91/101] Compiling DequeModule Deque+Hashable.swift
[93/101] Compiling DequeModule _DequeSlot.swift
[94/101] Compiling DequeModule _UnsafeWrappedBuffer.swift
[95/101] Compiling DequeModule Deque+Codable.swift
[96/101] Compiling DequeModule Deque+Collection.swift
[97/101] Compiling DequeModule Deque+Testing.swift
[98/101] Compiling DequeModule Deque._Storage.swift
[99/101] Compiling DequeModule Deque._UnsafeHandle.swift
[100/101] Compiling DequeModule Deque.swift
[101/101] Emitting module DequeModule
[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 CircularBuffer.swift
[120/171] Compiling NIOCore Codec.swift
[121/171] Compiling NIOCore ConvenienceOptionSupport.swift
[122/171] Compiling NIOCore DeadChannel.swift
[123/171] Compiling NIOCore DispatchQueue+WithFuture.swift
[124/171] Compiling NIOCore EventLoop+Deprecated.swift
[125/171] Compiling NIOCore EventLoop+SerialExecutor.swift
[126/171] Compiling NIOCore EventLoop.swift
[127/171] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[128/171] Compiling NIOCore EventLoopFuture+Deprecated.swift
[129/171] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[130/171] Compiling NIOCore EventLoopFuture.swift
[131/171] Compiling NIOCore FileDescriptor.swift
[132/171] Compiling NIOCore FileHandle.swift
[133/171] Compiling NIOCore FileRegion.swift
[134/171] Compiling NIOCore GlobalSingletons.swift
[135/171] Compiling NIOCore IO.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 AddressedEnvelope.swift
[145/171] Compiling NIOCore AsyncAwaitSupport.swift
[146/171] Compiling NIOCore AsyncChannel.swift
[147/171] Compiling NIOCore AsyncChannelHandler.swift
[148/171] Compiling NIOCore AsyncChannelInboundStream.swift
[149/171] Compiling NIOCore AsyncChannelOutboundWriter.swift
[150/171] Compiling NIOCore NIOAsyncSequenceProducer.swift
[151/171] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[152/171] Compiling NIOCore NIOAsyncWriter.swift
[153/171] Compiling NIOCore ByteBuffer-multi-int.swift
[154/171] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[155/171] Compiling NIOCore ByteBuffer-views.swift
[156/171] Compiling NIOCore Channel.swift
[157/171] Compiling NIOCore ChannelHandler.swift
[158/171] Compiling NIOCore ChannelHandlers.swift
[159/171] Compiling NIOCore ChannelInvoker.swift
[160/171] Compiling NIOCore ChannelOption.swift
[161/171] Compiling NIOCore ChannelPipeline.swift
[162/171] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[163/171] Compiling NIOCore BSDSocketAPI.swift
[164/171] Compiling NIOCore ByteBuffer-aux.swift
[165/171] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[166/171] Compiling NIOCore ByteBuffer-conversions.swift
[167/171] Compiling NIOCore ByteBuffer-core.swift
[168/171] Compiling NIOCore ByteBuffer-hex.swift
[169/171] Compiling NIOCore ByteBuffer-int.swift
[170/171] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[171/171] Emitting module NIOCore
[173/224] Emitting module NIOEmbedded
[174/224] Compiling NIOEmbedded Embedded.swift
[175/224] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[176/224] Compiling NIOEmbedded AsyncTestingChannel.swift
[178/225] Compiling NIOPosix Pool.swift
[179/225] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[180/225] Compiling NIOPosix PosixSingletons.swift
[181/225] Compiling NIOPosix RawSocketBootstrap.swift
[182/225] Compiling NIOPosix Resolver.swift
[183/225] Compiling NIOPosix Selectable.swift
[184/225] Compiling NIOPosix SelectableChannel.swift
[185/225] Compiling NIOPosix Socket.swift
[186/225] Compiling NIOPosix SocketChannel.swift
[187/225] Compiling NIOPosix SocketProtocols.swift
[188/225] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[189/225] Compiling NIOPosix System.swift
[190/225] Compiling NIOPosix Thread.swift
[191/231] Compiling NIOPosix SelectableEventLoop.swift
[192/231] Compiling NIOPosix SelectorEpoll.swift
[193/231] Compiling NIOPosix SelectorGeneric.swift
[194/231] Compiling NIOPosix SelectorKqueue.swift
[195/231] Compiling NIOPosix SelectorUring.swift
[196/231] Compiling NIOPosix ServerSocket.swift
[197/231] Compiling NIOPosix Bootstrap.swift
[198/231] Compiling NIOPosix ControlMessage.swift
[199/231] Compiling NIOPosix DatagramVectorReadManager.swift
[200/231] Compiling NIOPosix Errors+Any.swift
[201/231] Compiling NIOPosix FileDescriptor.swift
[202/231] Compiling NIOPosix GetaddrinfoResolver.swift
[203/231] Compiling NIOPosix HappyEyeballs.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 BSDSocketAPICommon.swift
[212/231] Compiling NIOPosix BSDSocketAPIPosix.swift
[213/231] Compiling NIOPosix BSDSocketAPIWindows.swift
[214/231] Compiling NIOPosix BaseSocket.swift
[215/231] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[216/231] Compiling NIOPosix BaseSocketChannel.swift
[217/231] Compiling NIOPosix BaseStreamSocketChannel.swift
[218/231] Emitting module NIOPosix
[219/231] Compiling NIOPosix NIOPosixSendableMetatype.swift
[220/231] Compiling NIOPosix NIOThreadPool.swift
[221/231] Compiling NIOPosix NonBlockingFileIO.swift
[222/231] Compiling NIOPosix PendingDatagramWritesManager.swift
[223/231] Compiling NIOPosix PendingWritesManager.swift
[224/231] Compiling NIOPosix PipeChannel.swift
[225/231] Compiling NIOPosix PipePair.swift
[226/231] Compiling NIOPosix ThreadPosix.swift
[227/231] Compiling NIOPosix ThreadWindows.swift
[228/231] Compiling NIOPosix UnsafeTransfer.swift
[229/231] Compiling NIOPosix Utilities.swift
[230/231] Compiling NIOPosix VsockAddress.swift
[231/231] Compiling NIOPosix VsockChannelEvents.swift
[233/234] Emitting module NIO
[234/234] Compiling NIO Exports.swift
[236/240] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[237/240] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[238/240] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[239/240] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[240/240] Emitting module NIOFoundationCompat
[242/255] Compiling _NIOJSON Pointer+Helpers.swift
[243/255] Compiling _NIOJSON JSONArray.swift
[244/255] Compiling _NIOJSON JSONObject.swift
[245/256] Compiling _NIOJSON JSONValue.swift
[246/256] Compiling _NIOJSON StreamingJSONLinesDecoder.swift
[247/256] Compiling _NIOJSON Bounds.swift
[248/256] Compiling _NIOJSON JSONDescription+Constants.swift
[249/256] Compiling _NIOJSON JSONDescription.swift
[250/256] Compiling _NIOJSON JSONDecoderError.swift
[251/256] Compiling _NIOJSON JSONEncoder.swift
[252/256] Compiling _NIOJSON NilValueCodingStrategy.swift
[253/256] Compiling _NIOJSON StreamingJSONArrayDecoder.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! (80.77s)
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:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.