Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: fix semantic-release #192

Merged
merged 1 commit into from
Jun 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/actions/setup-semantic-release/action.yml
Original file line number Diff line number Diff line change
@@ -13,10 +13,10 @@ runs:
- name: Install semantic-release plugins that we need for deployment of this project
run: >
npm install
conventional-changelog-conventionalcommits@7
conventional-changelog-conventionalcommits
@semantic-release/github
@semantic-release/git
semantic-release-recovery@beta
semantic-release-cocoapods
semantic-release-precheck
shell: bash
shell: bash

Unchanged files with check annotations Beta

var overrides: [String: Any] = [:]
}
public final class DataStore: InMemoryDataStore<Data>, Singleton {

Check warning on line 31 in Source/DIGraph.swift

GitHub Actions / run-tests

class 'DataStore' must restate inherited '@unchecked Sendable' conformance

Check warning on line 31 in Source/DIGraph.swift

GitHub Actions / run-tests

class 'DataStore' must restate inherited '@unchecked Sendable' conformance

Check warning on line 31 in Source/DIGraph.swift

GitHub Actions / build

class 'DataStore' must restate inherited '@unchecked Sendable' conformance

Check warning on line 31 in Source/DIGraph.swift

GitHub Actions / compile-apps (ios, cocoapods)

class 'DataStore' must restate inherited '@unchecked Sendable' conformance

Check warning on line 31 in Source/DIGraph.swift

GitHub Actions / compile-apps (ios, cocoapods)

class 'DataStore' must restate inherited '@unchecked Sendable' conformance

Check warning on line 31 in Source/DIGraph.swift

GitHub Actions / compile-apps (ios, spm)

class 'DataStore' must restate inherited '@unchecked Sendable' conformance
public static let shared: DataStore = .init(data: Data())
}
}
var queueReaders: [QueueReader] = [DIGraph.shared.queueReader]
}
final class DataStore: InMemoryDataStore<PendingTasksManager.Data>, Singleton {

Check warning on line 53 in Source/PendingTasksManager.swift

GitHub Actions / run-tests

class 'DataStore' must restate inherited '@unchecked Sendable' conformance

Check warning on line 53 in Source/PendingTasksManager.swift

GitHub Actions / run-tests

class 'DataStore' must restate inherited '@unchecked Sendable' conformance

Check warning on line 53 in Source/PendingTasksManager.swift

GitHub Actions / build

class 'DataStore' must restate inherited '@unchecked Sendable' conformance

Check warning on line 53 in Source/PendingTasksManager.swift

GitHub Actions / compile-apps (ios, cocoapods)

class 'DataStore' must restate inherited '@unchecked Sendable' conformance

Check warning on line 53 in Source/PendingTasksManager.swift

GitHub Actions / compile-apps (ios, spm)

class 'DataStore' must restate inherited '@unchecked Sendable' conformance
static let shared = DataStore(data: .init())
}
}
var currentlyRunningTask: PendingTask?
}
final class DataStore: InMemoryDataStore<Data>, Singleton {

Check warning on line 166 in Source/PendingTasksRunner.swift

GitHub Actions / run-tests

class 'DataStore' must restate inherited '@unchecked Sendable' conformance

Check warning on line 166 in Source/PendingTasksRunner.swift

GitHub Actions / run-tests

class 'DataStore' must restate inherited '@unchecked Sendable' conformance

Check warning on line 166 in Source/PendingTasksRunner.swift

GitHub Actions / build

class 'DataStore' must restate inherited '@unchecked Sendable' conformance

Check warning on line 166 in Source/PendingTasksRunner.swift

GitHub Actions / compile-apps (ios, cocoapods)

class 'DataStore' must restate inherited '@unchecked Sendable' conformance

Check warning on line 166 in Source/PendingTasksRunner.swift

GitHub Actions / compile-apps (ios, spm)

class 'DataStore' must restate inherited '@unchecked Sendable' conformance
static let shared: DataStore = .init(data: .init())
}
}
var cache: [PendingTask] = []
}
final class DataStore: InMemoryDataStore<Data>, Singleton {

Check warning on line 78 in Source/Store/FileSystem/FileSystemQueue.swift

GitHub Actions / run-tests

class 'DataStore' must restate inherited '@unchecked Sendable' conformance

Check warning on line 78 in Source/Store/FileSystem/FileSystemQueue.swift

GitHub Actions / build

class 'DataStore' must restate inherited '@unchecked Sendable' conformance

Check warning on line 78 in Source/Store/FileSystem/FileSystemQueue.swift

GitHub Actions / compile-apps (ios, cocoapods)

class 'DataStore' must restate inherited '@unchecked Sendable' conformance

Check warning on line 78 in Source/Store/FileSystem/FileSystemQueue.swift

GitHub Actions / compile-apps (ios, cocoapods)

class 'DataStore' must restate inherited '@unchecked Sendable' conformance

Check warning on line 78 in Source/Store/FileSystem/FileSystemQueue.swift

GitHub Actions / compile-apps (ios, spm)

class 'DataStore' must restate inherited '@unchecked Sendable' conformance
static let shared: DataStore = .init(data: .init())
}
}
var mutexes: [String: Mutex] = [:]
}
final class Store: InMemoryDataStore<Data>, Singleton {

Check warning on line 22 in Source/Util/Mutex.swift

GitHub Actions / run-tests

class 'Store' must restate inherited '@unchecked Sendable' conformance

Check warning on line 22 in Source/Util/Mutex.swift

GitHub Actions / build

class 'Store' must restate inherited '@unchecked Sendable' conformance

Check warning on line 22 in Source/Util/Mutex.swift

GitHub Actions / build

class 'Store' must restate inherited '@unchecked Sendable' conformance

Check warning on line 22 in Source/Util/Mutex.swift

GitHub Actions / compile-apps (ios, cocoapods)

class 'Store' must restate inherited '@unchecked Sendable' conformance

Check warning on line 22 in Source/Util/Mutex.swift

GitHub Actions / compile-apps (ios, cocoapods)

class 'Store' must restate inherited '@unchecked Sendable' conformance

Check warning on line 22 in Source/Util/Mutex.swift

GitHub Actions / compile-apps (ios, spm)

class 'Store' must restate inherited '@unchecked Sendable' conformance

Check warning on line 22 in Source/Util/Mutex.swift

GitHub Actions / compile-apps (ios, spm)

class 'Store' must restate inherited '@unchecked Sendable' conformance
static let shared: Store = .init(data: Data())
func getMutex(for subject: Any) -> Mutex {
var taskRunner: WendyTaskRunner?
}
final class DataStore: InMemoryDataStore<InitializedData>, Singleton {

Check warning on line 173 in Source/Wendy.swift

GitHub Actions / run-tests

class 'DataStore' must restate inherited '@unchecked Sendable' conformance

Check warning on line 173 in Source/Wendy.swift

GitHub Actions / build

class 'DataStore' must restate inherited '@unchecked Sendable' conformance

Check warning on line 173 in Source/Wendy.swift

GitHub Actions / build

class 'DataStore' must restate inherited '@unchecked Sendable' conformance

Check warning on line 173 in Source/Wendy.swift

GitHub Actions / compile-apps (ios, cocoapods)

class 'DataStore' must restate inherited '@unchecked Sendable' conformance

Check warning on line 173 in Source/Wendy.swift

GitHub Actions / compile-apps (ios, spm)

class 'DataStore' must restate inherited '@unchecked Sendable' conformance

Check warning on line 173 in Source/Wendy.swift

GitHub Actions / compile-apps (ios, spm)

class 'DataStore' must restate inherited '@unchecked Sendable' conformance
static let shared = DataStore(data: .init())
}
}
var taskStatusListeners: [TaskStatusListener] = []
}
final class DataStore: InMemoryDataStore<Data>, Singleton {

Check warning on line 69 in Source/WendyConfig.swift

GitHub Actions / run-tests

class 'DataStore' must restate inherited '@unchecked Sendable' conformance

Check warning on line 69 in Source/WendyConfig.swift

GitHub Actions / build

class 'DataStore' must restate inherited '@unchecked Sendable' conformance

Check warning on line 69 in Source/WendyConfig.swift

GitHub Actions / build

class 'DataStore' must restate inherited '@unchecked Sendable' conformance

Check warning on line 69 in Source/WendyConfig.swift

GitHub Actions / compile-apps (ios, cocoapods)

class 'DataStore' must restate inherited '@unchecked Sendable' conformance

Check warning on line 69 in Source/WendyConfig.swift

GitHub Actions / compile-apps (ios, spm)

class 'DataStore' must restate inherited '@unchecked Sendable' conformance

Check warning on line 69 in Source/WendyConfig.swift

GitHub Actions / compile-apps (ios, spm)

class 'DataStore' must restate inherited '@unchecked Sendable' conformance
static let shared: DataStore = .init(data: .init())
}
}