Build Information
Failed to build nostr-kit, reference 0.5.0 (f60503
), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 08:04:42 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tannerdsilva/nostr-kit.git
Reference: 0.5.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tannerdsilva/nostr-kit
* tag 0.5.0 -> FETCH_HEAD
HEAD is now at f60503e release v0.5.0
Cloned https://github.com/tannerdsilva/nostr-kit.git
Revision (git rev-parse @):
f60503e2ac73b41fd0bfa03ed8eb279c5d417113
SUCCESS checkout https://github.com/tannerdsilva/nostr-kit.git at 0.5.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/tannerdsilva/nostr-kit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/455] Write sources
[3/455] Write nostr-cc-entitlement.plist
[5/455] Write sources
[10/455] Copying PrivacyInfo.xcprivacy
[10/455] Write sources
[12/455] Copying PrivacyInfo.xcprivacy
[12/455] Write sources
[27/455] Compiling CSystem shims.c
[28/455] Write swift-version-1EA4D86E10B52AF.txt
[29/455] Compiling CNIOWindows shim.c
[30/455] Compiling CNIOWindows WSAStartup.c
[31/455] Compiling cnostr cnostr.c
[32/455] Compiling CRAW CRAW.c
[33/494] Compiling _AtomicsShims.c
[34/494] Compiling Utility.c
[35/496] Compiling precomputed_ecmult_gen.c
[36/513] Compiling secp256k1.c
[38/575] Compiling _NIOBase64 Base64.swift
[39/575] Emitting module _NIOBase64
[39/575] Compiling CNIOWASI CNIOWASI.c
[40/575] Compiling CNIOSHA1 c_nio_sha1.c
[41/575] Compiling CNIOLinux shim.c
[42/575] Compiling CNIOLinux liburing_shims.c
[44/575] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[45/575] Compiling InternalCollectionsUtilities Descriptions.swift
[46/575] Compiling Crypto ASN1.swift
[47/575] Compiling Crypto MessageAuthenticationCode.swift
[48/575] Compiling InternalCollectionsUtilities Debugging.swift
[49/575] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[50/575] Compiling InternalCollectionsUtilities _UniqueCollection.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[51/576] Emitting module RAW
/Users/admin/builder/spi-builder-workspace/.build/checkouts/rawdog/Sources/RAW/RAW.swift:78:20: error: cannot find type 'size_t' in scope
76 | public typealias Element = UInt8
77 | private let memory:UnsafeMutablePointer<UInt8>
78 | private var size:size_t
| `- error: cannot find type 'size_t' in scope
79 | private var i:size_t = 0
80 | internal init(_ val:RAW_val) {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/rawdog/Sources/RAW/RAW.swift:79:17: error: cannot find type 'size_t' in scope
77 | private let memory:UnsafeMutablePointer<UInt8>
78 | private var size:size_t
79 | private var i:size_t = 0
| `- error: cannot find type 'size_t' in scope
80 | internal init(_ val:RAW_val) {
81 | self.memory = val.mv_data.assumingMemoryBound(to:UInt8.self)
[52/576] Compiling RAW RAW.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/rawdog/Sources/RAW/RAW.swift:78:20: error: cannot find type 'size_t' in scope
76 | public typealias Element = UInt8
77 | private let memory:UnsafeMutablePointer<UInt8>
78 | private var size:size_t
| `- error: cannot find type 'size_t' in scope
79 | private var i:size_t = 0
80 | internal init(_ val:RAW_val) {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/rawdog/Sources/RAW/RAW.swift:79:17: error: cannot find type 'size_t' in scope
77 | private let memory:UnsafeMutablePointer<UInt8>
78 | private var size:size_t
79 | private var i:size_t = 0
| `- error: cannot find type 'size_t' in scope
80 | internal init(_ val:RAW_val) {
81 | self.memory = val.mv_data.assumingMemoryBound(to:UInt8.self)
[52/576] Compiling CNIOLLHTTP c_nio_llhttp.c
[53/576] Compiling Crypto ECDSASignature_boring.swift
[54/576] Compiling Crypto ECDSA_boring.swift
[55/576] Compiling Crypto EdDSA_boring.swift
[56/576] Compiling _NIODataStructures _TinyArray.swift
[57/576] Emitting module _NIODataStructures
[57/576] Compiling yyjson.c
[57/576] Compiling precomputed_ecmult.c
[58/576] Emitting module Logging
Fetching https://github.com/tannerdsilva/rawdog.git
Fetching https://github.com/swift-extras/swift-extras-base64.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/GigaBitcoin/secp256k1.swift
Fetching https://github.com/tannerdsilva/QuickJSON.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-crypto.git
[1/3284] Fetching rawdog
[34/7720] Fetching rawdog, swift-system
[79/8553] Fetching rawdog, swift-system, swift-extras-base64
[179/8999] Fetching rawdog, swift-system, swift-extras-base64, quickjson
[446/12835] Fetching rawdog, swift-system, swift-extras-base64, quickjson, swift-log
[1177/17736] Fetching rawdog, swift-system, swift-extras-base64, quickjson, swift-log, secp256k1.swift
[4835/33100] Fetching rawdog, swift-system, swift-extras-base64, quickjson, swift-log, secp256k1.swift, swift-crypto
[4926/32267] Fetching rawdog, swift-system, quickjson, swift-log, secp256k1.swift, swift-crypto
Fetched https://github.com/swift-extras/swift-extras-base64.git from cache (0.94s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/tannerdsilva/rawdog.git from cache (1.16s)
[12630/28983] Fetching swift-system, quickjson, swift-log, secp256k1.swift, swift-crypto
Fetching https://github.com/apple/swift-nio.git
[21149/43873] Fetching swift-system, quickjson, swift-log, secp256k1.swift, swift-crypto, swift-nio-ssl
[29408/120200] Fetching swift-system, quickjson, swift-log, secp256k1.swift, swift-crypto, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-crypto.git from cache (2.55s)
Fetched https://github.com/apple/swift-system.git from cache (2.55s)
Fetched https://github.com/tannerdsilva/QuickJSON.git from cache (2.55s)
Fetched https://github.com/GigaBitcoin/secp256k1.swift from cache (2.55s)
Fetched https://github.com/apple/swift-log.git from cache (2.55s)
[2868/91217] Fetching swift-nio-ssl, swift-nio
Fetching https://github.com/apple/swift-argument-parser.git
[52313/106597] Fetching swift-nio-ssl, swift-nio, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.59s)
[78859/91217] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (3.73s)
[3057/14890] Fetching swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (11.21s)
Computing version for https://github.com/GigaBitcoin/secp256k1.swift
Computed https://github.com/GigaBitcoin/secp256k1.swift at 0.7.0 (14.62s)
Computing version for https://github.com/tannerdsilva/rawdog.git
Computed https://github.com/tannerdsilva/rawdog.git at 0.0.7 (0.40s)
Computing version for https://github.com/tannerdsilva/QuickJSON.git
Computed https://github.com/tannerdsilva/QuickJSON.git at 0.1.1 (0.51s)
Fetching https://github.com/ibireme/yyjson.git
[1/3794] Fetching yyjson
Fetched https://github.com/ibireme/yyjson.git from cache (1.28s)
Computing version for https://github.com/ibireme/yyjson.git
Computed https://github.com/ibireme/yyjson.git at 0.7.0 (1.79s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 2.6.0 (0.52s)
Computing version for https://github.com/swift-extras/swift-extras-base64.git
Computed https://github.com/swift-extras/swift-extras-base64.git at 0.7.0 (0.50s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (0.43s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.39s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.41s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.32.0 (0.54s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.60s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
[1/1797] Fetching swift-atomics
[595/18437] Fetching swift-atomics, swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.70s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.70s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (2.15s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.50s)
Creating working copy for https://github.com/tannerdsilva/QuickJSON.git
Working copy of https://github.com/tannerdsilva/QuickJSON.git resolved at 0.1.1
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.1
Creating working copy for https://github.com/GigaBitcoin/secp256k1.swift
Working copy of https://github.com/GigaBitcoin/secp256k1.swift resolved at 0.7.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-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-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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 2.6.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.3.0
Creating working copy for https://github.com/swift-extras/swift-extras-base64.git
Working copy of https://github.com/swift-extras/swift-extras-base64.git resolved at 0.7.0
Creating working copy for https://github.com/ibireme/yyjson.git
Working copy of https://github.com/ibireme/yyjson.git resolved at 0.7.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.32.0
Creating working copy for https://github.com/tannerdsilva/rawdog.git
Working copy of https://github.com/tannerdsilva/rawdog.git resolved at 0.0.7
BUILD FAILURE 6.2 macosSpm