The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build Unilim, reference 0.1.0 (a96d55), with Swift 6.1 for Linux on 9 Dec 2025 11:09:57 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/LiterateInk/Unilim.swift.git
Reference: 0.1.0
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/LiterateInk/Unilim.swift
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at a96d556 chore: release v0.1.0
Cloned https://github.com/LiterateInk/Unilim.swift.git
Revision (git rev-parse @):
a96d5566ad2dc1d8bffc7e5732a62710c5a9c6dd
SUCCESS checkout https://github.com/LiterateInk/Unilim.swift.git at 0.1.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/LiterateInk/Unilim.swift.git
https://github.com/LiterateInk/Unilim.swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "rikka",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Vexcited/Rikka"
    },
    {
      "identity" : "swiftotp",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.2",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/lachlanbell/SwiftOTP"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.5",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "Unilim",
  "name" : "Unilim",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "UnilimIUTCS",
      "targets" : [
        "UnilimIUTCS"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "UnilimIUT",
      "targets" : [
        "UnilimIUT"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "UnilimCAS",
      "targets" : [
        "UnilimCAS"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "UnilimIUTCSTests",
      "module_type" : "SwiftTarget",
      "name" : "UnilimIUTCSTests",
      "path" : "Tests/UnilimIUTCSTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/UnilimIUTCSTests/Resources",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "UnilimIUTCSTests.swift"
      ],
      "target_dependencies" : [
        "UnilimIUTCS"
      ],
      "type" : "test"
    },
    {
      "c99name" : "UnilimIUTCS",
      "module_type" : "SwiftTarget",
      "name" : "UnilimIUTCS",
      "path" : "Sources/UnilimIUTCS",
      "product_memberships" : [
        "UnilimIUTCS"
      ],
      "sources" : [
        "Models/OnlineTimetableFileEntry.swift",
        "Timetable/Constants.swift",
        "Timetable/PDF.swift",
        "Timetable/Parser/Errors.swift",
        "Timetable/Parser/Groups.swift",
        "Timetable/Parser/Header.swift",
        "Timetable/Parser/Lessons.swift",
        "Timetable/Parser/Timetable.swift",
        "Timetable/Parser/Timings.swift",
        "Timetable/Parser/Utilities.swift",
        "UnilimIUTCS.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "UnilimIUT",
      "module_type" : "SwiftTarget",
      "name" : "UnilimIUT",
      "path" : "Sources/UnilimIUT",
      "product_memberships" : [
        "UnilimIUT"
      ],
      "sources" : [
        "UnilimIUT.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "UnilimCAS",
      "module_type" : "SwiftTarget",
      "name" : "UnilimCAS",
      "path" : "Sources/UnilimCAS",
      "product_dependencies" : [
        "Rikka",
        "SwiftOTP"
      ],
      "product_memberships" : [
        "UnilimCAS"
      ],
      "sources" : [
        "CAS.swift",
        "OAuth2.swift",
        "PendingAuth.swift",
        "Services.swift",
        "TOTP.swift",
        "Tokens.swift",
        "User.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:4d72617259f6eef9908440c49a67b79bc4f973ae19f78187418ddfb5b178d4ec
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/lachlanbell/SwiftOTP
Fetching https://github.com/Vexcited/Rikka
[1/30] Fetching rikka
[31/791] Fetching rikka, swiftotp
[640/2949] Fetching rikka, swiftotp, swift-docc-plugin
Fetched https://github.com/Vexcited/Rikka from cache (0.45s)
[999/2919] Fetching swiftotp, swift-docc-plugin
Fetched https://github.com/lachlanbell/SwiftOTP from cache (0.72s)
Fetched https://github.com/apple/swift-docc-plugin from cache (0.72s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (3.09s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3594] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.39s)
Computing version for https://github.com/lachlanbell/SwiftOTP
Computed https://github.com/lachlanbell/SwiftOTP at 3.0.2 (0.98s)
Fetching https://github.com/apple/swift-crypto.git
[1/17465] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.91s)
Computing version for https://github.com/Vexcited/Rikka
error: Dependencies could not be resolved because root depends on 'rikka' 0.1.0..<1.0.0.
'rikka' >= 0.1.0 cannot be used because 'rikka' 0.1.0 contains incompatible tools version (6.2.0) and no versions of 'rikka' match the requirement 0.1.1..<1.0.0.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:4d72617259f6eef9908440c49a67b79bc4f973ae19f78187418ddfb5b178d4ec
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Updating https://github.com/apple/swift-docc-plugin
Updating https://github.com/lachlanbell/SwiftOTP
Updating https://github.com/Vexcited/Rikka
Updated https://github.com/Vexcited/Rikka (0.12s)
Updated https://github.com/lachlanbell/SwiftOTP (0.12s)
Updated https://github.com/apple/swift-docc-plugin (0.13s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (2.42s)
Updating https://github.com/swiftlang/swift-docc-symbolkit
Updated https://github.com/swiftlang/swift-docc-symbolkit (0.16s)
Computing version for https://github.com/lachlanbell/SwiftOTP
Computed https://github.com/lachlanbell/SwiftOTP at 3.0.2 (0.78s)
Updating https://github.com/apple/swift-crypto.git
Updated https://github.com/apple/swift-crypto.git (0.15s)
Computing version for https://github.com/Vexcited/Rikka
error: Dependencies could not be resolved because root depends on 'rikka' 0.1.0..<1.0.0.
'rikka' >= 0.1.0 cannot be used because 'rikka' 0.1.0 contains incompatible tools version (6.2.0) and no versions of 'rikka' match the requirement 0.1.1..<1.0.0.
BUILD FAILURE 6.1 linux