The Swift Package Index logo.Swift Package Index

Build Information

Failed to build LicenseKitLemonSqueezy, reference main (9fac8d), with Swift 6.1 for Linux on 17 May 2026 05:21:35 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/naviapps/license-kit-lemon-squeezy.git
Reference: main
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/naviapps/license-kit-lemon-squeezy
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9fac8da Support LicenseKit 1.2.0
Cloned https://github.com/naviapps/license-kit-lemon-squeezy.git
Revision (git rev-parse @):
9fac8da0429c5664e929bba4c930b2e990cc3800
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/naviapps/license-kit-lemon-squeezy.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/naviapps/license-kit-lemon-squeezy.git
https://github.com/naviapps/license-kit-lemon-squeezy.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/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 swiftpackageindex/spi-images
Digest: sha256:a7bfd71e9384436264431030299dc8a2d42d0664a168cfa1a5dd84c9bc592ccf
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
Fetching https://github.com/naviapps/license-kit.git
[1/181] Fetching license-kit
Fetched https://github.com/naviapps/license-kit.git from cache (0.21s)
Computing version for https://github.com/naviapps/license-kit.git
Computed https://github.com/naviapps/license-kit.git at 1.2.0 (0.76s)
Creating working copy for https://github.com/naviapps/license-kit.git
Working copy of https://github.com/naviapps/license-kit.git resolved at 1.2.0
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/20] Emitting module LicenseKit
/host/spi-builder-workspace/.build/checkouts/license-kit/Sources/LicenseKit/Persistence/KeychainLicenseActivationStorage.swift:2:8: error: no such module 'Security'
  1 | import Foundation
  2 | import Security
    |        `- error: no such module 'Security'
  3 |
  4 | /// ``LicenseActivationStorage`` backed by the system Keychain.
[5/22] Compiling LicenseKit UserDefaultsLicenseStateSnapshotStorage.swift
/host/spi-builder-workspace/.build/checkouts/license-kit/Sources/LicenseKit/Persistence/KeychainLicenseActivationStorage.swift:2:8: error: no such module 'Security'
  1 | import Foundation
  2 | import Security
    |        `- error: no such module 'Security'
  3 |
  4 | /// ``LicenseActivationStorage`` backed by the system Keychain.
[6/22] Compiling LicenseKit LicenseProvider.swift
/host/spi-builder-workspace/.build/checkouts/license-kit/Sources/LicenseKit/Persistence/KeychainLicenseActivationStorage.swift:2:8: error: no such module 'Security'
  1 | import Foundation
  2 | import Security
    |        `- error: no such module 'Security'
  3 |
  4 | /// ``LicenseActivationStorage`` backed by the system Keychain.
[7/22] Compiling LicenseKit LicenseStateSnapshot.swift
/host/spi-builder-workspace/.build/checkouts/license-kit/Sources/LicenseKit/Persistence/KeychainLicenseActivationStorage.swift:2:8: error: no such module 'Security'
  1 | import Foundation
  2 | import Security
    |        `- error: no such module 'Security'
  3 |
  4 | /// ``LicenseActivationStorage`` backed by the system Keychain.
[8/22] Compiling LicenseKit LicenseStorage.swift
/host/spi-builder-workspace/.build/checkouts/license-kit/Sources/LicenseKit/Persistence/KeychainLicenseActivationStorage.swift:2:8: error: no such module 'Security'
  1 | import Foundation
  2 | import Security
    |        `- error: no such module 'Security'
  3 |
  4 | /// ``LicenseActivationStorage`` backed by the system Keychain.
[9/22] Compiling LicenseKit LicenseManager.swift
/host/spi-builder-workspace/.build/checkouts/license-kit/Sources/LicenseKit/Persistence/KeychainLicenseActivationStorage.swift:2:8: error: no such module 'Security'
  1 | import Foundation
  2 | import Security
    |        `- error: no such module 'Security'
  3 |
  4 | /// ``LicenseActivationStorage`` backed by the system Keychain.
[10/22] Compiling LicenseKit LicenseRefresh.swift
/host/spi-builder-workspace/.build/checkouts/license-kit/Sources/LicenseKit/Persistence/KeychainLicenseActivationStorage.swift:2:8: error: no such module 'Security'
  1 | import Foundation
  2 | import Security
    |        `- error: no such module 'Security'
  3 |
  4 | /// ``LicenseActivationStorage`` backed by the system Keychain.
[11/22] Compiling LicenseKit LicenseStateStore.swift
/host/spi-builder-workspace/.build/checkouts/license-kit/Sources/LicenseKit/Persistence/KeychainLicenseActivationStorage.swift:2:8: error: no such module 'Security'
  1 | import Foundation
  2 | import Security
    |        `- error: no such module 'Security'
  3 |
  4 | /// ``LicenseActivationStorage`` backed by the system Keychain.
