[swift-users] Compiled swift module to be used in swift REPL

TUNG CK cktung at mac.com
Thu Jul 14 02:36:03 CDT 2016


I found out I could use 
swift -F build/Debug
if the module is build as a target framework
But how to put this framework to use in swift playground ?

> TUNG CK via swift-users <swift-users at swift.org> 於 14 Jul 2016 1:33 PM 寫道:
> 
> How can I use a compiled swift module to be use in swift REPL or playground ?
> 
> such as in swift REPL
> import MyModule
> 
> P.S. I could use it in swift package manager by adding it as a dependency in  the Package.swift
> 
> _______________________________________________
> swift-users mailing list
> swift-users at swift.org
> https://lists.swift.org/mailman/listinfo/swift-users


More information about the swift-users mailing list