RE: https://mastodon.social/@swiftlang/115448258913749087
Excited by the progress the team is making. A modern build system for SwiftPM!
RE: https://mastodon.social/@swiftlang/115448258913749087
Excited by the progress the team is making. A modern build system for SwiftPM!
Swift these days can be used on a range of platform. At the conference Frank Lefebvre is going to run his awesome Embedded Swift workshop where you will learn (and get to take home!) how to write Swift for embedded platforms!
Speaker Profile - https://www.serversideswift.info/speakers/frank-lefebvre/
Tickets - https://www.serversideswift.info/tickets
Experimental pre-built Swift-Syntax in SwiftPM! π π
```
swift build --enable-experimental-prebuilts
```
https://forums.swift.org/t/preview-swift-syntax-prebuilts-for-macros
#1. Yes, this is only for macros right now. That was done because we calculate where to use the prebuilts at package load time where we don't know what the target platform is. Macros are guaranteed to be host only where plug-in tools it is not. I'll take a look at #2. So this is a plugin that depends on an executable (called a plugin tool) that also uses swift-syntax. Thanks for all your help finding that.
Tickets for server side #swift conf in london are up for sale now!
Last year was really really good, can't wait to see what use-cases and experience reports we'll see this time :-) #swiftlang