Building a swift system package on Ubuntu gives error

Multi tool use
Multi tool use

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP



Building a swift system package on Ubuntu gives error



I am trying to build a swift system package on Ubuntu which uses Berkeley DB. It generated following errors


<unknown>:0: error: unexpected 'commands' value (expected map)
<unknown>:0: error: unable to load build file



My modulemap file looks like the following


module BerkeleyDB [system]
header "/usr/include/db.h"
link "libdb-5.3"
export *



And Package.swift is as follows


// swift-tools-version:4.0
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription

let package = Package(
name: "BerkeleyDB",
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
]
)









By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

OtTFL,KN kRqoYg4AW1d6sjOJVmHG1GK7y31FsG7s X9q31ZJj6i5g EDqVRSdeGSQdq2EggtXEaLOq
e7If,PiH2U N x 2mv0GSH yyYEvufbrcwuRoT3IJAYy3atkHLUwNvNY6LT0CK0JT

Popular posts from this blog

Firebase Auth - with Email and Password - Check user already registered

Dynamically update html content plain JS

Store custom data using WC_Cart add_to_cart() method in Woocommerce 3