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 master (437167), with Swift 6.1 for Linux on 26 Apr 2025 18:50:27 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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: master
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
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
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-2":/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/LiveUI/VaporTestTools.git
Fetching https://github.com/IBM-Swift/LoggerAPI.git
Fetching https://github.com/vapor-community/sendgrid-provider.git
Fetching https://github.com/twof/VaporMailgunService.git
Fetching https://github.com/IBM-Swift/Swift-SMTP.git
Fetching https://github.com/vapor/vapor.git
[1/1079] Fetching sendgrid-provider
[45/1808] Fetching sendgrid-provider, vapormailgunservice
[1809/2145] Fetching sendgrid-provider, vapormailgunservice, vaportesttools
[2052/4747] Fetching sendgrid-provider, vapormailgunservice, vaportesttools, swift-smtp
[2339/5518] Fetching sendgrid-provider, vapormailgunservice, vaportesttools, swift-smtp, loggerapi
Fetched https://github.com/IBM-Swift/LoggerAPI.git from cache (0.32s)
Fetched https://github.com/LiveUI/VaporTestTools.git from cache (0.35s)
Fetched https://github.com/IBM-Swift/Swift-SMTP.git from cache (0.36s)
[1/74313] Fetching vapor
Fetched https://github.com/vapor-community/sendgrid-provider.git from cache (2.05s)
Fetched https://github.com/twof/VaporMailgunService.git from cache (2.05s)
Fetched https://github.com/vapor/vapor.git from cache (2.08s)
Computing version for https://github.com/IBM-Swift/LoggerAPI.git
Computed https://github.com/IBM-Swift/LoggerAPI.git at 1.8.1 (4.67s)
Computing version for https://github.com/vapor-community/sendgrid-provider.git
Computed https://github.com/vapor-community/sendgrid-provider.git at 3.0.6 (0.89s)
Computing version for https://github.com/twof/VaporMailgunService.git
Computed https://github.com/twof/VaporMailgunService.git at 1.8.1 (1.02s)
Computing version for https://github.com/LiveUI/VaporTestTools.git
Computed https://github.com/LiveUI/VaporTestTools.git at 0.1.7 (0.96s)
Fetching https://github.com/apple/swift-nio.git
[1/75431] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.39s)
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.60s)
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
[1655/3731] Fetching bluecryptor, bluesslservice
[2258/6673] Fetching bluecryptor, bluesslservice, bluesocket
Fetched https://github.com/IBM-Swift/BlueCryptor.git from cache (0.27s)
Fetched https://github.com/IBM-Swift/BlueSSLService.git from cache (0.35s)
Fetched https://github.com/IBM-Swift/BlueSocket.git from cache (0.35s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 3.3.3 (0.85s)
Fetching https://github.com/vapor/validation.git
Fetching https://github.com/vapor/websocket.git
Fetching https://github.com/vapor/url-encoded-form.git
Fetching https://github.com/vapor/service.git
Fetching https://github.com/vapor/template-kit.git
Fetching https://github.com/vapor/routing.git
[1/381] Fetching url-encoded-form
[382/1300] Fetching url-encoded-form, service
[383/1879] Fetching url-encoded-form, service, validation
[1880/3161] Fetching url-encoded-form, service, validation, template-kit
[2970/5757] Fetching url-encoded-form, service, validation, template-kit, websocket
[5758/26480] Fetching url-encoded-form, service, validation, template-kit, websocket, routing
Fetched https://github.com/vapor/url-encoded-form.git from cache (0.29s)
[6827/26099] Fetching service, validation, template-kit, websocket, routing
Fetching https://github.com/vapor/multipart.git
Fetched https://github.com/vapor/service.git from cache (0.30s)
[6737/25180] Fetching validation, template-kit, websocket, routing
Fetching https://github.com/vapor/http.git
Fetched https://github.com/vapor/validation.git from cache (0.34s)
Fetched https://github.com/vapor/websocket.git from cache (0.34s)
Fetching https://github.com/vapor/database-kit.git
[5427/22005] Fetching template-kit, routing
Fetching https://github.com/vapor/crypto.git
[17240/47472] Fetching template-kit, routing, http
[17750/50680] Fetching template-kit, routing, http, multipart
[22473/53466] Fetching template-kit, routing, http, multipart, crypto
[23036/54647] Fetching template-kit, routing, http, multipart, crypto, database-kit
Fetched https://github.com/vapor/database-kit.git from cache (0.37s)
Fetched https://github.com/vapor/crypto.git from cache (0.38s)
Fetching https://github.com/vapor/core.git
Fetching https://github.com/vapor/console.git
[39872/50680] Fetching template-kit, routing, http, multipart
[44272/56165] Fetching template-kit, routing, http, multipart, console
[46028/76308] Fetching template-kit, routing, http, multipart, console, core
Fetched https://github.com/vapor/console.git from cache (0.51s)
[56160/70823] Fetching template-kit, routing, http, multipart, core
Fetched https://github.com/vapor/template-kit.git from cache (1.39s)
[63942/69541] Fetching routing, http, multipart, core
Fetched https://github.com/vapor/routing.git from cache (1.41s)
[43231/48818] Fetching http, multipart, core
Fetched https://github.com/vapor/http.git from cache (1.39s)
[18368/23351] Fetching multipart, core
Fetched https://github.com/vapor/core.git from cache (1.30s)
[3208/3208] Fetching multipart
Fetched https://github.com/vapor/multipart.git from cache (2.28s)
Computing version for https://github.com/vapor/http.git
Computed https://github.com/vapor/http.git at 3.4.0 (3.05s)
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.39s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 1.14.4 (1.91s)
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.24s)
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.70s)
Computing version for https://github.com/vapor/validation.git
Computed https://github.com/vapor/validation.git at 2.1.1 (0.46s)
Computing version for https://github.com/vapor/service.git
Computed https://github.com/vapor/service.git at 1.0.2 (0.45s)
Computing version for https://github.com/vapor/routing.git
Computed https://github.com/vapor/routing.git at 3.1.0 (0.46s)
Computing version for https://github.com/vapor/websocket.git
Computed https://github.com/vapor/websocket.git at 1.1.2 (0.47s)
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.47s)
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.62s)
Computing version for https://github.com/vapor/crypto.git
Computed https://github.com/vapor/crypto.git at 3.4.1 (0.48s)
Computing version for https://github.com/vapor/console.git
Computed https://github.com/vapor/console.git at 3.1.1 (0.46s)
Computing version for https://github.com/vapor/database-kit.git
Computed https://github.com/vapor/database-kit.git at 1.3.3 (0.47s)
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.46s)
Computing version for https://github.com/vapor/template-kit.git
Computed https://github.com/vapor/template-kit.git at 1.5.0 (0.45s)
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.47s)
Fetching https://github.com/Kitura/OpenSSL.git
[1/203] Fetching openssl
Fetched https://github.com/Kitura/OpenSSL.git from cache (0.21s)
Computing version for https://github.com/Kitura/OpenSSL.git
Computed https://github.com/Kitura/OpenSSL.git at 2.3.1 (2.03s)
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.58s)
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/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/vapor/crypto.git
Working copy of https://github.com/vapor/crypto.git resolved at 3.4.1
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/Kitura/OpenSSL.git
Working copy of https://github.com/Kitura/OpenSSL.git resolved at 2.3.1
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/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-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/vapor/service.git
Working copy of https://github.com/vapor/service.git resolved at 1.0.2
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/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/routing.git
Working copy of https://github.com/vapor/routing.git resolved at 3.1.0
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/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/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/console.git
Working copy of https://github.com/vapor/console.git resolved at 3.1.1
Creating working copy for https://github.com/vapor/multipart.git
Working copy of https://github.com/vapor/multipart.git resolved at 3.1.3
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/validation.git
Working copy of https://github.com/vapor/validation.git resolved at 2.1.1
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/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/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/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/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/websocket.git
Working copy of https://github.com/vapor/websocket.git resolved at 1.1.2
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
[36/52] Compiling CNIOZlib empty.c
[37/52] Compiling CNIOLinux ifaddrs-android.c
[37/52] Compiling CNIODarwin shim.c
[39/52] Compiling CNIOSHA1 c_nio_sha1.c
[40/52] Compiling CNIOLinux shim.c
[41/52] Compiling CBcrypt blf.c
[42/52] Compiling CBcrypt bcrypt.c
[42/52] Write sources
[45/52] Compiling CBase32 base32.c
[46/52] Compiling CNIOOpenSSL shims.c
[47/52] Compiling CNIOHTTPParser c_nio_http_parser.c
[48/52] Compiling CNIOOpenSSL helpers.c
[49/52] Compiling CCryptoOpenSSL shim.c
[50/52] Write swift-version-24593BA9C3E375BF.txt
[51/78] Compiling c-atomics.c
[53/78] Emitting module LoggerAPI
[54/78] Compiling LoggerAPI Logger.swift
[55/80] Compiling NIOPriorityQueue PriorityQueue.swift
[56/82] Compiling Debugging SourceLocation.swift
[58/82] Emitting module NIOConcurrencyHelpers
[59/82] Compiling NIOConcurrencyHelpers lock.swift
[60/82] Compiling NIOConcurrencyHelpers atomics.swift
[61/83] Emitting module COperatingSystem
[62/83] Compiling COperatingSystem libc.swift
[63/83] Emitting module NIOPriorityQueue
[64/83] Compiling NIOPriorityQueue Heap.swift
[68/85] Compiling Cryptor Updatable.swift
[69/85] Compiling Socket SocketUtils.swift
[70/86] Compiling Debugging Demangler.swift
[71/86] Emitting module Cryptor
[72/86] Emitting module Debugging
[73/86] Compiling Debugging Debuggable.swift
[74/86] Compiling Socket SocketProtocols.swift
[76/137] Compiling Cryptor SSLPointerTricks.swift
[77/137] Compiling Cryptor Utilities.swift
[78/137] Compiling Cryptor StreamCryptor.swift
[79/137] Compiling Cryptor Status.swift
[80/137] Compiling NIO Bootstrap.swift
[81/137] Compiling NIO ByteBuffer-aux.swift
[82/137] Compiling NIO AddressedEnvelope.swift
[83/137] Compiling NIO BaseSocket.swift
[84/137] Compiling NIO BaseSocketChannel.swift
[85/137] Compiling NIO BlockingIOThreadPool.swift
[86/138] Compiling Socket Socket.swift
[87/138] Emitting module Socket
[90/142] Compiling SSLService SSLPointerTricks.swift
[91/142] Compiling NIO ByteBuffer-int.swift
[92/142] Compiling NIO ByteBuffer-views.swift
[93/142] Compiling NIO Channel.swift
[94/142] Compiling NIO ChannelHandler.swift
[95/142] Compiling NIO ChannelHandlers.swift
[96/142] Compiling NIO ChannelInvoker.swift
[97/142] Compiling NIO ChannelOption.swift
[98/142] Emitting module SSLService
[99/142] 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-2":/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/30] Compiling COperatingSystem libc.swift
[3/30] Emitting module LoggerAPI
[4/30] Compiling LoggerAPI Logger.swift
[5/31] Emitting module COperatingSystem
[8/32] Emitting module Debugging
[9/32] Compiling Debugging SourceLocation.swift
[10/32] Compiling Debugging Demangler.swift
[11/32] Compiling NIOConcurrencyHelpers lock.swift
[12/32] Compiling NIOPriorityQueue PriorityQueue.swift
[13/32] Compiling Cryptor Updatable.swift
[14/33] Compiling Cryptor KeyDerivation.swift
[15/33] Compiling Cryptor Random.swift
[16/33] Compiling Debugging Debuggable.swift
[17/33] Compiling Cryptor SSLPointerTricks.swift
[18/33] Compiling Cryptor Status.swift
[19/34] Compiling Socket SocketUtils.swift
[20/34] Compiling Socket SocketProtocols.swift
[21/34] Compiling Cryptor StreamCryptor.swift
[23/34] Compiling NIOPriorityQueue Heap.swift
[24/34] Emitting module NIOPriorityQueue
[25/35] Emitting module NIOConcurrencyHelpers
[26/35] Compiling NIOConcurrencyHelpers atomics.swift
[27/36] Compiling Cryptor Crypto.swift
[28/36] Compiling Cryptor Cryptor.swift
[29/36] Compiling Cryptor Digest.swift
[30/36] Compiling Cryptor HMAC.swift
[31/36] Emitting module Cryptor
[34/36] Compiling Cryptor Utilities.swift
[36/87] Emitting module NIO
[37/93] Emitting module Socket
[38/93] Compiling Socket Socket.swift
[40/94] Compiling NIO MarkedCircularBuffer.swift
[41/94] Compiling NIO MulticastChannel.swift
[42/94] Compiling NIO NIOAny.swift
[43/94] Compiling NIO NonBlockingFileIO.swift
[44/94] Compiling NIO PendingDatagramWritesManager.swift
[45/94] Compiling NIO PendingWritesManager.swift
[46/94] Compiling NIO PriorityQueue.swift
[47/94] Compiling NIO RecvByteBufferAllocator.swift
[48/94] Compiling NIO Resolver.swift
[49/94] Compiling NIO Selectable.swift
[50/94] Compiling NIO Selector.swift
[51/94] Compiling NIO ServerSocket.swift
[52/94] Compiling NIO Socket.swift
[53/94] Compiling NIO SocketAddresses.swift
[54/94] Compiling NIO Heap.swift
[55/94] Compiling NIO IO.swift
[56/94] Compiling NIO IOData.swift
[57/94] Compiling NIO IntegerTypes.swift
[58/94] Compiling NIO Interfaces.swift
[59/94] Compiling NIO Linux.swift
[60/94] Compiling NIO LinuxCPUSet.swift
[61/94] Compiling NIO ByteBuffer-int.swift
[62/94] Compiling NIO ByteBuffer-views.swift
[63/94] Compiling NIO Channel.swift
[64/94] Compiling NIO ChannelHandler.swift
[65/94] Compiling NIO ChannelHandlers.swift
[66/94] Compiling NIO ChannelInvoker.swift
[67/94] Compiling NIO ChannelOption.swift
[68/94] Compiling NIO ChannelPipeline.swift
[69/94] Compiling NIO CircularBuffer.swift
[70/94] Compiling NIO Codec.swift
[71/94] Compiling NIO CompositeError.swift
[72/94] Compiling NIO ContiguousCollection.swift
[73/94] Compiling NIO DeadChannel.swift
[74/94] Compiling NIO Embedded.swift
[75/94] Compiling NIO EventLoop.swift
[76/94] Compiling NIO EventLoopFuture.swift
[77/94] Compiling NIO FileDescriptor.swift
[78/94] Compiling NIO FileHandle.swift
[79/94] Compiling NIO FileRegion.swift
[80/94] Compiling NIO GetaddrinfoResolver.swift
[81/94] Compiling NIO HappyEyeballs.swift
[82/94] Compiling NIO AddressedEnvelope.swift
[83/94] Compiling NIO BaseSocket.swift
[84/94] Compiling NIO BaseSocketChannel.swift
[85/94] Compiling NIO BlockingIOThreadPool.swift
[86/94] Compiling NIO Bootstrap.swift
[87/94] Compiling NIO ByteBuffer-aux.swift
[88/94] Compiling NIO ByteBuffer-core.swift
[89/94] Compiling NIO SocketChannel.swift
[90/94] Compiling NIO SocketOptionProvider.swift
[91/94] Compiling NIO System.swift
[92/94] Compiling NIO Thread.swift
[93/94] Compiling NIO TypeAssistedChannelHandler.swift
[94/94] Compiling NIO Utilities.swift
[96/140] Compiling Async Future+Flatten.swift
[97/140] Compiling Async Future+Global.swift
[98/140] Emitting module Async
[99/141] Compiling Async Exports.swift
[100/141] Compiling Async Future+DoCatch.swift
[101/141] Compiling Async Collection+Future.swift
[102/141] Compiling Async Deprecated.swift
[103/141] Compiling Async Async+NIO.swift
[104/141] Compiling Async AsyncError.swift
[107/142] Emitting module NIOFoundationCompat
[108/142] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[109/142] Compiling NIOTLS TLSEvents.swift
[110/142] 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))
[111/143] Compiling Bits Data+Strings.swift
[112/143] Emitting module NIOTLS
[113/143] Compiling SSLService SSLPointerTricks.swift
[114/143] Emitting module SSLService
[115/143] Compiling Async Worker.swift
[116/143] Compiling Bits Bytes.swift
[117/143] Compiling Bits Data+Bytes.swift
[120/143] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[122/143] Compiling Async Future+Map.swift
[123/143] Compiling Async Future+Transform.swift
BUILD FAILURE 6.1 linux