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 (3146a1), with Swift 6.1 for Android on 31 May 2025 21:21:33 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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.63.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 3146a14 Merge pull request #48 from orlandos-nl/jo/newline-delimited-jsonlines
Cloned https://github.com/orlandos-nl/IkigaJSON.git
Revision (git rev-parse @):
3146a14673f042696bde0c089ac3a520131e80ff
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-4609320-2":/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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
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/76147] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (7.38s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (11.24s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/1717] Fetching swift-atomics
[448/18308] Fetching swift-atomics, swift-collections
[1163/22699] Fetching swift-atomics, swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.81s)
[9349/18308] Fetching swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (1.74s)
Fetched https://github.com/apple/swift-collections.git from cache (1.78s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.70s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.96s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.10s)
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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.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
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Building for debugging...
[0/24] Write sources
[13/24] Compiling CNIOWindows WSAStartup.c
[14/24] Compiling CNIOWindows shim.c
[15/24] Compiling CNIOWASI CNIOWASI.c
[15/24] Write sources
[17/24] Compiling CNIOLinux liburing_shims.c
[18/24] Compiling _AtomicsShims.c
[19/24] Compiling CNIODarwin shim.c
[20/24] Compiling CNIOLinux shim.c
[21/24] Write swift-version-24593BA9C3E375BF.txt
[22/69] Compiling c-nioatomics.c
[23/69] Compiling c-atomics.c
[25/69] Compiling _NIODataStructures PriorityQueue.swift
[26/69] Compiling _NIODataStructures _TinyArray.swift
[27/69] Compiling _JSONCore JSONTokenizerDestination.swift
[28/69] Compiling Atomics UnsafeAtomic.swift
[29/69] Compiling Atomics UnsafeAtomicLazyReference.swift
[30/69] Emitting module InternalCollectionsUtilities
[31/71] Emitting module _NIOBase64
[32/72] Compiling _NIOBase64 Base64.swift
[33/72] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[34/72] Compiling InternalCollectionsUtilities Integer rank.swift
[35/72] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[36/72] Compiling InternalCollectionsUtilities UInt+reversed.swift
[37/72] Compiling Atomics AtomicMemoryOrderings.swift
[38/72] Compiling Atomics DoubleWord.swift
[39/72] Compiling Atomics ManagedAtomic.swift
[40/72] Compiling Atomics ManagedAtomicLazyReference.swift
[41/72] Emitting module Atomics
[42/73] Compiling _JSONCore Errors.swift
[43/73] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[44/73] Compiling InternalCollectionsUtilities Descriptions.swift
[45/73] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[46/73] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[47/73] Compiling InternalCollectionsUtilities Debugging.swift
[48/73] Compiling _JSONCore JSONTokenizer.swift
[49/73] Compiling _NIODataStructures Heap.swift
[50/73] Emitting module _NIODataStructures
[51/73] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[52/73] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[53/73] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[54/73] Compiling InternalCollectionsUtilities _SortedCollection.swift
[61/74] Emitting module _JSONCore
[62/74] Compiling _JSONCore JSONParser+Parsing.swift
[63/74] Compiling _JSONCore Bytes.swift
[73/81] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[74/81] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[75/82] Compiling Atomics IntegerOperations.swift
[76/82] Compiling Atomics Unmanaged extensions.swift
[78/83] Compiling NIOConcurrencyHelpers NIOLock.swift
[80/83] Compiling NIOConcurrencyHelpers lock.swift
[81/98] Emitting module NIOConcurrencyHelpers
[82/98] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[83/98] Compiling NIOConcurrencyHelpers atomics.swift
[84/99] Compiling DequeModule Deque+CustomReflectable.swift
[85/99] Compiling DequeModule Deque+Descriptions.swift
[87/101] Compiling DequeModule _DequeBuffer.swift
[88/101] Compiling DequeModule _DequeBufferHeader.swift
[89/101] Compiling DequeModule Deque+Equatable.swift
[90/101] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[91/101] Compiling DequeModule Deque._UnsafeHandle.swift
[92/101] Compiling DequeModule Deque.swift
[93/101] Compiling DequeModule Deque+Extras.swift
[94/101] Compiling DequeModule Deque+Hashable.swift
[95/101] Compiling DequeModule Deque+Testing.swift
[96/101] Compiling DequeModule Deque._Storage.swift
[97/101] Compiling DequeModule _DequeSlot.swift
[98/101] Compiling DequeModule _UnsafeWrappedBuffer.swift
[99/101] Compiling DequeModule Deque+Codable.swift
[100/101] Compiling DequeModule Deque+Collection.swift
[101/101] Emitting module DequeModule
[103/162] Compiling NIOCore IO.swift
[104/162] Compiling NIOCore IOData.swift
[105/162] Compiling NIOCore IPProtocol.swift
[106/162] Compiling NIOCore IntegerBitPacking.swift
[107/162] Compiling NIOCore IntegerTypes.swift
[108/162] Compiling NIOCore Interfaces.swift
[109/162] Compiling NIOCore Linux.swift
[110/162] Compiling NIOCore MarkedCircularBuffer.swift
[111/170] Compiling NIOCore MulticastChannel.swift
[112/170] Compiling NIOCore NIOAny.swift
[113/170] Compiling NIOCore NIOCloseOnErrorHandler.swift
[114/170] Compiling NIOCore NIOLoopBound.swift
[115/170] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[116/170] Compiling NIOCore NIOScheduledCallback.swift
[117/170] Compiling NIOCore NIOSendable.swift
[118/170] Compiling NIOCore RecvByteBufferAllocator.swift
[119/170] Compiling NIOCore AddressedEnvelope.swift
[120/170] Compiling NIOCore AsyncAwaitSupport.swift
[121/170] Compiling NIOCore AsyncChannel.swift
[122/170] Compiling NIOCore AsyncChannelHandler.swift
[123/170] Compiling NIOCore AsyncChannelInboundStream.swift
[124/170] Compiling NIOCore AsyncChannelOutboundWriter.swift
[125/170] Compiling NIOCore NIOAsyncSequenceProducer.swift
[126/170] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[127/170] Compiling NIOCore NIOAsyncWriter.swift
[128/170] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[129/170] Compiling NIOCore EventLoopFuture+Deprecated.swift
[130/170] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[131/170] Compiling NIOCore EventLoopFuture.swift
[132/170] Compiling NIOCore FileDescriptor.swift
[133/170] Compiling NIOCore FileHandle.swift
[134/170] Compiling NIOCore FileRegion.swift
[135/170] Compiling NIOCore GlobalSingletons.swift
[136/170] Compiling NIOCore CircularBuffer.swift
[137/170] Compiling NIOCore Codec.swift
[138/170] Compiling NIOCore ConvenienceOptionSupport.swift
[139/170] Compiling NIOCore DeadChannel.swift
[140/170] Compiling NIOCore DispatchQueue+WithFuture.swift
[141/170] Compiling NIOCore EventLoop+Deprecated.swift
[142/170] Compiling NIOCore EventLoop+SerialExecutor.swift
[143/170] Compiling NIOCore EventLoop.swift
[144/170] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[145/170] Compiling NIOCore SocketAddresses.swift
[146/170] Compiling NIOCore SocketOptionProvider.swift
[147/170] Compiling NIOCore SystemCallHelpers.swift
[148/170] Compiling NIOCore TimeAmount+Duration.swift
[149/170] Compiling NIOCore TypeAssistedChannelHandler.swift
[150/170] Compiling NIOCore UniversalBootstrapSupport.swift
[151/170] Compiling NIOCore Utilities.swift
[152/170] Compiling NIOCore ByteBuffer-multi-int.swift
[153/170] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[154/170] Compiling NIOCore ByteBuffer-views.swift
[155/170] Compiling NIOCore Channel.swift
[156/170] Compiling NIOCore ChannelHandler.swift
[157/170] Compiling NIOCore ChannelHandlers.swift
[158/170] Compiling NIOCore ChannelInvoker.swift
[159/170] Compiling NIOCore ChannelOption.swift
[160/170] Compiling NIOCore ChannelPipeline.swift
[161/170] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[162/170] Compiling NIOCore BSDSocketAPI.swift
[163/170] Compiling NIOCore ByteBuffer-aux.swift
[164/170] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[165/170] Compiling NIOCore ByteBuffer-conversions.swift
[166/170] Compiling NIOCore ByteBuffer-core.swift
[167/170] Compiling NIOCore ByteBuffer-hex.swift
[168/170] Compiling NIOCore ByteBuffer-int.swift
[169/170] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[170/170] Emitting module NIOCore
[172/221] Compiling NIOEmbedded AsyncTestingChannel.swift
[173/221] Emitting module NIOEmbedded
[174/221] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[175/221] Compiling NIOEmbedded Embedded.swift
[177/222] Compiling NIOPosix IO.swift
[178/222] Compiling NIOPosix IntegerBitPacking.swift
[179/222] Compiling NIOPosix IntegerTypes.swift
[180/222] Compiling NIOPosix Linux.swift
[181/222] Compiling NIOPosix LinuxCPUSet.swift
[182/222] Compiling NIOPosix LinuxUring.swift
[183/222] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[184/222] Compiling NIOPosix Pool.swift
[185/222] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[186/222] Compiling NIOPosix PosixSingletons.swift
[187/222] Compiling NIOPosix RawSocketBootstrap.swift
[188/222] Compiling NIOPosix Resolver.swift
[189/222] Compiling NIOPosix Selectable.swift
[190/228] Compiling NIOPosix ThreadPosix.swift
[191/228] Compiling NIOPosix ThreadWindows.swift
[192/228] Compiling NIOPosix UnsafeTransfer.swift
[193/228] Compiling NIOPosix Utilities.swift
[194/228] Compiling NIOPosix VsockAddress.swift
[195/228] Compiling NIOPosix VsockChannelEvents.swift
[196/228] Compiling NIOPosix SelectableChannel.swift
[197/228] Compiling NIOPosix SelectableEventLoop.swift
[198/228] Compiling NIOPosix SelectorEpoll.swift
[199/228] Compiling NIOPosix SelectorGeneric.swift
[200/228] Compiling NIOPosix SelectorKqueue.swift
[201/228] Compiling NIOPosix SelectorUring.swift
[202/228] Compiling NIOPosix ServerSocket.swift
[203/228] Compiling NIOPosix Socket.swift
[204/228] Compiling NIOPosix SocketChannel.swift
[205/228] Compiling NIOPosix SocketProtocols.swift
[206/228] Compiling NIOPosix System.swift
[207/228] Compiling NIOPosix Thread.swift
[208/228] Emitting module NIOPosix
[209/228] Compiling NIOPosix BSDSocketAPICommon.swift
[210/228] Compiling NIOPosix BSDSocketAPIPosix.swift
[211/228] Compiling NIOPosix BSDSocketAPIWindows.swift
[212/228] Compiling NIOPosix BaseSocket.swift
[213/228] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[214/228] Compiling NIOPosix BaseSocketChannel.swift
[215/228] Compiling NIOPosix BaseStreamSocketChannel.swift
[216/228] Compiling NIOPosix Bootstrap.swift
[217/228] Compiling NIOPosix ControlMessage.swift
[218/228] Compiling NIOPosix DatagramVectorReadManager.swift
[219/228] Compiling NIOPosix Errors+Any.swift
[220/228] Compiling NIOPosix FileDescriptor.swift
[221/228] Compiling NIOPosix GetaddrinfoResolver.swift
[222/228] Compiling NIOPosix HappyEyeballs.swift
[223/228] Compiling NIOPosix NIOThreadPool.swift
[224/228] Compiling NIOPosix NonBlockingFileIO.swift
[225/228] Compiling NIOPosix PendingDatagramWritesManager.swift
[226/228] Compiling NIOPosix PendingWritesManager.swift
[227/228] Compiling NIOPosix PipeChannel.swift
[228/228] Compiling NIOPosix PipePair.swift
[230/231] Emitting module NIO
[231/231] Compiling NIO Exports.swift
[233/237] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[234/237] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[235/237] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[236/237] Emitting module NIOFoundationCompat
[237/237] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[239/252] Compiling _NIOJSON Pointer+Helpers.swift
[240/252] Compiling _NIOJSON JSONArray.swift
[241/253] Compiling _NIOJSON JSONObject.swift
[242/253] Compiling _NIOJSON JSONValue.swift
[243/253] Compiling _NIOJSON StreamingJSONLinesDecoder.swift
[244/253] Compiling _NIOJSON Bounds.swift
[245/253] Compiling _NIOJSON NilValueCodingStrategy.swift
[246/253] Compiling _NIOJSON StreamingJSONArrayDecoder.swift
[247/253] Compiling _NIOJSON JSONDescription+Constants.swift
[248/253] Compiling _NIOJSON JSONDescription.swift
[249/253] Compiling _NIOJSON JSONDecoderError.swift
[250/253] Compiling _NIOJSON JSONEncoder.swift
[251/253] Emitting module _NIOJSON
[252/253] Compiling _NIOJSON ByteBufferSupport.swift
[253/253] Compiling _NIOJSON JSONDecoder.swift
[255/256] Compiling IkigaJSON Exports.swift
[256/256] Emitting module IkigaJSON
Build complete! (88.60s)
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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.