Skip to content

Releases: fulldecent/swift6-module-template

Support Xcode 16.4

24 Jul 00:40
0ab5cef

Choose a tag to compare

This identifies and works around two new bugs introduced in Xcode. 16.4:

  1. Opening a Swift package and a dependent project at the same time in Xcode causes Xcode builds to fail
  2. Building an iOS app in Xcode after opening a dependent local module, and then closing that iOS app will cause Xcode to crash (100% reproducible)

And we remove a prior workaround:

  1. Xcode no longer treats project variables differently if they have or do not have spaces in them (because space quoting rules), issue originally introduced around Xcode 12.4 (12D4e).

Full changelog: 16.3...16.4

Support Xcode 16.3

09 Apr 03:41
d90ec7b

Choose a tag to compare

Support Xcode 16.0

10 Oct 14:27
c82f6b8

Choose a tag to compare

Delete Package.swift

Support Xcode 13.1

30 Dec 07:26

Choose a tag to compare

Repeat recipe for latest version of Xcode

Support SwiftUI and Xcode 12.3

24 Dec 20:35

Choose a tag to compare

These new instructions support the latest version of Xcode.

Now the iOS Example application is using SwiftUI.

Some bugs have been fixed in Xcode and we have removed those workaround notes.

Support Objective-C

25 Jun 03:50

Choose a tag to compare

Now includes an Objective-C class. This now makes this project usable for Swift 3 modules and Objective-C modules.

Support Xcode 8.1

04 Dec 21:38

Choose a tag to compare

Added

  • Now supports the latest Xcode 8.1

Bug fixes, new features

17 Sep 22:16

Choose a tag to compare

Added

Fixed

  • Fix problems in the template

Initial Public Release

16 Sep 03:37

Choose a tag to compare

Added

  • First public release. Everything works great.