The Swift Package Index logo.Swift Package Index

Build Information

Failed to build TLS with Swift 5.10 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.29.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/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-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:             5.10
Building package at path:  $workDir
https://github.com/vapor-community/tls.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/8] Write sources
[7/8] Write swift-version--423B1241ED78D482.txt
[9/30] Emitting module Debugging
[10/30] Compiling Debugging Debuggable.swift
[11/30] Emitting module libc
[12/30] Compiling libc libc.swift
[13/30] Emitting module Bits
[14/32] Compiling Bits UnsignedInteger+BytesConvertible.swift
[15/32] Compiling Bits UnsignedInteger+Shifting.swift
[16/32] Compiling Bits Byte+Random.swift
[17/32] Compiling Bits Byte+UTF8Numbers.swift
[18/32] Compiling Bits ByteSequence+Conversions.swift
[19/32] Compiling Bits Bytes+Percent.swift
[20/32] Compiling Bits BytesConvertible.swift
[21/32] Compiling Bits Aliases.swift
[22/32] Compiling Bits Base64Encoder.swift
[23/32] Compiling Bits Byte+Alphabet.swift
[24/32] Compiling Bits Bytes+Base64.swift
[25/32] Compiling Bits Bytes+Hex.swift
[26/32] Compiling Bits Operators.swift
[27/32] Compiling Bits String+BytesConvertible.swift
[28/32] Compiling Bits Data+BytesConvertible.swift
[29/32] Compiling Bits HexEncoder.swift
[30/32] Compiling Bits Byte+ControlCharacters.swift
[31/32] Compiling Bits Byte+Convenience.swift
[32/32] Compiling Bits Byte+PatternMatching.swift
[33/54] Compiling Core Result.swift
[34/54] Compiling Core Semaphore.swift
[35/54] Compiling Core Sequence.swift
[36/54] Compiling Core Lock.swift
[37/54] Compiling Core Portal.swift
[38/54] Compiling Core RFC1123.swift
[39/54] Emitting module Core
[40/54] Compiling Core Collection+Safe.swift
[41/54] Compiling Core DataFile.swift
[42/54] Compiling Core Dispatch.swift
[43/56] Compiling Core Array.swift
[44/56] Compiling Core Bits.swift
[45/56] Compiling Core Cache.swift
[46/56] Compiling Core StaticDataBuffer.swift
[47/56] Compiling Core String+CaseInsensitiveCompare.swift
[48/56] Compiling Core String+Polymorphic.swift
[49/56] Compiling Core Extendable.swift
[50/56] Compiling Core FileProtocol.swift
[51/56] Compiling Core Int+Hex.swift
[52/56] Compiling Core DispatchTime+Utilities.swift
[53/56] Compiling Core EmptyInitializable.swift
[54/56] Compiling Core Exports.swift
[55/56] Compiling Core String.swift
[56/56] Compiling Core WorkingDirectory.swift
[57/66] Compiling Transport StreamError.swift
[58/67] Compiling Transport Stream.swift
[59/67] Compiling Transport ReadableStream.swift
[60/67] Compiling Transport InternetStream.swift
[61/67] Compiling Transport Port.swift
[62/67] Compiling Transport ServerStream.swift
[63/67] Compiling Transport Exports.swift
[64/67] Compiling Transport ClientStream.swift
[65/67] Compiling Transport FoundationStream.swift
[66/67] Emitting module Transport
[67/67] Compiling Transport WriteableStream.swift
[68/88] Compiling Sockets RawSocket.swift
[69/88] Compiling Sockets Select.swift
[70/88] Compiling Sockets Socket.swift
[71/88] Compiling Sockets TCPReadableSocket.swift
[72/88] Compiling Sockets TCPSocket.swift
[73/88] Compiling Sockets SocketOptions.swift
[74/88] Compiling Sockets TCPEstablishedSocket.swift
[75/88] Compiling Sockets TCPInternetSocket.swift
[76/90] Emitting module Sockets
[77/90] Compiling Sockets Address+C.swift
[78/90] Compiling Sockets Address.swift
[79/90] Compiling Sockets Buffer.swift
[80/90] Compiling Sockets Conversions.swift
[81/90] Compiling Sockets Error.swift
[82/90] Compiling Sockets FDSet.swift
[83/90] Compiling Sockets Descriptor.swift
[84/90] Compiling Sockets InternetSocket.swift
[85/90] Compiling Sockets Pipe.swift
[86/90] Compiling Sockets Types.swift
[87/90] Compiling Sockets Exports.swift
[88/90] Compiling Sockets Config.swift
[89/90] Compiling Sockets TCPWriteableSocket.swift
[90/90] Compiling Sockets UDPSocket.swift
[91/102] Compiling TLS Utilities.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "shim.h"
        ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ctls/shim.h:4:10: error: 'openssl/conf.h' file not found