[12/22] Compiling LicenseKit KeychainLicenseActivationStorage.swift
/host/spi-builder-workspace/.build/checkouts/license-kit/Sources/LicenseKit/Persistence/KeychainLicenseActivationStorage.swift:2:8: error: no such module 'Security'
  1 | import Foundation
  2 | import Security
    |        `- error: no such module 'Security'
  3 |
  4 | /// ``LicenseActivationStorage`` backed by the system Keychain.
[13/22] Compiling LicenseKit LicensePlan.swift
/host/spi-builder-workspace/.build/checkouts/license-kit/Sources/LicenseKit/Persistence/KeychainLicenseActivationStorage.swift:2:8: error: no such module 'Security'
  1 | import Foundation
  2 | import Security
    |        `- error: no such module 'Security'
  3 |
  4 | /// ``LicenseActivationStorage`` backed by the system Keychain.
[14/22] Compiling LicenseKit LicenseSource.swift
/host/spi-builder-workspace/.build/checkouts/license-kit/Sources/LicenseKit/Persistence/KeychainLicenseActivationStorage.swift:2:8: error: no such module 'Security'
  1 | import Foundation
  2 | import Security
    |        `- error: no such module 'Security'
  3 |
  4 | /// ``LicenseActivationStorage`` backed by the system Keychain.
[15/22] Compiling LicenseKit LicenseValidationResult.swift
/host/spi-builder-workspace/.build/checkouts/license-kit/Sources/LicenseKit/Persistence/KeychainLicenseActivationStorage.swift:2:8: error: no such module 'Security'
  1 | import Foundation
  2 | import Security
    |        `- error: no such module 'Security'
  3 |
  4 | /// ``LicenseActivationStorage`` backed by the system Keychain.
[16/22] Compiling LicenseKit String+LicenseKit.swift
/host/spi-builder-workspace/.build/checkouts/license-kit/Sources/LicenseKit/Persistence/KeychainLicenseActivationStorage.swift:2:8: error: no such module 'Security'
  1 | import Foundation
  2 | import Security
    |        `- error: no such module 'Security'
  3 |
  4 | /// ``LicenseActivationStorage`` backed by the system Keychain.
[17/22] Compiling LicenseKit LicenseKeyNormalizer.swift
/host/spi-builder-workspace/.build/checkouts/license-kit/Sources/LicenseKit/Persistence/KeychainLicenseActivationStorage.swift:2:8: error: no such module 'Security'
  1 | import Foundation
  2 | import Security
    |        `- error: no such module 'Security'
  3 |
  4 | /// ``LicenseActivationStorage`` backed by the system Keychain.
[18/22] Compiling LicenseKit LicenseActivation.swift
/host/spi-builder-workspace/.build/checkouts/license-kit/Sources/LicenseKit/Persistence/KeychainLicenseActivationStorage.swift:2:8: error: no such module 'Security'
  1 | import Foundation
  2 | import Security
    |        `- error: no such module 'Security'
  3 |
  4 | /// ``LicenseActivationStorage`` backed by the system Keychain.
[19/22] Compiling LicenseKit LicenseActivationRequest.swift
/host/spi-builder-workspace/.build/checkouts/license-kit/Sources/LicenseKit/Persistence/KeychainLicenseActivationStorage.swift:2:8: error: no such module 'Security'
  1 | import Foundation
  2 | import Security
    |        `- error: no such module 'Security'
  3 |
  4 | /// ``LicenseActivationStorage`` backed by the system Keychain.
[20/22] Compiling LicenseKit LicenseError.swift
/host/spi-builder-workspace/.build/checkouts/license-kit/Sources/LicenseKit/Persistence/KeychainLicenseActivationStorage.swift:2:8: error: no such module 'Security'
  1 | import Foundation
  2 | import Security
    |        `- error: no such module 'Security'
  3 |
  4 | /// ``LicenseActivationStorage`` backed by the system Keychain.
[21/22] Compiling LicenseKit LicenseRefreshPolicy.swift
/host/spi-builder-workspace/.build/checkouts/license-kit/Sources/LicenseKit/Persistence/KeychainLicenseActivationStorage.swift:2:8: error: no such module 'Security'
  1 | import Foundation
  2 | import Security
    |        `- error: no such module 'Security'
  3 |
  4 | /// ``LicenseActivationStorage`` backed by the system Keychain.
