The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build MailCore, reference 3.1.2 (437167), with Swift 6.1 for Linux on 26 Apr 2025 18:50:26 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/liveui/mailcore.git
Reference: 3.1.2
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/liveui/mailcore
 * tag               3.1.2      -> FETCH_HEAD
HEAD is now at 4371672 upgrading packages
Cloned https://github.com/liveui/mailcore.git
Revision (git rev-parse @):
43716728291958a4bbe278720c85aef13cb8c248
SUCCESS checkout https://github.com/liveui/mailcore.git at 3.1.2
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/liveui/mailcore.git
https://github.com/liveui/mailcore.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "vapormailgunservice",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.8.0",
            "upper_bound" : "1.9.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/twof/VaporMailgunService.git"
    },
    {
      "identity" : "sendgrid-provider",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.5",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor-community/sendgrid-provider.git"
    },
    {
      "identity" : "swift-smtp",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.1.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/IBM-Swift/Swift-SMTP.git"
    },
    {
      "identity" : "loggerapi",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.8.0",
            "upper_bound" : "1.9.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/IBM-Swift/LoggerAPI.git"
    },
    {
      "identity" : "vaportesttools",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.5",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/LiveUI/VaporTestTools.git"
    }
  ],
  "manifest_display_name" : "MailCore",
  "name" : "MailCore",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "MailCore",
      "targets" : [
        "MailCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "MailCoreTestTools",
      "targets" : [
        "MailCoreTestTools"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MailCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "MailCoreTests",
      "path" : "Tests/MailCoreTests",
      "product_dependencies" : [
        "VaporTestTools"
      ],
      "sources" : [
        "MailCoreTests.swift"
      ],
      "target_dependencies" : [
        "MailCore",
        "MailCoreTestTools"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MailCoreTestTools",
      "module_type" : "SwiftTarget",
      "name" : "MailCoreTestTools",
      "path" : "Sources/MailCoreTestTools",
      "product_dependencies" : [
        "Vapor",
        "VaporTestTools"
      ],
      "product_memberships" : [
        "MailCoreTestTools"
      ],
      "sources" : [
        "Extensions/MailProperty+Tools.swift",
        "MailCoreTestTools.swift"
      ],
      "target_dependencies" : [
        "MailCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "MailCore",
      "module_type" : "SwiftTarget",
      "name" : "MailCore",
      "path" : "Sources/MailCore",
      "product_dependencies" : [
        "Vapor",
        "Mailgun",
        "SendGrid",
        "SwiftSMTP"
      ],
      "product_memberships" : [
        "MailCore",
        "MailCoreTestTools"
      ],
      "sources" : [
        "Extensions/Message+Mailgun.swift",
        "Extensions/Message+SMTP.swift",
        "Extensions/Message+SendGrid.swift",
        "Extensions/Request+Mail.swift",
        "MailCore.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/IBM-Swift/LoggerAPI.git
Fetching https://github.com/IBM-Swift/Swift-SMTP.git
Fetching https://github.com/vapor-community/sendgrid-provider.git
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/LiveUI/VaporTestTools.git
Fetching https://github.com/twof/VaporMailgunService.git
[1/771] Fetching loggerapi
[17/1850] Fetching loggerapi, sendgrid-provider
[787/2187] Fetching loggerapi, sendgrid-provider, vaportesttools
[2188/4789] Fetching loggerapi, sendgrid-provider, vaportesttools, swift-smtp
[2319/5518] Fetching loggerapi, sendgrid-provider, vaportesttools, swift-smtp, vapormailgunservice
[5389/79831] Fetching loggerapi, sendgrid-provider, vaportesttools, swift-smtp, vapormailgunservice, vapor
Fetched https://github.com/twof/VaporMailgunService.git from cache (0.42s)
[5403/79102] Fetching loggerapi, sendgrid-provider, vaportesttools, swift-smtp, vapor
Fetched https://github.com/LiveUI/VaporTestTools.git from cache (1.99s)
Fetched https://github.com/vapor-community/sendgrid-provider.git from cache (1.99s)
Fetched https://github.com/IBM-Swift/LoggerAPI.git from cache (1.99s)
Fetched https://github.com/IBM-Swift/Swift-SMTP.git from cache (1.99s)
Fetched https://github.com/vapor/vapor.git from cache (2.02s)
Computing version for https://github.com/IBM-Swift/LoggerAPI.git
Computed https://github.com/IBM-Swift/LoggerAPI.git at 1.8.1 (4.50s)
Computing version for https://github.com/vapor-community/sendgrid-provider.git
Computed https://github.com/vapor-community/sendgrid-provider.git at 3.0.6 (1.01s)
Computing version for https://github.com/twof/VaporMailgunService.git
Computed https://github.com/twof/VaporMailgunService.git at 1.8.1 (1.03s)
Computing version for https://github.com/LiveUI/VaporTestTools.git
Computed https://github.com/LiveUI/VaporTestTools.git at 0.1.7 (1.06s)
Fetching https://github.com/apple/swift-nio.git
[1/75431] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.49s)
Computing version for https://github.com/IBM-Swift/Swift-SMTP.git
Computed https://github.com/IBM-Swift/Swift-SMTP.git at 5.1.2 (0.61s)
Fetching https://github.com/IBM-Swift/BlueSSLService.git
Fetching https://github.com/IBM-Swift/BlueSocket.git
Fetching https://github.com/IBM-Swift/BlueCryptor.git
[1/1654] Fetching bluecryptor
[465/4596] Fetching bluecryptor, bluesocket
[894/6673] Fetching bluecryptor, bluesocket, bluesslservice
Fetched https://github.com/IBM-Swift/BlueCryptor.git from cache (0.26s)
Fetched https://github.com/IBM-Swift/BlueSSLService.git from cache (0.33s)
Fetched https://github.com/IBM-Swift/BlueSocket.git from cache (0.33s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 3.3.3 (0.84s)
Fetching https://github.com/vapor/template-kit.git
Fetching https://github.com/vapor/routing.git
Fetching https://github.com/vapor/validation.git
Fetching https://github.com/vapor/url-encoded-form.git
Fetching https://github.com/vapor/websocket.git
Fetching https://github.com/vapor/service.git
[1/1282] Fetching template-kit
[1283/2201] Fetching template-kit, service
[2202/2582] Fetching template-kit, service, url-encoded-form
[2256/3161] Fetching template-kit, service, url-encoded-form, validation
[3162/23884] Fetching template-kit, service, url-encoded-form, validation, routing
Fetched https://github.com/vapor/service.git from cache (0.30s)
[5144/22965] Fetching template-kit, url-encoded-form, validation, routing
Fetched https://github.com/vapor/template-kit.git from cache (0.31s)
[4276/21683] Fetching url-encoded-form, validation, routing
Fetching https://github.com/vapor/multipart.git
[4277/24279] Fetching url-encoded-form, validation, routing, websocket
Fetching https://github.com/vapor/http.git
Fetched https://github.com/vapor/url-encoded-form.git from cache (0.45s)
Fetched https://github.com/vapor/validation.git from cache (0.45s)
Fetched https://github.com/vapor/websocket.git from cache (0.46s)
Fetching https://github.com/vapor/crypto.git
Fetching https://github.com/vapor/database-kit.git
Fetching https://github.com/vapor/core.git
[15958/46190] Fetching routing, http
[16468/49398] Fetching routing, http, multipart
[23359/69541] Fetching routing, http, multipart, core
[23360/70722] Fetching routing, http, multipart, core, database-kit
[33424/73508] Fetching routing, http, multipart, core, database-kit, crypto
Fetched https://github.com/vapor/routing.git from cache (1.22s)
[42598/52785] Fetching http, multipart, core, database-kit, crypto
Fetching https://github.com/vapor/console.git
[51062/58270] Fetching http, multipart, core, database-kit, crypto, console
Fetched https://github.com/vapor/crypto.git from cache (1.25s)
Fetched https://github.com/vapor/database-kit.git from cache (1.25s)
Fetched https://github.com/vapor/console.git from cache (0.50s)
Fetched https://github.com/vapor/core.git from cache (1.28s)
Fetched https://github.com/vapor/http.git from cache (1.52s)
[1669/3208] Fetching multipart
Fetched https://github.com/vapor/multipart.git from cache (2.01s)
Computing version for https://github.com/vapor/http.git
Computed https://github.com/vapor/http.git at 3.4.0 (2.77s)
Fetching https://github.com/apple/swift-nio-ssl.git
[1/14793] Fetching swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.48s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 1.14.4 (1.98s)
Fetching https://github.com/apple/swift-nio-zlib-support.git
[1/15] Fetching swift-nio-zlib-support
Fetched https://github.com/apple/swift-nio-zlib-support.git from cache (0.21s)
Computing version for https://github.com/apple/swift-nio-zlib-support.git
Computed https://github.com/apple/swift-nio-zlib-support.git at 1.0.0 (0.65s)
Computing version for https://github.com/vapor/validation.git
Computed https://github.com/vapor/validation.git at 2.1.1 (0.45s)
Computing version for https://github.com/vapor/service.git
Computed https://github.com/vapor/service.git at 1.0.2 (0.46s)
Computing version for https://github.com/vapor/routing.git
Computed https://github.com/vapor/routing.git at 3.1.0 (0.45s)
Computing version for https://github.com/vapor/websocket.git
Computed https://github.com/vapor/websocket.git at 1.1.2 (0.46s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 1.4.0 (0.46s)
Fetching https://github.com/apple/swift-nio-ssl-support.git
[1/16] Fetching swift-nio-ssl-support
Fetched https://github.com/apple/swift-nio-ssl-support.git from cache (0.17s)
Computing version for https://github.com/apple/swift-nio-ssl-support.git
Computed https://github.com/apple/swift-nio-ssl-support.git at 1.0.0 (0.61s)
Computing version for https://github.com/vapor/crypto.git
Computed https://github.com/vapor/crypto.git at 3.4.1 (0.47s)
Computing version for https://github.com/vapor/console.git
Computed https://github.com/vapor/console.git at 3.1.1 (0.47s)
Computing version for https://github.com/vapor/database-kit.git
Computed https://github.com/vapor/database-kit.git at 1.3.3 (0.45s)
Computing version for https://github.com/vapor/url-encoded-form.git
Computed https://github.com/vapor/url-encoded-form.git at 1.1.0 (0.47s)
Computing version for https://github.com/vapor/template-kit.git
Computed https://github.com/vapor/template-kit.git at 1.5.0 (0.46s)
Computing version for https://github.com/vapor/multipart.git
Computed https://github.com/vapor/multipart.git at 3.1.3 (0.45s)
Computing version for https://github.com/vapor/core.git
Computed https://github.com/vapor/core.git at 3.10.1 (0.46s)
Computing version for https://github.com/IBM-Swift/BlueCryptor.git
Computed https://github.com/IBM-Swift/BlueCryptor.git at 1.0.200 (0.46s)
Fetching https://github.com/Kitura/OpenSSL.git
[1/203] Fetching openssl
Fetched https://github.com/Kitura/OpenSSL.git from cache (0.18s)
Computing version for https://github.com/Kitura/OpenSSL.git
Computed https://github.com/Kitura/OpenSSL.git at 2.3.1 (1.98s)
Computing version for https://github.com/IBM-Swift/BlueSocket.git
Computed https://github.com/IBM-Swift/BlueSocket.git at 1.0.200 (0.45s)
Computing version for https://github.com/IBM-Swift/BlueSSLService.git
Computed https://github.com/IBM-Swift/BlueSSLService.git at 1.0.200 (0.49s)
Creating working copy for https://github.com/IBM-Swift/LoggerAPI.git
Working copy of https://github.com/IBM-Swift/LoggerAPI.git resolved at 1.8.1
Creating working copy for https://github.com/vapor/websocket.git
Working copy of https://github.com/vapor/websocket.git resolved at 1.1.2
Creating working copy for https://github.com/twof/VaporMailgunService.git
Working copy of https://github.com/twof/VaporMailgunService.git resolved at 1.8.1
Creating working copy for https://github.com/apple/swift-nio-ssl-support.git
Working copy of https://github.com/apple/swift-nio-ssl-support.git resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 1.14.4
Creating working copy for https://github.com/vapor/routing.git
Working copy of https://github.com/vapor/routing.git resolved at 3.1.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 1.4.0
Creating working copy for https://github.com/IBM-Swift/BlueSocket.git
Working copy of https://github.com/IBM-Swift/BlueSocket.git resolved at 1.0.200
Creating working copy for https://github.com/vapor/core.git
Working copy of https://github.com/vapor/core.git resolved at 3.10.1
Creating working copy for https://github.com/vapor/service.git
Working copy of https://github.com/vapor/service.git resolved at 1.0.2
Creating working copy for https://github.com/IBM-Swift/Swift-SMTP.git
Working copy of https://github.com/IBM-Swift/Swift-SMTP.git resolved at 5.1.2
Creating working copy for https://github.com/vapor/validation.git
Working copy of https://github.com/vapor/validation.git resolved at 2.1.1
Creating working copy for https://github.com/vapor-community/sendgrid-provider.git
Working copy of https://github.com/vapor-community/sendgrid-provider.git resolved at 3.0.6
Creating working copy for https://github.com/IBM-Swift/BlueSSLService.git
Working copy of https://github.com/IBM-Swift/BlueSSLService.git resolved at 1.0.200
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 3.3.3
Creating working copy for https://github.com/LiveUI/VaporTestTools.git
Working copy of https://github.com/LiveUI/VaporTestTools.git resolved at 0.1.7
Creating working copy for https://github.com/vapor/database-kit.git
Working copy of https://github.com/vapor/database-kit.git resolved at 1.3.3
Creating working copy for https://github.com/vapor/url-encoded-form.git
Working copy of https://github.com/vapor/url-encoded-form.git resolved at 1.1.0
Creating working copy for https://github.com/Kitura/OpenSSL.git
Working copy of https://github.com/Kitura/OpenSSL.git resolved at 2.3.1
Creating working copy for https://github.com/apple/swift-nio-zlib-support.git
Working copy of https://github.com/apple/swift-nio-zlib-support.git resolved at 1.0.0
Creating working copy for https://github.com/vapor/template-kit.git
Working copy of https://github.com/vapor/template-kit.git resolved at 1.5.0
Creating working copy for https://github.com/vapor/http.git
Working copy of https://github.com/vapor/http.git resolved at 3.4.0
Creating working copy for https://github.com/vapor/crypto.git
Working copy of https://github.com/vapor/crypto.git resolved at 3.4.1
Creating working copy for https://github.com/vapor/console.git
Working copy of https://github.com/vapor/console.git resolved at 3.1.1
Creating working copy for https://github.com/IBM-Swift/BlueCryptor.git
Working copy of https://github.com/IBM-Swift/BlueCryptor.git resolved at 1.0.200
Creating working copy for https://github.com/vapor/multipart.git
Working copy of https://github.com/vapor/multipart.git resolved at 3.1.3
warning: 'swift-nio-zlib-support': ignoring declared target(s) 'swift-nio-zlib-support' in the system package
warning: 'swift-nio-ssl-support': ignoring declared target(s) 'swift-nio-ssl-support' in the system package
warning: 'bluesslservice': 'bluesslservice' dependency on 'https://github.com/Kitura/BlueSocket.git' conflicts with dependency on 'https://github.com/IBM-Swift/BlueSocket.git' which has the same identity 'bluesocket'. this will be escalated to an error in future versions of SwiftPM.
warning: 'spi-builder-workspace': dependency 'loggerapi' is not used by any target
Building for debugging...
[0/52] Write sources
[37/52] Compiling CNIOZlib empty.c
[38/52] Compiling CBase32 base32.c
[39/52] Compiling CNIOSHA1 c_nio_sha1.c
[40/52] Compiling CNIOLinux ifaddrs-android.c
[41/52] Compiling CBcrypt bcrypt.c
[42/52] Compiling CBcrypt blf.c
[43/52] Compiling CNIODarwin shim.c
[43/52] Write sources
[45/52] Compiling CNIOLinux shim.c
[46/52] Compiling CNIOOpenSSL helpers.c
[47/52] Compiling CNIOHTTPParser c_nio_http_parser.c
[48/52] Compiling CCryptoOpenSSL shim.c
[49/52] Compiling CNIOOpenSSL shims.c
[50/52] Write swift-version-24593BA9C3E375BF.txt
[52/78] Emitting module Socket
[52/78] Compiling c-atomics.c
[54/78] Emitting module LoggerAPI
[55/78] Compiling LoggerAPI Logger.swift
[56/82] Compiling Debugging SourceLocation.swift
[58/82] Compiling NIOPriorityQueue PriorityQueue.swift
[59/82] Emitting module COperatingSystem
[60/82] Compiling COperatingSystem libc.swift
[61/82] Emitting module NIOConcurrencyHelpers
[62/82] Compiling NIOConcurrencyHelpers atomics.swift
[63/82] Compiling NIOConcurrencyHelpers lock.swift
[64/83] Emitting module NIOPriorityQueue
[65/83] Compiling NIOPriorityQueue Heap.swift
[69/135] Compiling Socket SocketUtils.swift
[70/135] Compiling Debugging Demangler.swift
[71/135] Compiling Cryptor Updatable.swift
[72/135] Compiling Socket SocketProtocols.swift
[73/136] Emitting module Debugging
[74/136] Compiling Debugging Debuggable.swift
[76/137] Compiling Cryptor Status.swift
[77/137] Compiling Cryptor SSLPointerTricks.swift
[78/137] Compiling Cryptor StreamCryptor.swift
[79/137] Compiling NIO ChannelHandlers.swift
[80/137] Compiling NIO ChannelInvoker.swift
[81/137] Emitting module Cryptor
[82/137] Compiling NIO Channel.swift
[83/137] Compiling NIO ChannelHandler.swift
[84/137] Compiling NIO ByteBuffer-int.swift
[85/137] Compiling NIO ByteBuffer-views.swift
[86/137] Compiling Cryptor Utilities.swift
[87/138] Compiling Socket Socket.swift
[90/142] Emitting module SSLService
[91/142] Emitting module NIO
[98/148] Compiling NIO ChannelOption.swift
[99/148] Compiling SSLService SSLPointerTricks.swift
[100/148] Compiling SSLService SSLService.swift
/host/spi-builder-workspace/.build/checkouts/BlueSSLService/Sources/SSLService/SSLService.swift:1322:8: error: cannot find 'SSL_get_peer_certificate' in scope
1320 | 				}
1321 |
1322 | 				if SSL_get_peer_certificate(.make(optional: sslConnect)) != nil {
     |        `- error: cannot find 'SSL_get_peer_certificate' in scope
1323 |
1324 | 					let rc = SSL_get_verify_result(.make(optional: sslConnect))
/host/spi-builder-workspace/.build/checkouts/BlueSSLService/Sources/SSLService/SSLService.swift:1322:34: error: cannot infer contextual base in reference to member 'make'
1320 | 				}
1321 |
1322 | 				if SSL_get_peer_certificate(.make(optional: sslConnect)) != nil {
     |                                  `- error: cannot infer contextual base in reference to member 'make'
1323 |
1324 | 					let rc = SSL_get_verify_result(.make(optional: sslConnect))
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: 'swift-nio-zlib-support': ignoring declared target(s) 'swift-nio-zlib-support' in the system package
warning: 'swift-nio-ssl-support': ignoring declared target(s) 'swift-nio-ssl-support' in the system package
warning: 'bluesslservice': 'bluesslservice' dependency on 'https://github.com/Kitura/BlueSocket.git' conflicts with dependency on 'https://github.com/IBM-Swift/BlueSocket.git' which has the same identity 'bluesocket'. this will be escalated to an error in future versions of SwiftPM.
warning: 'spi-builder-workspace': dependency 'loggerapi' is not used by any target
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/27] Compiling Debugging SourceLocation.swift
[3/30] Emitting module LoggerAPI
[4/30] Compiling LoggerAPI Logger.swift
[5/31] Compiling Cryptor SSLPointerTricks.swift
[7/32] Compiling COperatingSystem libc.swift
[8/32] Emitting module COperatingSystem
[9/33] Compiling NIOPriorityQueue PriorityQueue.swift
[10/33] Compiling Debugging Demangler.swift
[12/33] Compiling Cryptor Crypto.swift
[13/33] Compiling Cryptor Cryptor.swift
[14/33] Emitting module Cryptor
[15/33] Compiling Cryptor Updatable.swift
[16/33] Emitting module NIOPriorityQueue
[17/33] Compiling NIOPriorityQueue Heap.swift
[18/34] Emitting module Debugging
[19/34] Compiling Debugging Debuggable.swift
[21/35] Compiling NIOConcurrencyHelpers lock.swift
[22/35] Compiling Cryptor KeyDerivation.swift
[23/35] Compiling Cryptor Random.swift
[25/35] Compiling Socket SocketUtils.swift
[26/35] Compiling Socket SocketProtocols.swift
[27/35] Compiling Cryptor Utilities.swift
[28/35] Compiling Cryptor Digest.swift
[29/35] Compiling Cryptor HMAC.swift
[30/35] Compiling NIOConcurrencyHelpers atomics.swift
[31/35] Emitting module NIOConcurrencyHelpers
[32/36] Compiling Cryptor Status.swift
[33/36] Compiling Cryptor StreamCryptor.swift
[36/87] Compiling Socket Socket.swift
[37/87] Emitting module Socket
[39/91] Emitting module SSLService
[40/91] Compiling SSLService SSLPointerTricks.swift
[41/91] Compiling SSLService SSLService.swift
/host/spi-builder-workspace/.build/checkouts/BlueSSLService/Sources/SSLService/SSLService.swift:1322:8: error: cannot find 'SSL_get_peer_certificate' in scope
1320 | 				}
1321 |
1322 | 				if SSL_get_peer_certificate(.make(optional: sslConnect)) != nil {
     |        `- error: cannot find 'SSL_get_peer_certificate' in scope
1323 |
1324 | 					let rc = SSL_get_verify_result(.make(optional: sslConnect))
/host/spi-builder-workspace/.build/checkouts/BlueSSLService/Sources/SSLService/SSLService.swift:1322:34: error: cannot infer contextual base in reference to member 'make'
1320 | 				}
1321 |
1322 | 				if SSL_get_peer_certificate(.make(optional: sslConnect)) != nil {
     |                                  `- error: cannot infer contextual base in reference to member 'make'
1323 |
1324 | 					let rc = SSL_get_verify_result(.make(optional: sslConnect))
[42/91] Emitting module NIO
[43/97] Compiling NIO EventLoop.swift
[44/97] Compiling NIO EventLoopFuture.swift
[45/97] Compiling NIO FileDescriptor.swift
[46/97] Compiling NIO FileHandle.swift
[47/97] Compiling NIO FileRegion.swift
[48/97] Compiling NIO GetaddrinfoResolver.swift
[49/97] Compiling NIO HappyEyeballs.swift
[50/97] Compiling NIO Heap.swift
[51/97] Compiling NIO IO.swift
[52/97] Compiling NIO IOData.swift
[53/97] Compiling NIO IntegerTypes.swift
[54/97] Compiling NIO Interfaces.swift
[55/97] Compiling NIO Linux.swift
[56/97] Compiling NIO LinuxCPUSet.swift
[57/97] Compiling NIO MarkedCircularBuffer.swift
[58/97] Compiling NIO MulticastChannel.swift
[59/97] Compiling NIO NIOAny.swift
[60/97] Compiling NIO NonBlockingFileIO.swift
[61/97] Compiling NIO PendingDatagramWritesManager.swift
[62/97] Compiling NIO PendingWritesManager.swift
[63/97] Compiling NIO PriorityQueue.swift
[64/97] Compiling NIO RecvByteBufferAllocator.swift
[65/97] Compiling NIO Resolver.swift
[66/97] Compiling NIO Selectable.swift
[67/97] Compiling NIO Selector.swift
[68/97] Compiling NIO ServerSocket.swift
[69/97] Compiling NIO Socket.swift
[70/97] Compiling NIO SocketAddresses.swift
[71/97] Compiling NIO ChannelPipeline.swift
[72/97] Compiling NIO CircularBuffer.swift
[73/97] Compiling NIO Codec.swift
[74/97] Compiling NIO CompositeError.swift
[75/97] Compiling NIO ContiguousCollection.swift
[76/97] Compiling NIO DeadChannel.swift
[77/97] Compiling NIO Embedded.swift
[78/97] Compiling NIO ByteBuffer-int.swift
[79/97] Compiling NIO ByteBuffer-views.swift
[80/97] Compiling NIO Channel.swift
[81/97] Compiling NIO ChannelHandler.swift
[82/97] Compiling NIO ChannelHandlers.swift
[83/97] Compiling NIO ChannelInvoker.swift
[84/97] Compiling NIO ChannelOption.swift
[85/97] Compiling NIO AddressedEnvelope.swift
[86/97] Compiling NIO BaseSocket.swift
[87/97] Compiling NIO BaseSocketChannel.swift
[88/97] Compiling NIO BlockingIOThreadPool.swift
[89/97] Compiling NIO Bootstrap.swift
[90/97] Compiling NIO ByteBuffer-aux.swift
[91/97] Compiling NIO ByteBuffer-core.swift
[92/97] Compiling NIO SocketChannel.swift
[93/97] Compiling NIO SocketOptionProvider.swift
[94/97] Compiling NIO System.swift
[95/97] Compiling NIO Thread.swift
[96/97] Compiling NIO TypeAssistedChannelHandler.swift
[97/97] Compiling NIO Utilities.swift
BUILD FAILURE 6.1 linux