The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of K1 with Swift 5.10 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Sajjon/K1.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/Sajjon/K1
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 8388436 Create FUNDING.yml (#41)
Submodule path 'Sources/secp256k1/libsecp256k1': checked out '0fa84f869d51e1b71113d81fcd518ebcee08709a'
Submodule 'Sources/secp256k1/libsecp256k1' (https://github.com/bitcoin-core/secp256k1.git) registered for path 'Sources/secp256k1/libsecp256k1'
Cloning into '/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/secp256k1/libsecp256k1'...
Cloned https://github.com/Sajjon/K1.git
Revision (git rev-parse @):
83884368d4394bb0ef0e239ff0ed76fdb2b06f6c
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/Sajjon/K1.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/Sajjon/K1.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/8] Write sources
[1/8] Write swift-version--423B1241ED78D482.txt
[2/8] Compiling lax_der_parsing.c
[3/8] Compiling ecdh_variants.c
[4/8] Compiling secp256k1.c
[5/8] Compiling lax_der_privatekey_parsing.c
[6/8] Compiling precomputed_ecmult_gen.c
[7/8] Compiling precomputed_ecmult.c
[9/57] Emitting module K1
[10/63] Compiling K1 GeneralizedTime.swift
[11/63] Compiling K1 ObjectIdentifier.swift
[12/63] Compiling K1 ECDSASignature.swift
[13/63] Compiling K1 PEMDocument.swift
[14/63] Compiling K1 PKCS8PrivateKey.swift
[15/63] Compiling K1 SEC1PrivateKey.swift
[16/63] Compiling K1 FFI+Raw.swift
[17/63] Compiling K1 Curve.swift
[18/63] Compiling K1 K1+Error.swift
[19/63] Compiling K1 SharedSecret.swift
[20/63] Compiling K1 ASN1.swift
[21/63] Compiling K1 ASN1Any.swift
[22/63] Compiling K1 ASN1BitString.swift
[23/63] Compiling K1 ASN1Boolean.swift
[24/63] Compiling K1 ASN1Identifier.swift
[25/63] Compiling K1 ASN1Integer.swift
[26/63] Compiling K1 ASN1Null.swift
[27/63] Compiling K1 ASN1OctetString.swift
[28/63] Compiling K1 ASN1Strings.swift
[29/63] Compiling K1 ArraySliceBigint.swift
[30/63] Compiling K1 K1.swift
[31/63] Compiling K1 KeyAgreement.swift
[32/63] Compiling K1 ECDSA.swift
[33/63] Compiling K1 ECDSASignatureNonRecoverable.swift
[34/63] Compiling K1 ECDSASignatureRecoverable.swift
[35/63] Compiling K1 RecoveryID.swift
[36/63] Compiling K1 Keys.generated.swift
[37/63] Compiling K1 PrivateKeyImplementation.swift
[38/63] Compiling K1 PublicKeyImplementation.swift
[39/63] Compiling K1 Schnorr+Signature.swift
[40/63] Compiling K1 Schnorr.swift
[41/63] Compiling K1 Signing.generated.swift
[42/63] Compiling K1 Validation.generated.swift
[43/63] Compiling K1 Data+Extensions.swift
[44/63] Compiling K1 FFI+ECDH.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/K1/Support/FFI/API/ECDH/FFI+ECDH.swift:79:5: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Optional<Array<UInt8>>'; this is likely incorrect because 'Optional<Array<UInt8>>' may contain an object reference.
                                &arbitraryData // arbitrary data pointer that is passed through to hashfp
                                ^
[45/63] Compiling K1 FFI+ECDSA.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/K1/Support/FFI/API/ECDH/FFI+ECDH.swift:79:5: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Optional<Array<UInt8>>'; this is likely incorrect because 'Optional<Array<UInt8>>' may contain an object reference.
                                &arbitraryData // arbitrary data pointer that is passed through to hashfp
                                ^
[46/63] Compiling K1 ECDSA+NonRecovery+Wrapped.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/K1/Support/FFI/API/ECDH/FFI+ECDH.swift:79:5: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Optional<Array<UInt8>>'; this is likely incorrect because 'Optional<Array<UInt8>>' may contain an object reference.
                                &arbitraryData // arbitrary data pointer that is passed through to hashfp
                                ^
[47/63] Compiling K1 FFI+ECDSA+NonRecovery.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/K1/Support/FFI/API/ECDH/FFI+ECDH.swift:79:5: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Optional<Array<UInt8>>'; this is likely incorrect because 'Optional<Array<UInt8>>' may contain an object reference.
                                &arbitraryData // arbitrary data pointer that is passed through to hashfp
                                ^
[48/63] Compiling K1 ECDSA+Recovery+Wrapped.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/K1/Support/FFI/API/ECDH/FFI+ECDH.swift:79:5: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Optional<Array<UInt8>>'; this is likely incorrect because 'Optional<Array<UInt8>>' may contain an object reference.
                                &arbitraryData // arbitrary data pointer that is passed through to hashfp
                                ^
[49/63] Compiling K1 FFI+ECDSA+Recovery.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/K1/Support/FFI/API/ECDH/FFI+ECDH.swift:79:5: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Optional<Array<UInt8>>'; this is likely incorrect because 'Optional<Array<UInt8>>' may contain an object reference.
                                &arbitraryData // arbitrary data pointer that is passed through to hashfp
                                ^
[50/63] Compiling K1 PrivateKey+Wrapped.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/K1/Support/FFI/API/ECDH/FFI+ECDH.swift:79:5: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Optional<Array<UInt8>>'; this is likely incorrect because 'Optional<Array<UInt8>>' may contain an object reference.
                                &arbitraryData // arbitrary data pointer that is passed through to hashfp
                                ^
[51/63] Compiling K1 FFI+PublicKey.swift
[52/63] Compiling K1 PublicKey+Wrapped.swift
[53/63] Compiling K1 FFI+Schnorr.swift
[54/63] Compiling K1 Schnorr+Wrapped.swift
[55/63] Compiling K1 FFI+Call.swift
[56/63] Compiling K1 FFI+Context.swift
[57/63] Compiling K1 FFI+Format.swift
[58/63] Compiling K1 SubjectPublicKeyInfo.swift
[59/63] Compiling K1 ASN1Error.swift
[60/63] Compiling K1 BytesUtil.swift
[61/63] Compiling K1 RNG_boring.swift
[62/63] Compiling K1 SafeCompare_boring.swift
[63/63] Compiling K1 SecureBytes.swift
Build complete! (7.33s)
Build complete.
Done.