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 main (a96d55), with Swift 6.1 for macOS (SPM) on 9 Dec 2025 11:08:05 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/LiterateInk/Unilim.swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/LiterateInk/Unilim.swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/LiterateInk/Unilim.swift.git
https://github.com/LiterateInk/Unilim.swift.git
{
  "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" : "/Users/admin/builder/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" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Fetching https://github.com/lachlanbell/SwiftOTP
Fetching https://github.com/Vexcited/Rikka
Fetching https://github.com/apple/swift-docc-plugin
[1/30] Fetching rikka
[27/2188] Fetching rikka, swift-docc-plugin
[92/2949] Fetching rikka, swift-docc-plugin, swiftotp
Fetched https://github.com/Vexcited/Rikka from cache (1.20s)
Fetched https://github.com/apple/swift-docc-plugin from cache (1.20s)
Fetched https://github.com/lachlanbell/SwiftOTP from cache (1.21s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (4.36s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.85s)
Computing version for https://github.com/lachlanbell/SwiftOTP
Computed https://github.com/lachlanbell/SwiftOTP at 3.0.2 (1.47s)
Fetching https://github.com/apple/swift-crypto.git from cache
Fetched https://github.com/apple/swift-crypto.git from cache (1.62s)
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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Updating https://github.com/lachlanbell/SwiftOTP
Updating https://github.com/apple/swift-docc-plugin
Updating https://github.com/Vexcited/Rikka
Updated https://github.com/Vexcited/Rikka (0.50s)
Updated https://github.com/apple/swift-docc-plugin (0.50s)
Updated https://github.com/lachlanbell/SwiftOTP (0.50s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (0.58s)
Updating https://github.com/swiftlang/swift-docc-symbolkit
Updated https://github.com/swiftlang/swift-docc-symbolkit (0.82s)
Computing version for https://github.com/lachlanbell/SwiftOTP
Computed https://github.com/lachlanbell/SwiftOTP at 3.0.2 (0.88s)
Updating https://github.com/apple/swift-crypto.git
Updated https://github.com/apple/swift-crypto.git (0.62s)
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 macosSpm