The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build TLS, reference 2.1.3 (a5981b), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 06:28:50 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor-community/tls.git
Reference: 2.1.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/vapor-community/tls
 * tag               2.1.3      -> FETCH_HEAD
HEAD is now at a5981b0 Merge pull request #71 from vapor-community/warnings-real
Cloned https://github.com/vapor-community/tls.git
Revision (git rev-parse @):
a5981b0a370f227521330beb92b7ce6d636a1eb2
SUCCESS checkout https://github.com/vapor-community/tls.git at 2.1.3
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/vapor-community/tls.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/8] Write sources
[7/8] Write swift-version-1EA4D86E10B52AF.txt
[9/31] Compiling Debugging Debuggable.swift
[10/31] Emitting module Debugging
[11/31] Emitting module libc
[12/31] Compiling libc libc.swift
[13/31] Compiling Bits String+BytesConvertible.swift
[14/31] Compiling Bits UnsignedInteger+BytesConvertible.swift
[15/32] Compiling Bits HexEncoder.swift
[16/32] Compiling Bits Operators.swift
[17/32] Compiling Bits UnsignedInteger+Shifting.swift
[18/32] Compiling Bits Aliases.swift
[19/32] Compiling Bits Base64Encoder.swift
[20/32] Compiling Bits Byte+Random.swift
[21/32] Compiling Bits Byte+UTF8Numbers.swift
[22/32] Compiling Bits ByteSequence+Conversions.swift
[23/32] Compiling Bits Bytes+Base64.swift
[24/32] Compiling Bits BytesConvertible.swift
[25/32] Compiling Bits Data+BytesConvertible.swift
[26/32] Compiling Bits Bytes+Hex.swift
[27/32] Compiling Bits Bytes+Percent.swift
[28/32] Compiling Bits Byte+Alphabet.swift
[29/32] Compiling Bits Byte+ControlCharacters.swift
[30/32] Compiling Bits Byte+Convenience.swift
[31/32] Compiling Bits Byte+PatternMatching.swift
[32/32] Emitting module Bits
[33/54] Emitting module Core
[34/56] Compiling Core Result.swift
[35/56] Compiling Core Semaphore.swift
[36/56] Compiling Core Extendable.swift
[37/56] Compiling Core FileProtocol.swift
[38/56] Compiling Core Int+Hex.swift
[39/56] Compiling Core Lock.swift
[40/56] Compiling Core String+CaseInsensitiveCompare.swift
[41/56] Compiling Core String+Polymorphic.swift
[42/56] Compiling Core Portal.swift
[43/56] Compiling Core RFC1123.swift
[44/56] Compiling Core Sequence.swift
[45/56] Compiling Core StaticDataBuffer.swift
[46/56] Compiling Core Array.swift
[47/56] Compiling Core Bits.swift
[48/56] Compiling Core Cache.swift
[49/56] Compiling Core DispatchTime+Utilities.swift
[50/56] Compiling Core EmptyInitializable.swift
[51/56] Compiling Core Exports.swift
[52/56] Compiling Core Collection+Safe.swift
[53/56] Compiling Core DataFile.swift
[54/56] Compiling Core Dispatch.swift
[55/56] Compiling Core String.swift
[56/56] Compiling Core WorkingDirectory.swift
[57/66] Compiling Transport StreamError.swift
[58/66] Compiling Transport ServerStream.swift
[59/66] Compiling Transport Stream.swift
[60/67] Compiling Transport Port.swift
[61/67] Compiling Transport InternetStream.swift
[62/67] Compiling Transport ReadableStream.swift
[63/67] Emitting module Transport
[64/67] Compiling Transport FoundationStream.swift
[65/67] Compiling Transport Exports.swift
[66/67] Compiling Transport ClientStream.swift
[67/67] Compiling Transport WriteableStream.swift
[68/88] Emitting module Sockets
[69/90] Compiling Sockets InternetSocket.swift
[70/90] Compiling Sockets Pipe.swift
[71/90] Compiling Sockets TCPReadableSocket.swift
[72/90] Compiling Sockets TCPSocket.swift
[73/90] Compiling Sockets Types.swift
[74/90] Compiling Sockets Exports.swift
[75/90] Compiling Sockets Config.swift
[76/90] Compiling Sockets Descriptor.swift
[77/90] Compiling Sockets RawSocket.swift
[78/90] Compiling Sockets Select.swift
[79/90] Compiling Sockets TCPEstablishedSocket.swift
[80/90] Compiling Sockets TCPInternetSocket.swift
[81/90] Compiling Sockets Socket.swift
[82/90] Compiling Sockets SocketOptions.swift
[83/90] Compiling Sockets Conversions.swift
[84/90] Compiling Sockets Error.swift
[85/90] Compiling Sockets FDSet.swift
[86/90] Compiling Sockets TCPWriteableSocket.swift
[87/90] Compiling Sockets UDPSocket.swift
[88/90] Compiling Sockets Address+C.swift
[89/90] Compiling Sockets Address.swift
[90/90] Compiling Sockets Buffer.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[91/102] Emitting module TLS
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ctls/shim.h:4:10: error: 'openssl/conf.h' file not found
 2 | #define __COPENSSL_SHIM_H__
 3 |
 4 | #include <openssl/conf.h>
   |          `- error: 'openssl/conf.h' file not found
 5 | #include <openssl/evp.h>
 6 | #include <openssl/err.h>
/Users/admin/builder/spi-builder-workspace/Sources/TLS/ClientSocket.swift:1:8: error: could not build Objective-C module 'CTLS'
 1 | import CTLS
   |        `- error: could not build Objective-C module 'CTLS'
 2 |
 3 | /// An SSL Socket.
