Skip to content

bug: cannot not use it as package dependency  #123

Open
@waltcow

Description

@waltcow

I have a local swift package that use https://github.com/logto-io/swift as dependency

.package(url: "https://github.com/logto-io/swift", from: "v1.0.0-beta.1")

.package(url: "https://github.com/logto-io/swift", from: "v1.0.0")

.package(url: "https://github.com/logto-io/swift", from: "1.0.0")

all above options won't work as expected

when i switch to clone it in local workspace , it works

.package(name: "LogtoSDK", path: "../LogtoSDK"),

Describe the bug

Expected behavior

How to reproduce?

Context

  • Logto Cloud
  • Self-hosted, Logto version =
    • Container (Docker image)
    • Raw Node.js

Screenshots

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions