Before this commit, the integration tests consistently fail becasuse Xcode couldn't recognize Vec.swift, like so:
Testing failed:
Cannot find 'swift_return_vec_u8' in scope
Cannot find 'swift_arg_vec_u8' in scope
Generic parameter 'T' could not be inferred
Testing cancelled because the build failed.
As you can see the above image, there isn't Vec.swift in the Xcode.
Before this commit, the integration tests consistently fail becasuse Xcode couldn't recognize
Vec.swift
, like so:As you can see the above image, there isn't
Vec.swift
in the Xcode.So, this commit recreates
Vec.swift
in the Xcode.