Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
Supereg committed Jul 11, 2024
1 parent d599759 commit 3c3392a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#if DEBUG || TEST
import Foundation


private final class RuntimeInjections: Sendable {
private nonisolated(unsafe) var injected: [XCTRuntimeAssertionInjector] = []

Check warning on line 14 in Sources/XCTRuntimeAssertions/XCTRuntimeAssertionInjector.swift

View workflow job for this annotation

GitHub Actions / Build and Test Swift Package iOS / Test using xcodebuild or run fastlane

stored property 'injected' of 'Sendable'-conforming class 'RuntimeInjections' is mutable

Check warning on line 14 in Sources/XCTRuntimeAssertions/XCTRuntimeAssertionInjector.swift

View workflow job for this annotation

GitHub Actions / Build and Test Swift Package iOS / Test using xcodebuild or run fastlane

stored property 'injected' of 'Sendable'-conforming class 'RuntimeInjections' is mutable

Check warning on line 14 in Sources/XCTRuntimeAssertions/XCTRuntimeAssertionInjector.swift

View workflow job for this annotation

GitHub Actions / Build and Test Swift Package macOS / Test using xcodebuild or run fastlane

stored property 'injected' of 'Sendable'-conforming class 'RuntimeInjections' is mutable

Check warning on line 14 in Sources/XCTRuntimeAssertions/XCTRuntimeAssertionInjector.swift

View workflow job for this annotation

GitHub Actions / Build and Test Swift Package macOS / Test using xcodebuild or run fastlane

stored property 'injected' of 'Sendable'-conforming class 'RuntimeInjections' is mutable

Check warning on line 14 in Sources/XCTRuntimeAssertions/XCTRuntimeAssertionInjector.swift

View workflow job for this annotation

GitHub Actions / Build and Test Swift Package tvOS / Test using xcodebuild or run fastlane

stored property 'injected' of 'Sendable'-conforming class 'RuntimeInjections' is mutable

Check warning on line 14 in Sources/XCTRuntimeAssertions/XCTRuntimeAssertionInjector.swift

View workflow job for this annotation

GitHub Actions / Build and Test Swift Package tvOS / Test using xcodebuild or run fastlane

stored property 'injected' of 'Sendable'-conforming class 'RuntimeInjections' is mutable

Check warning on line 14 in Sources/XCTRuntimeAssertions/XCTRuntimeAssertionInjector.swift

View workflow job for this annotation

GitHub Actions / Build and Test Swift Package visionOS / Test using xcodebuild or run fastlane

stored property 'injected' of 'Sendable'-conforming class 'RuntimeInjections' is mutable

Check warning on line 14 in Sources/XCTRuntimeAssertions/XCTRuntimeAssertionInjector.swift

View workflow job for this annotation

GitHub Actions / Build and Test Swift Package visionOS / Test using xcodebuild or run fastlane

stored property 'injected' of 'Sendable'-conforming class 'RuntimeInjections' is mutable

Check warning on line 14 in Sources/XCTRuntimeAssertions/XCTRuntimeAssertionInjector.swift

View workflow job for this annotation

GitHub Actions / Build and Test Swift Package watchOS / Test using xcodebuild or run fastlane

stored property 'injected' of 'Sendable'-conforming class 'RuntimeInjections' is mutable

Check warning on line 14 in Sources/XCTRuntimeAssertions/XCTRuntimeAssertionInjector.swift

View workflow job for this annotation

GitHub Actions / Build and Test Swift Package watchOS / Test using xcodebuild or run fastlane

stored property 'injected' of 'Sendable'-conforming class 'RuntimeInjections' is mutable
private let lock = NSLock()
Expand Down

0 comments on commit 3c3392a

Please sign in to comment.