[22/22] Compiling LicenseKit LicenseState.swift
/host/spi-builder-workspace/.build/checkouts/license-kit/Sources/LicenseKit/Persistence/KeychainLicenseActivationStorage.swift:2:8: error: no such module 'Security'
  1 | import Foundation
  2 | import Security
    |        `- error: no such module 'Security'
  3 |
  4 | /// ``LicenseActivationStorage`` backed by the system Keychain.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:a7bfd71e9384436264431030299dc8a2d42d0664a168cfa1a5dd84c9bc592ccf
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/18] Compiling LicenseKit String+LicenseKit.swift
/host/spi-builder-workspace/.build/checkouts/license-kit/Sources/LicenseKit/Persistence/KeychainLicenseActivationStorage.swift:2:8: error: no such module 'Security'
  1 | import Foundation
  2 | import Security
    |        `- error: no such module 'Security'
  3 |
  4 | /// ``LicenseActivationStorage`` backed by the system Keychain.
[3/18] Compiling LicenseKit LicenseKeyNormalizer.swift
/host/spi-builder-workspace/.build/checkouts/license-kit/Sources/LicenseKit/Persistence/KeychainLicenseActivationStorage.swift:2:8: error: no such module 'Security'
  1 | import Foundation
  2 | import Security
    |        `- error: no such module 'Security'
  3 |
  4 | /// ``LicenseActivationStorage`` backed by the system Keychain.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/20] Emitting module LicenseKit
/host/spi-builder-workspace/.build/checkouts/license-kit/Sources/LicenseKit/Persistence/KeychainLicenseActivationStorage.swift:2:8: error: no such module 'Security'
  1 | import Foundation
  2 | import Security
    |        `- error: no such module 'Security'
  3 |
  4 | /// ``LicenseActivationStorage`` backed by the system Keychain.
[5/20] Compiling LicenseKit LicenseActivation.swift
/host/spi-builder-workspace/.build/checkouts/license-kit/Sources/LicenseKit/Persistence/KeychainLicenseActivationStorage.swift:2:8: error: no such module 'Security'
  1 | import Foundation
  2 | import Security
    |        `- error: no such module 'Security'
  3 |
  4 | /// ``LicenseActivationStorage`` backed by the system Keychain.
[6/20] Compiling LicenseKit LicenseActivationRequest.swift
/host/spi-builder-workspace/.build/checkouts/license-kit/Sources/LicenseKit/Persistence/KeychainLicenseActivationStorage.swift:2:8: error: no such module 'Security'
  1 | import Foundation
  2 | import Security
    |        `- error: no such module 'Security'
  3 |
  4 | /// ``LicenseActivationStorage`` backed by the system Keychain.
[7/20] Compiling LicenseKit LicenseError.swift
/host/spi-builder-workspace/.build/checkouts/license-kit/Sources/LicenseKit/Persistence/KeychainLicenseActivationStorage.swift:2:8: error: no such module 'Security'
  1 | import Foundation
  2 | import Security
    |        `- error: no such module 'Security'
  3 |
  4 | /// ``LicenseActivationStorage`` backed by the system Keychain.
[8/20] Compiling LicenseKit LicenseStateSnapshot.swift
/host/spi-builder-workspace/.build/checkouts/license-kit/Sources/LicenseKit/Persistence/KeychainLicenseActivationStorage.swift:2:8: error: no such module 'Security'
  1 | import Foundation
  2 | import Security
    |        `- error: no such module 'Security'
  3 |
  4 | /// ``LicenseActivationStorage`` backed by the system Keychain.
[9/20] Compiling LicenseKit LicenseStorage.swift
/host/spi-builder-workspace/.build/checkouts/license-kit/Sources/LicenseKit/Persistence/KeychainLicenseActivationStorage.swift:2:8: error: no such module 'Security'
  1 | import Foundation
  2 | import Security
    |        `- error: no such module 'Security'
  3 |
  4 | /// ``LicenseActivationStorage`` backed by the system Keychain.
[10/20] Compiling LicenseKit LicenseRefreshPolicy.swift
/host/spi-builder-workspace/.build/checkouts/license-kit/Sources/LicenseKit/Persistence/KeychainLicenseActivationStorage.swift:2:8: error: no such module 'Security'
  1 | import Foundation
  2 | import Security
    |        `- error: no such module 'Security'
  3 |
  4 | /// ``LicenseActivationStorage`` backed by the system Keychain.