[92/103] Compiling TLS Utilities.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ctls/shim.h:4:10: error: 'openssl/conf.h' file not found
 2 | #define __COPENSSL_SHIM_H__
 3 |
 4 | #include <openssl/conf.h>
   |          `- error: 'openssl/conf.h' file not found
 5 | #include <openssl/evp.h>
 6 | #include <openssl/err.h>
/Users/admin/builder/spi-builder-workspace/Sources/TLS/ClientSocket.swift:1:8: error: could not build Objective-C module 'CTLS'
 1 | import CTLS
   |        `- error: could not build Objective-C module 'CTLS'
 2 |
 3 | /// An SSL Socket.
[93/103] Compiling TLS Exports.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ctls/shim.h:4:10: error: 'openssl/conf.h' file not found
 2 | #define __COPENSSL_SHIM_H__
 3 |
 4 | #include <openssl/conf.h>
   |          `- error: 'openssl/conf.h' file not found
 5 | #include <openssl/evp.h>
 6 | #include <openssl/err.h>
/Users/admin/builder/spi-builder-workspace/Sources/TLS/ClientSocket.swift:1:8: error: could not build Objective-C module 'CTLS'
 1 | import CTLS
   |        `- error: could not build Objective-C module 'CTLS'
 2 |
 3 | /// An SSL Socket.
[94/103] Compiling TLS InternetSocket.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ctls/shim.h:4:10: error: 'openssl/conf.h' file not found
 2 | #define __COPENSSL_SHIM_H__
 3 |
 4 | #include <openssl/conf.h>
   |          `- error: 'openssl/conf.h' file not found
 5 | #include <openssl/evp.h>
 6 | #include <openssl/err.h>
/Users/admin/builder/spi-builder-workspace/Sources/TLS/ClientSocket.swift:1:8: error: could not build Objective-C module 'CTLS'
 1 | import CTLS
   |        `- error: could not build Objective-C module 'CTLS'
 2 |
 3 | /// An SSL Socket.
[95/103] Compiling TLS Mode.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ctls/shim.h:4:10: error: 'openssl/conf.h' file not found
 2 | #define __COPENSSL_SHIM_H__
 3 |
 4 | #include <openssl/conf.h>
   |          `- error: 'openssl/conf.h' file not found
 5 | #include <openssl/evp.h>
 6 | #include <openssl/err.h>
/Users/admin/builder/spi-builder-workspace/Sources/TLS/ClientSocket.swift:1:8: error: could not build Objective-C module 'CTLS'
 1 | import CTLS
   |        `- error: could not build Objective-C module 'CTLS'
 2 |
 3 | /// An SSL Socket.
