You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// swift-tools-version: 5.10// The swift-tools-version declares the minimum version of Swift required to build this package.
import PackageDescription
letpackage=Package(
name:"MyExecutable",
dependencies:[.package(url:"https://github.com/stephencelis/SQLite.swift",.upToNextMajor(from:"0.15.0")),.package(url:"https://github.com/yaslab/ULID.swift",.upToNextMinor(from:"1.2.0")),], targets:[.executableTarget(
name:"MyExecutable", dependencies:[.product(name:"SQLite", package:"SQLite.swift"),.product(name:"ULID", package:"ULID.swift"),]),])
Build Information
How to Reproduce
package.swift
main.swift
gives me
The text was updated successfully, but these errors were encountered: