Build Information
Successful build of TwilioVerifySNA, reference main (1bdcce), with Swift 6.2 for macOS (SPM) on 9 Feb 2026 20:34:42 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/twilio/twilio-verify-sna-ios.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/twilio/twilio-verify-sna-ios
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 1bdccee fix: Resolve Keep-Alive Redirect Handling and Add Default Path for HTTP/1.1 Requests (#23)
Cloned https://github.com/twilio/twilio-verify-sna-ios.git
Revision (git rev-parse @):
1bdccee2a3c96faacef57fdb8e80aa6a48eb4bd6
SUCCESS checkout https://github.com/twilio/twilio-verify-sna-ios.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "twilio-verify-sna-ios",
"name": "TwilioVerifySNA",
"url": "https://github.com/twilio/twilio-verify-sna-ios.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/twilio-verify-sna-ios",
"dependencies": [
]
}
]
}
Fetching https://github.com/twilio/twilio-verify-sna-ios.git
[1/935] Fetching twilio-verify-sna-ios
Fetched https://github.com/twilio/twilio-verify-sna-ios.git from cache (1.12s)
Creating working copy for https://github.com/twilio/twilio-verify-sna-ios.git
Working copy of https://github.com/twilio/twilio-verify-sna-ios.git resolved at main (1bdccee)
warning: '.resolve-product-dependencies': dependency 'twilio-verify-sna-ios' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/twilio/twilio-verify-sna-ios.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[1/7] Write swift-version-49B95AFC49DCD68C.txt
[2/7] Compiling SNANetworking sslfuncs.c
[3/7] Compiling SNANetworking CellularSessionResult.m
[4/7] Compiling SNANetworking CellularGetAddrinfo.m
[5/7] Compiling SNANetworking SocketAddress.m
/Users/admin/builder/spi-builder-workspace/SNASources/CellularSession.m:115:11: warning: initializing 'char *' with an expression of type 'NS_RETURNS_INNER_POINTER const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
115 | char* service = [[url scheme] UTF8String];
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SNASources/CellularSession.m:119:17: warning: assigning to 'char *' from 'NS_RETURNS_INNER_POINTER const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
119 | service = [portString UTF8String];
| ^ ~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SNASources/CellularSession.m:273:33: warning: 'SSLCreateContext' is deprecated: first deprecated in macOS 10.15 - No longer supported. Use Network.framework. [-Wdeprecated-declarations]
273 | SSLContextRef context = SSLCreateContext(kCFAllocatorDefault, kSSLClientSide, kSSLStreamType);
| ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/Security.framework/Headers/SecureTransport.h:316:1: note: 'SSLCreateContext' has been explicitly marked deprecated here
316 | SSLCreateContext(CFAllocatorRef __nullable alloc, SSLProtocolSide protocolSide, SSLConnectionType connectionType)
| ^
/Users/admin/builder/spi-builder-workspace/SNASources/CellularSession.m:273:71: warning: 'kSSLClientSide' is deprecated: first deprecated in macOS 10.15 [-Wdeprecated-declarations]
273 | SSLContextRef context = SSLCreateContext(kCFAllocatorDefault, kSSLClientSide, kSSLStreamType);
| ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/Security.framework/Headers/SecureTransport.h:218:5: note: 'kSSLClientSide' has been explicitly marked deprecated here
218 | kSSLClientSide CF_ENUM_DEPRECATED(10_2, 10_15, 2_0, 13_0)
| ^
/Users/admin/builder/spi-builder-workspace/SNASources/CellularSession.m:273:87: warning: 'kSSLStreamType' is deprecated: first deprecated in macOS 10.15 [-Wdeprecated-declarations]
273 | SSLContextRef context = SSLCreateContext(kCFAllocatorDefault, kSSLClientSide, kSSLStreamType);
| ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/Security.framework/Headers/SecureTransport.h:223:5: note: 'kSSLStreamType' has been explicitly marked deprecated here
223 | kSSLStreamType CF_ENUM_DEPRECATED(10_2, 10_15, 2_0, 13_0),
| ^
/Users/admin/builder/spi-builder-workspace/SNASources/CellularSession.m:276:18: warning: 'SSLSetIOFuncs' is deprecated: first deprecated in macOS 10.15 - No longer supported. Use Network.framework. [-Wdeprecated-declarations]
276 | status = SSLSetIOFuncs(context, ssl_read, ssl_write);
| ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/Security.framework/Headers/SecureTransport.h:418:1: note: 'SSLSetIOFuncs' has been explicitly marked deprecated here
418 | SSLSetIOFuncs (SSLContextRef context,
| ^
/Users/admin/builder/spi-builder-workspace/SNASources/CellularSession.m:278:13: warning: 'SSLClose' is deprecated: first deprecated in macOS 10.15 - No longer supported. Use Network.framework. [-Wdeprecated-declarations]
278 | SSLClose(context);
| ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/Security.framework/Headers/SecureTransport.h:1731:1: note: 'SSLClose' has been explicitly marked deprecated here
1731 | SSLClose (SSLContextRef context)
| ^
/Users/admin/builder/spi-builder-workspace/SNASources/CellularSession.m:288:18: warning: 'SSLSetConnection' is deprecated: first deprecated in macOS 10.15 - No longer supported. Use Network.framework. [-Wdeprecated-declarations]
288 | status = SSLSetConnection(context, (SSLConnectionRef)&sock);
| ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/Security.framework/Headers/SecureTransport.h:657:1: note: 'SSLSetConnection' has been explicitly marked deprecated here
657 | SSLSetConnection (SSLContextRef context,
| ^
/Users/admin/builder/spi-builder-workspace/SNASources/CellularSession.m:290:13: warning: 'SSLClose' is deprecated: first deprecated in macOS 10.15 - No longer supported. Use Network.framework. [-Wdeprecated-declarations]
290 | SSLClose(context);
| ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/Security.framework/Headers/SecureTransport.h:1731:1: note: 'SSLClose' has been explicitly marked deprecated here
1731 | SSLClose (SSLContextRef context)
| ^
/Users/admin/builder/spi-builder-workspace/SNASources/CellularSession.m:300:18: warning: 'SSLSetPeerDomainName' is deprecated: first deprecated in macOS 10.15 - No longer supported. Use Network.framework. [-Wdeprecated-declarations]
300 | status = SSLSetPeerDomainName(context, [[url host] UTF8String], strlen([[url host] UTF8String]));
| ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/Security.framework/Headers/SecureTransport.h:686:1: note: 'SSLSetPeerDomainName' has been explicitly marked deprecated here
686 | SSLSetPeerDomainName (SSLContextRef context,
| ^
/Users/admin/builder/spi-builder-workspace/SNASources/CellularSession.m:302:13: warning: 'SSLClose' is deprecated: first deprecated in macOS 10.15 - No longer supported. Use Network.framework. [-Wdeprecated-declarations]
302 | SSLClose(context);
| ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/Security.framework/Headers/SecureTransport.h:1731:1: note: 'SSLClose' has been explicitly marked deprecated here
1731 | SSLClose (SSLContextRef context)
| ^
/Users/admin/builder/spi-builder-workspace/SNASources/CellularSession.m:313:22: warning: 'SSLHandshake' is deprecated: first deprecated in macOS 10.15 - No longer supported. Use Network.framework. [-Wdeprecated-declarations]
313 | status = SSLHandshake(context);
| ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/Security.framework/Headers/SecureTransport.h:1641:1: note: 'SSLHandshake' has been explicitly marked deprecated here
1641 | SSLHandshake (SSLContextRef context)
| ^
/Users/admin/builder/spi-builder-workspace/SNASources/CellularSession.m:316:13: warning: 'SSLClose' is deprecated: first deprecated in macOS 10.15 - No longer supported. Use Network.framework. [-Wdeprecated-declarations]
316 | SSLClose(context);
| ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/Security.framework/Headers/SecureTransport.h:1731:1: note: 'SSLClose' has been explicitly marked deprecated here
1731 | SSLClose (SSLContextRef context)
| ^
/Users/admin/builder/spi-builder-workspace/SNASources/CellularSession.m:327:18: warning: 'SSLWrite' is deprecated: first deprecated in macOS 10.15 - No longer supported. Use Network.framework. [-Wdeprecated-declarations]
327 | status = SSLWrite(context, request, strlen(request), &processed);
| ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/Security.framework/Headers/SecureTransport.h:1670:1: note: 'SSLWrite' has been explicitly marked deprecated here
1670 | SSLWrite (SSLContextRef context,
| ^
/Users/admin/builder/spi-builder-workspace/SNASources/CellularSession.m:329:13: warning: 'SSLClose' is deprecated: first deprecated in macOS 10.15 - No longer supported. Use Network.framework. [-Wdeprecated-declarations]
329 | SSLClose(context);
| ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/Security.framework/Headers/SecureTransport.h:1731:1: note: 'SSLClose' has been explicitly marked deprecated here
1731 | SSLClose (SSLContextRef context)
| ^
/Users/admin/builder/spi-builder-workspace/SNASources/CellularSession.m:340:22: warning: 'SSLRead' is deprecated: first deprecated in macOS 10.15 - No longer supported. Use Network.framework. [-Wdeprecated-declarations]
340 | status = SSLRead(context, buffer, sizeof(buffer) - 1, &processed);
| ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/Security.framework/Headers/SecureTransport.h:1689:1: note: 'SSLRead' has been explicitly marked deprecated here
1689 | SSLRead (SSLContextRef context,
| ^
/Users/admin/builder/spi-builder-workspace/SNASources/CellularSession.m:357:17: warning: 'SSLClose' is deprecated: first deprecated in macOS 10.15 - No longer supported. Use Network.framework. [-Wdeprecated-declarations]
357 | SSLClose(context);
| ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/Security.framework/Headers/SecureTransport.h:1731:1: note: 'SSLClose' has been explicitly marked deprecated here
1731 | SSLClose (SSLContextRef context)
| ^
/Users/admin/builder/spi-builder-workspace/SNASources/CellularSession.m:364:21: warning: 'SSLClose' is deprecated: first deprecated in macOS 10.15 - No longer supported. Use Network.framework. [-Wdeprecated-declarations]
364 | SSLClose(context);
| ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/Security.framework/Headers/SecureTransport.h:1731:1: note: 'SSLClose' has been explicitly marked deprecated here
1731 | SSLClose (SSLContextRef context)
| ^
/Users/admin/builder/spi-builder-workspace/SNASources/CellularSession.m:376:13: warning: 'SSLClose' is deprecated: first deprecated in macOS 10.15 - No longer supported. Use Network.framework. [-Wdeprecated-declarations]
376 | SSLClose(context);
| ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/Security.framework/Headers/SecureTransport.h:1731:1: note: 'SSLClose' has been explicitly marked deprecated here
1731 | SSLClose (SSLContextRef context)
| ^
19 warnings generated.
[6/7] Compiling SNANetworking CellularSession.m
[8/19] Compiling TwilioVerifySNA NetworkRequestProviderProtocol.swift
[9/19] Compiling TwilioVerifySNA NetworkRequestProvider.swift
[10/19] Compiling TwilioVerifySNA TwilioVerifySNABuilder.swift
[11/19] Compiling TwilioVerifySNA TwilioVerifySNA.swift
[12/19] Compiling TwilioVerifySNA TwilioVerifySNAErrorProtocol.swift
[13/19] Compiling TwilioVerifySNA RequestManager+Errors.swift
[14/19] Compiling TwilioVerifySNA RequestManager.swift
[15/19] Compiling TwilioVerifySNA RequestManagerProtocol.swift
[16/19] Emitting module TwilioVerifySNA
[17/19] Compiling TwilioVerifySNA TwilioVerifySNAError.swift
[18/19] Compiling TwilioVerifySNA NetworkRequestProvider+Errors.swift
[19/19] Compiling TwilioVerifySNA TwilioVerifySNASession.swift
[20/20] Compiling TwilioVerifySNA TwilioVerifySNAConfig.swift
Build complete! (5.10s)
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/Sources/PrivacyInfo.xcprivacy
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "TwilioVerifySNA",
"name" : "TwilioVerifySNA",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "12.0"
}
],
"products" : [
{
"name" : "TwilioVerifySNA",
"targets" : [
"TwilioVerifySNA",
"SNANetworking"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TwilioVerifySNATests",
"module_type" : "SwiftTarget",
"name" : "TwilioVerifySNATests",
"path" : "Tests",
"sources" : [
"Domain/Mocks/MockCellularSession.swift",
"Domain/Mocks/MockNetworkRequestProvider.swift",
"Domain/Mocks/MockRequestManager.swift",
"Domain/RequestManagerTests.swift",
"Domain/TwilioVerifySNASessionTests.swift",
"Networking/NetworkRequestProviderTests.swift"
],
"target_dependencies" : [
"TwilioVerifySNA"
],
"type" : "test"
},
{
"c99name" : "TwilioVerifySNA",
"module_type" : "SwiftTarget",
"name" : "TwilioVerifySNA",
"path" : "Sources",
"product_memberships" : [
"TwilioVerifySNA"
],
"sources" : [
"Common/TwilioVerifySNAErrorProtocol.swift",
"Domain/RequestManager/RequestManager+Errors.swift",
"Domain/RequestManager/RequestManager.swift",
"Domain/RequestManager/RequestManagerProtocol.swift",
"Domain/TwilioVerifySNA/TwilioVerifySNA.swift",
"Domain/TwilioVerifySNA/TwilioVerifySNABuilder.swift",
"Domain/TwilioVerifySNA/TwilioVerifySNAError.swift",
"Domain/TwilioVerifySNA/TwilioVerifySNASession.swift",
"Networking/NetworkRequestProvider+Errors.swift",
"Networking/NetworkRequestProvider.swift",
"Networking/NetworkRequestProviderProtocol.swift",
"TwilioVerifySNAConfig.swift"
],
"target_dependencies" : [
"SNANetworking"
],
"type" : "library"
},
{
"c99name" : "SNANetworking",
"module_type" : "ClangTarget",
"name" : "SNANetworking",
"path" : "SNASources",
"product_memberships" : [
"TwilioVerifySNA"
],
"sources" : [
"CellularGetAddrinfo.m",
"CellularSession.m",
"CellularSessionResult.m",
"SocketAddress.m",
"sslfuncs.c"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.