#include <openssl/conf.h>
         ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TLS/ClientSocket.swift:1:8: error: could not build Objective-C module 'CTLS'
import CTLS
       ^
[92/102] Compiling TLS Socket.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "shim.h"
        ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ctls/shim.h:4:10: error: 'openssl/conf.h' file not found
#include <openssl/conf.h>
         ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TLS/ClientSocket.swift:1:8: error: could not build Objective-C module 'CTLS'
import CTLS
       ^
[93/102] Compiling TLS ServerSocket.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "shim.h"
        ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ctls/shim.h:4:10: error: 'openssl/conf.h' file not found
#include <openssl/conf.h>
         ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TLS/ClientSocket.swift:1:8: error: could not build Objective-C module 'CTLS'
import CTLS
       ^
[94/102] Compiling TLS Exports.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "shim.h"
        ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ctls/shim.h:4:10: error: 'openssl/conf.h' file not found
#include <openssl/conf.h>
         ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TLS/ClientSocket.swift:1:8: error: could not build Objective-C module 'CTLS'
import CTLS
       ^
[95/102] Compiling TLS InternetSocket.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "shim.h"
        ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ctls/shim.h:4:10: error: 'openssl/conf.h' file not found
#include <openssl/conf.h>
         ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TLS/ClientSocket.swift:1:8: error: could not build Objective-C module 'CTLS'
import CTLS
       ^
[96/102] Compiling TLS Mode.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "shim.h"
        ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ctls/shim.h:4:10: error: 'openssl/conf.h' file not found
#include <openssl/conf.h>
         ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TLS/ClientSocket.swift:1:8: error: could not build Objective-C module 'CTLS'
import CTLS
       ^
[97/102] Compiling TLS ReadableSocket.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "shim.h"
        ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ctls/shim.h:4:10: error: 'openssl/conf.h' file not found
#include <openssl/conf.h>
         ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TLS/ClientSocket.swift:1:8: error: could not build Objective-C module 'CTLS'
import CTLS
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[98/103] Emitting module TLS
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "shim.h"
        ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ctls/shim.h:4:10: error: 'openssl/conf.h' file not found
#include <openssl/conf.h>
         ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TLS/ClientSocket.swift:1:8: error: could not build Objective-C module 'CTLS'
import CTLS
       ^
[99/103] Compiling TLS Context.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "shim.h"
        ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ctls/shim.h:4:10: error: 'openssl/conf.h' file not found
#include <openssl/conf.h>
         ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TLS/ClientSocket.swift:1:8: error: could not build Objective-C module 'CTLS'
import CTLS
       ^
[100/103] Compiling TLS Error.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "shim.h"
        ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ctls/shim.h:4:10: error: 'openssl/conf.h' file not found
#include <openssl/conf.h>
         ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TLS/ClientSocket.swift:1:8: error: could not build Objective-C module 'CTLS'
import CTLS
       ^
[101/103] Compiling TLS Certificates.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "shim.h"
        ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ctls/shim.h:4:10: error: 'openssl/conf.h' file not found
#include <openssl/conf.h>
         ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TLS/ClientSocket.swift:1:8: error: could not build Objective-C module 'CTLS'
import CTLS
       ^
[102/103] Compiling TLS ClientSocket.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "shim.h"
        ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ctls/shim.h:4:10: error: 'openssl/conf.h' file not found
#include <openssl/conf.h>
         ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TLS/ClientSocket.swift:1:8: error: could not build Objective-C module 'CTLS'
import CTLS
       ^
[103/103] Compiling TLS WriteableSocket.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "shim.h"
        ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ctls/shim.h:4:10: error: 'openssl/conf.h' file not found
#include <openssl/conf.h>
         ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TLS/ClientSocket.swift:1:8: error: could not build Objective-C module 'CTLS'
import CTLS
       ^
