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 EthereumABI, reference master (6f4edb), with Swift 6.0 for macOS (SPM) on 27 Nov 2024 19:23:26 UTC.

Swift 6 data race errors: 2

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.58.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/shamatar/EthereumABI.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/shamatar/EthereumABI
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 6f4edb9 fix changed signature
Cloned https://github.com/shamatar/EthereumABI.git
Revision (git rev-parse @):
6f4edb9fb3b46d7cdf5d6c4a304a88f014188733
SUCCESS checkout https://github.com/shamatar/EthereumABI.git at master
Fetching https://github.com/shamatar/EthereumAddress.git
Fetching https://github.com/attaswift/SipHash
Fetching https://github.com/attaswift/BigInt.git
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
[1/440] Fetching siphash
[67/650] Fetching siphash, ethereumaddress
[151/5421] Fetching siphash, ethereumaddress, bigint
[470/18124] Fetching siphash, ethereumaddress, bigint, cryptoswift
Fetched https://github.com/shamatar/EthereumAddress.git from cache (0.90s)
[1029/17914] Fetching siphash, bigint, cryptoswift
Fetched https://github.com/attaswift/BigInt.git from cache (1.36s)
Fetched https://github.com/attaswift/SipHash from cache (1.36s)
[2033/12703] Fetching cryptoswift
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (2.15s)
Computing version for https://github.com/shamatar/EthereumAddress.git
Computed https://github.com/shamatar/EthereumAddress.git at 1.3.0 (0.56s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 3.1.0 (2.88s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.0.0 (0.57s)
Computing version for https://github.com/attaswift/SipHash
Computed https://github.com/attaswift/SipHash at 1.2.2 (0.55s)
Creating working copy for https://github.com/shamatar/EthereumAddress.git
Working copy of https://github.com/shamatar/EthereumAddress.git resolved at 1.3.0
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.0.0
Creating working copy for https://github.com/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 3.1.0
Creating working copy for https://github.com/attaswift/SipHash
Working copy of https://github.com/attaswift/SipHash resolved at 1.2.2
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "ethereumabi",
      "name": "EthereumABI",
      "url": "https://github.com/shamatar/EthereumABI.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/EthereumABI",
      "dependencies": [
        {
          "identity": "cryptoswift",
          "name": "CryptoSwift",
          "url": "https://github.com/krzyzanowskim/CryptoSwift.git",
          "version": "1.0.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CryptoSwift",
          "dependencies": [
          ]
        },
        {
          "identity": "bigint",
          "name": "BigInt",
          "url": "https://github.com/attaswift/BigInt.git",
          "version": "3.1.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/BigInt",
          "dependencies": [
            {
              "identity": "siphash",
              "name": "SipHash",
              "url": "https://github.com/attaswift/SipHash",
              "version": "1.2.2",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SipHash",
              "dependencies": [
              ]
            }
          ]
        },
        {
          "identity": "ethereumaddress",
          "name": "EthereumAddress",
          "url": "https://github.com/shamatar/EthereumAddress.git",
          "version": "1.3.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/EthereumAddress",
          "dependencies": [
            {
              "identity": "cryptoswift",
              "name": "CryptoSwift",
              "url": "https://github.com/krzyzanowskim/CryptoSwift.git",
              "version": "1.0.0",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CryptoSwift",
              "dependencies": [
              ]
            }
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/shamatar/EthereumABI.git
[8/360] Fetching ethereumabi
Fetched https://github.com/shamatar/EthereumABI.git from cache (0.88s)
Fetching https://github.com/krzyzanowskim/CryptoSwift.git from cache
Fetching https://github.com/attaswift/BigInt.git from cache
Fetching https://github.com/shamatar/EthereumAddress.git from cache
Fetched https://github.com/attaswift/BigInt.git from cache (0.47s)
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (0.58s)
Fetched https://github.com/shamatar/EthereumAddress.git from cache (0.58s)
Computing version for https://github.com/shamatar/EthereumAddress.git
Computed https://github.com/shamatar/EthereumAddress.git at 1.3.0 (0.02s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 3.1.0 (0.02s)
Fetching https://github.com/attaswift/SipHash from cache
Fetched https://github.com/attaswift/SipHash from cache (0.49s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.0.0 (0.02s)
Computing version for https://github.com/attaswift/SipHash
Computed https://github.com/attaswift/SipHash at 1.2.2 (0.02s)
Creating working copy for https://github.com/attaswift/SipHash
Working copy of https://github.com/attaswift/SipHash resolved at 1.2.2
Creating working copy for https://github.com/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 3.1.0
Creating working copy for https://github.com/shamatar/EthereumABI.git
Working copy of https://github.com/shamatar/EthereumABI.git resolved at master (6f4edb9)
Creating working copy for https://github.com/shamatar/EthereumAddress.git
Working copy of https://github.com/shamatar/EthereumAddress.git resolved at 1.3.0
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.0.0
warning: '.resolve-product-dependencies': dependency 'ethereumabi' is not used by any target
Found 3 product dependencies
  - CryptoSwift
  - BigInt
  - EthereumAddress
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/shamatar/EthereumABI.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/8] Write sources
[5/8] Write swift-version--7754E27361AE5C74.txt
[7/82] Emitting module CryptoSwift
[8/89] Compiling SipHash SipHashable.swift
[9/89] Compiling SipHash SipHasher.swift
[10/89] Compiling SipHash RandomUInt64.swift
[11/89] Emitting module SipHash
[12/89] Compiling SipHash Primitive Types.swift
[12/89] Write Objects.LinkFileList
[13/89] Linking libSipHash.dylib
[15/110] Compiling CryptoSwift UInt16+Extension.swift
[16/110] Compiling CryptoSwift UInt32+Extension.swift
[17/110] Compiling CryptoSwift UInt64+Extension.swift
[18/110] Compiling CryptoSwift UInt8+Extension.swift
[19/110] Compiling CryptoSwift Updatable.swift
[20/110] Compiling CryptoSwift Utils.swift
[21/110] Compiling CryptoSwift ZeroPadding.swift
[22/110] Compiling CryptoSwift MD5.swift
[23/110] Compiling CryptoSwift NoPadding.swift
[24/110] Compiling CryptoSwift Operators.swift
[25/110] Compiling CryptoSwift PBKDF1.swift
[26/110] Compiling CryptoSwift PBKDF2.swift
[27/110] Compiling CryptoSwift PKCS5.swift
[28/110] Compiling CryptoSwift PKCS7.swift
[29/110] Compiling BigInt Exponentiation.swift
[30/110] Compiling BigInt Floating Point Conversion.swift
[31/110] Compiling BigInt GCD.swift
[32/110] Compiling BigInt Hashable.swift
[33/110] Compiling BigInt Integer Conversion.swift
[34/110] Compiling BigInt Multiplication.swift
[35/110] Compiling BigInt Prime Test.swift
[36/110] Compiling BigInt Random.swift
[37/110] Compiling BigInt Addition.swift
[38/110] Compiling BigInt BigInt.swift
[39/110] Compiling BigInt BigUInt.swift
[40/110] Compiling BigInt Bitwise Ops.swift
[41/110] Compiling BigInt Codable.swift
[42/110] Compiling BigInt Comparable.swift
[43/110] Compiling BigInt Data Conversion.swift
[44/110] Compiling BigInt Division.swift
[45/110] Compiling BigInt Strideable.swift
[46/110] Compiling BigInt String Conversion.swift
[47/112] Compiling BigInt Shifts.swift
[48/112] Compiling BigInt Square Root.swift
[49/112] Emitting module BigInt
[50/112] Compiling BigInt Subtraction.swift
[51/112] Compiling BigInt Words and Bits.swift
[52/112] Compiling CryptoSwift PKCS7Padding.swift
[53/112] Compiling CryptoSwift Padding.swift
[54/112] Compiling CryptoSwift Poly1305.swift
[55/112] Compiling CryptoSwift Rabbit.swift
[56/112] Compiling CryptoSwift RandomBytesSequence.swift
[57/112] Compiling CryptoSwift SHA1.swift
[58/112] Compiling CryptoSwift SHA2.swift
[59/112] Compiling CryptoSwift CTR.swift
[60/112] Compiling CryptoSwift CipherModeWorker.swift
[61/112] Compiling CryptoSwift ECB.swift
[62/112] Compiling CryptoSwift GCM.swift
[63/112] Compiling CryptoSwift OFB.swift
[64/112] Compiling CryptoSwift PCBC.swift
[65/112] Compiling CryptoSwift Blowfish.swift
[66/112] Compiling CryptoSwift CBCMAC.swift
[67/112] Compiling CryptoSwift Digest.swift
[68/112] Compiling CryptoSwift DigestType.swift
[69/112] Compiling CryptoSwift AES+Foundation.swift
[70/112] Compiling CryptoSwift Array+Foundation.swift
[71/112] Compiling CryptoSwift Blowfish+Foundation.swift
[72/112] Compiling CryptoSwift ChaCha20+Foundation.swift
[73/112] Compiling CryptoSwift Data+Extension.swift
[74/112] Compiling CryptoSwift HMAC+Foundation.swift
[81/112] Compiling CryptoSwift Cryptor.swift
[82/112] Compiling CryptoSwift Cryptors.swift
[83/112] Compiling CryptoSwift Rabbit+Foundation.swift
[84/112] Compiling CryptoSwift String+FoundationExtension.swift
[85/112] Compiling CryptoSwift Utils+Foundation.swift
[86/112] Compiling CryptoSwift Generics.swift
[87/112] Compiling CryptoSwift HKDF.swift
[88/112] Compiling CryptoSwift HMAC.swift
[89/112] Compiling CryptoSwift Int+Extension.swift
[90/112] Compiling CryptoSwift SHA3.swift
[91/112] Compiling CryptoSwift Scrypt.swift
[92/112] Compiling CryptoSwift SecureBytes.swift
[93/112] Compiling CryptoSwift StreamDecryptor.swift
[94/112] Compiling CryptoSwift StreamEncryptor.swift
[95/112] Compiling CryptoSwift String+Extension.swift
[96/112] Compiling CryptoSwift UInt128.swift
[97/115] Compiling EthereumAddress EthereumAddress.swift
[98/115] Emitting module EthereumAddress
[99/115] Compiling EthereumAddress Extensions.swift
[116/124] Compiling EthereumABI ABIParameterTypes.swift
[117/124] Compiling EthereumABI ABITypeParser.swift
/Users/admin/builder/spi-builder-workspace/EthereumABI/Classes/ABIParsing.swift:23:20: warning: static property 'typeEatingRegex' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 21 |
 22 |     enum TypeParsingExpressions {
 23 |         static var typeEatingRegex = "^((u?int|bytes)([1-9][0-9]*)|(address|bool|string|tuple|bytes)|(\\[([1-9][0-9]*)\\]))"
    |                    |- warning: static property 'typeEatingRegex' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: convert 'typeEatingRegex' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: annotate 'typeEatingRegex' with '@MainActor' if property should only be accessed from the main actor
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 24 |         static var arrayEatingRegex = "^(\\[([1-9][0-9]*)?\\])?.*$"
 25 |     }
/Users/admin/builder/spi-builder-workspace/EthereumABI/Classes/ABIParsing.swift:24:20: warning: static property 'arrayEatingRegex' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 22 |     enum TypeParsingExpressions {
 23 |         static var typeEatingRegex = "^((u?int|bytes)([1-9][0-9]*)|(address|bool|string|tuple|bytes)|(\\[([1-9][0-9]*)\\]))"
 24 |         static var arrayEatingRegex = "^(\\[([1-9][0-9]*)?\\])?.*$"
    |                    |- warning: static property 'arrayEatingRegex' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: convert 'arrayEatingRegex' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: annotate 'arrayEatingRegex' with '@MainActor' if property should only be accessed from the main actor
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 25 |     }
 26 |
[118/124] Compiling EthereumABI ABIParsing.swift
/Users/admin/builder/spi-builder-workspace/EthereumABI/Classes/ABIParsing.swift:23:20: warning: static property 'typeEatingRegex' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 21 |
 22 |     enum TypeParsingExpressions {
 23 |         static var typeEatingRegex = "^((u?int|bytes)([1-9][0-9]*)|(address|bool|string|tuple|bytes)|(\\[([1-9][0-9]*)\\]))"
    |                    |- warning: static property 'typeEatingRegex' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: convert 'typeEatingRegex' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: annotate 'typeEatingRegex' with '@MainActor' if property should only be accessed from the main actor
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 24 |         static var arrayEatingRegex = "^(\\[([1-9][0-9]*)?\\])?.*$"
 25 |     }
/Users/admin/builder/spi-builder-workspace/EthereumABI/Classes/ABIParsing.swift:24:20: warning: static property 'arrayEatingRegex' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 22 |     enum TypeParsingExpressions {
 23 |         static var typeEatingRegex = "^((u?int|bytes)([1-9][0-9]*)|(address|bool|string|tuple|bytes)|(\\[([1-9][0-9]*)\\]))"
 24 |         static var arrayEatingRegex = "^(\\[([1-9][0-9]*)?\\])?.*$"
    |                    |- warning: static property 'arrayEatingRegex' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: convert 'arrayEatingRegex' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: annotate 'arrayEatingRegex' with '@MainActor' if property should only be accessed from the main actor
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 25 |     }
 26 |
[119/124] Compiling EthereumABI ABIEncoding.swift
[120/124] Compiling EthereumABI ABIElements.swift
/Users/admin/builder/spi-builder-workspace/EthereumABI/Classes/ABIElements.swift:11:5: warning: 'public' modifier is redundant for struct declared in a public extension
  9 | public extension ABI {
 10 |     // JSON Decoding
 11 |     public struct Input: Decodable {
    |     `- warning: 'public' modifier is redundant for struct declared in a public extension
 12 |         public var name: String?
 13 |         public var type: String
/Users/admin/builder/spi-builder-workspace/EthereumABI/Classes/ABIElements.swift:18:5: warning: 'public' modifier is redundant for struct declared in a public extension
 16 |     }
 17 |
 18 |     public struct Output: Decodable {
    |     `- warning: 'public' modifier is redundant for struct declared in a public extension
 19 |         public var name: String?
 20 |         public var type: String
/Users/admin/builder/spi-builder-workspace/EthereumABI/Classes/ABIElements.swift:24:5: warning: 'public' modifier is redundant for struct declared in a public extension
 22 |     }
 23 |
 24 |     public struct Record: Decodable {
    |     `- warning: 'public' modifier is redundant for struct declared in a public extension
 25 |         public var name: String?
 26 |         public var type: String?
/Users/admin/builder/spi-builder-workspace/EthereumABI/Classes/ABIElements.swift:35:5: warning: 'public' modifier is redundant for enum declared in a public extension
 33 |     }
 34 |
 35 |     public enum Element {
    |     `- warning: 'public' modifier is redundant for enum declared in a public extension
 36 |         public enum ArraySize { //bytes for convenience
 37 |             case staticSize(UInt64)
[121/124] Compiling EthereumABI ABIDecoding.swift
[122/124] Compiling EthereumABI ABI.swift
[123/124] Compiling EthereumABI ABIExtensions.swift
[124/124] Emitting module EthereumABI
/Users/admin/builder/spi-builder-workspace/EthereumABI/Classes/ABIElements.swift:11:5: warning: 'public' modifier is redundant for struct declared in a public extension
  9 | public extension ABI {
 10 |     // JSON Decoding
 11 |     public struct Input: Decodable {
    |     `- warning: 'public' modifier is redundant for struct declared in a public extension
 12 |         public var name: String?
 13 |         public var type: String
/Users/admin/builder/spi-builder-workspace/EthereumABI/Classes/ABIElements.swift:18:5: warning: 'public' modifier is redundant for struct declared in a public extension
 16 |     }
 17 |
 18 |     public struct Output: Decodable {
    |     `- warning: 'public' modifier is redundant for struct declared in a public extension
 19 |         public var name: String?
 20 |         public var type: String
/Users/admin/builder/spi-builder-workspace/EthereumABI/Classes/ABIElements.swift:24:5: warning: 'public' modifier is redundant for struct declared in a public extension
 22 |     }
 23 |
 24 |     public struct Record: Decodable {
    |     `- warning: 'public' modifier is redundant for struct declared in a public extension
 25 |         public var name: String?
 26 |         public var type: String?
/Users/admin/builder/spi-builder-workspace/EthereumABI/Classes/ABIElements.swift:35:5: warning: 'public' modifier is redundant for enum declared in a public extension
 33 |     }
 34 |
 35 |     public enum Element {
    |     `- warning: 'public' modifier is redundant for enum declared in a public extension
 36 |         public enum ArraySize { //bytes for convenience
 37 |             case staticSize(UInt64)
/Users/admin/builder/spi-builder-workspace/EthereumABI/Classes/ABIParsing.swift:23:20: warning: static property 'typeEatingRegex' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 21 |
 22 |     enum TypeParsingExpressions {
 23 |         static var typeEatingRegex = "^((u?int|bytes)([1-9][0-9]*)|(address|bool|string|tuple|bytes)|(\\[([1-9][0-9]*)\\]))"
    |                    |- warning: static property 'typeEatingRegex' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: convert 'typeEatingRegex' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: annotate 'typeEatingRegex' with '@MainActor' if property should only be accessed from the main actor
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 24 |         static var arrayEatingRegex = "^(\\[([1-9][0-9]*)?\\])?.*$"
 25 |     }
/Users/admin/builder/spi-builder-workspace/EthereumABI/Classes/ABIParsing.swift:24:20: warning: static property 'arrayEatingRegex' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 22 |     enum TypeParsingExpressions {
 23 |         static var typeEatingRegex = "^((u?int|bytes)([1-9][0-9]*)|(address|bool|string|tuple|bytes)|(\\[([1-9][0-9]*)\\]))"
 24 |         static var arrayEatingRegex = "^(\\[([1-9][0-9]*)?\\])?.*$"
    |                    |- warning: static property 'arrayEatingRegex' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: convert 'arrayEatingRegex' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: annotate 'arrayEatingRegex' with '@MainActor' if property should only be accessed from the main actor
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 25 |     }
 26 |
Build complete! (16.55s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "cryptoswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "1.1.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/krzyzanowskim/CryptoSwift.git"
    },
    {
      "identity" : "bigint",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.1.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/attaswift/BigInt.git"
    },
    {
      "identity" : "ethereumaddress",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/shamatar/EthereumAddress.git"
    }
  ],
  "manifest_display_name" : "EthereumABI",
  "name" : "EthereumABI",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "EthereumABI",
      "targets" : [
        "EthereumABI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "4",
    "4.2"
  ],
  "targets" : [
    {
      "c99name" : "EthereumABI",
      "module_type" : "SwiftTarget",
      "name" : "EthereumABI",
      "path" : "EthereumABI",
      "product_dependencies" : [
        "CryptoSwift",
        "BigInt",
        "EthereumAddress"
      ],
      "product_memberships" : [
        "EthereumABI"
      ],
      "sources" : [
        "Classes/ABI.swift",
        "Classes/ABIDecoding.swift",
        "Classes/ABIElements.swift",
        "Classes/ABIEncoding.swift",
        "Classes/ABIExtensions.swift",
        "Classes/ABIParameterTypes.swift",
        "Classes/ABIParsing.swift",
        "Classes/ABITypeParser.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
Done.