[96/103] Compiling TLS Socket.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ctls/shim.h:4:10: error: 'openssl/conf.h' file not found
 2 | #define __COPENSSL_SHIM_H__
 3 |
 4 | #include <openssl/conf.h>
   |          `- error: 'openssl/conf.h' file not found
 5 | #include <openssl/evp.h>
 6 | #include <openssl/err.h>
/Users/admin/builder/spi-builder-workspace/Sources/TLS/ClientSocket.swift:1:8: error: could not build Objective-C module 'CTLS'
 1 | import CTLS
   |        `- error: could not build Objective-C module 'CTLS'
 2 |
 3 | /// An SSL Socket.
[97/103] Compiling TLS ServerSocket.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ctls/shim.h:4:10: error: 'openssl/conf.h' file not found
 2 | #define __COPENSSL_SHIM_H__
 3 |
 4 | #include <openssl/conf.h>
   |          `- error: 'openssl/conf.h' file not found
 5 | #include <openssl/evp.h>
 6 | #include <openssl/err.h>
/Users/admin/builder/spi-builder-workspace/Sources/TLS/ClientSocket.swift:1:8: error: could not build Objective-C module 'CTLS'
 1 | import CTLS
   |        `- error: could not build Objective-C module 'CTLS'
 2 |
 3 | /// An SSL Socket.
[98/103] Compiling TLS Certificates.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ctls/shim.h:4:10: error: 'openssl/conf.h' file not found
 2 | #define __COPENSSL_SHIM_H__
 3 |
 4 | #include <openssl/conf.h>
   |          `- error: 'openssl/conf.h' file not found
 5 | #include <openssl/evp.h>
 6 | #include <openssl/err.h>
/Users/admin/builder/spi-builder-workspace/Sources/TLS/ClientSocket.swift:1:8: error: could not build Objective-C module 'CTLS'
 1 | import CTLS
   |        `- error: could not build Objective-C module 'CTLS'
 2 |
 3 | /// An SSL Socket.
[99/103] Compiling TLS ClientSocket.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ctls/shim.h:4:10: error: 'openssl/conf.h' file not found
 2 | #define __COPENSSL_SHIM_H__
 3 |
 4 | #include <openssl/conf.h>
   |          `- error: 'openssl/conf.h' file not found
 5 | #include <openssl/evp.h>
 6 | #include <openssl/err.h>
/Users/admin/builder/spi-builder-workspace/Sources/TLS/ClientSocket.swift:1:8: error: could not build Objective-C module 'CTLS'
 1 | import CTLS
   |        `- error: could not build Objective-C module 'CTLS'
 2 |
 3 | /// An SSL Socket.
[100/103] Compiling TLS ReadableSocket.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ctls/shim.h:4:10: error: 'openssl/conf.h' file not found
 2 | #define __COPENSSL_SHIM_H__
 3 |
 4 | #include <openssl/conf.h>
   |          `- error: 'openssl/conf.h' file not found
 5 | #include <openssl/evp.h>
 6 | #include <openssl/err.h>
/Users/admin/builder/spi-builder-workspace/Sources/TLS/ClientSocket.swift:1:8: error: could not build Objective-C module 'CTLS'
 1 | import CTLS
   |        `- error: could not build Objective-C module 'CTLS'
 2 |
 3 | /// An SSL Socket.
[101/103] Compiling TLS Context.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ctls/shim.h:4:10: error: 'openssl/conf.h' file not found
 2 | #define __COPENSSL_SHIM_H__
 3 |
 4 | #include <openssl/conf.h>
   |          `- error: 'openssl/conf.h' file not found
 5 | #include <openssl/evp.h>
 6 | #include <openssl/err.h>
/Users/admin/builder/spi-builder-workspace/Sources/TLS/ClientSocket.swift:1:8: error: could not build Objective-C module 'CTLS'
 1 | import CTLS
   |        `- error: could not build Objective-C module 'CTLS'
 2 |
 3 | /// An SSL Socket.
