Build Information
Failed to build nostr-kit, reference master (e91c85
), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 08:06:08 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: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tannerdsilva/nostr-kit
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at e91c853 release v0.6.0
Cloned https://github.com/tannerdsilva/nostr-kit.git
Revision (git rev-parse @):
e91c85387712b702c47a610def5c90cb91b25e2a
SUCCESS checkout https://github.com/tannerdsilva/nostr-kit.git at master
========================================
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/468] Write sources
[8/468] Copying PrivacyInfo.xcprivacy
[10/468] Write sources
[12/468] Write nostr-cc-entitlement.plist
[13/468] Compiling _NumericsShims _NumericsShims.c
[14/468] Write sources
[16/468] Write swift-version-1EA4D86E10B52AF.txt
[16/468] Write sources
[20/468] Compiling cnostr cnostr.c
[21/474] Compiling cnostr base64.c
[22/474] Compiling cnostr aes.c
[23/474] Compiling _AtomicsShims.c
[24/474] Compiling Utility.c
[25/474] Write sources
[40/489] Compiling precomputed_ecmult_gen.c
[41/489] Compiling CSystem shims.c
[42/551] Compiling CRAW CRAW.c
[43/593] Compiling secp256k1.c
[45/595] Compiling RealModule Float80+Real.swift
[46/596] Compiling RealModule ApproximateEquality.swift
[47/596] Compiling _NIOBase64 Base64.swift
[48/596] Emitting module _NIOBase64
[48/596] Compiling CNIOWindows shim.c
[50/596] Compiling RealModule RealFunctions.swift
[51/596] Emitting module RealModule
[52/596] Compiling RealModule AlgebraicField.swift
[53/596] Compiling RealModule Real.swift
[53/596] Compiling CNIOWindows WSAStartup.c
[54/596] Compiling CNIOWASI CNIOWASI.c
[55/596] Compiling CNIOSHA1 c_nio_sha1.c
[57/596] Compiling _NIODataStructures _TinyArray.swift
[58/596] Compiling RealModule AugmentedArithmetic.swift
[59/596] Compiling RealModule Double+Real.swift
[59/596] Compiling CNIOLinux shim.c
[61/596] Compiling RealModule ElementaryFunctions.swift
[61/596] Compiling CNIOLinux liburing_shims.c
[63/596] Compiling RealModule Float+Real.swift
[64/596] Compiling RealModule Float16+Real.swift
[65/596] Compiling SystemPackage FileHelpers.swift
[66/596] Compiling SystemPackage FileOperations.swift
[67/596] Compiling SystemPackage FilePath.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[68/599] 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)
[69/599] 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)
[69/599] Compiling CNIOLLHTTP c_nio_llhttp.c
[69/599] Compiling CNIOLLHTTP c_nio_http.c
[70/599] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[71/599] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[72/599] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[73/599] Compiling SystemPackage FilePathParsing.swift
[74/599] Compiling SystemPackage MachPort.swift
[75/599] Compiling Logging LogHandler.swift
[75/599] Compiling yyjson.c
[76/599] Emitting module _NIODataStructures
[76/599] Compiling precomputed_ecmult.c
Fetching https://github.com/jb55/secp256k1.swift
[1/876] Fetching secp256k1.swift
Fetched https://github.com/jb55/secp256k1.swift from cache (0.75s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/tannerdsilva/rawdog.git
Fetching https://github.com/tannerdsilva/QuickJSON.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/swift-server/async-http-client
[1/446] Fetching quickjson
[122/3730] Fetching quickjson, rawdog
[240/8166] Fetching quickjson, rawdog, swift-system
[396/12002] Fetching quickjson, rawdog, swift-system, swift-log
[1498/27366] Fetching quickjson, rawdog, swift-system, swift-log, swift-crypto
[6580/41380] Fetching quickjson, rawdog, swift-system, swift-log, swift-crypto, async-http-client
[8271/56270] Fetching quickjson, rawdog, swift-system, swift-log, swift-crypto, async-http-client, swift-nio-ssl
Fetched https://github.com/apple/swift-log.git from cache (1.24s)
Fetched https://github.com/tannerdsilva/rawdog.git from cache (1.24s)
[8632/49150] Fetching quickjson, swift-system, swift-crypto, async-http-client, swift-nio-ssl
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/apple/swift-nio.git
[36959/64530] Fetching quickjson, swift-system, swift-crypto, async-http-client, swift-nio-ssl, swift-argument-parser
[37394/140857] Fetching quickjson, swift-system, swift-crypto, async-http-client, swift-nio-ssl, swift-argument-parser, swift-nio
Fetched https://github.com/apple/swift-crypto.git from cache (2.35s)
Fetched https://github.com/tannerdsilva/QuickJSON.git from cache (2.35s)
[22199/125047] Fetching swift-system, async-http-client, swift-nio-ssl, swift-argument-parser, swift-nio
Fetched https://github.com/apple/swift-argument-parser.git from cache (3.45s)
Fetched https://github.com/apple/swift-nio.git from cache (3.45s)
[30958/33340] Fetching swift-system, async-http-client, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (5.48s)
Fetched https://github.com/swift-server/async-http-client from cache (5.48s)
Fetched https://github.com/apple/swift-system.git from cache (5.48s)
Computing version for https://github.com/tannerdsilva/rawdog.git
Computed https://github.com/tannerdsilva/rawdog.git at 0.0.7 (5.91s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 2.6.0 (0.50s)
Computing version for https://github.com/tannerdsilva/QuickJSON.git
Computed https://github.com/tannerdsilva/QuickJSON.git at 1.1.2 (0.50s)
Fetching https://github.com/ibireme/yyjson.git
[1/3794] Fetching yyjson
Fetched https://github.com/ibireme/yyjson.git from cache (1.36s)
Computing version for https://github.com/ibireme/yyjson.git
Computed https://github.com/ibireme/yyjson.git at 0.8.0 (1.86s)
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.41s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.38s)
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.52s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.59s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-collections.git
[1/1797] Fetching swift-atomics
[73/18437] Fetching swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (1.60s)
Fetched https://github.com/apple/swift-collections.git from cache (1.60s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (2.01s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.47s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.39s)
Computing version for https://github.com/swift-server/async-http-client
Computed https://github.com/swift-server/async-http-client at 1.26.1 (0.43s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-algorithms.git
[1/5959] Fetching swift-algorithms
[121/11901] Fetching swift-algorithms, swift-nio-extras
[240/14568] Fetching swift-algorithms, swift-nio-extras, swift-nio-transport-services
[294/26100] Fetching swift-algorithms, swift-nio-extras, swift-nio-transport-services, swift-nio-http2
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.51s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.51s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.51s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.51s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (1.95s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.42s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.48s)
Fetching https://github.com/apple/swift-numerics.git
[1/5757] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (1.00s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.28.0 (1.48s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-certificates.git
[1/904] Fetching swift-http-types
[128/2520] Fetching swift-http-types, swift-asn1
[258/4946] Fetching swift-http-types, swift-asn1, swift-service-lifecycle
[478/6104] Fetching swift-http-types, swift-asn1, swift-service-lifecycle, swift-http-structured-headers
[1850/11089] Fetching swift-http-types, swift-asn1, swift-service-lifecycle, swift-http-structured-headers, swift-async-algorithms
[2124/17273] Fetching swift-http-types, swift-asn1, swift-service-lifecycle, swift-http-structured-headers, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.08s)
[13766/16115] Fetching swift-http-types, swift-asn1, swift-service-lifecycle, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-certificates.git from cache (1.16s)
Fetched https://github.com/apple/swift-http-types.git from cache (1.16s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.16s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.16s)
Fetched https://github.com/apple/swift-asn1.git from cache (1.16s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (1.62s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.52s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/tannerdsilva/rawdog.git at 0.0.7 (0.00s)
Computed https://github.com/apple/swift-crypto.git at 2.6.0 (0.00s)
Computed https://github.com/tannerdsilva/QuickJSON.git at 1.1.2 (0.00s)
Computed https://github.com/ibireme/yyjson.git at 0.8.0 (0.00s)
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (0.00s)
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.00s)
Computed https://github.com/apple/swift-nio-ssl.git at 2.32.0 (0.00s)
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.00s)
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.00s)
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.00s)
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.00s)
Computed https://github.com/swift-server/async-http-client at 1.26.1 (0.00s)
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.00s)
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.00s)
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.46s)
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.00s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.42s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.44s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.54s)
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/jb55/secp256k1.swift
Working copy of https://github.com/jb55/secp256k1.swift resolved at 40b4b38b3b1c83f7088c76189a742870e0ca06a9
Creating working copy for https://github.com/tannerdsilva/rawdog.git
Working copy of https://github.com/tannerdsilva/rawdog.git resolved at 0.0.7
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-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/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/ibireme/yyjson.git
Working copy of https://github.com/ibireme/yyjson.git resolved at 0.8.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
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/tannerdsilva/QuickJSON.git
Working copy of https://github.com/tannerdsilva/QuickJSON.git resolved at 1.1.2
Creating working copy for https://github.com/swift-server/async-http-client
Working copy of https://github.com/swift-server/async-http-client resolved at 1.26.1
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/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.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-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
BUILD FAILURE 6.2 macosSpm