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 1.3.0 (6f4edb), with Swift 6.1 for macOS (SPM) on 26 Apr 2025 04:46:07 UTC.

Swift 6 data race errors: 2

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.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.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/shamatar/EthereumABI.git
Reference: 1.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/shamatar/EthereumABI
 * tag               1.3.0      -> FETCH_HEAD
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 1.3.0
Fetching https://github.com/attaswift/BigInt.git
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetching https://github.com/shamatar/EthereumAddress.git
Fetching https://github.com/attaswift/SipHash
[1/210] Fetching ethereumaddress
[10/4981] Fetching ethereumaddress, bigint
[11/5421] Fetching ethereumaddress, bigint, siphash
[121/18355] Fetching ethereumaddress, bigint, siphash, cryptoswift
Fetched https://github.com/attaswift/SipHash from cache (1.23s)
Fetched https://github.com/attaswift/BigInt.git from cache (1.23s)
[2280/13144] Fetching ethereumaddress, cryptoswift
Fetched https://github.com/shamatar/EthereumAddress.git from cache (1.67s)
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (1.67s)
Computing version for https://github.com/shamatar/EthereumAddress.git
Computed https://github.com/shamatar/EthereumAddress.git at 1.3.0 (2.30s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 3.1.0 (0.69s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.0.0 (0.61s)
Computing version for https://github.com/attaswift/SipHash
Computed https://github.com/attaswift/SipHash at 1.2.2 (0.61s)
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/EthereumAddress.git
Working copy of https://github.com/shamatar/EthereumAddress.git resolved at 1.3.0
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/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.0.0
========================================
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
[1/360] Fetching ethereumabi
Fetched https://github.com/shamatar/EthereumABI.git from cache (0.81s)
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.50s)
Fetched https://github.com/shamatar/EthereumAddress.git from cache (0.50s)
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (0.50s)
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 (0.03s)
Fetching https://github.com/attaswift/SipHash from cache
Fetched https://github.com/attaswift/SipHash from cache (0.43s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.0.0 (0.49s)
Computing version for https://github.com/attaswift/SipHash
Computed https://github.com/attaswift/SipHash at 1.2.2 (0.03s)
Creating working copy for https://github.com/shamatar/EthereumABI.git
Working copy of https://github.com/shamatar/EthereumABI.git resolved at 1.3.0 (6f4edb9)
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/shamatar/EthereumAddress.git
Working copy of https://github.com/shamatar/EthereumAddress.git resolved at 1.3.0
Creating working copy for https://github.com/attaswift/SipHash
Working copy of https://github.com/attaswift/SipHash resolved at 1.2.2
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.1
Building package at path:  $PWD
https://github.com/shamatar/EthereumABI.git
https://github.com/shamatar/EthereumABI.git
{
  "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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.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-2F0A5646E1D333AE.txt
[7/82] Compiling SipHash SipHashable.swift
[8/82] Emitting module CryptoSwift
[9/89] Compiling SipHash RandomUInt64.swift
[10/89] Compiling SipHash SipHasher.swift
[11/89] Compiling CryptoSwift BlockCipher.swift
[12/89] Compiling CryptoSwift BlockDecryptor.swift
[13/89] Compiling CryptoSwift BlockEncryptor.swift
[14/89] Compiling CryptoSwift BlockMode.swift
[15/89] Compiling CryptoSwift BlockModeOptions.swift
[16/89] Compiling CryptoSwift CBC.swift
[17/89] Compiling CryptoSwift CCM.swift
[18/89] Compiling CryptoSwift CFB.swift
[19/89] Compiling CryptoSwift UInt16+Extension.swift
[20/89] Compiling CryptoSwift UInt32+Extension.swift
[21/89] Compiling CryptoSwift UInt64+Extension.swift
[22/89] Compiling CryptoSwift UInt8+Extension.swift
[23/89] Compiling CryptoSwift Updatable.swift
[24/89] Compiling CryptoSwift Utils.swift
[25/89] Compiling CryptoSwift ZeroPadding.swift
[26/89] Compiling CryptoSwift CTR.swift
[27/89] Compiling CryptoSwift CipherModeWorker.swift
[28/89] Compiling CryptoSwift ECB.swift
[29/89] Compiling CryptoSwift GCM.swift
[30/89] Compiling CryptoSwift OFB.swift
[31/89] Compiling CryptoSwift PCBC.swift
[32/89] Compiling CryptoSwift Blowfish.swift
[33/89] Compiling CryptoSwift CBCMAC.swift
[34/89] Compiling CryptoSwift AEAD.swift
[35/89] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[36/89] Compiling CryptoSwift AES.Cryptors.swift
[37/89] Compiling CryptoSwift AES.swift
[38/89] Compiling CryptoSwift Array+Extension.swift
[39/89] Compiling CryptoSwift Authenticator.swift
[40/89] Compiling CryptoSwift BatchedCollection.swift
[41/89] Compiling CryptoSwift Bit.swift
[42/89] Compiling CryptoSwift PKCS7Padding.swift
[43/89] Compiling CryptoSwift Padding.swift
[44/89] Compiling CryptoSwift Poly1305.swift
[45/89] Compiling CryptoSwift Rabbit.swift
[46/89] Compiling CryptoSwift RandomBytesSequence.swift
[47/89] Compiling CryptoSwift SHA1.swift
[48/89] Compiling CryptoSwift SHA2.swift
[49/89] Compiling CryptoSwift MD5.swift
[50/89] Compiling CryptoSwift NoPadding.swift
[51/89] Compiling CryptoSwift Operators.swift
[52/89] Compiling CryptoSwift PBKDF1.swift
[53/89] Compiling CryptoSwift PBKDF2.swift
[54/89] Compiling CryptoSwift PKCS5.swift
[55/89] Compiling CryptoSwift PKCS7.swift
[56/89] Compiling CryptoSwift Rabbit+Foundation.swift
[57/89] Compiling CryptoSwift String+FoundationExtension.swift
[58/89] Compiling CryptoSwift Utils+Foundation.swift
[59/89] Compiling CryptoSwift Generics.swift
[60/89] Compiling CryptoSwift HKDF.swift
[61/89] Compiling CryptoSwift HMAC.swift
[62/89] Compiling CryptoSwift Int+Extension.swift
[63/89] Compiling CryptoSwift CMAC.swift
[64/89] Compiling CryptoSwift ChaCha20.swift
[65/89] Compiling CryptoSwift Checksum.swift
[66/89] Compiling CryptoSwift Cipher.swift
[67/89] Compiling CryptoSwift Collection+Extension.swift
[68/89] Compiling CryptoSwift CompactMap.swift
[69/89] Compiling CryptoSwift Cryptor.swift
[70/89] Compiling CryptoSwift Cryptors.swift
[71/89] Compiling CryptoSwift Digest.swift
[72/89] Compiling CryptoSwift DigestType.swift
[73/89] Compiling CryptoSwift AES+Foundation.swift
[74/89] Compiling CryptoSwift Array+Foundation.swift
[75/89] Compiling CryptoSwift Blowfish+Foundation.swift
[76/89] Compiling CryptoSwift ChaCha20+Foundation.swift
[77/89] Compiling CryptoSwift Data+Extension.swift
[78/89] Compiling CryptoSwift HMAC+Foundation.swift
[79/89] Emitting module SipHash
[80/89] Compiling SipHash Primitive Types.swift
[80/89] Write Objects.LinkFileList
[82/89] Compiling CryptoSwift SHA3.swift
[83/89] Compiling CryptoSwift Scrypt.swift
[84/89] Compiling CryptoSwift SecureBytes.swift
[85/89] Compiling CryptoSwift StreamDecryptor.swift
[86/89] Compiling CryptoSwift StreamEncryptor.swift
[87/89] Compiling CryptoSwift String+Extension.swift
[88/89] Compiling CryptoSwift UInt128.swift
[88/92] Linking libSipHash.dylib
[90/113] Compiling EthereumAddress EthereumAddress.swift
[91/113] Emitting module EthereumAddress
[92/113] Compiling EthereumAddress Extensions.swift
[93/113] Emitting module BigInt
[94/115] Compiling BigInt GCD.swift
[95/115] Compiling BigInt Hashable.swift
[96/115] Compiling BigInt Integer Conversion.swift
[97/115] Compiling BigInt Multiplication.swift
[98/115] Compiling BigInt Strideable.swift
[99/115] Compiling BigInt String Conversion.swift
[100/115] Compiling BigInt Prime Test.swift
[101/115] Compiling BigInt Random.swift
[102/115] Compiling BigInt Addition.swift
[103/115] Compiling BigInt BigInt.swift
[104/115] Compiling BigInt BigUInt.swift
[105/115] Compiling BigInt Exponentiation.swift
[106/115] Compiling BigInt Floating Point Conversion.swift
[107/115] Compiling BigInt Shifts.swift
[108/115] Compiling BigInt Square Root.swift
[109/115] Compiling BigInt Bitwise Ops.swift
[110/115] Compiling BigInt Codable.swift
[111/115] Compiling BigInt Comparable.swift
[112/115] Compiling BigInt Data Conversion.swift
[113/115] Compiling BigInt Division.swift
[114/115] Compiling BigInt Subtraction.swift
[115/115] Compiling BigInt Words and Bits.swift
[116/124] Compiling EthereumABI ABITypeParser.swift
[117/124] Compiling EthereumABI ABIEncoding.swift
[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: add '@MainActor' to make static property 'typeEatingRegex' part of global actor 'MainActor'
    |                    `- 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: add '@MainActor' to make static property 'arrayEatingRegex' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 25 |     }
 26 |
[119/124] Compiling EthereumABI ABIExtensions.swift
[120/124] Compiling EthereumABI ABIParameterTypes.swift
[121/124] Compiling EthereumABI ABIDecoding.swift
[122/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: add '@MainActor' to make static property 'typeEatingRegex' part of global actor 'MainActor'
    |                    `- 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: add '@MainActor' to make static property 'arrayEatingRegex' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 25 |     }
 26 |
[123/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)
[124/124] Compiling EthereumABI ABI.swift
Build complete! (9.00s)
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.