Version affected: 7.0.0
I checked the current open issues but did not find a similar one.
While Xcode 27 was just only recently released, when trying to build a Xcode Project that contains the GzipSwift SPM in Version 7.0.0, building the project currently fails because Xcode 27 dropped the support for watchOS 8 (which is the default if nothing is provided in the Package.swift).
Here is the Error Message from Xcode:
The watchOS deployment target 'WATCHOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 27.0.x. (in target 'Gzip' from project 'GzipSwift')
error: The armv7k architecture is deprecated. You should update your ARCHS build setting to remove the armv7k architecture. (in target 'Gzip' from project 'GzipSwift')
Please considering this issue for an upcoming release. Thanks a lot!
Version affected: 7.0.0I checked the current open issues but did not find a similar one.
While Xcode 27 was just only recently released, when trying to build a Xcode Project that contains the GzipSwift SPM in Version 7.0.0, building the project currently fails because Xcode 27 dropped the support for watchOS 8 (which is the default if nothing is provided in the Package.swift).
Here is the Error Message from Xcode:
Please considering this issue for an upcoming release. Thanks a lot!