@@ -23,15 +23,19 @@ let package = Package(
2323 . package ( url: " https://github.com/apple/swift-openapi-runtime.git " , from: " 1.7.0 " ) ,
2424 . package ( url: " https://github.com/gwynne/swift-semver.git " , from: " 1.0.0 " ) ,
2525 . package ( url: " https://github.com/swift-server/swift-service-lifecycle.git " , from: " 2.0.0 " ) ,
26- . package ( url: " https://github.com/DiscordBM/DiscordBM.git " , branch: " main " ) ,
26+ . package (
27+ url: " https://github.com/DiscordBM/DiscordBM.git " ,
28+ branch: " main " ,
29+ traits: [ " Non64BitSystemsCompatibility " ]
30+ ) ,
2731 . package ( url: " https://github.com/DiscordBM/DiscordLogger.git " , from: " 1.0.0-rc.2 " ) ,
2832 . package ( url: " https://github.com/soto-project/soto.git " , from: " 7.3.0 " ) ,
2933 . package ( url: " https://github.com/soto-project/soto-core.git " , from: " 7.3.0 " ) ,
30- /// Not-released area:
3134 . package ( url: " https://github.com/swiftlang/swift-evolution-metadata-extractor.git " , from: " 1.0.0 " ) ,
32- . package ( url: " https://github.com/swiftlang/swift-markdown.git " , from: " 0.7.1 " ) ,
3335 . package ( url: " https://github.com/swift-server/swift-aws-lambda-runtime.git " , from: " 2.5.2 " ) ,
3436 . package ( url: " https://github.com/swift-server/swift-aws-lambda-events.git " , from: " 1.4.0 " ) ,
37+ /// Not-released area:
38+ . package ( url: " https://github.com/swiftlang/swift-markdown.git " , from: " 0.7.1 " ) ,
3539 ] ,
3640 targets: [
3741 . executableTarget(
0 commit comments