diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9130f459..a2520584 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,8 +40,6 @@ jobs: with: swift-version: '6.0' development: true - - name: Get swift version - run: swift --version - name: Build run: make build - name: Test diff --git a/JAMTests/Sources/JAMTests/TestLoader.swift b/JAMTests/Sources/JAMTests/TestLoader.swift index 04683673..6c9866e4 100644 --- a/JAMTests/Sources/JAMTests/TestLoader.swift +++ b/JAMTests/Sources/JAMTests/TestLoader.swift @@ -1,7 +1,7 @@ import Foundation // somehow without this the GH Actions CI fails -// extension Foundation.Bundle: @unchecked @retroactive Sendable {} +extension Foundation.Bundle: @unchecked @retroactive Sendable {} enum TestLoader { static func getTestFiles(path: String, extension ext: String) throws -> [String] {