The Swift Package Index logo.Swift Package Index

Build Information

Failed to build JWTDecode with Swift 5.8 for Linux.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.34.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/auth0/JWTDecode.swift.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/auth0/JWTDecode.swift
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 4693ade Bump actions/checkout from 4.1.1 to 4.1.2 (#222)
Cloned https://github.com/auth0/JWTDecode.swift.git
Revision (git rev-parse @):
4693ade2d52fa7181d720dce7f0b43783199f904
SUCCESS checkout https://github.com/auth0/JWTDecode.swift.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.8
Building package at path:  $workDir
https://github.com/auth0/JWTDecode.swift.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Fetching https://github.com/Quick/Quick.git
Fetching https://github.com/Quick/Nimble.git
[1/14485] Fetching quick
[14486/33115] Fetching quick, nimble
Fetched https://github.com/Quick/Quick.git (2.01s)
Fetched https://github.com/Quick/Nimble.git (2.04s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 12.3.0 (0.61s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1247] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git (0.40s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.1 (0.67s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/439] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git (0.40s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.0 (0.68s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 7.5.0 (0.74s)
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 12.3.0
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.0
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.1
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 7.5.0
Building for debugging...
[1/4] Compiling JWTDecode JWT.swift
[2/4] Emitting module JWTDecode
[3/4] Compiling JWTDecode JWTDecodeError.swift
[4/4] Compiling JWTDecode JWTDecode.swift
/host/spi-builder-workspace/JWTDecode/JWTDecode.swift:83:38: error: cannot find type 'CFTypeRef' in scope
        if let value = self.value as CFTypeRef?, CFGetTypeID(value) == CFBooleanGetTypeID() {
                                     ^~~~~~~~~
/host/spi-builder-workspace/JWTDecode/JWTDecode.swift:83:50: error: cannot find 'CFGetTypeID' in scope
        if let value = self.value as CFTypeRef?, CFGetTypeID(value) == CFBooleanGetTypeID() {
                                                 ^~~~~~~~~~~
/host/spi-builder-workspace/JWTDecode/JWTDecode.swift:83:72: error: cannot find 'CFBooleanGetTypeID' in scope
        if let value = self.value as CFTypeRef?, CFGetTypeID(value) == CFBooleanGetTypeID() {
                                                                       ^~~~~~~~~~~~~~~~~~
[0/1] Planning build
Building for debugging...
[1/2] Emitting module JWTDecode
[2/2] Compiling JWTDecode JWTDecode.swift
/host/spi-builder-workspace/JWTDecode/JWTDecode.swift:83:38: error: cannot find type 'CFTypeRef' in scope
        if let value = self.value as CFTypeRef?, CFGetTypeID(value) == CFBooleanGetTypeID() {
                                     ^~~~~~~~~
/host/spi-builder-workspace/JWTDecode/JWTDecode.swift:83:50: error: cannot find 'CFGetTypeID' in scope
        if let value = self.value as CFTypeRef?, CFGetTypeID(value) == CFBooleanGetTypeID() {
                                                 ^~~~~~~~~~~
/host/spi-builder-workspace/JWTDecode/JWTDecode.swift:83:72: error: cannot find 'CFBooleanGetTypeID' in scope
        if let value = self.value as CFTypeRef?, CFGetTypeID(value) == CFBooleanGetTypeID() {
                                                                       ^~~~~~~~~~~~~~~~~~
BUILD FAILURE 5.8 linux

Build Machine: Linux 2