The Swift Package Index logo.Swift Package Index

Build Information

Successful build of VIZ with Swift 5.8 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.28.9
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/viz-blockchain/viz-swift-lib.git
Reference: 0.0.2
Initialized empty Git repository in /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/viz-blockchain/viz-swift-lib
 * tag               0.0.2      -> FETCH_HEAD
HEAD is now at b5d4c0a Update crypto libraries
Cloned https://github.com/viz-blockchain/viz-swift-lib.git
Revision (git rev-parse @):
b5d4c0a7637777b29c281ffddd7127bcbddf576a
SUCCESS checkout https://github.com/viz-blockchain/viz-swift-lib.git at 0.0.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.8
Building package at path:  $workDir
https://github.com/viz-blockchain/viz-swift-lib.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Compiling Crypto memzero.c
[1/5] Compiling Crypto ripemd160.c
[2/5] Compiling Crypto sha2.c
[3/5] Compiling Crypto base58.c
[5/15] Emitting module OrderedDictionary
[6/16] Compiling OrderedDictionary Dictionary+OrderedDictionary.swift
[7/16] Compiling OrderedDictionary OrderedDictionary+Codable.swift
[8/16] Compiling OrderedDictionary OrderedDictionarySlice.swift
[9/16] Compiling OrderedDictionary OrderedDictionary+Deprecated.swift
[10/16] Compiling OrderedDictionary OrderedDictionary+Description.swift
[11/16] Compiling OrderedDictionary OrderedDictionary.swift
[11/16] Compiling secp256k1.c
[13/16] Compiling AnyCodable AnyDecodable.swift
[14/16] Emitting module AnyCodable
[15/16] Compiling AnyCodable AnyCodable.swift
[16/16] Compiling AnyCodable AnyEncodable.swift
[17/33] Compiling VIZ Data+Base58Encoding.swift
[18/33] Compiling VIZ Data+RIPEMD160.swift
[19/33] Compiling VIZ Data+Random.swift
[20/33] Compiling VIZ Data+SHA2.swift
[21/33] Compiling VIZ Pointers+Convenience.swift
[22/38] Compiling VIZ Secp256k1.swift
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/VIZ/VIZURL.swift:210:31: warning: empty collection literal requires an explicit type
                "extensions": [],
                              ^~
[23/38] Compiling VIZ Signature.swift
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/VIZ/VIZURL.swift:210:31: warning: empty collection literal requires an explicit type
                "extensions": [],
                              ^~
[24/38] Compiling VIZ Transaction.swift
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/VIZ/VIZURL.swift:210:31: warning: empty collection literal requires an explicit type
                "extensions": [],
                              ^~
[25/38] Compiling VIZ VIZEncoder.swift
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/VIZ/VIZURL.swift:210:31: warning: empty collection literal requires an explicit type
                "extensions": [],
                              ^~
[26/38] Compiling VIZ VIZURL.swift
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/VIZ/VIZURL.swift:210:31: warning: empty collection literal requires an explicit type
                "extensions": [],
                              ^~
[27/38] Compiling VIZ API.swift
[28/38] Compiling VIZ Asset.swift
[29/38] Compiling VIZ Authority.swift
[30/38] Compiling VIZ Block.swift
[31/38] Compiling VIZ ChainId.swift
[32/38] Compiling VIZ Client.swift
[33/38] Emitting module VIZ
[34/38] Compiling VIZ Hex.swift
[35/38] Compiling VIZ Misc.swift
[36/38] Compiling VIZ Operation.swift
[37/38] Compiling VIZ PrivateKey.swift
[38/38] Compiling VIZ PublicKey.swift
Build complete! (23.09s)
Fetching https://github.com/greymass/secp256k1.git from cache
Fetched https://github.com/greymass/secp256k1.git (0.24s)
Fetching https://github.com/lukaskubanek/OrderedDictionary.git from cache
Fetching https://github.com/Flight-School/AnyCodable.git from cache
Fetched https://github.com/lukaskubanek/OrderedDictionary.git (0.24s)
Fetched https://github.com/Flight-School/AnyCodable.git (0.27s)
Computing version for https://github.com/lukaskubanek/OrderedDictionary.git
Computed https://github.com/lukaskubanek/OrderedDictionary.git at 4.0.2 (0.90s)
Computing version for https://github.com/Flight-School/AnyCodable.git
Computed https://github.com/Flight-School/AnyCodable.git at 0.6.7 (0.07s)
Creating working copy for https://github.com/Flight-School/AnyCodable.git
Working copy of https://github.com/Flight-School/AnyCodable.git resolved at 0.6.7
Creating working copy for https://github.com/greymass/secp256k1.git
Working copy of https://github.com/greymass/secp256k1.git resolved at master
Creating working copy for https://github.com/lukaskubanek/OrderedDictionary.git
Working copy of https://github.com/lukaskubanek/OrderedDictionary.git resolved at 4.0.2
Build complete.
Done.