# Changelog
All notable changes to this project will be documented in this file.
## [unreleased]
## [0.1.4] - 2022-05-18
### Features
#### Build_settings
- b2a2d06 Never panic + refactor
- 78286ca Get app folder and binary
#### Runner
- 674b948 Generic stream from tokio command
## [0.1.3] - 2022-05-17
### Features
#### Build_settings
- 892f2d5 Parser and runner
#### Invocation
- c8c0fcd Include env vars
### Refactor
#### Code_sign
- b7909ca Make profile optional
## [0.1.2] - 2022-05-06
### Features
#### Parser
- c491128 ResolvedSourcePackages
- f139180 RegisterWithLaunchServices
- 95f642b Account for CompileSwift without target file
- 3824222 Ignore new build system
- 7a1a5dd Basic warning parsing
#### Runner
- e1b122a Make runner accept generic asref
### Bug Fixes
#### Runner
- 6e9bcdd Spawn_once accept asref
### Refactor
#### Parser
- 0c67487 Description format
- 4d0b54f Remove tracing
- 0866070 Format
- ea5d35a Add root to CompileSwiftSources
## [0.1.1] - 2022-05-06
### Features
#### Runner
- 77d1866 Make public
### Miscellaneous Tasks
## [0.1.0] - 2022-05-06
### Features
#### Dev
- 0d314a7 Release workflow
#### Parse
- f25bded CodeSign
- 87ffb5e CompileAssetCatalog
#### Parser
- 81547a0 Parse invocated xcodebuild command
- 122b254 CompileSwift
- 879b1de CompileSwiftSources
- 358c17a CompileC
- 7cf090f CompileStoryboard
- cf2963f CompileXIB
- d06709c PrecompileSwiftBridgingHeader
- ed5364d CopySwiftLibs
- 051e13c Ld
- 05e89e7 Validate
- de51b68 PhaseScriptExecution
- 0ae1ee8 ProcessInfoPlistFile
- 813fac1 ProcessProductPackaging
- 8174129 LinkStoryboards
- 5d09437 GenerateDSYMFile
- 17ded76 CpResource & CreateBuildDirectory
- d8c179f Register execution policies
- 3eb2a98 Merge swift module
- 1a716be EmitSwiftModule
- 66baa40 Step enum for xcodebuild outputs
- d4e159c String format steps
#### Runner
- 714ca05 Spawn and spawn once
#### Tests
- 8fc4314 Use tracing_test macro
### Refactor
#### Parser
- 5303cb4 Move to compile steps to steps/
- f08ba71 Clearer name for consuming non-empty liens
- 109f496 Rename steps to outputs
### Documentation
### Miscellaneous Tasks
#### Parser
- ff92966 Try_to_stream_test
#### Tests
- b9e9304 Make tracing_test optional
### Styling
#### Parser
- 40421d5 Compile_asset_catalog tests style