Build Information
Failed to build JWTProvider with Swift 5.8 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.28.7
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor-community/jwt-provider.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/vapor-community/jwt-provider
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at f648dd6 Merge pull request #24 from mihailstumkins/fix/incorrect-bearer-token-format
Cloned https://github.com/vapor-community/jwt-provider.git
Revision (git rev-parse @):
f648dd6814970d9c7b27b79e9ce62699561d8d14
SUCCESS checkout https://github.com/vapor-community/jwt-provider.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.8
Building package at path: $PWD/checkout
https://github.com/vapor-community/jwt-provider.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64
Building for debugging...
[1/7] Compiling PathIndexable PathIndexable.swift
[2/7] Emitting module PathIndexable
[3/7] Compiling PathIndexable PathIndexable+Subscripting.swift
[3/7] Compiling CHTTP http_parser.c
[5/25] Emitting module libc
[6/25] Compiling libc libc.swift
[7/25] Emitting module Debugging
[8/25] Compiling Debugging Debuggable.swift
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/sqlite/Sources/CSQLite/sqlite3.c:20838:17: warning: 'OSAtomicCompareAndSwapPtrBarrier' is deprecated: first deprecated in macOS 10.12 - Use atomic_compare_exchange_strong() from <stdatomic.h> instead [-Wdeprecated-declarations]
success = OSAtomicCompareAndSwapPtrBarrier(NULL, newzone,
^
/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/libkern/OSAtomicDeprecated.h:548:6: note: 'OSAtomicCompareAndSwapPtrBarrier' has been explicitly marked deprecated here
bool OSAtomicCompareAndSwapPtrBarrier( void *__oldValue, void *__newValue, void * volatile *__theValue );
^
1 warning generated.
[8/25] Compiling CSQLite sqlite3.c
[10/25] Emitting module Bits
[11/29] Compiling Bits Operators.swift
[12/29] Compiling Bits String+BytesConvertible.swift
[13/29] Compiling Bits UnsignedInteger+BytesConvertible.swift
[14/29] Compiling Bits UnsignedInteger+Shifting.swift
[15/29] Compiling Bits Byte+PatternMatching.swift
[16/29] Compiling Bits Byte+Random.swift
[17/29] Compiling Bits Byte+UTF8Numbers.swift
[18/29] Compiling Bits ByteSequence+Conversions.swift
[19/29] Compiling Bits Bytes+Base64.swift
[20/29] Compiling Bits Aliases.swift
[21/29] Compiling Bits Base64Encoder.swift
[22/29] Compiling Bits Byte+Alphabet.swift
[23/29] Compiling Bits Byte+ControlCharacters.swift
[24/29] Compiling Bits Byte+Convenience.swift
[25/29] Compiling Bits Bytes+Hex.swift
[26/29] Compiling Bits Bytes+Percent.swift
[27/29] Compiling Bits BytesConvertible.swift
[28/29] Compiling Bits Data+BytesConvertible.swift
[29/29] Compiling Bits HexEncoder.swift
[30/48] Emitting module Core
[31/53] Compiling Core DispatchTime+Utilities.swift
[32/53] Compiling Core EmptyInitializable.swift
[33/53] Compiling Core Exports.swift
[34/53] Compiling Core Extendable.swift
[35/53] Compiling Core FileProtocol.swift
[36/53] Compiling Core Int+Hex.swift
[37/53] Compiling Core Lock.swift
[38/53] Compiling Core Portal.swift
[39/53] Compiling Core RFC1123.swift
[40/53] Compiling Core Result.swift
[41/53] Compiling Core Semaphore.swift
[42/53] Compiling Core Sequence.swift
[43/53] Compiling Core Array.swift
[44/53] Compiling Core Bits.swift
[45/53] Compiling Core Cache.swift
[46/53] Compiling Core Collection+Safe.swift
[47/53] Compiling Core DataFile.swift
[48/53] Compiling Core Dispatch.swift
[49/53] Compiling Core StaticDataBuffer.swift
[50/53] Compiling Core String+CaseInsensitiveCompare.swift
[51/53] Compiling Core String+Polymorphic.swift
[52/53] Compiling Core String.swift
[53/53] Compiling Core WorkingDirectory.swift
[54/126] Emitting module Transport
[55/128] Emitting module Node
[56/137] Compiling Transport InternetStream.swift
[57/137] Compiling Transport ReadableStream.swift
[58/137] Compiling Transport Exports.swift
[59/137] Compiling Transport ClientStream.swift
[60/137] Compiling Random RandomProtocol.swift
[61/137] Emitting module Random
[66/138] Compiling Transport Stream.swift
[67/138] Compiling Transport Port.swift
[68/138] Compiling Transport ServerStream.swift
[69/138] Compiling Transport FoundationStream.swift
[70/138] Compiling Transport StreamError.swift
[71/138] Compiling Transport WriteableStream.swift
[82/138] Emitting module Console
[93/147] Compiling Node UnsignedInteger+Convertible.swift
[94/147] Compiling Node Context.swift
[95/147] Compiling Node Node.swift
[96/147] Compiling Node NodeConvertible.swift
[97/147] Compiling Node NodeInitializable.swift
[98/147] Compiling Node NodeRepresentable.swift
[99/147] Compiling Node Array+Convertible.swift
[100/147] Compiling Node Dictionary+Convertible.swift
[101/147] Compiling Node Fuzzy+Any.swift
[102/147] Compiling Node FuzzyConverter.swift
[103/147] Compiling Node Optional+Convertible.swift
[104/147] Compiling Node Set+Convertible.swift
[105/147] Compiling Node Number.swift
[106/147] Compiling Node StructuredData+Equatable.swift
[107/147] Compiling Node StructuredData+Init.swift
[108/147] Compiling Node StructuredData+PathIndexable.swift
[109/147] Compiling Node StructuredData+Polymorphic.swift
[110/147] Compiling Random URandom.swift
[111/171] Compiling Sockets Error.swift
[112/171] Compiling Sockets FDSet.swift
[113/171] Compiling Sockets RawSocket.swift
[114/171] Compiling Sockets Select.swift
[115/171] Compiling Sockets Socket.swift
[116/171] Compiling Sockets SocketOptions.swift
[117/171] Compiling Sockets TCPEstablishedSocket.swift
[128/171] Compiling Console Stream.swift
[129/171] Compiling Console Swift3.swift
[130/171] Compiling Sockets Config.swift
[131/171] Compiling Sockets Descriptor.swift
[132/171] Compiling URI URI.swift
[133/172] Emitting module URI
[134/172] Compiling Sockets Types.swift
[135/172] Compiling Sockets Exports.swift
[136/172] Emitting module Sockets
[139/177] Compiling Console ConsoleColor+Terminal.swift
[140/177] Compiling Console ConsoleStyle+Terminal.swift
[141/177] Compiling Console String+ANSI.swift
[142/177] Compiling Console Terminal+Command.swift
[143/177] Compiling Console Terminal.swift
[144/177] Compiling Console Bool+Polymorphic.swift
[145/177] Compiling Console String+Trim.swift
[153/177] Compiling Node Exports.swift
[154/177] Compiling Node Identifier.swift
[155/177] Compiling URI Parser.swift
[161/188] Compiling Sockets TCPInternetSocket.swift
[162/188] Compiling Sockets TCPReadableSocket.swift
[163/188] Compiling Sockets TCPSocket.swift
[164/188] Compiling Sockets TCPWriteableSocket.swift
[165/188] Compiling Sockets UDPSocket.swift
[166/200] Compiling BCrypt Export.swift
[167/200] Compiling BCrypt Hash.swift
[168/200] Compiling BCrypt BCryptError.swift
[169/200] Compiling BCrypt Base64.swift
[170/200] Compiling BCrypt Convenience.swift
[171/200] Compiling BCrypt Keys.swift
[172/200] Compiling BCrypt Parser.swift
[173/200] Compiling Crypto Hash+Method.swift
[174/200] Compiling Crypto Hash.swift
[175/200] Compiling Crypto Hash+Random.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[178/200] Emitting module Crypto
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "shim.h"
^
/Users/admin/builds/vMd7uqzK/1/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/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/crypto/Sources/Crypto/Cipher/Cipher+Method.swift:1:8: error: could not build Objective-C module 'CTLS'
import CTLS
^
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "shim.h"
^
/Users/admin/builds/vMd7uqzK/1/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/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/crypto/Sources/Crypto/Cipher/Cipher+Method.swift:1:8: error: could not build Objective-C module 'CTLS'
import CTLS
^
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "shim.h"
^
/Users/admin/builds/vMd7uqzK/1/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/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/crypto/Sources/Crypto/Cipher/Cipher+Method.swift:1:8: error: could not build Objective-C module 'CTLS'
import CTLS
^
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "shim.h"
^
/Users/admin/builds/vMd7uqzK/1/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/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/crypto/Sources/Crypto/Cipher/Cipher+Method.swift:1:8: error: could not build Objective-C module 'CTLS'
import CTLS
^
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "shim.h"
^
/Users/admin/builds/vMd7uqzK/1/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/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/crypto/Sources/Crypto/Cipher/Cipher+Method.swift:1:8: error: could not build Objective-C module 'CTLS'
import CTLS
^
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "shim.h"
^
/Users/admin/builds/vMd7uqzK/1/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/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/crypto/Sources/Crypto/Cipher/Cipher+Method.swift:1:8: error: could not build Objective-C module 'CTLS'
import CTLS
^
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "shim.h"
^
/Users/admin/builds/vMd7uqzK/1/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/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/crypto/Sources/Crypto/Cipher/Cipher+Method.swift:1:8: error: could not build Objective-C module 'CTLS'
import CTLS
^
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "shim.h"
^
/Users/admin/builds/vMd7uqzK/1/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/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/crypto/Sources/Crypto/Cipher/Cipher+Method.swift:1:8: error: could not build Objective-C module 'CTLS'
import CTLS
^
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "shim.h"
^
/Users/admin/builds/vMd7uqzK/1/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/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/crypto/Sources/Crypto/Cipher/Cipher+Method.swift:1:8: error: could not build Objective-C module 'CTLS'
import CTLS
^
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "shim.h"
^
/Users/admin/builds/vMd7uqzK/1/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/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/crypto/Sources/Crypto/Cipher/Cipher+Method.swift:1:8: error: could not build Objective-C module 'CTLS'
import CTLS
^
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "shim.h"
^
/Users/admin/builds/vMd7uqzK/1/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/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/crypto/Sources/Crypto/Cipher/Cipher+Method.swift:1:8: error: could not build Objective-C module 'CTLS'
import CTLS
^
[191/212] Compiling SQLite SQLite+Statement.swift
[192/212] Compiling SQLite SQLite.swift
[193/213] Compiling Crypto LibreSSLError.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "shim.h"
^
/Users/admin/builds/vMd7uqzK/1/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/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/crypto/Sources/Crypto/Cipher/Cipher+Method.swift:1:8: error: could not build Objective-C module 'CTLS'
import CTLS
^
[194/213] Compiling Crypto PseudoRandom.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "shim.h"
^
/Users/admin/builds/vMd7uqzK/1/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/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/crypto/Sources/Crypto/Cipher/Cipher+Method.swift:1:8: error: could not build Objective-C module 'CTLS'
import CTLS
^
[195/213] Compiling Crypto Random.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "shim.h"
^
/Users/admin/builds/vMd7uqzK/1/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/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/crypto/Sources/Crypto/Cipher/Cipher+Method.swift:1:8: error: could not build Objective-C module 'CTLS'
import CTLS
^
Fetching https://github.com/vapor/vapor.git from cache
Fetching https://github.com/vapor/auth-provider.git from cache
Fetching https://github.com/vapor/jwt.git from cache
Fetched https://github.com/vapor/auth-provider.git (0.44s)
Fetched https://github.com/vapor/jwt.git (0.47s)
Fetched https://github.com/vapor/vapor.git (0.68s)
Computing version for https://github.com/vapor/auth-provider.git
Computed https://github.com/vapor/auth-provider.git at 1.2.0 (1.36s)
Fetching https://github.com/vapor/auth.git from cache
Fetched https://github.com/vapor/auth.git (0.32s)
Computing version for https://github.com/vapor/auth.git
Computed https://github.com/vapor/auth.git at 1.2.1 (0.12s)
Fetching https://github.com/vapor/fluent.git from cache
Fetched https://github.com/vapor/fluent.git (0.33s)
Computing version for https://github.com/vapor/jwt.git
Computed https://github.com/vapor/jwt.git at 2.3.0 (0.84s)
Fetching https://github.com/vapor/json.git from cache
Fetching https://github.com/vapor/crypto.git from cache
Fetched https://github.com/vapor/json.git (0.28s)
Fetched https://github.com/vapor/crypto.git (0.29s)
Computing version for https://github.com/vapor/crypto.git
Computed https://github.com/vapor/crypto.git at 2.1.3 (0.15s)
Fetching https://github.com/vapor/ctls.git from cache
Fetching https://github.com/vapor/random.git from cache
Fetched https://github.com/vapor/ctls.git (0.27s)
Fetched https://github.com/vapor/random.git (0.27s)
Computing version for https://github.com/vapor/random.git
Computed https://github.com/vapor/random.git at 1.2.0 (0.05s)
Fetching https://github.com/vapor/core.git from cache
Fetched https://github.com/vapor/core.git (0.22s)
Computing version for https://github.com/vapor/ctls.git
Computed https://github.com/vapor/ctls.git at 1.1.3 (0.05s)
Computing version for https://github.com/vapor/core.git
Computed https://github.com/vapor/core.git at 2.2.1 (0.03s)
Fetching https://github.com/vapor/debugging.git from cache
Fetching https://github.com/vapor/bits.git from cache
Fetched https://github.com/vapor/bits.git (0.23s)
Fetched https://github.com/vapor/debugging.git (0.24s)
Computing version for https://github.com/vapor/debugging.git
Computed https://github.com/vapor/debugging.git at 1.1.1 (0.04s)
Computing version for https://github.com/vapor/bits.git
Computed https://github.com/vapor/bits.git at 1.1.1 (0.03s)
Computing version for https://github.com/vapor/json.git
Computed https://github.com/vapor/json.git at 2.2.2 (0.03s)
Fetching https://github.com/vapor/node.git from cache
Fetched https://github.com/vapor/node.git (0.23s)
Computing version for https://github.com/vapor/node.git
Computed https://github.com/vapor/node.git at 2.1.5 (0.05s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 2.4.5 (0.04s)
Fetching https://github.com/vapor/routing.git from cache
Fetching https://github.com/vapor/multipart.git from cache
Fetching https://github.com/vapor/engine.git from cache
Fetched https://github.com/vapor/engine.git (0.26s)
Fetching https://github.com/vapor/console.git from cache
Fetched https://github.com/vapor/routing.git (0.27s)
Fetching https://github.com/vapor/bcrypt.git from cache
Fetched https://github.com/vapor/multipart.git (0.28s)
Fetched https://github.com/vapor/console.git (0.25s)
Fetched https://github.com/vapor/bcrypt.git (0.25s)
Computing version for https://github.com/vapor/bcrypt.git
Computed https://github.com/vapor/bcrypt.git at 1.1.1 (0.04s)
Computing version for https://github.com/vapor/routing.git
Computed https://github.com/vapor/routing.git at 2.2.1 (0.02s)
Computing version for https://github.com/vapor/multipart.git
Computed https://github.com/vapor/multipart.git at 2.2.1 (0.02s)
Computing version for https://github.com/vapor/console.git
Computed https://github.com/vapor/console.git at 2.3.1 (0.03s)
Computing version for https://github.com/vapor/engine.git
Computed https://github.com/vapor/engine.git at 2.2.5 (0.03s)
Fetching https://github.com/vapor/sockets.git from cache
Fetching https://github.com/vapor/tls.git from cache
Fetched https://github.com/vapor/tls.git (0.22s)
Fetched https://github.com/vapor/sockets.git (0.22s)
Computing version for https://github.com/vapor/tls.git
Computed https://github.com/vapor/tls.git at 2.1.3 (0.02s)
Computing version for https://github.com/vapor/sockets.git
Computed https://github.com/vapor/sockets.git at 2.2.3 (0.02s)
Computing version for https://github.com/vapor/fluent.git
Computed https://github.com/vapor/fluent.git at 2.5.1 (0.04s)
Fetching https://github.com/vapor/sqlite.git from cache
Fetched https://github.com/vapor/sqlite.git (0.21s)
Computing version for https://github.com/vapor/sqlite.git
Computed https://github.com/vapor/sqlite.git at 2.3.1 (0.09s)
Creating working copy for https://github.com/vapor/tls.git
Working copy of https://github.com/vapor/tls.git resolved at 2.1.3
Creating working copy for https://github.com/vapor/jwt.git
Working copy of https://github.com/vapor/jwt.git resolved at 2.3.0
Creating working copy for https://github.com/vapor/multipart.git
Working copy of https://github.com/vapor/multipart.git resolved at 2.2.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/debugging.git
Working copy of https://github.com/vapor/debugging.git resolved at 1.1.1
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/auth.git
Working copy of https://github.com/vapor/auth.git resolved at 1.2.1
Creating working copy for https://github.com/vapor/engine.git
Working copy of https://github.com/vapor/engine.git resolved at 2.2.5
Creating working copy for https://github.com/vapor/bcrypt.git
Working copy of https://github.com/vapor/bcrypt.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/node.git
Working copy of https://github.com/vapor/node.git resolved at 2.1.5
Creating working copy for https://github.com/vapor/routing.git
Working copy of https://github.com/vapor/routing.git resolved at 2.2.1
Creating working copy for https://github.com/vapor/sqlite.git
Working copy of https://github.com/vapor/sqlite.git resolved at 2.3.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/json.git
Working copy of https://github.com/vapor/json.git resolved at 2.2.2
Creating working copy for https://github.com/vapor/auth-provider.git
Working copy of https://github.com/vapor/auth-provider.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 2.4.5
Creating working copy for https://github.com/vapor/crypto.git
Working copy of https://github.com/vapor/crypto.git resolved at 2.1.3
Creating working copy for https://github.com/vapor/fluent.git
Working copy of https://github.com/vapor/fluent.git resolved at 2.5.1
Creating working copy for https://github.com/vapor/random.git
Working copy of https://github.com/vapor/random.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/console.git
Working copy of https://github.com/vapor/console.git resolved at 2.3.1
warning: 'ctls': ignoring declared target(s) 'CTLS' in the system package
warning: you may be able to install ctls using your system-packager:
brew install openssl
[0/1] Planning build
Building for debugging...
[1/20] Compiling SQLite StatusError.swift
[2/39] Compiling SMTP SMTPClient+Transmit.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "shim.h"
^
/Users/admin/builds/vMd7uqzK/1/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/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/tls/Sources/TLS/ClientSocket.swift:1:8: error: could not build Objective-C module 'CTLS'
import CTLS
^
[3/39] Compiling SMTP SMTPClient.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "shim.h"
^
/Users/admin/builds/vMd7uqzK/1/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/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/tls/Sources/TLS/ClientSocket.swift:1:8: error: could not build Objective-C module 'CTLS'
import CTLS
^
[4/39] Compiling SMTP SMTPClientError.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "shim.h"
^
/Users/admin/builds/vMd7uqzK/1/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/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/tls/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)
[5/42] Emitting module TLS
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "shim.h"
^
/Users/admin/builds/vMd7uqzK/1/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/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/tls/Sources/TLS/ClientSocket.swift:1:8: error: could not build Objective-C module 'CTLS'
import CTLS
^
[6/42] Compiling SMTP EHLOExtension.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "shim.h"
^
/Users/admin/builds/vMd7uqzK/1/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/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/tls/Sources/TLS/ClientSocket.swift:1:8: error: could not build Objective-C module 'CTLS'
import CTLS
^
[7/42] Compiling SMTP SMTPAuthMethod.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "shim.h"
^
/Users/admin/builds/vMd7uqzK/1/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/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/tls/Sources/TLS/ClientSocket.swift:1:8: error: could not build Objective-C module 'CTLS'
import CTLS
^
[8/42] Compiling SMTP SMTPClient+Authorize.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "shim.h"
^
/Users/admin/builds/vMd7uqzK/1/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/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/tls/Sources/TLS/ClientSocket.swift:1:8: error: could not build Objective-C module 'CTLS'
import CTLS
^
[9/42] Compiling SMTP SMTPClient+Convenience.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "shim.h"
^
/Users/admin/builds/vMd7uqzK/1/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/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/tls/Sources/TLS/ClientSocket.swift:1:8: error: could not build Objective-C module 'CTLS'
import CTLS
^
[10/42] Compiling SMTP SMTPClient+Reply.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "shim.h"
^
/Users/admin/builds/vMd7uqzK/1/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/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/tls/Sources/TLS/ClientSocket.swift:1:8: error: could not build Objective-C module 'CTLS'
import CTLS
^
[11/42] Compiling SMTP SMTPClient+Send.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "shim.h"
^
/Users/admin/builds/vMd7uqzK/1/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/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/tls/Sources/TLS/ClientSocket.swift:1:8: error: could not build Objective-C module 'CTLS'
import CTLS
^
[14/44] Compiling SQLite SQLite.swift
[15/44] Compiling SQLite SQLite+Statement.swift
[16/44] Emitting module SQLite
[17/44] Compiling SQLite SQLite+Result.swift
[18/44] Compiling TLS Socket.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "shim.h"
^
/Users/admin/builds/vMd7uqzK/1/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/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/tls/Sources/TLS/ClientSocket.swift:1:8: error: could not build Objective-C module 'CTLS'
import CTLS
^
[19/44] Compiling TLS Utilities.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "shim.h"
^
/Users/admin/builds/vMd7uqzK/1/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/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/tls/Sources/TLS/ClientSocket.swift:1:8: error: could not build Objective-C module 'CTLS'
import CTLS
^
[20/44] Compiling TLS WriteableSocket.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "shim.h"
^
/Users/admin/builds/vMd7uqzK/1/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/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/tls/Sources/TLS/ClientSocket.swift:1:8: error: could not build Objective-C module 'CTLS'
import CTLS
^
warning: 'ctls': ignoring declared target(s) 'CTLS' in the system package
warning: you may be able to install ctls using your system-packager:
brew install openssl
BUILD FAILURE 5.8 macosSpm