error: fatalError
Fetching https://github.com/vapor/sockets.git from cache
Fetching https://github.com/vapor/core.git from cache
Fetching https://github.com/vapor/ctls.git from cache
Fetched https://github.com/vapor/ctls.git from cache (0.17s)
Fetched https://github.com/vapor/core.git from cache (0.17s)
Fetched https://github.com/vapor/sockets.git from cache (0.18s)
Computing version for https://github.com/vapor/ctls.git
Computed https://github.com/vapor/ctls.git at 1.1.3 (0.33s)
Computing version for https://github.com/vapor/core.git
Computed https://github.com/vapor/core.git at 2.2.1 (0.02s)
Fetching https://github.com/vapor/bits.git from cache
Fetching https://github.com/vapor/debugging.git from cache
Fetched https://github.com/vapor/bits.git from cache (0.18s)
Fetched https://github.com/vapor/debugging.git from cache (0.18s)
Computing version for https://github.com/vapor/debugging.git
Computed https://github.com/vapor/debugging.git at 1.1.1 (0.02s)
Computing version for https://github.com/vapor/bits.git
Computed https://github.com/vapor/bits.git at 1.1.1 (0.02s)
Computing version for https://github.com/vapor/sockets.git
Computed https://github.com/vapor/sockets.git at 2.2.3 (0.02s)
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/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
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/core.git
Working copy of https://github.com/vapor/core.git resolved at 2.2.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
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version--423B1241ED78D482.txt
[2/13] Compiling TLS Exports.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "shim.h"
        ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ctls/shim.h:4:10: error: 'openssl/conf.h' file not found
#include <openssl/conf.h>
         ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TLS/ClientSocket.swift:1:8: error: could not build Objective-C module 'CTLS'
import CTLS
       ^
[3/13] Compiling TLS InternetSocket.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "shim.h"
        ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ctls/shim.h:4:10: error: 'openssl/conf.h' file not found
#include <openssl/conf.h>
         ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TLS/ClientSocket.swift:1:8: error: could not build Objective-C module 'CTLS'
import CTLS
       ^
[4/13] Compiling TLS ServerSocket.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "shim.h"
        ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ctls/shim.h:4:10: error: 'openssl/conf.h' file not found
#include <openssl/conf.h>
         ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TLS/ClientSocket.swift:1:8: error: could not build Objective-C module 'CTLS'
import CTLS
       ^
[5/14] Compiling TLS Socket.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "shim.h"
        ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ctls/shim.h:4:10: error: 'openssl/conf.h' file not found
#include <openssl/conf.h>
         ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TLS/ClientSocket.swift:1:8: error: could not build Objective-C module 'CTLS'
import CTLS
       ^
[6/14] Compiling TLS Utilities.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "shim.h"
        ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ctls/shim.h:4:10: error: 'openssl/conf.h' file not found
#include <openssl/conf.h>
         ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TLS/ClientSocket.swift:1:8: error: could not build Objective-C module 'CTLS'
import CTLS
       ^
[7/14] Compiling TLS Certificates.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "shim.h"
        ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ctls/shim.h:4:10: error: 'openssl/conf.h' file not found
#include <openssl/conf.h>
         ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TLS/ClientSocket.swift:1:8: error: could not build Objective-C module 'CTLS'
import CTLS
       ^
[8/14] Compiling TLS ClientSocket.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "shim.h"
        ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ctls/shim.h:4:10: error: 'openssl/conf.h' file not found
#include <openssl/conf.h>
         ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TLS/ClientSocket.swift:1:8: error: could not build Objective-C module 'CTLS'
import CTLS
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/14] Emitting module TLS
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "shim.h"
        ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ctls/shim.h:4:10: error: 'openssl/conf.h' file not found
#include <openssl/conf.h>
         ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TLS/ClientSocket.swift:1:8: error: could not build Objective-C module 'CTLS'
import CTLS
       ^
[10/14] Compiling TLS Mode.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "shim.h"
        ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ctls/shim.h:4:10: error: 'openssl/conf.h' file not found
#include <openssl/conf.h>
         ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TLS/ClientSocket.swift:1:8: error: could not build Objective-C module 'CTLS'
import CTLS
       ^
[11/14] Compiling TLS ReadableSocket.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "shim.h"
        ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ctls/shim.h:4:10: error: 'openssl/conf.h' file not found
#include <openssl/conf.h>
         ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TLS/ClientSocket.swift:1:8: error: could not build Objective-C module 'CTLS'
import CTLS
       ^
[12/14] Compiling TLS Context.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "shim.h"
        ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ctls/shim.h:4:10: error: 'openssl/conf.h' file not found
#include <openssl/conf.h>
         ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TLS/ClientSocket.swift:1:8: error: could not build Objective-C module 'CTLS'
import CTLS
       ^
[13/14] Compiling TLS Error.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "shim.h"
        ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ctls/shim.h:4:10: error: 'openssl/conf.h' file not found
#include <openssl/conf.h>
         ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TLS/ClientSocket.swift:1:8: error: could not build Objective-C module 'CTLS'
import CTLS
       ^
[14/14] Compiling TLS WriteableSocket.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "shim.h"
        ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ctls/shim.h:4:10: error: 'openssl/conf.h' file not found
#include <openssl/conf.h>
         ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TLS/ClientSocket.swift:1:8: error: could not build Objective-C module 'CTLS'
import CTLS
       ^
error: fatalError
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
BUILD FAILURE 5.10 macosSpm

Build Machine: Mac 7