[11/20] Compiling LicenseKit LicenseState.swift
/host/spi-builder-workspace/.build/checkouts/license-kit/Sources/LicenseKit/Persistence/KeychainLicenseActivationStorage.swift:2:8: error: no such module 'Security'
  1 | import Foundation
  2 | import Security
    |        `- error: no such module 'Security'
  3 |
  4 | /// ``LicenseActivationStorage`` backed by the system Keychain.
[12/20] Compiling LicenseKit LicenseStateStore.swift
/host/spi-builder-workspace/.build/checkouts/license-kit/Sources/LicenseKit/Persistence/KeychainLicenseActivationStorage.swift:2:8: error: no such module 'Security'
  1 | import Foundation
  2 | import Security
    |        `- error: no such module 'Security'
  3 |
  4 | /// ``LicenseActivationStorage`` backed by the system Keychain.
[13/20] Compiling LicenseKit KeychainLicenseActivationStorage.swift
/host/spi-builder-workspace/.build/checkouts/license-kit/Sources/LicenseKit/Persistence/KeychainLicenseActivationStorage.swift:2:8: error: no such module 'Security'
  1 | import Foundation
  2 | import Security
    |        `- error: no such module 'Security'
  3 |
  4 | /// ``LicenseActivationStorage`` backed by the system Keychain.
[14/20] Compiling LicenseKit LicenseManager.swift
/host/spi-builder-workspace/.build/checkouts/license-kit/Sources/LicenseKit/Persistence/KeychainLicenseActivationStorage.swift:2:8: error: no such module 'Security'
  1 | import Foundation
  2 | import Security
    |        `- error: no such module 'Security'
  3 |
  4 | /// ``LicenseActivationStorage`` backed by the system Keychain.
[15/20] Compiling LicenseKit LicenseRefresh.swift
/host/spi-builder-workspace/.build/checkouts/license-kit/Sources/LicenseKit/Persistence/KeychainLicenseActivationStorage.swift:2:8: error: no such module 'Security'
  1 | import Foundation
  2 | import Security
    |        `- error: no such module 'Security'
  3 |
  4 | /// ``LicenseActivationStorage`` backed by the system Keychain.
[16/20] Compiling LicenseKit LicensePlan.swift
/host/spi-builder-workspace/.build/checkouts/license-kit/Sources/LicenseKit/Persistence/KeychainLicenseActivationStorage.swift:2:8: error: no such module 'Security'
  1 | import Foundation
  2 | import Security
    |        `- error: no such module 'Security'
  3 |
  4 | /// ``LicenseActivationStorage`` backed by the system Keychain.
[17/20] Compiling LicenseKit LicenseSource.swift
/host/spi-builder-workspace/.build/checkouts/license-kit/Sources/LicenseKit/Persistence/KeychainLicenseActivationStorage.swift:2:8: error: no such module 'Security'
  1 | import Foundation
  2 | import Security
    |        `- error: no such module 'Security'
  3 |
  4 | /// ``LicenseActivationStorage`` backed by the system Keychain.
[18/20] Compiling LicenseKit LicenseValidationResult.swift
/host/spi-builder-workspace/.build/checkouts/license-kit/Sources/LicenseKit/Persistence/KeychainLicenseActivationStorage.swift:2:8: error: no such module 'Security'
  1 | import Foundation
  2 | import Security
    |        `- error: no such module 'Security'
  3 |
  4 | /// ``LicenseActivationStorage`` backed by the system Keychain.
[19/20] Compiling LicenseKit UserDefaultsLicenseStateSnapshotStorage.swift
/host/spi-builder-workspace/.build/checkouts/license-kit/Sources/LicenseKit/Persistence/KeychainLicenseActivationStorage.swift:2:8: error: no such module 'Security'
  1 | import Foundation
  2 | import Security
    |        `- error: no such module 'Security'
  3 |
  4 | /// ``LicenseActivationStorage`` backed by the system Keychain.
[20/20] Compiling LicenseKit LicenseProvider.swift
/host/spi-builder-workspace/.build/checkouts/license-kit/Sources/LicenseKit/Persistence/KeychainLicenseActivationStorage.swift:2:8: error: no such module 'Security'
  1 | import Foundation
  2 | import Security
    |        `- error: no such module 'Security'
  3 |
  4 | /// ``LicenseActivationStorage`` backed by the system Keychain.
BUILD FAILURE 6.1 linux