Build Information
Successful build of swift-tor, reference main (8a540b), with Swift 6.3 for macOS (SPM) on 3 May 2026 20:41:52 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/macros.h:229:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
229 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/crypt_ops/crypto_openssl_mgt.c:331:11: warning: 'ENGINE_by_id' is deprecated [-Wdeprecated-declarations]
331 | e = ENGINE_by_id(accelName);
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/engine.h:336:1: note: 'ENGINE_by_id' has been explicitly marked deprecated here
336 | OSSL_DEPRECATEDIN_3_0 ENGINE *ENGINE_by_id(const char *id);
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/macros.h:229:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
229 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/crypt_ops/crypto_openssl_mgt.c:347:5: warning: 'ENGINE_set_default' is deprecated [-Wdeprecated-declarations]
347 | ENGINE_set_default(e, ENGINE_METHOD_ALL);
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/engine.h:710:1: note: 'ENGINE_set_default' has been explicitly marked deprecated here
710 | OSSL_DEPRECATEDIN_3_0 int ENGINE_set_default(ENGINE *e, unsigned int flags);
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/macros.h:229:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
229 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/crypt_ops/crypto_openssl_mgt.c:351:21: warning: 'ENGINE_get_default_RSA' is deprecated [-Wdeprecated-declarations]
351 | log_engine("RSA", ENGINE_get_default_RSA());
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/engine.h:659:1: note: 'ENGINE_get_default_RSA' has been explicitly marked deprecated here
659 | OSSL_DEPRECATEDIN_3_0 ENGINE *ENGINE_get_default_RSA(void);
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/macros.h:229:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
229 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/crypt_ops/crypto_openssl_mgt.c:352:20: warning: 'ENGINE_get_default_DH' is deprecated [-Wdeprecated-declarations]
352 | log_engine("DH", ENGINE_get_default_DH());
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/engine.h:665:1: note: 'ENGINE_get_default_DH' has been explicitly marked deprecated here
665 | OSSL_DEPRECATEDIN_3_0 ENGINE *ENGINE_get_default_DH(void);
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/macros.h:229:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
229 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/crypt_ops/crypto_openssl_mgt.c:354:20: warning: 'ENGINE_get_default_EC' is deprecated [-Wdeprecated-declarations]
354 | log_engine("EC", ENGINE_get_default_EC());
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/engine.h:664:1: note: 'ENGINE_get_default_EC' has been explicitly marked deprecated here
664 | OSSL_DEPRECATEDIN_3_0 ENGINE *ENGINE_get_default_EC(void);
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/macros.h:229:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
229 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/crypt_ops/crypto_openssl_mgt.c:359:22: warning: 'ENGINE_get_default_RAND' is deprecated [-Wdeprecated-declarations]
359 | log_engine("RAND", ENGINE_get_default_RAND());
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/engine.h:666:1: note: 'ENGINE_get_default_RAND' has been explicitly marked deprecated here
666 | OSSL_DEPRECATEDIN_3_0 ENGINE *ENGINE_get_default_RAND(void);
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/macros.h:229:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
229 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/crypt_ops/crypto_openssl_mgt.c:360:46: warning: 'ENGINE_get_default_RAND' is deprecated [-Wdeprecated-declarations]
360 | log_engine("RAND (which we will not use)", ENGINE_get_default_RAND());
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/engine.h:666:1: note: 'ENGINE_get_default_RAND' has been explicitly marked deprecated here
666 | OSSL_DEPRECATEDIN_3_0 ENGINE *ENGINE_get_default_RAND(void);
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/macros.h:229:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
229 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/crypt_ops/crypto_openssl_mgt.c:361:22: warning: 'ENGINE_get_digest_engine' is deprecated [-Wdeprecated-declarations]
361 | log_engine("SHA1", ENGINE_get_digest_engine(NID_sha1));
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/engine.h:674:1: note: 'ENGINE_get_digest_engine' has been explicitly marked deprecated here
674 | OSSL_DEPRECATEDIN_3_0 ENGINE *ENGINE_get_digest_engine(int nid);
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/macros.h:229:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
229 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/crypt_ops/crypto_openssl_mgt.c:362:26: warning: 'ENGINE_get_cipher_engine' is deprecated [-Wdeprecated-declarations]
362 | log_engine("3DES-CBC", ENGINE_get_cipher_engine(NID_des_ede3_cbc));
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/engine.h:673:1: note: 'ENGINE_get_cipher_engine' has been explicitly marked deprecated here
673 | OSSL_DEPRECATEDIN_3_0 ENGINE *ENGINE_get_cipher_engine(int nid);
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/macros.h:229:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
229 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/crypt_ops/crypto_openssl_mgt.c:363:29: warning: 'ENGINE_get_cipher_engine' is deprecated [-Wdeprecated-declarations]
363 | log_engine("AES-128-ECB", ENGINE_get_cipher_engine(NID_aes_128_ecb));
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/engine.h:673:1: note: 'ENGINE_get_cipher_engine' has been explicitly marked deprecated here
673 | OSSL_DEPRECATEDIN_3_0 ENGINE *ENGINE_get_cipher_engine(int nid);
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/macros.h:229:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
229 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/crypt_ops/crypto_openssl_mgt.c:364:29: warning: 'ENGINE_get_cipher_engine' is deprecated [-Wdeprecated-declarations]
364 | log_engine("AES-128-CBC", ENGINE_get_cipher_engine(NID_aes_128_cbc));
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/engine.h:673:1: note: 'ENGINE_get_cipher_engine' has been explicitly marked deprecated here
673 | OSSL_DEPRECATEDIN_3_0 ENGINE *ENGINE_get_cipher_engine(int nid);
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/macros.h:229:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
229 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/crypt_ops/crypto_openssl_mgt.c:366:29: warning: 'ENGINE_get_cipher_engine' is deprecated [-Wdeprecated-declarations]
366 | log_engine("AES-128-CTR", ENGINE_get_cipher_engine(NID_aes_128_ctr));
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/engine.h:673:1: note: 'ENGINE_get_cipher_engine' has been explicitly marked deprecated here
673 | OSSL_DEPRECATEDIN_3_0 ENGINE *ENGINE_get_cipher_engine(int nid);
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/macros.h:229:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
229 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/crypt_ops/crypto_openssl_mgt.c:369:29: warning: 'ENGINE_get_cipher_engine' is deprecated [-Wdeprecated-declarations]
369 | log_engine("AES-128-GCM", ENGINE_get_cipher_engine(NID_aes_128_gcm));
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/engine.h:673:1: note: 'ENGINE_get_cipher_engine' has been explicitly marked deprecated here
673 | OSSL_DEPRECATEDIN_3_0 ENGINE *ENGINE_get_cipher_engine(int nid);
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/macros.h:229:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
229 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/crypt_ops/crypto_openssl_mgt.c:371:29: warning: 'ENGINE_get_cipher_engine' is deprecated [-Wdeprecated-declarations]
371 | log_engine("AES-256-CBC", ENGINE_get_cipher_engine(NID_aes_256_cbc));
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/engine.h:673:1: note: 'ENGINE_get_cipher_engine' has been explicitly marked deprecated here
673 | OSSL_DEPRECATEDIN_3_0 ENGINE *ENGINE_get_cipher_engine(int nid);
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/macros.h:229:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
229 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/crypt_ops/crypto_openssl_mgt.c:373:29: warning: 'ENGINE_get_cipher_engine' is deprecated [-Wdeprecated-declarations]
373 | log_engine("AES-256-GCM", ENGINE_get_cipher_engine(NID_aes_256_gcm));
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/engine.h:673:1: note: 'ENGINE_get_cipher_engine' has been explicitly marked deprecated here
673 | OSSL_DEPRECATEDIN_3_0 ENGINE *ENGINE_get_cipher_engine(int nid);
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/macros.h:229:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
229 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
| ^
26 warnings generated.
[146/1450] Compiling crypto_openssl_mgt.c
[147/1450] Compiling crypto_init.c
[148/1450] Compiling crypto_hkdf.c
[149/1450] Compiling crypto_format.c
[150/1450] Compiling crypto_digest.c
[151/1450] Compiling crypto_ed25519.c
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/crypt_ops/crypto_digest_openssl.c:192:7: warning: 'SHA1_Init' is deprecated [-Wdeprecated-declarations]
192 | SHA1_Init(&r->d.sha1);
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/sha.h:49:1: note: 'SHA1_Init' has been explicitly marked deprecated here
49 | OSSL_DEPRECATEDIN_3_0 int SHA1_Init(SHA_CTX *c);
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/macros.h:229:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
229 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/crypt_ops/crypto_digest_openssl.c:195:7: warning: 'SHA256_Init' is deprecated [-Wdeprecated-declarations]
195 | SHA256_Init(&r->d.sha2);
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/sha.h:73:1: note: 'SHA256_Init' has been explicitly marked deprecated here
73 | OSSL_DEPRECATEDIN_3_0 int SHA256_Init(SHA256_CTX *c);
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/macros.h:229:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
229 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/crypt_ops/crypto_digest_openssl.c:198:7: warning: 'SHA512_Init' is deprecated [-Wdeprecated-declarations]
198 | SHA512_Init(&r->d.sha512);
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/sha.h:124:1: note: 'SHA512_Init' has been explicitly marked deprecated here
124 | OSSL_DEPRECATEDIN_3_0 int SHA512_Init(SHA512_CTX *c);
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/macros.h:229:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
229 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/crypt_ops/crypto_digest_openssl.c:298:7: warning: 'SHA1_Update' is deprecated [-Wdeprecated-declarations]
298 | SHA1_Update(&digest->d.sha1, (void*)data, len);
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/sha.h:50:1: note: 'SHA1_Update' has been explicitly marked deprecated here
50 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len);
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/macros.h:229:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
229 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/crypt_ops/crypto_digest_openssl.c:301:7: warning: 'SHA256_Update' is deprecated [-Wdeprecated-declarations]
301 | SHA256_Update(&digest->d.sha2, (void*)data, len);
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/sha.h:74:1: note: 'SHA256_Update' has been explicitly marked deprecated here
74 | OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c,
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/macros.h:229:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
229 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/crypt_ops/crypto_digest_openssl.c:304:7: warning: 'SHA512_Update' is deprecated [-Wdeprecated-declarations]
304 | SHA512_Update(&digest->d.sha512, (void*)data, len);
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/sha.h:125:1: note: 'SHA512_Update' has been explicitly marked deprecated here
125 | OSSL_DEPRECATEDIN_3_0 int SHA512_Update(SHA512_CTX *c,
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/macros.h:229:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
229 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/crypt_ops/crypto_digest_openssl.c:371:7: warning: 'SHA1_Final' is deprecated [-Wdeprecated-declarations]
371 | SHA1_Final(r, &tmpenv.d.sha1);
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/sha.h:51:1: note: 'SHA1_Final' has been explicitly marked deprecated here
51 | OSSL_DEPRECATEDIN_3_0 int SHA1_Final(unsigned char *md, SHA_CTX *c);
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/macros.h:229:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
229 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/crypt_ops/crypto_digest_openssl.c:374:7: warning: 'SHA256_Final' is deprecated [-Wdeprecated-declarations]
374 | SHA256_Final(r, &tmpenv.d.sha2);
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/sha.h:76:1: note: 'SHA256_Final' has been explicitly marked deprecated here
76 | OSSL_DEPRECATEDIN_3_0 int SHA256_Final(unsigned char *md, SHA256_CTX *c);
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/macros.h:229:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
229 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/crypt_ops/crypto_digest_openssl.c:377:7: warning: 'SHA512_Final' is deprecated [-Wdeprecated-declarations]
377 | SHA512_Final(r, &tmpenv.d.sha512);
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/sha.h:127:1: note: 'SHA512_Final' has been explicitly marked deprecated here
127 | OSSL_DEPRECATEDIN_3_0 int SHA512_Final(unsigned char *md, SHA512_CTX *c);
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/macros.h:229:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
229 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
| ^
9 warnings generated.
[152/1450] Compiling crypto_dh.c
[153/1450] Compiling crypto_digest_openssl.c
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/crypt_ops/crypto_dh_openssl.c:212:18: warning: 'DH_new' is deprecated [-Wdeprecated-declarations]
212 | if (!(res_dh = DH_new()))
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/dh.h:210:1: note: 'DH_new' has been explicitly marked deprecated here
210 | OSSL_DEPRECATEDIN_3_0 DH *DH_new(void);
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/macros.h:229:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
229 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/crypt_ops/crypto_dh_openssl.c:228:8: warning: 'DH_set0_pqg' is deprecated [-Wdeprecated-declarations]
228 | if (!DH_set0_pqg(res_dh, dh_p, NULL, dh_g)) {
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/dh.h:266:1: note: 'DH_set0_pqg' has been explicitly marked deprecated here
266 | OSSL_DEPRECATEDIN_3_0 int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g);
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/macros.h:229:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
229 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/crypt_ops/crypto_dh_openssl.c:232:8: warning: 'DH_set_length' is deprecated [-Wdeprecated-declarations]
232 | if (!DH_set_length(res_dh, DH_PRIVATE_KEY_BITS))
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/dh.h:280:1: note: 'DH_set_length' has been explicitly marked deprecated here
280 | OSSL_DEPRECATEDIN_3_0 int DH_set_length(DH *dh, long length);
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/macros.h:229:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
229 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/crypt_ops/crypto_dh_openssl.c:246:15: warning: 'DH_free' is deprecated [-Wdeprecated-declarations]
246 | if (res_dh) DH_free(res_dh); /* frees p and g too */
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/dh.h:211:1: note: 'DH_free' has been explicitly marked deprecated here
211 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh);
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/macros.h:229:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
229 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/crypt_ops/crypto_dh_openssl.c:260:3: warning: 'DH_up_ref' is deprecated [-Wdeprecated-declarations]
260 | DH_up_ref(dh->dh);
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/dh.h:212:1: note: 'DH_up_ref' has been explicitly marked deprecated here
212 | OSSL_DEPRECATEDIN_3_0 int DH_up_ref(DH *dh);
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/macros.h:229:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
229 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/crypt_ops/crypto_dh_openssl.c:270:10: warning: 'DH_size' is deprecated [-Wdeprecated-declarations]
270 | return DH_size(dh->dh);
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/dh.h:214:1: note: 'DH_size' has been explicitly marked deprecated here
214 | OSSL_DEPRECATEDIN_3_0 int DH_size(const DH *dh);
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/macros.h:229:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
229 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/crypt_ops/crypto_dh_openssl.c:282:8: warning: 'DH_generate_key' is deprecated [-Wdeprecated-declarations]
282 | if (!DH_generate_key(dh->dh)) {
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/dh.h:234:1: note: 'DH_generate_key' has been explicitly marked deprecated here
234 | OSSL_DEPRECATEDIN_3_0 int DH_generate_key(DH *dh);
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/macros.h:229:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
229 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/crypt_ops/crypto_dh_openssl.c:295:3: warning: 'DH_get0_key' is deprecated [-Wdeprecated-declarations]
295 | DH_get0_key(dh->dh, &pub_key, &priv_key);
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/dh.h:267:1: note: 'DH_get0_key' has been explicitly marked deprecated here
267 | OSSL_DEPRECATEDIN_3_0 void DH_get0_key(const DH *dh, const BIGNUM **pub_key,
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/macros.h:229:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
229 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/crypt_ops/crypto_dh_openssl.c:332:3: warning: 'DH_get0_key' is deprecated [-Wdeprecated-declarations]
332 | DH_get0_key(dh->dh, &dh_pub, &dh_priv);
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/dh.h:267:1: note: 'DH_get0_key' has been explicitly marked deprecated here
267 | OSSL_DEPRECATEDIN_3_0 void DH_get0_key(const DH *dh, const BIGNUM **pub_key,
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/macros.h:229:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
229 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/crypt_ops/crypto_dh_openssl.c:342:7: warning: 'DH_get0_key' is deprecated [-Wdeprecated-declarations]
342 | DH_get0_key(dh->dh, &dh_pub, &dh_priv);
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/dh.h:267:1: note: 'DH_get0_key' has been explicitly marked deprecated here
267 | OSSL_DEPRECATEDIN_3_0 void DH_get0_key(const DH *dh, const BIGNUM **pub_key,
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/macros.h:229:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
229 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/crypt_ops/crypto_dh_openssl.c:433:12: warning: 'DH_compute_key' is deprecated [-Wdeprecated-declarations]
433 | result = DH_compute_key(secret_out, pubkey_bn, dh->dh);
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/dh.h:235:1: note: 'DH_compute_key' has been explicitly marked deprecated here
235 | OSSL_DEPRECATEDIN_3_0 int DH_compute_key(unsigned char *key,
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/macros.h:229:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
229 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/crypt_ops/crypto_dh_openssl.c:461:3: warning: 'DH_free' is deprecated [-Wdeprecated-declarations]
461 | DH_free(dh->dh);
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/dh.h:211:1: note: 'DH_free' has been explicitly marked deprecated here
211 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh);
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/macros.h:229:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
229 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
| ^
12 warnings generated.
[154/1450] Compiling crypto_dh_openssl.c
[155/1450] Compiling crypto_curve25519.c
[156/1450] Compiling crypto_cipher.c
[157/1450] Compiling aes_openssl.c
[158/1450] Compiling smartlist.c
[159/1450] Compiling order.c
[160/1450] Compiling namemap.c
[161/1450] Compiling bloomfilt.c
[162/1450] Compiling unitparse.c
[163/1450] Compiling typedvar.c
[164/1450] Compiling structvar.c
[165/1450] Compiling type_defs.c
[166/1450] Compiling map.c
[167/1450] Compiling compress_zstd.c
[168/1450] Compiling confmgt.c
[169/1450] Compiling compress_none.c
[170/1450] Compiling compress_buf.c
[171/1450] Compiling compress_lzma.c
[172/1450] Compiling compress.c
[173/1450] Compiling compress_zlib.c
[174/1450] Compiling buffers.c
[175/1450] Compiling predict_ports.c
[176/1450] Compiling connstats.c
[177/1450] Compiling bwhist.c
[178/1450] Compiling geoip_stats.c
[179/1450] Compiling rendmid.c
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/feature/stats/rephist.c:2705:24: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
2705 | rounded_cells_seen = MIN(rounded_cells_seen, INT64_MAX);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
215 | #define MIN(a, b) (((a)<(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:25:9: note: other definition of 'MIN'
25 | #define MIN(a,b) ( ((a)>(b)) ? (b) : (a) )
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/feature/stats/rephist.c:2712:25: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
2712 | rounded_onions_seen = MIN(rounded_onions_seen, INT64_MAX);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
215 | #define MIN(a, b) (((a)<(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:25:9: note: other definition of 'MIN'
25 | #define MIN(a,b) ( ((a)>(b)) ? (b) : (a) )
| ^
2 warnings generated.
[180/1450] Compiling rephist.c
[181/1450] Compiling rendcommon.c
[182/1450] Compiling routermode.c
[182/1450] Compiling transport_config.c
[184/1450] Compiling selftest.c
[185/1450] Compiling routerkeys.c
[186/1450] Compiling relay_sys.c
[187/1450] Compiling relay_periodic.c
[188/1450] Compiling relay_handshake.c
[189/1450] Compiling relay_find_addr.c
In file included from /Users/admin/builder/spi-builder-workspace/Sources/libtor/src/feature/relay/relay_metrics.c:16:
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/congestion_control_common.h:164:18: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
164 | uint64_t max = MAX(a, b);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
218 | #define MAX(a, b) (((a)>(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:22:9: note: other definition of 'MAX'
22 | #define MAX(a,b) ( ((a)<(b)) ? (b) : (a) )
| ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/libtor/src/feature/relay/relay_metrics.c:16:
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/congestion_control_common.h:165:18: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
165 | uint64_t min = MIN(a, b);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
215 | #define MIN(a, b) (((a)<(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:25:9: note: other definition of 'MIN'
25 | #define MIN(a,b) ( ((a)>(b)) ? (b) : (a) )
| ^
2 warnings generated.
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/feature/relay/onion_queue.c:180:5: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
180 | MIN(ol_entries[ONION_HANDSHAKE_TYPE_TAP],
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
215 | #define MIN(a, b) (((a)<(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:25:9: note: other definition of 'MIN'
25 | #define MIN(a,b) ( ((a)>(b)) ? (b) : (a) )
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/feature/relay/onion_queue.c:187:5: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
187 | MIN(ol_entries[ONION_HANDSHAKE_TYPE_NTOR],
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
215 | #define MIN(a, b) (((a)<(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:25:9: note: other definition of 'MIN'
25 | #define MIN(a,b) ( ((a)>(b)) ? (b) : (a) )
| ^
2 warnings generated.
[190/1450] Compiling relay_metrics.c
[190/1450] Compiling onion_queue.c
[192/1450] Compiling ext_orport.c
[193/1450] Compiling router.c
[194/1450] Compiling relay_config.c
[195/1450] Compiling circuitbuild_relay.c
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/feature/nodelist/torcert.c:232:23: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
232 | *expiration_out = MIN(*expiration_out, cert->valid_until);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
215 | #define MIN(a, b) (((a)<(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:25:9: note: other definition of 'MIN'
25 | #define MIN(a,b) ( ((a)>(b)) ? (b) : (a) )
| ^
1 warning generated.
[196/1450] Compiling torcert.c
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/feature/relay/dns.c:1398:9: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
1398 | val = MAX(1, val / 1000);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
218 | #define MAX(a, b) (((a)>(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:22:9: note: other definition of 'MAX'
22 | #define MAX(a,b) ( ((a)<(b)) ? (b) : (a) )
| ^
1 warning generated.
[197/1450] Compiling dns.c
[198/1450] Compiling routerinfo.c
[199/1450] Compiling routerset.c
[200/1450] Compiling nickname.c
[201/1450] Compiling nodefamily.c
[202/1450] Compiling node_select.c
[203/1450] Compiling fmt_routerstatus.c
[204/1450] Compiling nodelist.c
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/feature/nodelist/routerlist.c:2625:21: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
2625 | n_per_request = MIN(MIN_DL_PER_REQUEST, n_downloadable);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
215 | #define MIN(a, b) (((a)<(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:25:9: note: other definition of 'MIN'
25 | #define MIN(a,b) ( ((a)>(b)) ? (b) : (a) )
| ^
1 warning generated.
[205/1450] Compiling routerlist.c
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/feature/nodelist/microdesc.c:505:26: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
505 | size_t excerpt_len = MIN(32, eos - start_excerpt_at);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
215 | #define MIN(a, b) (((a)<(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:25:9: note: other definition of 'MIN'
25 | #define MIN(a,b) ( ((a)>(b)) ? (b) : (a) )
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/feature/nodelist/microdesc.c:817:39: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
817 | bad_str = tor_strndup(md->body, MIN(128, (size_t)avail));
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
215 | #define MIN(a, b) (((a)<(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:25:9: note: other definition of 'MIN'
25 | #define MIN(a,b) ( ((a)>(b)) ? (b) : (a) )
| ^
2 warnings generated.
[206/1450] Compiling microdesc.c
[207/1450] Compiling metrics_sys.c
[208/1450] Compiling describe.c
[209/1450] Compiling dirlist.c
[210/1450] Compiling authcert.c
In file included from /Users/admin/builder/spi-builder-workspace/Sources/libtor/src/feature/nodelist/networkstatus.c:49:
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/congestion_control_common.h:164:18: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
164 | uint64_t max = MAX(a, b);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
218 | #define MAX(a, b) (((a)>(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:22:9: note: other definition of 'MAX'
22 | #define MAX(a,b) ( ((a)<(b)) ? (b) : (a) )
| ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/libtor/src/feature/nodelist/networkstatus.c:49:
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/congestion_control_common.h:165:18: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
165 | uint64_t min = MIN(a, b);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
215 | #define MIN(a, b) (((a)<(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:25:9: note: other definition of 'MIN'
25 | #define MIN(a,b) ( ((a)>(b)) ? (b) : (a) )
| ^
2 warnings generated.
[211/1450] Compiling networkstatus.c
[212/1450] Compiling metrics.c
[213/1450] Compiling replaycache.c
[214/1450] Compiling shared_random_client.c
[215/1450] Compiling loadkey.c
[216/1450] Compiling hs_sys.c
[217/1450] Compiling hs_stats.c
[218/1450] Compiling hs_metrics_entry.c
[219/1450] Compiling hs_pow.c
[220/1450] Compiling hs_ob.c
[221/1450] Compiling hs_metrics.c
[222/1450] Compiling hs_ident.c
[223/1450] Compiling hs_dos.c
[224/1450] Compiling hs_intropoint.c
[225/1450] Compiling hs_control.c
In file included from /Users/admin/builder/spi-builder-workspace/Sources/libtor/src/feature/hs/hs_service.c:19:
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/congestion_control_common.h:164:18: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
164 | uint64_t max = MAX(a, b);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
218 | #define MAX(a, b) (((a)>(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:22:9: note: other definition of 'MAX'
22 | #define MAX(a,b) ( ((a)<(b)) ? (b) : (a) )
| ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/libtor/src/feature/hs/hs_service.c:19:
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/congestion_control_common.h:165:18: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
165 | uint64_t min = MIN(a, b);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
215 | #define MIN(a, b) (((a)<(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:25:9: note: other definition of 'MIN'
25 | #define MIN(a,b) ( ((a)>(b)) ? (b) : (a) )
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/feature/hs/hs_service.c:296:35: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
296 | pow_state->pqueue_low_level = MAX(8, service->config.pow_queue_rate / 4);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
218 | #define MAX(a, b) (((a)>(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:22:9: note: other definition of 'MAX'
22 | #define MAX(a,b) ( ((a)<(b)) ? (b) : (a) )
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/feature/hs/hs_service.c:2733:39: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
2733 | pow_state->suggested_effort = MAX(pow_state->suggested_effort + 1,
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
218 | #define MAX(a, b) (((a)>(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:22:9: note: other definition of 'MAX'
22 | #define MAX(a,b) ( ((a)<(b)) ? (b) : (a) )
| ^
4 warnings generated.
[226/1450] Compiling hs_service.c
[227/1450] Compiling hs_config.c
[228/1450] Compiling hs_circuitmap.c
In file included from /Users/admin/builder/spi-builder-workspace/Sources/libtor/src/feature/hs/hs_descriptor.c:64:
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/congestion_control_common.h:164:18: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
164 | uint64_t max = MAX(a, b);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
218 | #define MAX(a, b) (((a)>(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:22:9: note: other definition of 'MAX'
22 | #define MAX(a,b) ( ((a)<(b)) ? (b) : (a) )
| ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/libtor/src/feature/hs/hs_descriptor.c:64:
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/congestion_control_common.h:165:18: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
165 | uint64_t min = MIN(a, b);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
215 | #define MIN(a, b) (((a)<(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:25:9: note: other definition of 'MIN'
25 | #define MIN(a,b) ( ((a)>(b)) ? (b) : (a) )
| ^
2 warnings generated.
[229/1450] Compiling hs_descriptor.c
[230/1450] Compiling hs_common.c
[231/1450] Compiling signing.c
[232/1450] Compiling unparseable.c
In file included from /Users/admin/builder/spi-builder-workspace/Sources/libtor/src/feature/hs/hs_client.c:20:
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/congestion_control_common.h:164:18: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
164 | uint64_t max = MAX(a, b);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
218 | #define MAX(a, b) (((a)>(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:22:9: note: other definition of 'MAX'
22 | #define MAX(a,b) ( ((a)<(b)) ? (b) : (a) )
| ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/libtor/src/feature/hs/hs_client.c:20:
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/congestion_control_common.h:165:18: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
165 | uint64_t min = MIN(a, b);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
215 | #define MIN(a, b) (((a)<(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:25:9: note: other definition of 'MIN'
25 | #define MIN(a,b) ( ((a)>(b)) ? (b) : (a) )
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/feature/hs/hs_client.c:789:20: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
789 | new_effort = MAX((uint64_t)CLIENT_MIN_RETRY_POW_EFFORT, new_effort);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
218 | #define MAX(a, b) (((a)>(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:22:9: note: other definition of 'MAX'
22 | #define MAX(a,b) ( ((a)<(b)) ? (b) : (a) )
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/feature/hs/hs_client.c:790:20: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
790 | new_effort = MIN((uint64_t)CLIENT_MAX_POW_EFFORT, new_effort);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
215 | #define MIN(a, b) (((a)<(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:25:9: note: other definition of 'MIN'
25 | #define MIN(a,b) ( ((a)>(b)) ? (b) : (a) )
| ^
4 warnings generated.
[233/1450] Compiling hs_client.c
In file included from /Users/admin/builder/spi-builder-workspace/Sources/libtor/src/feature/hs/hs_circuit.c:20:
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/congestion_control_common.h:164:18: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
164 | uint64_t max = MAX(a, b);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
218 | #define MAX(a, b) (((a)>(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:22:9: note: other definition of 'MAX'
22 | #define MAX(a,b) ( ((a)<(b)) ? (b) : (a) )
| ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/libtor/src/feature/hs/hs_circuit.c:20:
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/congestion_control_common.h:165:18: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
165 | uint64_t min = MIN(a, b);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
215 | #define MIN(a, b) (((a)<(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:25:9: note: other definition of 'MIN'
25 | #define MIN(a,b) ( ((a)>(b)) ? (b) : (a) )
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/feature/hs/hs_circuit.c:686:39: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
686 | pow_state->max_trimmed_effort = MAX(pow_state->max_trimmed_effort,
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
218 | #define MAX(a, b) (((a)>(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:22:9: note: other definition of 'MAX'
22 | #define MAX(a,b) ( ((a)<(b)) ? (b) : (a) )
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/feature/hs/hs_circuit.c:700:37: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
700 | pow_state->max_trimmed_effort = MAX(pow_state->max_trimmed_effort,
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
218 | #define MAX(a, b) (((a)>(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:22:9: note: other definition of 'MAX'
22 | #define MAX(a,b) ( ((a)<(b)) ? (b) : (a) )
| ^
4 warnings generated.
In file included from /Users/admin/builder/spi-builder-workspace/Sources/libtor/src/feature/hs/hs_cell.c:17:
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/congestion_control_common.h:164:18: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
164 | uint64_t max = MAX(a, b);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
218 | #define MAX(a, b) (((a)>(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:22:9: note: other definition of 'MAX'
22 | #define MAX(a,b) ( ((a)<(b)) ? (b) : (a) )
| ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/libtor/src/feature/hs/hs_cell.c:17:
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/congestion_control_common.h:165:18: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
165 | uint64_t min = MIN(a, b);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
215 | #define MIN(a, b) (((a)<(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:25:9: note: other definition of 'MIN'
25 | #define MIN(a,b) ( ((a)>(b)) ? (b) : (a) )
| ^
2 warnings generated.
[234/1450] Compiling hs_cache.c
[235/1450] Compiling hs_circuit.c
[235/1450] Compiling hs_cell.c
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/feature/hibernate/hibernate.c:487:12: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
487 | return MAX(n_bytes_read_in_interval, n_bytes_written_in_interval);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
218 | #define MAX(a, b) (((a)>(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:22:9: note: other definition of 'MAX'
22 | #define MAX(a,b) ( ((a)<(b)) ? (b) : (a) )
| ^
1 warning generated.
[237/1450] Compiling hibernate.c
[238/1450] Compiling sigcommon.c
[239/1450] Compiling policy_parse.c
[240/1450] Compiling parsecommon.c
[241/1450] Compiling routerparse.c
[242/1450] Compiling microdesc_parse.c
[243/1450] Compiling authcert_parse.c
[244/1450] Compiling fp_pair.c
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/feature/dircommon/consdiff.c:201:25: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
201 | result[j + 1] = MAX(result[j], prev[j + 1]);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
218 | #define MAX(a, b) (((a)>(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:22:9: note: other definition of 'MAX'
22 | #define MAX(a,b) ( ((a)<(b)) ? (b) : (a) )
| ^
1 warning generated.
[245/1450] Compiling consdiff.c
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/feature/dirparse/ns_parse.c:223:12: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
223 | return MIN(footer, sig) + 1;
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
215 | #define MIN(a, b) (((a)<(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:25:9: note: other definition of 'MIN'
25 | #define MIN(a,b) ( ((a)>(b)) ? (b) : (a) )
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/feature/dirparse/ns_parse.c:735:36: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
735 | if (fabs(Etotal-Mtotal) > 0.01*MAX(Etotal,Mtotal)) {
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
218 | #define MAX(a, b) (((a)>(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:22:9: note: other definition of 'MAX'
22 | #define MAX(a,b) ( ((a)<(b)) ? (b) : (a) )
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/feature/dirparse/ns_parse.c:747:36: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
747 | if (fabs(Etotal-Gtotal) > 0.01*MAX(Etotal,Gtotal)) {
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
218 | #define MAX(a, b) (((a)>(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:22:9: note: other definition of 'MAX'
22 | #define MAX(a,b) ( ((a)<(b)) ? (b) : (a) )
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/feature/dirparse/ns_parse.c:759:36: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
759 | if (fabs(Gtotal-Mtotal) > 0.01*MAX(Gtotal,Mtotal)) {
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
218 | #define MAX(a, b) (((a)>(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:22:9: note: other definition of 'MAX'
22 | #define MAX(a,b) ( ((a)<(b)) ? (b) : (a) )
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/feature/dirparse/ns_parse.c:772:17: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
772 | int64_t R = MIN(E, G);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
215 | #define MIN(a, b) (((a)<(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:25:9: note: other definition of 'MIN'
25 | #define MIN(a,b) ( ((a)>(b)) ? (b) : (a) )
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/feature/dirparse/ns_parse.c:773:17: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
773 | int64_t S = MAX(E, G);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
218 | #define MAX(a, b) (((a)>(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:22:9: note: other definition of 'MAX'
22 | #define MAX(a,b) ( ((a)<(b)) ? (b) : (a) )
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/feature/dirparse/ns_parse.c:849:40: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
849 | if (fabs(Etotal-Mtotal) > 0.01*MAX(Etotal,Mtotal)) {
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
218 | #define MAX(a, b) (((a)>(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:22:9: note: other definition of 'MAX'
22 | #define MAX(a,b) ( ((a)<(b)) ? (b) : (a) )
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/feature/dirparse/ns_parse.c:861:40: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
861 | if (fabs(Etotal-Gtotal) > 0.01*MAX(Etotal,Gtotal)) {
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
218 | #define MAX(a, b) (((a)>(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:22:9: note: other definition of 'MAX'
22 | #define MAX(a,b) ( ((a)<(b)) ? (b) : (a) )
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/feature/dirparse/ns_parse.c:873:40: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
873 | if (fabs(Gtotal-Mtotal) > 0.01*MAX(Gtotal,Mtotal)) {
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
218 | #define MAX(a, b) (((a)>(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:22:9: note: other definition of 'MAX'
22 | #define MAX(a,b) ( ((a)<(b)) ? (b) : (a) )
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/feature/dirparse/ns_parse.c:886:40: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
886 | if (fabs(Etotal-Gtotal) > 0.01*MAX(Etotal,Gtotal)) {
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
218 | #define MAX(a, b) (((a)>(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:22:9: note: other definition of 'MAX'
22 | #define MAX(a,b) ( ((a)<(b)) ? (b) : (a) )
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/feature/dirparse/ns_parse.c:901:17: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
901 | int64_t S = MIN(E, G);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
215 | #define MIN(a, b) (((a)<(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:25:9: note: other definition of 'MIN'
25 | #define MIN(a,b) ( ((a)>(b)) ? (b) : (a) )
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/feature/dirparse/ns_parse.c:902:18: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
902 | int64_t NS = MAX(E, G);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
218 | #define MAX(a, b) (((a)>(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:22:9: note: other definition of 'MAX'
22 | #define MAX(a,b) ( ((a)<(b)) ? (b) : (a) )
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/feature/dirparse/ns_parse.c:929:41: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
929 | if (fabs(NStotal-Mtotal) > 0.01*MAX(NStotal,Mtotal)) {
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
218 | #define MAX(a, b) (((a)>(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:22:9: note: other definition of 'MAX'
22 | #define MAX(a,b) ( ((a)<(b)) ? (b) : (a) )
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/feature/dirparse/ns_parse.c:958:38: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
958 | if (fabs(Etotal-Mtotal) > 0.01*MAX(Etotal,Mtotal)) {
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
218 | #define MAX(a, b) (((a)>(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:22:9: note: other definition of 'MAX'
22 | #define MAX(a,b) ( ((a)<(b)) ? (b) : (a) )
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/feature/dirparse/ns_parse.c:970:38: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
970 | if (fabs(Etotal-Gtotal) > 0.01*MAX(Etotal,Gtotal)) {
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
218 | #define MAX(a, b) (((a)>(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:22:9: note: other definition of 'MAX'
22 | #define MAX(a,b) ( ((a)<(b)) ? (b) : (a) )
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/feature/dirparse/ns_parse.c:982:38: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
982 | if (fabs(Gtotal-Mtotal) > 0.01*MAX(Gtotal,Mtotal)) {
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
218 | #define MAX(a, b) (((a)>(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:22:9: note: other definition of 'MAX'
22 | #define MAX(a,b) ( ((a)<(b)) ? (b) : (a) )
| ^
16 warnings generated.
[246/1450] Compiling ns_parse.c
[247/1450] Compiling dlstatus.c
[248/1450] Compiling directory.c
[249/1450] Compiling dirclient_modes.c
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/feature/dircache/dirserv.c:510:31: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
510 | ssize_t bytes = (ssize_t) MIN(DIRSERV_CACHED_DIR_CHUNK_SIZE, remaining);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
215 | #define MIN(a, b) (((a)<(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:25:9: note: other definition of 'MIN'
25 | #define MIN(a,b) ( ((a)>(b)) ? (b) : (a) )
| ^
1 warning generated.
[250/1450] Compiling dirserv.c
[251/1450] Compiling conscache.c
[252/1450] Compiling voting_schedule.c
[253/1450] Compiling recommend_pkg.c
[254/1450] Compiling consdiffmgr.c
[255/1450] Compiling dircache.c
[256/1450] Compiling dirclient.c
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/feature/dirauth/voteflags.c:170:14: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
170 | uptime = MIN(rep_hist_get_uptime(router->cache_info.identity_digest, now),
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
215 | #define MIN(a, b) (((a)<(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:25:9: note: other definition of 'MIN'
25 | #define MIN(a,b) ( ((a)>(b)) ? (b) : (a) )
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/feature/dirauth/voteflags.c:606:23: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
606 | routerbw_kb >= MIN(guard_bandwidth_including_exits_kb,
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
215 | #define MIN(a, b) (((a)<(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:25:9: note: other definition of 'MIN'
25 | #define MIN(a,b) ( ((a)>(b)) ? (b) : (a) )
| ^
2 warnings generated.
[257/1450] Compiling voteflags.c
[258/1450] Compiling shared_random_state.c
[259/1450] Compiling shared_random.c
[260/1450] Compiling reachability.c
[261/1450] Compiling keypin.c
[262/1450] Compiling guardfraction.c
[263/1450] Compiling process_descs.c
[264/1450] Compiling dsigs_parse.c
[265/1450] Compiling dircollate.c
[266/1450] Compiling dirauth_sys.c
[266/1450] Compiling dirauth_periodic.c
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/feature/dirauth/dirauth_config.c:253:7: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
253 | MIN(options->TestingV3AuthInitialVotingInterval,
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
215 | #define MIN(a, b) (((a)<(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:25:9: note: other definition of 'MIN'
25 | #define MIN(a,b) ( ((a)>(b)) ? (b) : (a) )
| ^
1 warning generated.
[268/1450] Compiling dirauth_config.c
[269/1450] Compiling bwauth.c
[270/1450] Compiling bridgeauth.c
[271/1450] Compiling getinfo_geoip.c
[272/1450] Compiling authmode.c
[273/1450] Compiling control_hs.c
[274/1450] Compiling control_proto.c
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/feature/dirauth/dirvote.c:1156:17: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
1156 | int64_t R = MIN(E, G);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
215 | #define MIN(a, b) (((a)<(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:25:9: note: other definition of 'MIN'
25 | #define MIN(a,b) ( ((a)>(b)) ? (b) : (a) )
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/feature/dirauth/dirvote.c:1157:17: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
1157 | int64_t S = MAX(E, G);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
218 | #define MAX(a, b) (((a)>(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:22:9: note: other definition of 'MAX'
22 | #define MAX(a,b) ( ((a)<(b)) ? (b) : (a) )
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/feature/dirauth/dirvote.c:1228:17: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
1228 | int64_t S = MIN(E, G);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
215 | #define MIN(a, b) (((a)<(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:25:9: note: other definition of 'MIN'
25 | #define MIN(a,b) ( ((a)>(b)) ? (b) : (a) )
| ^
3 warnings generated.
[275/1450] Compiling dirvote.c
[276/1450] Compiling control_fmt.c
[277/1450] Compiling control_bootstrap.c
[278/1450] Compiling control_auth.c
[279/1450] Compiling control_getinfo.c
In file included from /Users/admin/builder/spi-builder-workspace/Sources/libtor/src/feature/control/control_events.c:24:
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/congestion_control_common.h:164:18: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
164 | uint64_t max = MAX(a, b);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
218 | #define MAX(a, b) (((a)>(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:22:9: note: other definition of 'MAX'
22 | #define MAX(a,b) ( ((a)<(b)) ? (b) : (a) )
| ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/libtor/src/feature/control/control_events.c:24:
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/congestion_control_common.h:165:18: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
165 | uint64_t min = MIN(a, b);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
215 | #define MIN(a, b) (((a)<(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:25:9: note: other definition of 'MIN'
25 | #define MIN(a,b) ( ((a)>(b)) ? (b) : (a) )
| ^
2 warnings generated.
[280/1450] Compiling control_events.c
[281/1450] Compiling control.c
[282/1450] Compiling btrack_orconn_cevent.c
[283/1450] Compiling control_cmd.c
[284/1450] Compiling btrack_orconn.c
[285/1450] Compiling btrack_orconn_maps.c
[286/1450] Compiling btrack.c
[287/1450] Compiling btrack_circuit.c
[288/1450] Compiling proxymode.c
[289/1450] Compiling tor_api.c
[289/1450] Compiling trunnel.c
[291/1450] Compiling timeout.c
[292/1450] Compiling timeout-bitops.c
[293/1450] Compiling transports.c
[294/1450] Compiling dnsserv.c
[295/1450] Compiling readpassphrase.c
[296/1450] Compiling mulodi4.c
[297/1450] Compiling bridges.c
[298/1450] Compiling addressmap.c
[299/1450] Compiling circpathbias.c
[300/1450] Compiling context.c
[301/1450] Compiling equix.c
[302/1450] Compiling virtual_memory.c
[303/1450] Compiling siphash_rng.c
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/feature/client/entrynodes.c:1057:26: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
1057 | const int max_sample = MIN(max_sample_by_pct, max_sample_absolute);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
215 | #define MIN(a, b) (((a)<(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:25:9: note: other definition of 'MIN'
25 | #define MIN(a,b) ( ((a)>(b)) ? (b) : (a) )
| ^
1 warning generated.
[304/1450] Compiling solver.c
[305/1450] Compiling entrynodes.c
[306/1450] Compiling siphash.c
[307/1450] Compiling program_exec.c
[308/1450] Compiling program.c
[309/1450] Compiling hashx_thread.c
[310/1450] Compiling hashx_time.c
[311/1450] Compiling hashx.c
[312/1450] Compiling compiler_x86.c
[313/1450] Compiling context.c
[314/1450] Compiling compiler.c
[315/1450] Compiling compiler_a64.c
[316/1450] Compiling sign.c
[317/1450] Compiling sc_reduce.c
[318/1450] Compiling blake2.c
[319/1450] Compiling sc_muladd.c
[320/1450] Compiling keyconv.c
[321/1450] Compiling keypair.c
[322/1450] Compiling ge_tobytes.c
[323/1450] Compiling open.c
[324/1450] Compiling ge_sub.c
[325/1450] Compiling ge_scalarmult_base.c
[326/1450] Compiling ge_precomp_0.c
[327/1450] Compiling ge_p3_tobytes.c
[328/1450] Compiling ge_p3_dbl.c
[329/1450] Compiling ge_p3_to_p2.c
[330/1450] Compiling ge_p3_to_cached.c
[331/1450] Compiling ge_p2_0.c
[332/1450] Compiling ge_p2_dbl.c
[333/1450] Compiling ge_p3_0.c
[334/1450] Compiling ge_p1p1_to_p3.c
[335/1450] Compiling ge_p1p1_to_p2.c
[336/1450] Compiling ge_msub.c
[337/1450] Compiling ge_frombytes.c
[338/1450] Compiling ge_madd.c
[339/1450] Compiling ge_double_scalarmult.c
[340/1450] Compiling fe_tobytes.c
[341/1450] Compiling ge_add.c
[342/1450] Compiling fe_sub.c
[343/1450] Compiling fe_sq2.c
[344/1450] Compiling fe_pow22523.c
[345/1450] Compiling fe_sq.c
[346/1450] Compiling fe_neg.c
[347/1450] Compiling fe_isnonzero.c
[348/1450] Compiling fe_mul.c
[349/1450] Compiling fe_isnegative.c
[350/1450] Compiling fe_frombytes.c
[350/1450] Compiling fe_invert.c
[352/1450] Compiling fe_copy.c
[353/1450] Compiling fe_cmov.c
[354/1450] Compiling fe_add.c
[355/1450] Compiling fe_1.c
[355/1450] Compiling fe_0.c
[357/1450] Compiling blinding.c
[358/1450] Compiling csiphash.c
[359/1450] Compiling proto_haproxy.c
[360/1450] Compiling proto_http.c
[361/1450] Compiling curve25519-donna-c64.c
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/proto/proto_socks.c:846:16: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
846 | n_pullup = MIN(MAX_SOCKS_MESSAGE_LEN, buf_datalen(buf));
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
215 | #define MIN(a, b) (((a)<(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:25:9: note: other definition of 'MIN'
25 | #define MIN(a,b) ( ((a)>(b)) ? (b) : (a) )
| ^
1 warning generated.
[362/1450] Compiling proto_socks.c
[363/1450] Compiling trace_probes_circuit.c
[364/1450] Compiling proto_control0.c
[365/1450] Compiling proto_ext_or.c
[366/1450] Compiling trace_probes_cc.c
[367/1450] Compiling proto_cell.c
[368/1450] Compiling versions.c
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/scheduler_vanilla.c:88:25: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
88 | MIN(MAX_FLUSH_CELLS, (size_t) n_cells - flushed));
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
215 | #define MIN(a, b) (((a)<(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:25:9: note: other definition of 'MIN'
25 | #define MIN(a,b) ( ((a)>(b)) ? (b) : (a) )
| ^
1 warning generated.
[369/1450] Compiling scheduler_vanilla.c
[370/1450] Compiling status.c
In file included from /Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/sendme.c:24:
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/congestion_control_common.h:164:18: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
164 | uint64_t max = MAX(a, b);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
218 | #define MAX(a, b) (((a)>(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:22:9: note: other definition of 'MAX'
22 | #define MAX(a,b) ( ((a)<(b)) ? (b) : (a) )
| ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/sendme.c:24:
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/congestion_control_common.h:165:18: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
165 | uint64_t min = MIN(a, b);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
215 | #define MIN(a, b) (((a)<(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:25:9: note: other definition of 'MIN'
25 | #define MIN(a,b) ( ((a)>(b)) ? (b) : (a) )
| ^
2 warnings generated.
[371/1450] Compiling sendme.c
[372/1450] Compiling reasons.c
[373/1450] Compiling scheduler.c
[374/1450] Compiling scheduler_kist.c
[375/1450] Compiling protover.c
[376/1450] Compiling orconn_event.c
[377/1450] Compiling or_sys.c
In file included from /Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/relay.c:100:
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/congestion_control_common.h:164:18: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
164 | uint64_t max = MAX(a, b);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
218 | #define MAX(a, b) (((a)>(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:22:9: note: other definition of 'MAX'
22 | #define MAX(a,b) ( ((a)<(b)) ? (b) : (a) )
| ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/relay.c:100:
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/congestion_control_common.h:165:18: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
165 | uint64_t min = MIN(a, b);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
215 | #define MIN(a, b) (((a)<(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:25:9: note: other definition of 'MIN'
25 | #define MIN(a,b) ( ((a)>(b)) ? (b) : (a) )
| ^
2 warnings generated.
[378/1450] Compiling relay.c
[379/1450] Compiling or_periodic.c
[380/1450] Compiling ocirc_event.c
[381/1450] Compiling onion.c
[382/1450] Compiling extendinfo.c
In file included from /Users/admin/builder/spi-builder-workspace/Sources/libtor/src/ext/ed25519/donna/ed25519_tor.c:44:
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/ext/ed25519/donna/ed25519-hash.h:200:2: warning: 'SHA512_Init' is deprecated [-Wdeprecated-declarations]
200 | SHA512_Init(ctx);
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/sha.h:124:1: note: 'SHA512_Init' has been explicitly marked deprecated here
124 | OSSL_DEPRECATEDIN_3_0 int SHA512_Init(SHA512_CTX *c);
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/macros.h:229:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
229 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
| ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/libtor/src/ext/ed25519/donna/ed25519_tor.c:44:
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/ext/ed25519/donna/ed25519-hash.h:205:2: warning: 'SHA512_Update' is deprecated [-Wdeprecated-declarations]
205 | SHA512_Update(ctx, in, inlen);
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/sha.h:125:1: note: 'SHA512_Update' has been explicitly marked deprecated here
125 | OSSL_DEPRECATEDIN_3_0 int SHA512_Update(SHA512_CTX *c,
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/macros.h:229:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
229 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
| ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/libtor/src/ext/ed25519/donna/ed25519_tor.c:44:
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/ext/ed25519/donna/ed25519-hash.h:210:2: warning: 'SHA512_Final' is deprecated [-Wdeprecated-declarations]
210 | SHA512_Final(hash, ctx);
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/sha.h:127:1: note: 'SHA512_Final' has been explicitly marked deprecated here
127 | OSSL_DEPRECATEDIN_3_0 int SHA512_Final(unsigned char *md, SHA512_CTX *c);
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/macros.h:229:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
229 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
| ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-openssl/Sources/libcrypto/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
| ^
3 warnings generated.
[383/1450] Compiling ed25519_tor.c
[384/1450] Compiling dos_config.c
[385/1450] Compiling policies.c
[386/1450] Compiling dos_sys.c
In file included from /Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/crypt_path.c:30:
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/congestion_control_common.h:164:18: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
164 | uint64_t max = MAX(a, b);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
218 | #define MAX(a, b) (((a)>(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:22:9: note: other definition of 'MAX'
22 | #define MAX(a,b) ( ((a)<(b)) ? (b) : (a) )
| ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/crypt_path.c:30:
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/congestion_control_common.h:165:18: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
165 | uint64_t min = MIN(a, b);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
215 | #define MIN(a, b) (((a)<(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:25:9: note: other definition of 'MIN'
25 | #define MIN(a,b) ( ((a)>(b)) ? (b) : (a) )
| ^
2 warnings generated.
[387/1450] Compiling crypt_path.c
[388/1450] Compiling keccak-tiny-unrolled.c
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/dos.c:393:32: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
393 | new_circuit_bucket_count = MIN(stats->circuit_bucket + (uint32_t)num_token,
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
215 | #define MIN(a, b) (((a)<(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:25:9: note: other definition of 'MIN'
25 | #define MIN(a,b) ( ((a)>(b)) ? (b) : (a) )
| ^
1 warning generated.
[389/1450] Compiling dos.c
In file included from /Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/congestion_control_vegas.c:18:
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/congestion_control_common.h:164:18: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
164 | uint64_t max = MAX(a, b);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
218 | #define MAX(a, b) (((a)>(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:22:9: note: other definition of 'MAX'
22 | #define MAX(a,b) ( ((a)<(b)) ? (b) : (a) )
| ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/congestion_control_vegas.c:18:
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/congestion_control_common.h:165:18: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
165 | uint64_t min = MIN(a, b);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
215 | #define MIN(a, b) (((a)<(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:25:9: note: other definition of 'MIN'
25 | #define MIN(a,b) ( ((a)>(b)) ? (b) : (a) )
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/congestion_control_vegas.c:244:17: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
244 | MAX(cc->min_rtt_usec,cc->ewma_rtt_usec),
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
218 | #define MAX(a, b) (((a)>(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:22:9: note: other definition of 'MAX'
22 | #define MAX(a,b) ( ((a)<(b)) ? (b) : (a) )
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/congestion_control_vegas.c:265:17: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
265 | MAX(cc->min_rtt_usec,cc->ewma_rtt_usec),
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
218 | #define MAX(a, b) (((a)>(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:22:9: note: other definition of 'MAX'
22 | #define MAX(a,b) ( ((a)<(b)) ? (b) : (a) )
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/congestion_control_vegas.c:287:12: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
287 | return MAX(
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
218 | #define MAX(a, b) (((a)>(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:22:9: note: other definition of 'MAX'
22 | #define MAX(a,b) ( ((a)<(b)) ? (b) : (a) )
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/congestion_control_vegas.c:582:16: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
582 | cc->cwnd = MAX(cc->cwnd, cc->cwnd_min);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
218 | #define MAX(a, b) (((a)>(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:22:9: note: other definition of 'MAX'
22 | #define MAX(a,b) ( ((a)<(b)) ? (b) : (a) )
| ^
6 warnings generated.
[390/1450] Compiling congestion_control_vegas.c
[391/1450] Compiling conflux_sys.c
In file included from /Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/congestion_control_flow.c:18:
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/congestion_control_common.h:164:18: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
164 | uint64_t max = MAX(a, b);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
218 | #define MAX(a, b) (((a)>(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:22:9: note: other definition of 'MAX'
22 | #define MAX(a,b) ( ((a)<(b)) ? (b) : (a) )
| ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/congestion_control_flow.c:18:
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/congestion_control_common.h:165:18: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
165 | uint64_t min = MIN(a, b);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
215 | #define MIN(a, b) (((a)<(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:25:9: note: other definition of 'MIN'
25 | #define MIN(a,b) ( ((a)>(b)) ? (b) : (a) )
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/congestion_control_flow.c:204:10: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
204 | return MAX(1, (uint32_t)(stream->prev_drained_bytes * 1000)/delta);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
218 | #define MAX(a, b) (((a)>(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:22:9: note: other definition of 'MAX'
22 | #define MAX(a,b) ( ((a)<(b)) ? (b) : (a) )
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/congestion_control_flow.c:410:15: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
410 | limit = MIN(xoff_client, xon_rate_bytes);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
215 | #define MIN(a, b) (((a)<(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:25:9: note: other definition of 'MIN'
25 | #define MIN(a,b) ( ((a)>(b)) ? (b) : (a) )
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/congestion_control_flow.c:412:15: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
412 | limit = MIN(xoff_exit, xon_rate_bytes);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
215 | #define MIN(a, b) (((a)<(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:25:9: note: other definition of 'MIN'
25 | #define MIN(a,b) ( ((a)>(b)) ? (b) : (a) )
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/congestion_control_flow.c:703:33: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
703 | stream->ewma_drain_rate = MIN(INT32_MAX, 2*stream->ewma_drain_rate);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
215 | #define MIN(a, b) (((a)<(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:25:9: note: other definition of 'MIN'
25 | #define MIN(a,b) ( ((a)>(b)) ? (b) : (a) )
| ^
6 warnings generated.
[392/1450] Compiling congestion_control_flow.c
In file included from /Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/conflux_util.c:15:
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/congestion_control_common.h:164:18: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
164 | uint64_t max = MAX(a, b);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
218 | #define MAX(a, b) (((a)>(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:22:9: note: other definition of 'MAX'
22 | #define MAX(a,b) ( ((a)<(b)) ? (b) : (a) )
| ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/conflux_util.c:15:
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/congestion_control_common.h:165:18: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
165 | uint64_t min = MIN(a, b);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
215 | #define MIN(a, b) (((a)<(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:25:9: note: other definition of 'MIN'
25 | #define MIN(a,b) ( ((a)>(b)) ? (b) : (a) )
| ^
2 warnings generated.
[393/1450] Compiling conflux_util.c
In file included from /Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/congestion_control_common.c:23:
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/congestion_control_common.h:164:18: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
164 | uint64_t max = MAX(a, b);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
218 | #define MAX(a, b) (((a)>(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:22:9: note: other definition of 'MAX'
22 | #define MAX(a,b) ( ((a)<(b)) ? (b) : (a) )
| ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/congestion_control_common.c:23:
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/congestion_control_common.h:165:18: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
165 | uint64_t min = MIN(a, b);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
215 | #define MIN(a, b) (((a)<(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:25:9: note: other definition of 'MIN'
25 | #define MIN(a,b) ( ((a)>(b)) ? (b) : (a) )
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/congestion_control_common.c:491:16: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
491 | ewma_cnt = MIN(CWND_UPDATE_RATE(cc)*n_ewma_cwnd_pct/100,
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
215 | #define MIN(a, b) (((a)<(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:25:9: note: other definition of 'MIN'
25 | #define MIN(a,b) ( ((a)>(b)) ? (b) : (a) )
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/congestion_control_common.c:494:14: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
494 | ewma_cnt = MAX(ewma_cnt, 2);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
218 | #define MAX(a, b) (((a)>(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:22:9: note: other definition of 'MAX'
22 | #define MAX(a,b) ( ((a)<(b)) ? (b) : (a) )
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/congestion_control_common.c:884:17: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
884 | cwnd = MAX(cwnd - chan_q, cc->cwnd_min);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
218 | #define MAX(a, b) (((a)>(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:22:9: note: other definition of 'MAX'
22 | #define MAX(a,b) ( ((a)<(b)) ? (b) : (a) )
| ^
5 warnings generated.
[394/1450] Compiling congestion_control_common.c
In file included from /Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/connection_or.c:68:
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/congestion_control_common.h:164:18: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
164 | uint64_t max = MAX(a, b);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
218 | #define MAX(a, b) (((a)>(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:22:9: note: other definition of 'MAX'
22 | #define MAX(a,b) ( ((a)<(b)) ? (b) : (a) )
| ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/connection_or.c:68:
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/congestion_control_common.h:165:18: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
165 | uint64_t min = MIN(a, b);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
215 | #define MIN(a, b) (((a)<(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:25:9: note: other definition of 'MIN'
25 | #define MIN(a,b) ( ((a)>(b)) ? (b) : (a) )
| ^
2 warnings generated.
[395/1450] Compiling connection_or.c
In file included from /Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/conflux_params.c:14:
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/congestion_control_common.h:164:18: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
164 | uint64_t max = MAX(a, b);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
218 | #define MAX(a, b) (((a)>(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:22:9: note: other definition of 'MAX'
22 | #define MAX(a,b) ( ((a)<(b)) ? (b) : (a) )
| ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/conflux_params.c:14:
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/congestion_control_common.h:165:18: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
165 | uint64_t min = MIN(a, b);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
215 | #define MIN(a, b) (((a)<(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:25:9: note: other definition of 'MIN'
25 | #define MIN(a,b) ( ((a)>(b)) ? (b) : (a) )
| ^
2 warnings generated.
[396/1450] Compiling conflux_params.c
[397/1450] Compiling conflux_cell.c
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/connection_edge.c:655:40: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
655 | half_conn->end_ack_expected_usec = MAX(timeout_usec,
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
218 | #define MAX(a, b) (((a)>(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:22:9: note: other definition of 'MAX'
22 | #define MAX(a,b) ( ((a)<(b)) ? (b) : (a) )
| ^
1 warning generated.
[398/1450] Compiling connection_edge.c
[399/1450] Compiling conflux_pool.c
In file included from /Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/conflux.c:16:
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/congestion_control_common.h:164:18: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
164 | uint64_t max = MAX(a, b);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
218 | #define MAX(a, b) (((a)>(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:22:9: note: other definition of 'MAX'
22 | #define MAX(a,b) ( ((a)<(b)) ? (b) : (a) )
| ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/conflux.c:16:
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/congestion_control_common.h:165:18: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
165 | uint64_t min = MIN(a, b);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
215 | #define MIN(a, b) (((a)<(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:25:9: note: other definition of 'MIN'
25 | #define MIN(a,b) ( ((a)>(b)) ? (b) : (a) )
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/conflux.c:344:12: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
344 | return MIN(cc->cwnd, sendable);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
215 | #define MIN(a, b) (((a)<(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:25:9: note: other definition of 'MIN'
25 | #define MIN(a,b) ( ((a)>(b)) ? (b) : (a) )
| ^
3 warnings generated.
[400/1450] Compiling conflux.c
[401/1450] Compiling command.c
[402/1450] Compiling circuitpadding_machines.c
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/circuitstats.c:470:33: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
470 | sizeof(int8_t)*MIN(num, cbt->liveness.num_recent_circs));
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
215 | #define MIN(a, b) (((a)<(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:25:9: note: other definition of 'MIN'
25 | #define MIN(a,b) ( ((a)>(b)) ? (b) : (a) )
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/circuitstats.c:475:46: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
475 | cbt->liveness.after_firsthop_idx = MIN(num-1,
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
215 | #define MIN(a, b) (((a)<(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:25:9: note: other definition of 'MIN'
25 | #define MIN(a,b) ( ((a)>(b)) ? (b) : (a) )
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/circuitstats.c:993:19: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
993 | for (n = 0; n < MIN(num_times, CBT_NCIRCUITS_TO_OBSERVE); n++) {
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
215 | #define MIN(a, b) (((a)<(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:25:9: note: other definition of 'MIN'
25 | #define MIN(a,b) ( ((a)>(b)) ? (b) : (a) )
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/circuitstats.c:1755:19: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
1755 | cbt->close_ms = MAX(cbt->close_ms, circuit_build_times_initial_timeout());
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
218 | #define MAX(a, b) (((a)>(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:22:9: note: other definition of 'MAX'
22 | #define MAX(a,b) ( ((a)<(b)) ? (b) : (a) )
| ^
4 warnings generated.
[403/1450] Compiling circuitstats.c
[404/1450] Compiling circuitmux_ewma.c
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/circuituse.c:519:29: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
519 | SET_CUTOFF(stream_cutoff, MAX(options->CircuitStreamTimeout,15)*1000 + 1000);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
218 | #define MAX(a, b) (((a)>(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:22:9: note: other definition of 'MAX'
22 | #define MAX(a,b) ( ((a)<(b)) ? (b) : (a) )
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/circuituse.c:524:14: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
524 | MAX(get_circuit_build_close_time_ms()*(4/6.0),
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
218 | #define MAX(a, b) (((a)>(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:22:9: note: other definition of 'MAX'
22 | #define MAX(a,b) ( ((a)<(b)) ? (b) : (a) )
| ^
2 warnings generated.
[405/1450] Compiling circuituse.c
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/circuitpadding.c:546:12: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
546 | length = MAX(0, length);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
218 | #define MAX(a, b) (((a)>(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:22:9: note: other definition of 'MAX'
22 | #define MAX(a,b) ( ((a)<(b)) ? (b) : (a) )
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/circuitpadding.c:550:14: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
550 | length = MIN(length, state->max_length);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
215 | #define MIN(a, b) (((a)<(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:25:9: note: other definition of 'MIN'
25 | #define MIN(a,b) ( ((a)>(b)) ? (b) : (a) )
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/circuitpadding.c:574:9: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
574 | val = MAX(0, val);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
218 | #define MAX(a, b) (((a)>(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:22:9: note: other definition of 'MAX'
22 | #define MAX(a,b) ( ((a)<(b)) ? (b) : (a) )
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/circuitpadding.c:576:9: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
576 | val = MIN(val, state->dist_max_sample_usec);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
215 | #define MIN(a, b) (((a)<(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:25:9: note: other definition of 'MIN'
25 | #define MIN(a,b) ( ((a)>(b)) ? (b) : (a) )
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/circuitpadding.c:584:27: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
584 | return (circpad_delay_t)MIN(tor_llround(val), CIRCPAD_DELAY_INFINITE);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
215 | #define MIN(a, b) (((a)<(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:25:9: note: other definition of 'MIN'
25 | #define MIN(a,b) ( ((a)>(b)) ? (b) : (a) )
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/circuitpadding.c:1139:19: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
1139 | MIN((current_time - mi->padding_scheduled_at_usec),
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
215 | #define MIN(a, b) (((a)<(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:25:9: note: other definition of 'MIN'
25 | #define MIN(a,b) ( ((a)>(b)) ? (b) : (a) )
| ^
6 warnings generated.
[406/1450] Compiling circuitpadding.c
[407/1450] Compiling circuitmux.c
[408/1450] Compiling address_set.c
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/channelpadding.c:192:19: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
192 | low_timeout = MAX(low_timeout, chan->padding_timeout_low_ms);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
218 | #define MAX(a, b) (((a)>(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:22:9: note: other definition of 'MAX'
22 | #define MAX(a,b) ( ((a)<(b)) ? (b) : (a) )
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/channelpadding.c:193:20: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
193 | high_timeout = MAX(high_timeout, chan->padding_timeout_high_ms);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
218 | #define MAX(a, b) (((a)>(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:22:9: note: other definition of 'MAX'
22 | #define MAX(a,b) ( ((a)<(b)) ? (b) : (a) )
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/channelpadding.c:242:24: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
242 | return low_timeout + MAX(X1, X2);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
218 | #define MAX(a, b) (((a)>(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:22:9: note: other definition of 'MAX'
22 | #define MAX(a,b) ( ((a)<(b)) ? (b) : (a) )
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/channelpadding.c:284:34: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
284 | chan->padding_timeout_low_ms = MAX(consensus_nf_ito_low,
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
218 | #define MAX(a, b) (((a)>(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:22:9: note: other definition of 'MAX'
22 | #define MAX(a,b) ( ((a)<(b)) ? (b) : (a) )
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/channelpadding.c:288:35: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
288 | chan->padding_timeout_high_ms = MAX(chan->padding_timeout_low_ms,
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
218 | #define MAX(a, b) (((a)>(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:22:9: note: other definition of 'MAX'
22 | #define MAX(a,b) ( ((a)<(b)) ? (b) : (a) )
| ^
5 warnings generated.
[409/1450] Compiling channelpadding.c
[410/1450] Compiling periodic.c
In file included from /Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/circuitlist.c:106:
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/congestion_control_common.h:164:18: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
164 | uint64_t max = MAX(a, b);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
218 | #define MAX(a, b) (((a)>(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:22:9: note: other definition of 'MAX'
22 | #define MAX(a,b) ( ((a)<(b)) ? (b) : (a) )
| ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/circuitlist.c:106:
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/congestion_control_common.h:165:18: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
165 | uint64_t min = MIN(a, b);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
215 | #define MIN(a, b) (((a)<(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:25:9: note: other definition of 'MIN'
25 | #define MIN(a,b) ( ((a)>(b)) ? (b) : (a) )
| ^
2 warnings generated.
[411/1450] Compiling circuitlist.c
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/mainloop/netstatus.c:65:29: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
65 | last_user_activity_seen = MAX(now, last_user_activity_seen);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
218 | #define MAX(a, b) (((a)>(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:22:9: note: other definition of 'MAX'
22 | #define MAX(a,b) ( ((a)<(b)) ? (b) : (a) )
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/mainloop/netstatus.c:123:33: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
123 | time_t sec_since_activity = MAX(0, now - last_user_activity_seen);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
218 | #define MAX(a, b) (((a)>(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:22:9: note: other definition of 'MAX'
22 | #define MAX(a,b) ( ((a)<(b)) ? (b) : (a) )
| ^
2 warnings generated.
In file included from /Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/channeltls.c:69:
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/congestion_control_common.h:164:18: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
164 | uint64_t max = MAX(a, b);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
218 | #define MAX(a, b) (((a)>(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:22:9: note: other definition of 'MAX'
22 | #define MAX(a,b) ( ((a)<(b)) ? (b) : (a) )
| ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/channeltls.c:69:
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/congestion_control_common.h:165:18: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
165 | uint64_t min = MIN(a, b);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
215 | #define MIN(a, b) (((a)<(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:25:9: note: other definition of 'MIN'
25 | #define MIN(a,b) ( ((a)>(b)) ? (b) : (a) )
| ^
2 warnings generated.
[412/1450] Compiling netstatus.c
In file included from /Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/circuitbuild.c:76:
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/congestion_control_common.h:164:18: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
164 | uint64_t max = MAX(a, b);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
218 | #define MAX(a, b) (((a)>(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:22:9: note: other definition of 'MAX'
22 | #define MAX(a,b) ( ((a)<(b)) ? (b) : (a) )
| ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/circuitbuild.c:76:
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/congestion_control_common.h:165:18: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
165 | uint64_t min = MIN(a, b);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
215 | #define MIN(a, b) (((a)<(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:25:9: note: other definition of 'MIN'
25 | #define MIN(a,b) ( ((a)>(b)) ? (b) : (a) )
| ^
2 warnings generated.
[413/1450] Compiling mainloop_sys.c
[414/1450] Compiling channeltls.c
[415/1450] Compiling circuitbuild.c
[416/1450] Compiling mainloop_pubsub.c
[417/1450] Compiling channel.c
[418/1450] Compiling relay_crypto.c
[419/1450] Compiling onion_ntor_v3.c
[420/1450] Compiling onion_tap.c
[421/1450] Compiling onion_ntor.c
[422/1450] Compiling subsysmgr.c
[423/1450] Compiling mainloop.c
[424/1450] Compiling onion_fast.c
[425/1450] Compiling hs_ntor.c
[426/1450] Compiling clear_cache_shim.c
[427/1450] Compiling shutdown.c
In file included from /Users/admin/builder/spi-builder-workspace/Sources/libtor/src/app/main/tor_main_loop.c:30:
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/congestion_control_common.h:164:18: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
164 | uint64_t max = MAX(a, b);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
218 | #define MAX(a, b) (((a)>(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:22:9: note: other definition of 'MAX'
22 | #define MAX(a,b) ( ((a)<(b)) ? (b) : (a) )
| ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/libtor/src/app/main/tor_main_loop.c:30:
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/core/or/congestion_control_common.h:165:18: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
165 | uint64_t min = MIN(a, b);
| ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
215 | #define MIN(a, b) (((a)<(b))?(a):(b))
| ^
/Users/admin/builder/spi-builder-workspace/Sources/libtor/src/lib/intmath/cmp.h:25:9: note: other definition of 'MIN'
25 | #define MIN(a,b) ( ((a)>(b)) ? (b) : (a) )
| ^
2 warnings generated.
[428/1450] Compiling tor_main_loop.c
[429/1450] Compiling tls_depr.c
[430/1450] Compiling tls_srp.c
[431/1450] Compiling tls13_enc.c
[432/1450] Compiling statem.c
[433/1450] Compiling t1_enc.c
[434/1450] Compiling statem_srvr.c
[435/1450] Compiling extensions_srvr.c
[436/1450] Compiling t1_lib.c
[437/1450] Compiling extensions_cust.c
[438/1450] Compiling ssl_utst.c
[439/1450] Compiling extensions.c
[440/1450] Compiling ssl_txt.c
[441/1450] Compiling extensions_clnt.c
[442/1450] Compiling ssl_stat.c
[443/1450] Compiling ssl_err_legacy.c
[444/1450] Compiling ssl_sess.c
[445/1450] Compiling ssl_rsa.c
[446/1450] Compiling statem_clnt.c
[447/1450] Compiling ssl_mcnf.c
[448/1450] Compiling ssl_init.c
[449/1450] Compiling statem_lib.c
[450/1450] Compiling ssl_conf.c
[451/1450] Compiling ssl_cert_comp.c
[452/1450] Compiling s3_msg.c
[453/1450] Compiling ssl_asn1.c
[454/1450] Compiling ssl_ciph.c
[455/1450] Compiling ssl_cert.c
[456/1450] Compiling t1_trce.c
[457/1450] Compiling rio_notifier.c
[458/1450] Compiling s3_lib.c
[459/1450] Compiling statem_dtls.c
[460/1450] Compiling poll_builder.c
[461/1450] Compiling s3_enc.c
[462/1450] Compiling ssl_lib.c
[463/1450] Compiling poll_immediate.c
[464/1450] Compiling tlsany_meth.c
[465/1450] Compiling rec_layer_d1.c
[466/1450] Compiling tls_pad.c
[467/1450] Compiling tls_multib.c
[468/1450] Compiling rec_layer_s3.c
[469/1450] Compiling tls1_meth.c
[470/1450] Compiling tls13_meth.c
[471/1450] Compiling ssl3_cbc.c
[472/1450] Compiling ssl3_meth.c
[473/1450] Compiling uint_set.c
[474/1450] Compiling tls_common.c
[475/1450] Compiling quic_types.c
[476/1450] Compiling quic_wire_pkt.c
[477/1450] Compiling dtls_meth.c
[478/1450] Compiling quic_txpim.c
[479/1450] Compiling quic_wire.c
[480/1450] Compiling quic_statm.c
[481/1450] Compiling quic_tls_api.c
[482/1450] Compiling quic_tserver.c
[483/1450] Compiling quic_trace.c
[484/1450] Compiling quic_txp.c
[484/1450] Compiling quic_tls.c
[486/1450] Compiling quic_stream_map.c
[487/1450] Compiling quic_thread_assist.c
[488/1450] Compiling quic_srtm.c
[489/1450] Compiling quic_sstream.c
[490/1450] Compiling quic_srt_gen.c
[491/1450] Compiling quic_sf_list.c
[492/1450] Compiling quic_rstream.c
[493/1450] Compiling quic_reactor_wait_ctx.c
[494/1450] Compiling quic_record_util.c
[495/1450] Compiling quic_record_shared.c
[496/1450] Compiling quic_reactor.c
[497/1450] Compiling quic_rx_depack.c
[498/1450] Compiling quic_rcidm.c
[499/1450] Compiling quic_record_tx.c
[500/1450] Compiling quic_record_rx.c
[501/1450] Compiling quic_lcidm.c
[502/1450] Compiling quic_fc.c
[503/1450] Compiling quic_fifd.c
[504/1450] Compiling quic_obj.c
[505/1450] Compiling quic_method.c
[506/1450] Compiling quic_port.c
[507/1450] Compiling quic_demux.c
[508/1450] Compiling quic_engine.c
[509/1450] Compiling quic_cfq.c
[510/1450] Compiling json_enc.c
[511/1450] Compiling priority_queue.c
[512/1450] Compiling cc_newreno.c
[513/1450] Compiling qlog.c
[514/1450] Compiling qlog_event_helpers.c
[515/1450] Compiling quic_ackm.c
[516/1450] Compiling quic_channel.c
[517/1450] Compiling pqueue.c
[518/1450] Compiling Placeholder.c
[519/1450] Compiling methods.c
[520/1450] Compiling quic_impl.c
[521/1450] Compiling d1_srtp.c
[522/1450] Compiling d1_msg.c
[523/1450] Compiling bio_ssl.c
[524/1450] Compiling d1_lib.c
[525/1450] Compiling strlcpy.c
[526/1450] Compiling evutil_rand.c
[527/1450] Compiling listener.c
[528/1450] Compiling log.c
[529/1450] Compiling http.c
[530/1450] Compiling signal.c
[531/1450] Compiling evutil_time.c
[532/1450] Compiling evthread_pthread.c
[533/1450] Compiling evthread.c
[534/1450] Compiling evrpc.c
[535/1450] Compiling event_tagging.c
[536/1450] Compiling poll.c
[537/1450] Compiling evmap.c
[538/1450] Compiling select.c
[539/1450] Compiling epoll.c
[540/1450] Compiling bufferevent_sock.c
[541/1450] Compiling kqueue.c
[542/1450] Compiling bufferevent_pair.c
[543/1450] Compiling event.c
[544/1450] Compiling bufferevent_filter.c
[545/1450] Compiling bufferevent_ratelim.c
[546/1450] Compiling bufferevent.c
[547/1450] Compiling evutil.c
[548/1450] Compiling evdns.c
[549/1450] Compiling buffer.c
[550/1450] Compiling x_exten.c
[551/1450] Compiling x_ietfatt.c
[552/1450] Compiling x509type.c
[553/1450] Compiling x_x509a.c
[554/1450] Compiling x_attrib.c
[555/1450] Compiling x509spki.c
[556/1450] Compiling x_pubkey.c
[557/1450] Compiling x_x509.c
[558/1450] Compiling x_name.c
[559/1450] Compiling x_req.c
[560/1450] Compiling x509rset.c
[561/1450] Compiling x509name.c
[562/1450] Compiling x509cset.c
[563/1450] Compiling x509aset.c
[564/1450] Compiling x_crl.c
[565/1450] Compiling x509_vpm.c
[566/1450] Compiling x_all.c
[567/1450] Compiling x509_txt.c
[568/1450] Compiling x509_v3.c
[569/1450] Compiling x509_vfy.c
[570/1450] Compiling x509_trust.c
[571/1450] Compiling x509_r2x.c
[572/1450] Compiling x509_set.c
[573/1450] Compiling x509_err.c
[574/1450] Compiling x509_obj.c
[575/1450] Compiling x509_req.c
[576/1450] Compiling x509_meth.c
[577/1450] Compiling x509_ext.c
[578/1450] Compiling v3err.c
[579/1450] Compiling x509_lu.c
[580/1450] Compiling x509_def.c
[581/1450] Compiling x509_d2.c
[582/1450] Compiling x509_cmp.c
[583/1450] Compiling x509_acert.c
[584/1450] Compiling x509_att.c
[585/1450] Compiling v3_utf8.c
[586/1450] Compiling v3_utl.c
[587/1450] Compiling v3_usernotice.c
[588/1450] Compiling v3_tlsf.c
[589/1450] Compiling v3_timespec.c
[590/1450] Compiling v3_sxnet.c
[591/1450] Compiling v3_soa_id.c
[592/1450] Compiling v3_skid.c
[593/1450] Compiling v3_single_use.c
[594/1450] Compiling v3_sda.c
[595/1450] Compiling v3_rolespec.c
[596/1450] Compiling v3_san.c
[597/1450] Compiling v3_prn.c
[598/1450] Compiling v3_purp.c
[599/1450] Compiling v3_pmaps.c
[600/1450] Compiling v3_pku.c
[601/1450] Compiling v3_pcons.c
[602/1450] Compiling v3_pcia.c
[603/1450] Compiling v3_no_rev_avail.c
[604/1450] Compiling v3_pci.c
[605/1450] Compiling v3_no_ass.c
[606/1450] Compiling v3_ncons.c
[607/1450] Compiling v3_lib.c
[608/1450] Compiling v3_iobo.c
[609/1450] Compiling v3_ist.c
[610/1450] Compiling v3_int.c
[611/1450] Compiling v3_info.c
[612/1450] Compiling v3_ind_iss.c
[613/1450] Compiling v3_ia5.c
[614/1450] Compiling v3_group_ac.c
[615/1450] Compiling v3_genn.c
[616/1450] Compiling v3_extku.c
[617/1450] Compiling v3_enum.c
[618/1450] Compiling v3_conf.c
[618/1450] Compiling v3_bitst.c
[620/1450] Compiling v3_crld.c
[621/1450] Compiling v3_cpols.c
[622/1450] Compiling v3_audit_id.c
[622/1450] Compiling v3_bcons.c
[624/1450] Compiling v3_authattid.c
[625/1450] Compiling v3_battcons.c
[626/1450] Compiling v3_attrmap.c
[627/1450] Compiling v3_attrdesc.c
[628/1450] Compiling v3_akeya.c
[629/1450] Compiling v3_akid.c
[630/1450] Compiling v3_admis.c
[631/1450] Compiling v3_asid.c
[632/1450] Compiling v3_aaa.c
[633/1450] Compiling v3_ac_tgt.c
[634/1450] Compiling t_x509.c
[635/1450] Compiling v3_addr.c
[636/1450] Compiling t_req.c
[637/1450] Compiling t_crl.c
[638/1450] Compiling t_acert.c
[639/1450] Compiling pcy_node.c
[640/1450] Compiling pcy_tree.c
[641/1450] Compiling pcy_map.c
[642/1450] Compiling pcy_lib.c
[643/1450] Compiling pcy_data.c
[644/1450] Compiling uid.c
[645/1450] Compiling pcy_cache.c
[646/1450] Compiling by_store.c
[647/1450] Compiling by_file.c
[648/1450] Compiling by_dir.c
[649/1450] Compiling ui_err.c
[650/1450] Compiling ui_util.c
[651/1450] Compiling ui_null.c
[652/1450] Compiling txt_db.c
[653/1450] Compiling ui_openssl.c
[654/1450] Compiling ui_lib.c
[655/1450] Compiling ts_err.c
[656/1450] Compiling ts_verify_ctx.c
[657/1450] Compiling ts_rsp_utils.c
[658/1450] Compiling ts_rsp_verify.c
[659/1450] Compiling ts_rsp_sign.c
[660/1450] Compiling ts_rsp_print.c
[661/1450] Compiling ts_req_print.c
[662/1450] Compiling ts_req_utils.c
[663/1450] Compiling ts_lib.c
[664/1450] Compiling time.c
[665/1450] Compiling trace.c
[666/1450] Compiling threads_win.c
[667/1450] Compiling threads_lib.c
[668/1450] Compiling threads_none.c
[669/1450] Compiling ts_conf.c
[670/1450] Compiling threads_pthread.c
[671/1450] Compiling ts_asn1.c
[672/1450] Compiling threads_common.c
[673/1450] Compiling thread_win.c
[674/1450] Compiling thread_none.c
[675/1450] Compiling thread_posix.c
[676/1450] Compiling internal.c
[677/1450] Compiling arch.c
[678/1450] Compiling api.c
[679/1450] Compiling store_err.c
[680/1450] Compiling store_strings.c
[681/1450] Compiling stack.c
[682/1450] Compiling ssl_err.c
[683/1450] Compiling store_init.c
[684/1450] Compiling store_result.c
[685/1450] Compiling store_register.c
[686/1450] Compiling store_meth.c
[687/1450] Compiling store_lib.c
[688/1450] Compiling srp_vfy.c
[689/1450] Compiling sparse_array.c
[690/1450] Compiling sleep.c
[690/1450] Compiling siphash.c
[692/1450] Compiling srp_lib.c
[693/1450] Compiling sha3.c
[694/1450] Compiling sha256.c
[695/1450] Compiling keccak1600.c
[696/1450] Compiling sha512.c
[697/1450] Compiling sha1_one.c
[698/1450] Compiling self_test_core.c
[699/1450] Compiling rsa_x931g.c
[700/1450] Compiling rsa_x931.c
[701/1450] Compiling sha1dgst.c
[702/1450] Compiling rsa_sp800_56b_check.c
[703/1450] Compiling rsa_sp800_56b_gen.c
[704/1450] Compiling rsa_sign.c
[704/1450] Compiling rsa_schemes.c
[706/1450] Compiling rsa_prn.c
[707/1450] Compiling rsa_pss.c
[708/1450] Compiling rsa_saos.c
[709/1450] Compiling rsa_none.c
[710/1450] Compiling rsa_pk1.c
[711/1450] Compiling rsa_oaep.c
[712/1450] Compiling rsa_mp_names.c
[713/1450] Compiling rsa_ossl.c
[714/1450] Compiling rsa_mp.c
[715/1450] Compiling rsa_pmeth.c
[716/1450] Compiling rsa_err.c
[717/1450] Compiling rsa_meth.c
[718/1450] Compiling rsa_depr.c
[719/1450] Compiling rsa_gen.c
[720/1450] Compiling rsa_chk.c
[721/1450] Compiling rmd_one.c
[722/1450] Compiling rsa_crpt.c
[723/1450] Compiling rsa_lib.c
[724/1450] Compiling rmd_dgst.c
[725/1450] Compiling rsa_asn1.c
[726/1450] Compiling rsa_backend.c
[727/1450] Compiling rc4_skey.c
[728/1450] Compiling rc4_enc.c
[729/1450] Compiling rsa_ameth.c
[730/1450] Compiling randfile.c
[731/1450] Compiling rand_err.c
[732/1450] Compiling quic_vlint.c
[733/1450] Compiling rand_uniform.c
[734/1450] Compiling rand_meth.c
[735/1450] Compiling provider_predefined.c
[736/1450] Compiling punycode.c
[737/1450] Compiling rand_deprecated.c
[738/1450] Compiling rand_pool.c
[739/1450] Compiling prov_seed.c
[740/1450] Compiling rand_lib.c
[741/1450] Compiling property_err.c
[742/1450] Compiling provider.c
[743/1450] Compiling provider_conf.c
[744/1450] Compiling property_query.c
[745/1450] Compiling property_string.c
[746/1450] Compiling provider_child.c
[747/1450] Compiling property_parse.c
[748/1450] Compiling defn_cache.c
[749/1450] Compiling poly1305.c
[750/1450] Compiling property.c
[751/1450] Compiling pkcs7err.c
[752/1450] Compiling provider_core.c
[753/1450] Compiling pk12err.c
[754/1450] Compiling bio_pk7.c
[755/1450] Compiling pk7_mime.c
[756/1450] Compiling pk7_attr.c
[757/1450] Compiling pk7_smime.c
[758/1450] Compiling pk7_lib.c
[759/1450] Compiling pk7_doit.c
[760/1450] Compiling p12_utl.c
[761/1450] Compiling p12_sbag.c
[762/1450] Compiling pk7_asn1.c
[763/1450] Compiling p12_p8d.c
[764/1450] Compiling p12_p8e.c
[765/1450] Compiling p12_npas.c
[766/1450] Compiling p12_mutl.c
[767/1450] Compiling p12_key.c
[768/1450] Compiling p12_kiss.c
[769/1450] Compiling p12_init.c
[770/1450] Compiling p12_decr.c
[771/1450] Compiling p12_crt.c
[772/1450] Compiling p12_crpt.c
[773/1450] Compiling p12_attr.c
[774/1450] Compiling p12_asn.c
[775/1450] Compiling p12_add.c
[776/1450] Compiling pem_xaux.c
[777/1450] Compiling pem_x509.c
[778/1450] Compiling pvkfmt.c
[779/1450] Compiling pem_sign.c
[780/1450] Compiling pem_err.c
[781/1450] Compiling pem_oth.c
[782/1450] Compiling pem_pk8.c
[783/1450] Compiling pem_pkey.c
[784/1450] Compiling params_from_text.c
[785/1450] Compiling pem_info.c
[786/1450] Compiling params_dup.c
[787/1450] Compiling pem_lib.c
[788/1450] Compiling params.c
[789/1450] Compiling param_build_set.c
[790/1450] Compiling passphrase.c
[791/1450] Compiling pem_all.c
[792/1450] Compiling param_build.c
[793/1450] Compiling packet.c
[794/1450] Compiling ocsp_err.c
[795/1450] Compiling ocsp_vfy.c
[796/1450] Compiling v3_ocsp.c
[797/1450] Compiling ocsp_prn.c
[798/1450] Compiling ocsp_srv.c
[799/1450] Compiling ocsp_http.c
[800/1450] Compiling obj_xref.c
[801/1450] Compiling ocsp_lib.c
[802/1450] Compiling ocsp_ext.c
[803/1450] Compiling ocsp_asn.c
[804/1450] Compiling obj_err.c
[804/1450] Compiling ocsp_cl.c
[806/1450] Compiling o_time.c
[807/1450] Compiling obj_lib.c
[808/1450] Compiling o_init.c
[809/1450] Compiling o_names.c
[810/1450] Compiling xts128.c
[811/1450] Compiling xts128gb.c
[812/1450] Compiling o_dir.c
[813/1450] Compiling o_fopen.c
[813/1450] Compiling o_str.c
[815/1450] Compiling wrap128.c
[815/1450] Compiling obj_dat.c
[817/1450] Compiling ofb128.c
[818/1450] Compiling ctr128.c
[819/1450] Compiling ocb128.c
[820/1450] Compiling siv128.c
[821/1450] Compiling cts128.c
[822/1450] Compiling cfb128.c
[823/1450] Compiling ccm128.c
[824/1450] Compiling mem_clr.c
[825/1450] Compiling gcm128.c
[826/1450] Compiling cbc128.c
[827/1450] Compiling mem_sec.c
[828/1450] Compiling md5_one.c
[829/1450] Compiling lhash.c
[830/1450] Compiling md5_dgst.c
[831/1450] Compiling mem.c
[832/1450] Compiling lh_stats.c
[833/1450] Compiling kdf_err.c
[834/1450] Compiling md5_sha1.c
[835/1450] Compiling initthread.c
[836/1450] Compiling indicator_core.c
[837/1450] Compiling http_err.c
[838/1450] Compiling info.c
[839/1450] Compiling http_lib.c
[840/1450] Compiling hashfunc.c
[841/1450] Compiling init.c
[842/1450] Compiling hmac.c
[843/1450] Compiling hpke_util.c
[844/1450] Compiling http_client.c
[845/1450] Compiling hpke.c
[846/1450] Compiling getenv.c
[847/1450] Compiling hashtable.c
[848/1450] Compiling ffc_params_validate.c
[849/1450] Compiling ffc_params_generate.c
[850/1450] Compiling ffc_params.c
[851/1450] Compiling ffc_key_validate.c
[852/1450] Compiling ffc_key_generate.c
[853/1450] Compiling ffc_dh.c
[854/1450] Compiling ex_data.c
[855/1450] Compiling ffc_backend.c
[856/1450] Compiling skeymgmt_meth.c
[857/1450] Compiling s_lib.c
[858/1450] Compiling signature.c
[859/1450] Compiling pbe_scrypt.c
[860/1450] Compiling pmeth_gn.c
[861/1450] Compiling pmeth_check.c
[862/1450] Compiling p_verify.c
[863/1450] Compiling p_seal.c
[864/1450] Compiling p_sign.c
[865/1450] Compiling pmeth_lib.c
[866/1450] Compiling p_open.c
[867/1450] Compiling p_legacy.c
[868/1450] Compiling p_dec.c
[869/1450] Compiling p_enc.c
[870/1450] Compiling p5_crpt2.c
[871/1450] Compiling p_lib.c
[872/1450] Compiling mac_meth.c
[873/1450] Compiling mac_lib.c
[874/1450] Compiling p5_crpt.c
[875/1450] Compiling m_sigver.c
[875/1450] Compiling names.c
[877/1450] Compiling m_null.c
[878/1450] Compiling legacy_ripemd.c
[879/1450] Compiling legacy_sha.c
[880/1450] Compiling legacy_md5.c
[881/1450] Compiling legacy_md5_sha1.c
[882/1450] Compiling keymgmt_meth.c
[883/1450] Compiling keymgmt_lib.c
[884/1450] Compiling kdf_meth.c
[885/1450] Compiling kem.c
[886/1450] Compiling kdf_lib.c
[887/1450] Compiling exchange.c
[888/1450] Compiling evp_utils.c
[889/1450] Compiling evp_rand.c
[890/1450] Compiling evp_err.c
[891/1450] Compiling evp_pkey_type.c
[892/1450] Compiling evp_pkey.c
[893/1450] Compiling evp_fetch.c
[894/1450] Compiling evp_pbe.c
[895/1450] Compiling evp_key.c
[896/1450] Compiling evp_lib.c
[897/1450] Compiling ec_support.c
[898/1450] Compiling evp_cnf.c
[899/1450] Compiling encode.c
[900/1450] Compiling ec_ctrl.c
[901/1450] Compiling e_xcbc_d.c
[902/1450] Compiling evp_enc.c
[903/1450] Compiling e_old.c
[904/1450] Compiling e_rc4.c
[905/1450] Compiling e_rc4_hmac_md5.c
[906/1450] Compiling e_null.c
[907/1450] Compiling e_des.c
[907/1450] Compiling e_des3.c
[909/1450] Compiling e_chacha20_poly1305.c
[910/1450] Compiling e_aes_cbc_hmac_sha256.c
[911/1450] Compiling e_aes_cbc_hmac_sha1.c
[912/1450] Compiling dsa_ctrl.c
[913/1450] Compiling dh_support.c
[914/1450] Compiling e_aes.c
[915/1450] Compiling dh_ctrl.c
[916/1450] Compiling digest.c
[917/1450] Compiling cmeth_lib.c
[918/1450] Compiling bio_md.c
[919/1450] Compiling bio_ok.c
[920/1450] Compiling bio_enc.c
[921/1450] Compiling c_alld.c
[922/1450] Compiling c_allc.c
[923/1450] Compiling bio_b64.c
[924/1450] Compiling ctrl_params_translate.c
[925/1450] Compiling ess_err.c
[926/1450] Compiling asymcipher.c
[927/1450] Compiling err_save.c
[928/1450] Compiling err_mark.c
[929/1450] Compiling err_blocks.c
[930/1450] Compiling err_prn.c
[931/1450] Compiling err_all_legacy.c
[932/1450] Compiling err_all.c
[933/1450] Compiling ess_lib.c
[934/1450] Compiling ess_asn1.c
[935/1450] Compiling err.c
[936/1450] Compiling tb_rsa.c
[937/1450] Compiling tb_rand.c
[938/1450] Compiling tb_pkmeth.c
[939/1450] Compiling tb_eckey.c
[940/1450] Compiling tb_dsa.c
[941/1450] Compiling tb_digest.c
[942/1450] Compiling tb_dh.c
[943/1450] Compiling tb_cipher.c
[944/1450] Compiling tb_asnmth.c
[945/1450] Compiling eng_table.c
[946/1450] Compiling eng_err.c
[947/1450] Compiling eng_rdrand.c
[948/1450] Compiling eng_pkey.c
[949/1450] Compiling eng_openssl.c
[950/1450] Compiling eng_list.c
[951/1450] Compiling eng_lib.c
[952/1450] Compiling eng_init.c
[953/1450] Compiling eng_fat.c
[954/1450] Compiling eng_ctrl.c
[955/1450] Compiling eng_dyn.c
[956/1450] Compiling encoder_err.c
[957/1450] Compiling eng_cnf.c
[958/1450] Compiling eng_all.c
[959/1450] Compiling decoder_err.c
[959/1450] Compiling encoder_pkey.c
[961/1450] Compiling encoder_lib.c
[962/1450] Compiling encoder_meth.c
[963/1450] Compiling ecx_key.c
[964/1450] Compiling decoder_meth.c
[965/1450] Compiling decoder_lib.c
[966/1450] Compiling decoder_pkey.c
[967/1450] Compiling ecx_backend.c
[968/1450] Compiling ecx_meth.c
[969/1450] Compiling ecp_oct.c
[970/1450] Compiling ecp_nist.c
[971/1450] Compiling ecp_smpl.c
[972/1450] Compiling ecp_mont.c
[973/1450] Compiling eck_prn.c
[974/1450] Compiling ecdsa_vrf.c
[975/1450] Compiling ecdsa_sign.c
[976/1450] Compiling ecdsa_ossl.c
[977/1450] Compiling ecdh_kdf.c
[978/1450] Compiling ecdh_ossl.c
[979/1450] Compiling ec_print.c
[980/1450] Compiling ec_oct.c
[981/1450] Compiling ec_err.c
[982/1450] Compiling ec_mult.c
[983/1450] Compiling ec_pmeth.c
[984/1450] Compiling ec_deprecated.c
[985/1450] Compiling ec_lib.c
[986/1450] Compiling ec_kmeth.c
[987/1450] Compiling ec_key.c
[988/1450] Compiling ec_cvt.c
[989/1450] Compiling ec_check.c
[990/1450] Compiling ec_curve.c
[991/1450] Compiling scalar.c
[992/1450] Compiling f_generic.c
[993/1450] Compiling ec_backend.c
[994/1450] Compiling ec2_oct.c
[994/1450] Compiling curve448_tables.c
[996/1450] Compiling ec_asn1.c
[997/1450] Compiling ec2_smpl.c
[998/1450] Compiling ec_ameth.c
[999/1450] Compiling eddsa.c
[999/1450] Compiling f_impl64.c
[1001/1450] Compiling curve448.c
[1001/1450] Compiling f_impl32.c
[1003/1450] Compiling ebcdic.c
[1004/1450] Compiling dso_vms.c
[1005/1450] Compiling dso_win32.c
[1006/1450] Compiling dso_openssl.c
[1007/1450] Compiling dso_err.c
[1008/1450] Compiling dso_lib.c
[1009/1450] Compiling dso_dlfcn.c
[1010/1450] Compiling dso_dl.c
[1011/1450] Compiling dsa_vrf.c
[1012/1450] Compiling curve25519.c
[1013/1450] Compiling dsa_sign.c
[1014/1450] Compiling dsa_prn.c
[1015/1450] Compiling dsa_meth.c
[1016/1450] Compiling dsa_ossl.c
[1017/1450] Compiling dsa_err.c
[1018/1450] Compiling dsa_gen.c
[1019/1450] Compiling dsa_key.c
[1020/1450] Compiling dsa_pmeth.c
[1021/1450] Compiling dsa_lib.c
[1022/1450] Compiling dsa_depr.c
[1023/1450] Compiling dsa_check.c
[1024/1450] Compiling dh_rfc5114.c
[1025/1450] Compiling dsa_backend.c
[1026/1450] Compiling dsa_asn1.c
[1027/1450] Compiling dh_meth.c
[1028/1450] Compiling dh_prn.c
[1029/1450] Compiling dh_kdf.c
[1030/1450] Compiling dsa_ameth.c
[1031/1450] Compiling dh_key.c
[1032/1450] Compiling dh_lib.c
[1033/1450] Compiling dh_err.c
[1034/1450] Compiling dh_pmeth.c
[1035/1450] Compiling dh_depr.c
[1036/1450] Compiling dh_group_params.c
[1036/1450] Compiling dh_gen.c
[1038/1450] Compiling xcbc_enc.c
[1039/1450] Compiling str2key.c
[1040/1450] Compiling dh_check.c
[1041/1450] Compiling set_key.c
[1042/1450] Compiling dh_asn1.c
[1043/1450] Compiling qud_cksm.c
[1044/1450] Compiling deterministic_nonce.c
[1045/1450] Compiling dh_backend.c
[1046/1450] Compiling pcbc_enc.c
[1047/1450] Compiling ofb_enc.c
[1048/1450] Compiling ofb64enc.c
[1049/1450] Compiling ofb64ede.c
[1050/1450] Compiling dh_ameth.c
[1051/1450] Compiling rand_key.c
[1052/1450] Compiling fcrypt_b.c
[1053/1450] Compiling fcrypt.c
[1054/1450] Compiling ecb3_enc.c
[1055/1450] Compiling ecb_enc.c
[1056/1450] Compiling cfb64enc.c
[1057/1450] Compiling cfb_enc.c
[1058/1450] Compiling cbc_cksm.c
[1059/1450] Compiling cbc_enc.c
[1060/1450] Compiling cfb64ede.c
[1061/1450] Compiling des_enc.c
[1062/1450] Compiling ctype.c
[1063/1450] Compiling defaults.c
[1064/1450] Compiling der_writer.c
[1065/1450] Compiling cversion.c
[1066/1450] Compiling ct_err.c
[1067/1450] Compiling ct_x509v3.c
[1068/1450] Compiling ct_vfy.c
[1069/1450] Compiling ct_prn.c
[1070/1450] Compiling ct_sct_ctx.c
[1071/1450] Compiling ct_sct.c
[1072/1450] Compiling ct_policy.c
[1073/1450] Compiling ct_oct.c
[1074/1450] Compiling ct_log.c
[1075/1450] Compiling ct_b64.c
[1076/1450] Compiling cryptlib.c
[1077/1450] Compiling crmf_err.c
[1078/1450] Compiling cpt_err.c
[1079/1450] Compiling cpuid.c
[1080/1450] Compiling crmf_pbm.c
[1081/1450] Compiling core_algorithm.c
[1082/1450] Compiling core_fetch.c
[1083/1450] Compiling conf_ssl.c
[1084/1450] Compiling core_namemap.c
[1085/1450] Compiling context.c
[1086/1450] Compiling crmf_asn.c
[1087/1450] Compiling crmf_lib.c
[1088/1450] Compiling conf_err.c
[1089/1450] Compiling conf_lib.c
[1090/1450] Compiling conf_sap.c
[1091/1450] Compiling conf_api.c
[1092/1450] Compiling comp_methods.c
[1093/1450] Compiling comp_err.c
[1094/1450] Compiling conf_mod.c
[1095/1450] Compiling conf_mall.c
[1096/1450] Compiling comp_lib.c
[1097/1450] Compiling conf_def.c
[1098/1450] Compiling c_zstd.c
[1099/1450] Compiling c_zlib.c
[1100/1450] Compiling c_brotli.c
[1101/1450] Compiling cms_rsa.c
[1102/1450] Compiling cms_kem.c
[1102/1450] Compiling cms_kemri.c
[1104/1450] Compiling cms_pwri.c
[1105/1450] Compiling cms_smime.c
[1106/1450] Compiling cms_lib.c
[1107/1450] Compiling cms_sd.c
[1108/1450] Compiling cms_io.c
[1109/1450] Compiling cms_kari.c
[1110/1450] Compiling cms_ess.c
[1111/1450] Compiling cms_err.c
[1112/1450] Compiling cms_ec.c
[1113/1450] Compiling cms_dh.c
[1114/1450] Compiling cms_enc.c
[1115/1450] Compiling cms_dd.c
[1116/1450] Compiling cms_cd.c
[1117/1450] Compiling cms_att.c
[1118/1450] Compiling cms_env.c
[1119/1450] Compiling cms_asn1.c
[1120/1450] Compiling cmp_util.c
[1121/1450] Compiling cmp_vfy.c
[1122/1450] Compiling cmp_err.c
[1123/1450] Compiling cmp_status.c
[1124/1450] Compiling cmp_protect.c
[1125/1450] Compiling cmp_http.c
[1126/1450] Compiling cmp_server.c
[1127/1450] Compiling cmp_hdr.c
[1128/1450] Compiling cmp_genm.c
[1129/1450] Compiling cmp_msg.c
[1130/1450] Compiling cmp_client.c
[1131/1450] Compiling cmp_ctx.c
[1132/1450] Compiling chacha_enc.c
[1133/1450] Compiling buf_err.c
[1134/1450] Compiling buffer.c
[1135/1450] Compiling cmac.c
[1136/1450] Compiling bsearch.c
[1137/1450] Compiling bn_x931p.c
[1138/1450] Compiling bn_word.c
[1139/1450] Compiling cmp_asn.c
[1140/1450] Compiling bn_srp.c
[1141/1450] Compiling bn_sqr.c
[1142/1450] Compiling bn_sqrt.c
[1143/1450] Compiling bn_shift.c
[1144/1450] Compiling bn_rsa_fips186_4.c
[1145/1450] Compiling bn_recp.c
[1146/1450] Compiling bn_print.c
[1147/1450] Compiling bn_prime.c
[1148/1450] Compiling bn_rand.c
[1149/1450] Compiling bn_nist.c
[1150/1450] Compiling bn_mpi.c
[1151/1450] Compiling bn_mul.c
[1152/1450] Compiling bn_mont.c
[1153/1450] Compiling bn_mod.c
[1154/1450] Compiling bn_kron.c
[1155/1450] Compiling bn_intern.c
[1156/1450] Compiling bn_lib.c
[1157/1450] Compiling bn_err.c
[1158/1450] Compiling bn_gcd.c
[1159/1450] Compiling bn_gf2m.c
[1159/1450] Compiling bn_exp2.c
[1161/1450] Compiling bn_div.c
[1162/1450] Compiling bn_exp.c
[1163/1450] Compiling bn_dh.c
[1164/1450] Compiling bn_depr.c
[1165/1450] Compiling bn_ctx.c
[1166/1450] Compiling bn_const.c
[1167/1450] Compiling bn_conv.c
[1168/1450] Compiling bn_add.c
[1169/1450] Compiling bn_blind.c
[1170/1450] Compiling ossl_core_bio.c
[1171/1450] Compiling bss_null.c
[1171/1450] Compiling bss_sock.c
[1173/1450] Compiling bss_mem.c
[1174/1450] Compiling bss_log.c
[1175/1450] Compiling bss_file.c
[1176/1450] Compiling bss_fd.c
[1177/1450] Compiling bn_asm.c
[1178/1450] Compiling bss_dgram.c
[1179/1450] Compiling bss_dgram_pair.c
[1180/1450] Compiling bss_core.c
[1181/1450] Compiling bss_conn.c
[1182/1450] Compiling bss_bio.c
[1183/1450] Compiling bss_acpt.c
[1184/1450] Compiling bio_sock2.c
[1185/1450] Compiling bio_sock.c
[1186/1450] Compiling bio_meth.c
[1187/1450] Compiling bio_print.c
[1188/1450] Compiling bio_err.c
[1189/1450] Compiling bio_dump.c
[1190/1450] Compiling bio_cb.c
[1191/1450] Compiling bio_lib.c
[1192/1450] Compiling bf_readbuff.c
[1193/1450] Compiling bf_prefix.c
[1194/1450] Compiling bio_addr.c
[1195/1450] Compiling bf_null.c
[1196/1450] Compiling bf_buff.c
[1197/1450] Compiling bf_nbio.c
[1198/1450] Compiling bf_lbuf.c
[1199/1450] Compiling async_err.c
[1200/1450] Compiling async_win.c
[1201/1450] Compiling async_wait.c
[1202/1450] Compiling async_null.c
[1203/1450] Compiling async_posix.c
[1204/1450] Compiling asn1_dsa.c
[1205/1450] Compiling async.c
[1206/1450] Compiling x_long.c
[1207/1450] Compiling x_bignum.c
[1208/1450] Compiling x_val.c
[1209/1450] Compiling x_spki.c
[1210/1450] Compiling x_int64.c
[1211/1450] Compiling x_sig.c
[1212/1450] Compiling x_pkey.c
[1213/1450] Compiling tasn_utl.c
[1214/1450] Compiling x_info.c
[1215/1450] Compiling x_algor.c
[1216/1450] Compiling tasn_typ.c
[1217/1450] Compiling tasn_fre.c
[1218/1450] Compiling tasn_new.c
[1219/1450] Compiling t_pkey.c
[1220/1450] Compiling tasn_enc.c
[1221/1450] Compiling tasn_dec.c
[1222/1450] Compiling tasn_scn.c
[1223/1450] Compiling t_spki.c
[1224/1450] Compiling tasn_prn.c
[1225/1450] Compiling p8_pkey.c
[1226/1450] Compiling t_bitst.c
[1227/1450] Compiling f_string.c
[1228/1450] Compiling f_int.c
[1229/1450] Compiling nsseq.c
[1230/1450] Compiling p5_scrypt.c
[1231/1450] Compiling p5_pbev2.c
[1232/1450] Compiling p5_pbe.c
[1233/1450] Compiling n_pkey.c
[1234/1450] Compiling evp_asn1.c
[1235/1450] Compiling i2d_evp.c
[1236/1450] Compiling d2i_pu.c
[1237/1450] Compiling bio_ndef.c
[1238/1450] Compiling asn_pack.c
[1239/1450] Compiling bio_asn1.c
[1240/1450] Compiling d2i_param.c
[1241/1450] Compiling asn1_parse.c
[1242/1450] Compiling d2i_pr.c
[1243/1450] Compiling asn1_lib.c
[1244/1450] Compiling asn1_err.c
[1245/1450] Compiling asn_moid.c
[1246/1450] Compiling asn_mstbl.c
[1247/1450] Compiling asn_mime.c
[1248/1450] Compiling a_utf8.c
[1249/1450] Compiling asn1_item_list.c
[1250/1450] Compiling asn1_gen.c
[1251/1450] Compiling a_strnid.c
[1252/1450] Compiling a_utctm.c
[1253/1450] Compiling ameth_lib.c
[1254/1450] Compiling a_type.c
[1255/1450] Compiling a_verify.c
[1256/1450] Compiling a_time.c
[1257/1450] Compiling a_print.c
[1258/1450] Compiling a_octet.c
[1259/1450] Compiling a_mbstr.c
[1260/1450] Compiling a_strex.c
[1261/1450] Compiling a_i2d_fp.c
[1262/1450] Compiling a_dup.c
[1263/1450] Compiling a_object.c
[1264/1450] Compiling a_sign.c
[1265/1450] Compiling a_gentm.c
[1266/1450] Compiling a_int.c
[1267/1450] Compiling aes_ofb.c
[1268/1450] Compiling a_d2i_fp.c
[1269/1450] Compiling aes_misc.c
[1270/1450] Compiling array_alloc.c
[1271/1450] Compiling aes_wrap.c
[1272/1450] Compiling aes_ecb.c
[1273/1450] Compiling a_digest.c
[1274/1450] Compiling a_bitstr.c
[1275/1450] Compiling aes_core.c
[1276/1450] Compiling aes_ige.c
[1277/1450] Compiling Placeholder.c
[1278/1450] Compiling aes_cfb.c
[1279/1450] Compiling aes_cbc.c
[1280/1450] Compiling prov_running.c
[1281/1450] Compiling nullprov.c
[1282/1450] Compiling aes_skmgmt.c
[1283/1450] Compiling generic.c
[1284/1450] Compiling file_store_any2obj.c
[1285/1450] Compiling file_store.c
[1286/1450] Compiling eddsa_sig.c
[1287/1450] Compiling mac_legacy_sig.c
[1288/1450] Compiling ecdsa_sig.c
[1289/1450] Compiling test_rng.c
[1290/1450] Compiling rsa_sig.c
[1291/1450] Compiling rand_unix.c
[1292/1450] Compiling dsa_sig.c
[1293/1450] Compiling rand_tsc.c
[1294/1450] Compiling rand_cpu_x86.c
[1295/1450] Compiling rand_cpu_arm64.c
[1296/1450] Compiling seed_src.c
[1297/1450] Compiling poly1305_prov.c
[1298/1450] Compiling drbg_hmac.c
[1299/1450] Compiling siphash_prov.c
[1300/1450] Compiling drbg_hash.c
[1301/1450] Compiling drbg.c
[1302/1450] Compiling kmac_prov.c
[1303/1450] Compiling drbg_ctr.c
[1304/1450] Compiling hmac_prov.c
[1305/1450] Compiling gmac_prov.c
[1306/1450] Compiling cmac_prov.c
[1307/1450] Compiling kdf_legacy_kmgmt.c
[1308/1450] Compiling template_kmgmt.c
[1309/1450] Compiling rsa_kmgmt.c
[1310/1450] Compiling mac_legacy_kmgmt.c
[1311/1450] Compiling dsa_kmgmt.c
[1312/1450] Compiling kem_util.c
[1313/1450] Compiling template_kem.c
[1314/1450] Compiling ecx_kmgmt.c
[1315/1450] Compiling ec_kmgmt.c
[1316/1450] Compiling dh_kmgmt.c
[1317/1450] Compiling rsa_kem.c
[1318/1450] Compiling ecx_kem.c
[1318/1450] Compiling ec_kem.c
[1320/1450] Compiling x942kdf.c
[1321/1450] Compiling pvkkdf.c
[1322/1450] Compiling sshkdf.c
[1323/1450] Compiling tls1_prf.c
[1324/1450] Compiling pkcs12kdf.c
[1325/1450] Compiling sskdf.c
[1326/1450] Compiling scrypt.c
[1327/1450] Compiling pbkdf2.c
[1328/1450] Compiling pbkdf1.c
[1329/1450] Compiling krb5kdf.c
[1330/1450] Compiling kdf_exch.c
[1331/1450] Compiling kbkdf.c
[1332/1450] Compiling hmacdrbg_kdf.c
[1333/1450] Compiling ecx_exch.c
[1334/1450] Compiling argon2.c
[1335/1450] Compiling ecdh_exch.c
[1336/1450] Compiling dh_exch.c
[1337/1450] Compiling hkdf.c
[1338/1450] Compiling ml_common_codecs.c
[1339/1450] Compiling endecoder_common.c
[1340/1450] Compiling encode_key2blob.c
[1341/1450] Compiling encode_key2text.c
[1342/1450] Compiling encode_key2ms.c
[1343/1450] Compiling decode_spki2typespki.c
[1344/1450] Compiling decode_pvk2key.c
[1345/1450] Compiling decode_msblob2key.c
[1346/1450] Compiling decode_pem2der.c
[1347/1450] Compiling decode_epki2pki.c
[1348/1450] Compiling sha2_prov.c
[1349/1450] Compiling sha3_prov.c
[1350/1450] Compiling ripemd_prov.c
[1351/1450] Compiling decode_der2key.c
[1352/1450] Compiling null_prov.c
[1353/1450] Compiling md5_prov.c
[1354/1450] Compiling encode_key2any.c
[1355/1450] Compiling digestcommon.c
[1356/1450] Compiling md5_sha1_prov.c
[1357/1450] Compiling ciphercommon_hw.c
[1358/1450] Compiling ciphercommon_gcm_hw.c
[1359/1450] Compiling ciphercommon_ccm_hw.c
[1360/1450] Compiling ciphercommon_block.c
[1361/1450] Compiling ciphercommon_gcm.c
[1362/1450] Compiling ciphercommon_ccm.c
[1363/1450] Compiling cipher_tdes_wrap_hw.c
[1364/1450] Compiling cipher_tdes_hw.c
[1365/1450] Compiling ciphercommon.c
[1366/1450] Compiling cipher_tdes_wrap.c
[1367/1450] Compiling cipher_tdes_default_hw.c
[1368/1450] Compiling cipher_tdes_default.c
[1369/1450] Compiling cipher_tdes_common.c
[1370/1450] Compiling cipher_tdes.c
[1371/1450] Compiling cipher_null.c
[1371/1450] Compiling cipher_desx_hw.c
[1373/1450] Compiling cipher_desx.c
[1374/1450] Compiling cipher_des_hw.c
[1375/1450] Compiling cipher_des.c
[1376/1450] Compiling cipher_cts.c
[1377/1450] Compiling cipher_chacha20_poly1305_hw.c
[1378/1450] Compiling cipher_chacha20_hw.c
[1379/1450] Compiling cipher_chacha20_poly1305.c
[1380/1450] Compiling cipher_aes_xts_fips.c
[1381/1450] Compiling cipher_aes_xts_hw.c
[1382/1450] Compiling cipher_chacha20.c
[1383/1450] Compiling cipher_aes_siv_hw.c
[1384/1450] Compiling cipher_aes_xts.c
[1385/1450] Compiling cipher_aes_wrp.c
[1386/1450] Compiling cipher_aes_ocb_hw.c
[1387/1450] Compiling cipher_aes_siv.c
[1388/1450] Compiling cipher_aes_gcm_siv_polyval.c
[1389/1450] Compiling cipher_aes_hw.c
[1389/1450] Compiling cipher_aes_ocb.c
[1391/1450] Compiling cipher_aes_gcm_siv_hw.c
[1392/1450] Compiling cipher_aes_gcm_siv.c
[1393/1450] Compiling cipher_aes_gcm_hw.c
[1394/1450] Compiling cipher_aes_gcm.c
[1395/1450] Compiling cipher_aes_ccm_hw.c
[1396/1450] Compiling cipher_aes_cfb_hw.c
[1397/1450] Compiling cipher_aes_ccm.c
[1398/1450] Compiling cipher_aes_cbc_hmac_sha512_etm_hw.c
[1399/1450] Compiling cipher_aes_cbc_hmac_sha_etm.c
[1400/1450] Compiling cipher_aes_cbc_hmac_sha256_hw.c
[1401/1450] Compiling cipher_aes_cbc_hmac_sha256_etm_hw.c
[1402/1450] Compiling cipher_aes_cbc_hmac_sha1_hw.c
[1403/1450] Compiling cipher_aes_cbc_hmac_sha1_etm_hw.c
[1404/1450] Compiling cipher_aes_cbc_hmac_sha.c
[1405/1450] Compiling defltprov.c
[1406/1450] Compiling cipher_aes.c
[1407/1450] Compiling rsa_enc.c
[1408/1450] Compiling provider_err.c
[1409/1450] Compiling securitycheck_default.c
[1410/1450] Compiling provider_seeding.c
[1411/1450] Compiling securitycheck.c
[1412/1450] Compiling provider_ctx.c
[1413/1450] Compiling der_wrap_gen.c
[1414/1450] Compiling digest_to_nid.c
[1415/1450] Compiling provider_util.c
[1416/1450] Compiling der_hkdf_gen.c
[1417/1450] Compiling der_rsa_sig.c
[1418/1450] Compiling der_rsa_gen.c
[1419/1450] Compiling der_rsa_key.c
[1420/1450] Compiling der_ecx_key.c
[1421/1450] Compiling der_ecx_gen.c
[1422/1450] Compiling der_ec_sig.c
[1423/1450] Write sources
[1425/1450] Write TorDemo-entitlement.plist
[1426/1450] Write sources
[1428/1450] Compiling der_ec_key.c
[1429/1450] Write sources
[1431/1450] Compiling der_digests_gen.c
[1432/1450] Compiling der_dsa_sig.c
[1433/1450] Compiling der_dsa_gen.c
[1433/1450] Compiling der_dsa_key.c
[1435/1450] Compiling der_ec_gen.c
[1436/1450] Compiling baseprov.c
[1437/1450] Compiling bio_prov.c
[1438/1450] Compiling capabilities.c
[1440/1463] Compiling Tor TorSession.swift
[1441/1463] Compiling Tor TorEvent.swift
[1442/1464] Compiling Tor TorError.swift
[1443/1464] Compiling Tor TorConfiguration.swift
[1444/1464] Compiling Tor ControlSocket.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "/Users/admin/builder/spi-builder-workspace/Sources/libtor/include/libtor.h"
| `- note: in file included from <module-includes>:1:
2 |
[1445/1464] Compiling Tor TorControlClient.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "/Users/admin/builder/spi-builder-workspace/Sources/libtor/include/libtor.h"
| `- note: in file included from <module-includes>:1:
2 |
[1446/1464] Compiling Tor HostPort.swift
[1447/1464] Compiling Tor OnionService.swift
[1448/1464] Compiling Tor Tor.swift
[1449/1464] Compiling Tor URLSession+Tor.swift
[1450/1464] Compiling Tor ControlProtocolParser.swift
[1451/1464] Compiling Tor TorClient.swift
/Users/admin/builder/spi-builder-workspace/Sources/Tor/TorClient.swift:467:17: warning: no 'async' operations occur within 'await' expression
465 | let id = UUID()
466 | Task {
467 | await self.addEventContinuation(id: id, continuation: continuation)
| `- warning: no 'async' operations occur within 'await' expression
468 | }
469 | continuation.onTermination = { @Sendable _ in
[1452/1464] Emitting module Tor
[1453/1464] Compiling Tor TorState.swift
[1454/1474] Compiling CachedBootstrap CachedBootstrap.swift
[1455/1474] Emitting module CachedBootstrap
[1456/1474] Compiling BasicClient BasicClient.swift
[1457/1474] Emitting module BasicClient
[1458/1474] Compiling EphemeralOnion EphemeralOnion.swift
[1459/1474] Emitting module EphemeralOnion
[1459/1474] Write Objects.LinkFileList
[1463/1474] Compiling URLSessionOverTor URLSessionOverTor.swift
[1464/1474] Emitting module URLSessionOverTor
[1464/1474] Write Objects.LinkFileList
[1466/1474] Compiling TorDemo Demo.swift
[1467/1474] Emitting module TorDemo
[1467/1474] Write Objects.LinkFileList
[1468/1474] Linking BasicClient
[1469/1474] Linking URLSessionOverTor
[1470/1474] Linking EphemeralOnion
[1471/1474] Linking CachedBootstrap
[1472/1474] Linking TorDemo
[1473/1474] Applying TorDemo
Build complete! (41.88s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-openssl",
"requirement" : {
"exact" : [
"0.1.5"
]
},
"type" : "sourceControl",
"url" : "https://github.com/21-DOT-DEV/swift-openssl.git"
},
{
"identity" : "swift-event",
"requirement" : {
"exact" : [
"0.1.4"
]
},
"type" : "sourceControl",
"url" : "https://github.com/21-DOT-DEV/swift-event.git"
},
{
"identity" : "swift-plugin-subtree",
"requirement" : {
"exact" : [
"0.0.13"
]
},
"type" : "sourceControl",
"url" : "https://github.com/21-DOT-DEV/swift-plugin-subtree.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.6",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-docc-plugin"
}
],
"manifest_display_name" : "swift-tor",
"name" : "swift-tor",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "ios",
"version" : "18.0"
}
],
"products" : [
{
"name" : "libtor",
"targets" : [
"libtor"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Tor",
"targets" : [
"Tor"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "TorDemo",
"targets" : [
"TorDemo"
],
"type" : {
"executable" : null
}
},
{
"name" : "URLSessionOverTor",
"targets" : [
"URLSessionOverTor"
],
"type" : {
"snippet" : null
}
},
{
"name" : "CachedBootstrap",
"targets" : [
"CachedBootstrap"
],
"type" : {
"snippet" : null
}
},
{
"name" : "BasicClient",
"targets" : [
"BasicClient"
],
"type" : {
"snippet" : null
}
},
{
"name" : "EphemeralOnion",
"targets" : [
"EphemeralOnion"
],
"type" : {
"snippet" : null
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "libtor",
"module_type" : "ClangTarget",
"name" : "libtor",
"path" : "Sources/libtor",
"product_dependencies" : [
"libcrypto",
"libssl",
"libevent"
],
"product_memberships" : [
"libtor",
"Tor",
"TorDemo",
"URLSessionOverTor",
"CachedBootstrap",
"BasicClient",
"EphemeralOnion"
],
"sources" : [
"Shims/clear_cache_shim.c",
"src/app/config/config.c",
"src/app/config/quiet_level.c",
"src/app/config/resolve_addr.c",
"src/app/config/statefile.c",
"src/app/main/risky_options.c",
"src/app/main/shutdown.c",
"src/app/main/subsysmgr.c",
"src/app/main/subsystem_list.c",
"src/app/main/tor_main_loop.c",
"src/core/crypto/hs_ntor.c",
"src/core/crypto/onion_crypto.c",
"src/core/crypto/onion_fast.c",
"src/core/crypto/onion_ntor.c",
"src/core/crypto/onion_ntor_v3.c",
"src/core/crypto/onion_tap.c",
"src/core/crypto/relay_crypto.c",
"src/core/mainloop/connection.c",
"src/core/mainloop/cpuworker.c",
"src/core/mainloop/mainloop.c",
"src/core/mainloop/mainloop_pubsub.c",
"src/core/mainloop/mainloop_sys.c",
"src/core/mainloop/netstatus.c",
"src/core/mainloop/periodic.c",
"src/core/or/address_set.c",
"src/core/or/channel.c",
"src/core/or/channelpadding.c",
"src/core/or/channeltls.c",
"src/core/or/circuitbuild.c",
"src/core/or/circuitlist.c",
"src/core/or/circuitmux.c",
"src/core/or/circuitmux_ewma.c",
"src/core/or/circuitpadding.c",
"src/core/or/circuitpadding_machines.c",
"src/core/or/circuitstats.c",
"src/core/or/circuituse.c",
"src/core/or/command.c",
"src/core/or/conflux.c",
"src/core/or/conflux_cell.c",
"src/core/or/conflux_params.c",
"src/core/or/conflux_pool.c",
"src/core/or/conflux_sys.c",
"src/core/or/conflux_util.c",
"src/core/or/congestion_control_common.c",
"src/core/or/congestion_control_flow.c",
"src/core/or/congestion_control_vegas.c",
"src/core/or/connection_edge.c",
"src/core/or/connection_or.c",
"src/core/or/crypt_path.c",
"src/core/or/dos.c",
"src/core/or/dos_config.c",
"src/core/or/dos_sys.c",
"src/core/or/extendinfo.c",
"src/core/or/ocirc_event.c",
"src/core/or/onion.c",
"src/core/or/or_periodic.c",
"src/core/or/or_sys.c",
"src/core/or/orconn_event.c",
"src/core/or/policies.c",
"src/core/or/protover.c",
"src/core/or/reasons.c",
"src/core/or/relay.c",
"src/core/or/scheduler.c",
"src/core/or/scheduler_kist.c",
"src/core/or/scheduler_vanilla.c",
"src/core/or/sendme.c",
"src/core/or/status.c",
"src/core/or/trace_probes_cc.c",
"src/core/or/trace_probes_circuit.c",
"src/core/or/versions.c",
"src/core/proto/proto_cell.c",
"src/core/proto/proto_control0.c",
"src/core/proto/proto_ext_or.c",
"src/core/proto/proto_haproxy.c",
"src/core/proto/proto_http.c",
"src/core/proto/proto_socks.c",
"src/ext/csiphash.c",
"src/ext/curve25519_donna/curve25519-donna-c64.c",
"src/ext/ed25519/donna/ed25519_tor.c",
"src/ext/ed25519/ref10/blinding.c",
"src/ext/ed25519/ref10/fe_0.c",
"src/ext/ed25519/ref10/fe_1.c",
"src/ext/ed25519/ref10/fe_add.c",
"src/ext/ed25519/ref10/fe_cmov.c",
"src/ext/ed25519/ref10/fe_copy.c",
"src/ext/ed25519/ref10/fe_frombytes.c",
"src/ext/ed25519/ref10/fe_invert.c",
"src/ext/ed25519/ref10/fe_isnegative.c",
"src/ext/ed25519/ref10/fe_isnonzero.c",
"src/ext/ed25519/ref10/fe_mul.c",
"src/ext/ed25519/ref10/fe_neg.c",
"src/ext/ed25519/ref10/fe_pow22523.c",
"src/ext/ed25519/ref10/fe_sq.c",
"src/ext/ed25519/ref10/fe_sq2.c",
"src/ext/ed25519/ref10/fe_sub.c",
"src/ext/ed25519/ref10/fe_tobytes.c",
"src/ext/ed25519/ref10/ge_add.c",
"src/ext/ed25519/ref10/ge_double_scalarmult.c",
"src/ext/ed25519/ref10/ge_frombytes.c",
"src/ext/ed25519/ref10/ge_madd.c",
"src/ext/ed25519/ref10/ge_msub.c",
"src/ext/ed25519/ref10/ge_p1p1_to_p2.c",
"src/ext/ed25519/ref10/ge_p1p1_to_p3.c",
"src/ext/ed25519/ref10/ge_p2_0.c",
"src/ext/ed25519/ref10/ge_p2_dbl.c",
"src/ext/ed25519/ref10/ge_p3_0.c",
"src/ext/ed25519/ref10/ge_p3_dbl.c",
"src/ext/ed25519/ref10/ge_p3_to_cached.c",
"src/ext/ed25519/ref10/ge_p3_to_p2.c",
"src/ext/ed25519/ref10/ge_p3_tobytes.c",
"src/ext/ed25519/ref10/ge_precomp_0.c",
"src/ext/ed25519/ref10/ge_scalarmult_base.c",
"src/ext/ed25519/ref10/ge_sub.c",
"src/ext/ed25519/ref10/ge_tobytes.c",
"src/ext/ed25519/ref10/keyconv.c",
"src/ext/ed25519/ref10/keypair.c",
"src/ext/ed25519/ref10/open.c",
"src/ext/ed25519/ref10/sc_muladd.c",
"src/ext/ed25519/ref10/sc_reduce.c",
"src/ext/ed25519/ref10/sign.c",
"src/ext/equix/hashx/src/blake2.c",
"src/ext/equix/hashx/src/compiler.c",
"src/ext/equix/hashx/src/compiler_a64.c",
"src/ext/equix/hashx/src/compiler_x86.c",
"src/ext/equix/hashx/src/context.c",
"src/ext/equix/hashx/src/hashx.c",
"src/ext/equix/hashx/src/hashx_thread.c",
"src/ext/equix/hashx/src/hashx_time.c",
"src/ext/equix/hashx/src/program.c",
"src/ext/equix/hashx/src/program_exec.c",
"src/ext/equix/hashx/src/siphash.c",
"src/ext/equix/hashx/src/siphash_rng.c",
"src/ext/equix/hashx/src/virtual_memory.c",
"src/ext/equix/src/context.c",
"src/ext/equix/src/equix.c",
"src/ext/equix/src/solver.c",
"src/ext/keccak-tiny/keccak-tiny-unrolled.c",
"src/ext/mulodi/mulodi4.c",
"src/ext/readpassphrase.c",
"src/ext/timeouts/timeout-bitops.c",
"src/ext/timeouts/timeout.c",
"src/ext/trunnel/trunnel.c",
"src/feature/api/tor_api.c",
"src/feature/client/addressmap.c",
"src/feature/client/bridges.c",
"src/feature/client/circpathbias.c",
"src/feature/client/dnsserv.c",
"src/feature/client/entrynodes.c",
"src/feature/client/proxymode.c",
"src/feature/client/transports.c",
"src/feature/control/btrack.c",
"src/feature/control/btrack_circuit.c",
"src/feature/control/btrack_orconn.c",
"src/feature/control/btrack_orconn_cevent.c",
"src/feature/control/btrack_orconn_maps.c",
"src/feature/control/control.c",
"src/feature/control/control_auth.c",
"src/feature/control/control_bootstrap.c",
"src/feature/control/control_cmd.c",
"src/feature/control/control_events.c",
"src/feature/control/control_fmt.c",
"src/feature/control/control_getinfo.c",
"src/feature/control/control_hs.c",
"src/feature/control/control_proto.c",
"src/feature/control/getinfo_geoip.c",
"src/feature/dirauth/authmode.c",
"src/feature/dirauth/bridgeauth.c",
"src/feature/dirauth/bwauth.c",
"src/feature/dirauth/dirauth_config.c",
"src/feature/dirauth/dirauth_periodic.c",
"src/feature/dirauth/dirauth_sys.c",
"src/feature/dirauth/dircollate.c",
"src/feature/dirauth/dirvote.c",
"src/feature/dirauth/dsigs_parse.c",
"src/feature/dirauth/guardfraction.c",
"src/feature/dirauth/keypin.c",
"src/feature/dirauth/process_descs.c",
"src/feature/dirauth/reachability.c",
"src/feature/dirauth/recommend_pkg.c",
"src/feature/dirauth/shared_random.c",
"src/feature/dirauth/shared_random_state.c",
"src/feature/dirauth/voteflags.c",
"src/feature/dirauth/voting_schedule.c",
"src/feature/dircache/conscache.c",
"src/feature/dircache/consdiffmgr.c",
"src/feature/dircache/dircache.c",
"src/feature/dircache/dirserv.c",
"src/feature/dirclient/dirclient.c",
"src/feature/dirclient/dirclient_modes.c",
"src/feature/dirclient/dlstatus.c",
"src/feature/dircommon/consdiff.c",
"src/feature/dircommon/directory.c",
"src/feature/dircommon/fp_pair.c",
"src/feature/dirparse/authcert_parse.c",
"src/feature/dirparse/microdesc_parse.c",
"src/feature/dirparse/ns_parse.c",
"src/feature/dirparse/parsecommon.c",
"src/feature/dirparse/policy_parse.c",
"src/feature/dirparse/routerparse.c",
"src/feature/dirparse/sigcommon.c",
"src/feature/dirparse/signing.c",
"src/feature/dirparse/unparseable.c",
"src/feature/hibernate/hibernate.c",
"src/feature/hs/hs_cache.c",
"src/feature/hs/hs_cell.c",
"src/feature/hs/hs_circuit.c",
"src/feature/hs/hs_circuitmap.c",
"src/feature/hs/hs_client.c",
"src/feature/hs/hs_common.c",
"src/feature/hs/hs_config.c",
"src/feature/hs/hs_control.c",
"src/feature/hs/hs_descriptor.c",
"src/feature/hs/hs_dos.c",
"src/feature/hs/hs_ident.c",
"src/feature/hs/hs_intropoint.c",
"src/feature/hs/hs_metrics.c",
"src/feature/hs/hs_metrics_entry.c",
"src/feature/hs/hs_ob.c",
"src/feature/hs/hs_pow.c",
"src/feature/hs/hs_service.c",
"src/feature/hs/hs_stats.c",
"src/feature/hs/hs_sys.c",
"src/feature/hs_common/replaycache.c",
"src/feature/hs_common/shared_random_client.c",
"src/feature/keymgt/loadkey.c",
"src/feature/metrics/metrics.c",
"src/feature/metrics/metrics_sys.c",
"src/feature/nodelist/authcert.c",
"src/feature/nodelist/describe.c",
"src/feature/nodelist/dirlist.c",
"src/feature/nodelist/fmt_routerstatus.c",
"src/feature/nodelist/microdesc.c",
"src/feature/nodelist/networkstatus.c",
"src/feature/nodelist/nickname.c",
"src/feature/nodelist/node_select.c",
"src/feature/nodelist/nodefamily.c",
"src/feature/nodelist/nodelist.c",
"src/feature/nodelist/routerinfo.c",
"src/feature/nodelist/routerlist.c",
"src/feature/nodelist/routerset.c",
"src/feature/nodelist/torcert.c",
"src/feature/relay/circuitbuild_relay.c",
"src/feature/relay/dns.c",
"src/feature/relay/ext_orport.c",
"src/feature/relay/onion_queue.c",
"src/feature/relay/relay_config.c",
"src/feature/relay/relay_find_addr.c",
"src/feature/relay/relay_handshake.c",
"src/feature/relay/relay_metrics.c",
"src/feature/relay/relay_periodic.c",
"src/feature/relay/relay_sys.c",
"src/feature/relay/router.c",
"src/feature/relay/routerkeys.c",
"src/feature/relay/routermode.c",
"src/feature/relay/selftest.c",
"src/feature/relay/transport_config.c",
"src/feature/rend/rendcommon.c",
"src/feature/rend/rendmid.c",
"src/feature/stats/bwhist.c",
"src/feature/stats/connstats.c",
"src/feature/stats/geoip_stats.c",
"src/feature/stats/predict_ports.c",
"src/feature/stats/rephist.c",
"src/lib/buf/buffers.c",
"src/lib/compress/compress.c",
"src/lib/compress/compress_buf.c",
"src/lib/compress/compress_lzma.c",
"src/lib/compress/compress_none.c",
"src/lib/compress/compress_zlib.c",
"src/lib/compress/compress_zstd.c",
"src/lib/confmgt/confmgt.c",
"src/lib/confmgt/structvar.c",
"src/lib/confmgt/type_defs.c",
"src/lib/confmgt/typedvar.c",
"src/lib/confmgt/unitparse.c",
"src/lib/container/bloomfilt.c",
"src/lib/container/map.c",
"src/lib/container/namemap.c",
"src/lib/container/order.c",
"src/lib/container/smartlist.c",
"src/lib/crypt_ops/aes_openssl.c",
"src/lib/crypt_ops/crypto_cipher.c",
"src/lib/crypt_ops/crypto_curve25519.c",
"src/lib/crypt_ops/crypto_dh.c",
"src/lib/crypt_ops/crypto_dh_openssl.c",
"src/lib/crypt_ops/crypto_digest.c",
"src/lib/crypt_ops/crypto_digest_openssl.c",
"src/lib/crypt_ops/crypto_ed25519.c",
"src/lib/crypt_ops/crypto_format.c",
"src/lib/crypt_ops/crypto_hkdf.c",
"src/lib/crypt_ops/crypto_init.c",
"src/lib/crypt_ops/crypto_ope.c",
"src/lib/crypt_ops/crypto_openssl_mgt.c",
"src/lib/crypt_ops/crypto_pwbox.c",
"src/lib/crypt_ops/crypto_rand.c",
"src/lib/crypt_ops/crypto_rand_fast.c",
"src/lib/crypt_ops/crypto_rand_numeric.c",
"src/lib/crypt_ops/crypto_rsa.c",
"src/lib/crypt_ops/crypto_rsa_openssl.c",
"src/lib/crypt_ops/crypto_s2k.c",
"src/lib/crypt_ops/crypto_util.c",
"src/lib/crypt_ops/digestset.c",
"src/lib/ctime/di_ops.c",
"src/lib/dispatch/dispatch_cfg.c",
"src/lib/dispatch/dispatch_core.c",
"src/lib/dispatch/dispatch_naming.c",
"src/lib/dispatch/dispatch_new.c",
"src/lib/encoding/binascii.c",
"src/lib/encoding/confline.c",
"src/lib/encoding/cstring.c",
"src/lib/encoding/keyval.c",
"src/lib/encoding/kvline.c",
"src/lib/encoding/pem.c",
"src/lib/encoding/qstring.c",
"src/lib/encoding/time_fmt.c",
"src/lib/err/backtrace.c",
"src/lib/err/torerr.c",
"src/lib/err/torerr_sys.c",
"src/lib/evloop/compat_libevent.c",
"src/lib/evloop/evloop_sys.c",
"src/lib/evloop/procmon.c",
"src/lib/evloop/timers.c",
"src/lib/evloop/token_bucket.c",
"src/lib/evloop/workqueue.c",
"src/lib/fdio/fdio.c",
"src/lib/fs/conffile.c",
"src/lib/fs/dir.c",
"src/lib/fs/files.c",
"src/lib/fs/freespace.c",
"src/lib/fs/lockfile.c",
"src/lib/fs/mmap.c",
"src/lib/fs/path.c",
"src/lib/fs/storagedir.c",
"src/lib/fs/userdb.c",
"src/lib/fs/winlib.c",
"src/lib/geoip/geoip.c",
"src/lib/intmath/addsub.c",
"src/lib/intmath/bits.c",
"src/lib/intmath/muldiv.c",
"src/lib/intmath/weakrng.c",
"src/lib/llharden/winprocess_sys.c",
"src/lib/lock/compat_mutex.c",
"src/lib/lock/compat_mutex_pthreads.c",
"src/lib/log/escape.c",
"src/lib/log/log.c",
"src/lib/log/log_sys.c",
"src/lib/log/ratelim.c",
"src/lib/log/util_bug.c",
"src/lib/malloc/malloc.c",
"src/lib/malloc/map_anon.c",
"src/lib/math/fp.c",
"src/lib/math/laplace.c",
"src/lib/math/prob_distr.c",
"src/lib/memarea/memarea.c",
"src/lib/meminfo/meminfo.c",
"src/lib/metrics/metrics_common.c",
"src/lib/metrics/metrics_store.c",
"src/lib/metrics/metrics_store_entry.c",
"src/lib/metrics/prometheus.c",
"src/lib/net/address.c",
"src/lib/net/alertsock.c",
"src/lib/net/buffers_net.c",
"src/lib/net/gethostname.c",
"src/lib/net/inaddr.c",
"src/lib/net/network_sys.c",
"src/lib/net/resolve.c",
"src/lib/net/socket.c",
"src/lib/net/socketpair.c",
"src/lib/osinfo/libc.c",
"src/lib/osinfo/uname.c",
"src/lib/process/daemon.c",
"src/lib/process/env.c",
"src/lib/process/pidfile.c",
"src/lib/process/process.c",
"src/lib/process/process_sys.c",
"src/lib/process/process_unix.c",
"src/lib/process/restrict.c",
"src/lib/process/setuid.c",
"src/lib/process/waitpid.c",
"src/lib/pubsub/pubsub_build.c",
"src/lib/pubsub/pubsub_check.c",
"src/lib/pubsub/pubsub_publish.c",
"src/lib/sandbox/sandbox.c",
"src/lib/smartlist_core/smartlist_core.c",
"src/lib/smartlist_core/smartlist_split.c",
"src/lib/string/compat_ctype.c",
"src/lib/string/compat_string.c",
"src/lib/string/parse_int.c",
"src/lib/string/printf.c",
"src/lib/string/scanf.c",
"src/lib/string/util_string.c",
"src/lib/term/getpass.c",
"src/lib/thread/compat_pthreads.c",
"src/lib/thread/compat_threads.c",
"src/lib/thread/numcpus.c",
"src/lib/time/compat_time.c",
"src/lib/time/time_sys.c",
"src/lib/time/tvdiff.c",
"src/lib/tls/buffers_tls.c",
"src/lib/tls/tortls.c",
"src/lib/tls/tortls_openssl.c",
"src/lib/tls/x509.c",
"src/lib/tls/x509_openssl.c",
"src/lib/trace/trace.c",
"src/lib/trace/trace_stub.c",
"src/lib/version/git_revision.c",
"src/lib/version/version.c",
"src/lib/wallclock/approx_time.c",
"src/lib/wallclock/time_to_tm.c",
"src/lib/wallclock/tor_gettimeofday.c",
"src/trunnel/channelpadding_negotiation.c",
"src/trunnel/circpad_negotiation.c",
"src/trunnel/conflux.c",
"src/trunnel/congestion_control.c",
"src/trunnel/ed25519_cert.c",
"src/trunnel/extension.c",
"src/trunnel/flow_control_cells.c",
"src/trunnel/hs/cell_establish_intro.c",
"src/trunnel/hs/cell_introduce1.c",
"src/trunnel/hs/cell_rendezvous.c",
"src/trunnel/link_handshake.c",
"src/trunnel/netinfo.c",
"src/trunnel/pwbox.c",
"src/trunnel/sendme_cell.c",
"src/trunnel/socks5.c"
],
"type" : "library"
},
{
"c99name" : "TorTests",
"module_type" : "SwiftTarget",
"name" : "TorTests",
"path" : "Tests/TorTests",
"sources" : [
"ControlProtocolParserTests.swift",
"IntegrationTests.swift",
"TorSessionTests.swift",
"TorTests.swift"
],
"target_dependencies" : [
"Tor",
"libtor"
],
"type" : "test"
},
{
"c99name" : "TorDemo",
"module_type" : "SwiftTarget",
"name" : "TorDemo",
"path" : "Sources/TorDemo",
"product_memberships" : [
"TorDemo"
],
"sources" : [
"Demo.swift"
],
"target_dependencies" : [
"Tor",
"libtor"
],
"type" : "executable"
},
{
"c99name" : "Tor",
"module_type" : "SwiftTarget",
"name" : "Tor",
"path" : "Sources/Tor",
"product_memberships" : [
"Tor",
"TorDemo",
"URLSessionOverTor",
"CachedBootstrap",
"BasicClient",
"EphemeralOnion"
],
"sources" : [
"Apple/URLSession+Tor.swift",
"Control/ControlProtocolParser.swift",
"Control/ControlSocket.swift",
"Control/TorControlClient.swift",
"HostPort.swift",
"OnionService.swift",
"Tor.swift",
"TorClient.swift",
"TorConfiguration.swift",
"TorError.swift",
"TorEvent.swift",
"TorSession.swift",
"TorState.swift"
],
"target_dependencies" : [
"libtor"
],
"type" : "library"
},
{
"c99name" : "URLSessionOverTor",
"module_type" : "SwiftTarget",
"name" : "URLSessionOverTor",
"path" : "Snippets",
"product_memberships" : [
"URLSessionOverTor"
],
"sources" : [
"URLSessionOverTor.swift"
],
"target_dependencies" : [
"libtor",
"Tor"
],
"type" : "snippet"
},
{
"c99name" : "CachedBootstrap",
"module_type" : "SwiftTarget",
"name" : "CachedBootstrap",
"path" : "Snippets",
"product_memberships" : [
"CachedBootstrap"
],
"sources" : [
"CachedBootstrap.swift"
],
"target_dependencies" : [
"libtor",
"Tor"
],
"type" : "snippet"
},
{
"c99name" : "BasicClient",
"module_type" : "SwiftTarget",
"name" : "BasicClient",
"path" : "Snippets",
"product_memberships" : [
"BasicClient"
],
"sources" : [
"BasicClient.swift"
],
"target_dependencies" : [
"libtor",
"Tor"
],
"type" : "snippet"
},
{
"c99name" : "EphemeralOnion",
"module_type" : "SwiftTarget",
"name" : "EphemeralOnion",
"path" : "Snippets",
"product_memberships" : [
"EphemeralOnion"
],
"sources" : [
"EphemeralOnion.swift"
],
"target_dependencies" : [
"libtor",
"Tor"
],
"type" : "snippet"
}
],
"tools_version" : "6.1"
}
Done.