[102/103] Compiling TLS Error.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ctls/shim.h:4:10: error: 'openssl/conf.h' file not found
 2 | #define __COPENSSL_SHIM_H__
 3 |
 4 | #include <openssl/conf.h>
   |          `- error: 'openssl/conf.h' file not found
 5 | #include <openssl/evp.h>
 6 | #include <openssl/err.h>
/Users/admin/builder/spi-builder-workspace/Sources/TLS/ClientSocket.swift:1:8: error: could not build Objective-C module 'CTLS'
 1 | import CTLS
   |        `- error: could not build Objective-C module 'CTLS'
 2 |
 3 | /// An SSL Socket.
[103/103] Compiling TLS WriteableSocket.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ctls/shim.h:4:10: error: 'openssl/conf.h' file not found
 2 | #define __COPENSSL_SHIM_H__
 3 |
 4 | #include <openssl/conf.h>
   |          `- error: 'openssl/conf.h' file not found
 5 | #include <openssl/evp.h>
 6 | #include <openssl/err.h>
/Users/admin/builder/spi-builder-workspace/Sources/TLS/ClientSocket.swift:1:8: error: could not build Objective-C module 'CTLS'
 1 | import CTLS
   |        `- error: could not build Objective-C module 'CTLS'
 2 |
 3 | /// An SSL Socket.
Fetching https://github.com/vapor/ctls.git
Fetching https://github.com/vapor/core.git
Fetching https://github.com/vapor/sockets.git
[1/3312] Fetching sockets
[101/23455] Fetching sockets, core
[102/23526] Fetching sockets, core, ctls
Fetched https://github.com/vapor/core.git from cache (1.45s)
Fetched https://github.com/vapor/ctls.git from cache (1.45s)
Fetched https://github.com/vapor/sockets.git from cache (1.45s)
Computing version for https://github.com/vapor/ctls.git
Computed https://github.com/vapor/ctls.git at 1.1.3 (1.96s)
Computing version for https://github.com/vapor/core.git
Computed https://github.com/vapor/core.git at 2.2.1 (0.48s)
Fetching https://github.com/vapor/debugging.git
Fetching https://github.com/vapor/bits.git
[1/260] Fetching debugging
[40/618] Fetching debugging, bits
Fetched https://github.com/vapor/bits.git from cache (0.65s)
Fetched https://github.com/vapor/debugging.git from cache (0.65s)
Computing version for https://github.com/vapor/debugging.git
Computed https://github.com/vapor/debugging.git at 1.1.1 (1.18s)
Computing version for https://github.com/vapor/bits.git
Computed https://github.com/vapor/bits.git at 1.1.1 (0.49s)
Computing version for https://github.com/vapor/sockets.git
Computed https://github.com/vapor/sockets.git at 2.2.3 (0.49s)
Creating working copy for https://github.com/vapor/bits.git
Working copy of https://github.com/vapor/bits.git resolved at 1.1.1
Creating working copy for https://github.com/vapor/core.git
Working copy of https://github.com/vapor/core.git resolved at 2.2.1
Creating working copy for https://github.com/vapor/sockets.git
Working copy of https://github.com/vapor/sockets.git resolved at 2.2.3
Creating working copy for https://github.com/vapor/ctls.git
Working copy of https://github.com/vapor/ctls.git resolved at 1.1.3
Creating working copy for https://github.com/vapor/debugging.git
Working copy of https://github.com/vapor/debugging.git resolved at 1.1.1
warning: 'ctls': ignoring declared target(s) 'CTLS' in the system package
warning: failed to retrieve search paths with pkg-config; maybe pkg-config is not installed
warning: you may be able to install ctls using your system-packager:
    brew install openssl
warning: you may be able to install ctls using your system-packager:
    brew install openssl
BUILD FAILURE 6.2 macosSpm