Include relative shim … should work now w/ the syspkg.
Include relative shim
… should work now w/ the syspkg.
A Swift system library package (C wrapper) for PostgreSQL server extensions. This package is part of the PL/Swift effort.
Important: This version of the package requires that you install plswift. It installs the necessary shims.
plswift
Setup your Package.swift to include CPLSwift for either Swift 4.2 or later:
import PackageDescription let package = Package( name: "MyTool", dependencies: [ .Package(url: "git@github.com:PL-Swift/CPLSwift.git", from: "1.0.0"), ] )
Import the CPLSwift module.
import CPLSwift
Note: If you are still using a Swift before Swift 4.2, there is a branch for that. Use from: 0.3.0 in your dependency.
from: 0.3.0
PL/Swift is brought to you by ZeeZide. We like feedback, GitHub stars, cool contract work, presumably any form of praise you can think of.
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
CPLSwift
A Swift system library package (C wrapper) for PostgreSQL server extensions. This package is part of the PL/Swift effort.
Using the Package
Important: This version of the package requires that you install
plswift
. It installs the necessary shims.Setup your Package.swift to include CPLSwift for either Swift 4.2 or later:
Import the CPLSwift module.
Note: If you are still using a Swift before Swift 4.2, there is a branch for that. Use
from: 0.3.0
in your dependency.Who
PL/Swift is brought to you by ZeeZide. We like feedback, GitHub stars, cool contract work, presumably any form of praise you can think of.