added margin to timetable grid view #618 #641
Merged
Annotations
21 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: gradle/wrapper-validation-action@56b90f209b02bf6d1deae490e9ef18b21a389cd4, actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2, gradle/gradle-build-action@243af859f8ca30903d9d7f7936897ca0358ba691, actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
app-ios/Sources/Theme/View+Extension.swift#L6
main actor-isolated property 'titleTextAttributes' can not be mutated from a non-isolated context; this is an error in Swift 6
|
app-ios/Sources/Theme/View+Extension.swift#L6
call to main actor-isolated class method 'appearance()' in a synchronous nonisolated context; this is an error in Swift 6
|
app-ios/Sources/Theme/View+Extension.swift#L10
main actor-isolated property 'largeTitleTextAttributes' can not be mutated from a non-isolated context; this is an error in Swift 6
|
app-ios/Sources/Theme/View+Extension.swift#L10
call to main actor-isolated class method 'appearance()' in a synchronous nonisolated context; this is an error in Swift 6
|
app-ios/Sources/KMPClient/Helpers/Container.swift#L10
static property 'shared' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
|
app-ios/Sources/KMPClient/Helpers/Container.swift#L10
static property 'shared' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
|
app-ios/Sources/KMPClient/Helpers/Container.swift#L10
static property 'shared' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
|
app-ios/Sources/EventKitClient/EventKitClient.swift#L14
static property 'eventStore' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
|
app-ios/Sources/KMPClient/Helpers/Container.swift#L10
static property 'shared' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
|
app-ios/Sources/EventKitClient/EventKitClient.swift#L14
static property 'eventStore' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
|
<unknown>#L1
cannot form key path that captures non-sendable type 'KeyPath<TimetableDetailReducer.Action.AllCasePaths, AnyCasePath<TimetableDetailReducer.Action, Result<Void, any Error>>>'
|
<unknown>#L1
cannot form key path that captures non-sendable type 'KeyPath<TimetableDetailReducer.Action.AllCasePaths, AnyCasePath<TimetableDetailReducer.Action, Result<Void, any Error>>>'
|
<unknown>#L1
cannot form key path that captures non-sendable type 'KeyPath<TimetableDetailReducer.Action.AllCasePaths, AnyCasePath<TimetableDetailReducer.Action, Result<Void, any Error>>>'
|
<unknown>#L1
cannot form key path that captures non-sendable type 'KeyPath<TimetableDetailReducer.Action.AllCasePaths, AnyCasePath<TimetableDetailReducer.Action, Result<Bool, any Error>>>'
|
<unknown>#L1
cannot form key path that captures non-sendable type 'KeyPath<TimetableDetailReducer.Action.AllCasePaths, AnyCasePath<TimetableDetailReducer.Action, Result<Void, any Error>>>'
|
<unknown>#L1
cannot form key path that captures non-sendable type 'KeyPath<StaffReducer.Action.AllCasePaths, AnyCasePath<StaffReducer.Action, Result<[Staff], any Error>>>'
|
<unknown>#L1
cannot form key path that captures non-sendable type 'KeyPath<Result<[Staff], any Error>.AllCasePaths, AnyCasePath<Result<[Staff], any Error>, [Staff]>>'
|
<unknown>#L1
cannot form key path that captures non-sendable type 'KeyPath<SponsorReducer.Action.AllCasePaths, AnyCasePath<SponsorReducer.Action, Result<[Sponsor], any Error>>>'
|
<unknown>#L1
cannot form key path that captures non-sendable type 'KeyPath<Result<[Sponsor], any Error>.AllCasePaths, AnyCasePath<Result<[Sponsor], any Error>, [Sponsor]>>'
|
<unknown>#L1
cannot form key path that captures non-sendable type 'KeyPath<AboutReducer.Action.AllCasePaths, AnyCasePath<AboutReducer.Action, AboutReducer.Action.View>>'
|
This job succeeded
Loading