giginet / Scipio

A new build tool to generate XCFramework

Home Page:https://giginet.github.io/Scipio/documentation/scipio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Keep swift-log to the latest version, not just the next minor version.

giuk-jung opened this issue · comments

The result of current package resolved is swift-log 1.4.4.

Scipio/Package.swift

Lines 25 to 26 in 05e8238

.package(url: "https://github.com/apple/swift-log.git",
.upToNextMinor(from: "1.4.2")),

Fix it so that it can be updated to the latest swift-log version.

Suggestion

        .package(url: "https://github.com/apple/swift-log.git", 
                  from: "1.4.2"), 

Yes, no restriction is required for swift-log. We can specify it any version.