Releases: AsyncSwiftKits/Hela
Releases · AsyncSwiftKits/Hela
Release 0.0.4
- adds custom preconditionFailure function
- adds TypeRegistry and TypeKey
Release 0.0.3
Resolves build issue and updates README.md with a note on build issues with XCTest.
Release 0.0.2
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
Pre-release version using a forked branch of the underlying package.