Skip to content

Releases: AsyncSwiftKits/Hela

Release 0.0.4

05 May 19:28
Compare
Choose a tag to compare
  • adds custom preconditionFailure function
  • adds TypeRegistry and TypeKey

Release 0.0.3

28 Nov 21:11
Compare
Choose a tag to compare

Resolves build issue and updates README.md with a note on build issues with XCTest.

Release 0.0.2

28 Nov 02:35
Compare
Choose a tag to compare
Release 0.0.2 Pre-release
Pre-release

Switches dependency back to the origin with the Apple Silicon fix. There is still the issue of importing XCTest as a library from a Swift package. With an Xcode project the following build settings can make it work but a solution for Swift packages has not been worked out yet.

ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES
ENABLE_TESTING_SEARCH_PATHS = YES
SYSTEM_FRAMEWORK_SEARCH_PATHS = $(CORRESPONDING_DEVICE_PLATFORM_DIR)/Developer/Library/Frameworks $(inherited)

Release 0.0.1

24 Nov 21:13
Compare
Choose a tag to compare
Release 0.0.1 Pre-release
Pre-release

Pre-release version using a forked branch of the underlying package.