The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build officectl, reference 0.10.7 (290d5e), with Swift 6.1 for macOS (SPM) on 28 Apr 2025 01:48:00 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64

Build Log

48 | #if canImport(os)
49 | 		if #available(macOS 10.12, tvOS 10.0, iOS 10.0, watchOS 3.0, *) {
/Users/admin/builder/spi-builder-workspace/Sources/officectl/Commands/officectl.swift:185:21: warning: reference to static property 'providers' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
183 |
184 | 		/* *** OFFICEKIT SERVICE PROVIDERS *** */
185 | 		OfficeKitServices.providers[CloudflareZeroTrustService.providerID] = CloudflareZeroTrustService.self
    |                     `- warning: reference to static property 'providers' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
186 | 		OfficeKitServices.providers[             GitHubService.providerID] =              GitHubService.self
187 | 		OfficeKitServices.providers[             GoogleService.providerID] =              GoogleService.self
/Users/admin/builder/spi-builder-workspace/Sources/OfficeKit/Utilities/Public/OfficeKitServices.swift:16:20: note: static property declared here
14 | public struct OfficeKitServices : Sendable {
15 |
16 | 	public static var providers = [String: OfficeService.Type]()
   |                    `- note: static property declared here
17 |
18 | 	public var authService: (any AuthenticatorService)?
/Users/admin/builder/spi-builder-workspace/Sources/officectl/Commands/officectl.swift:186:21: warning: reference to static property 'providers' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
184 | 		/* *** OFFICEKIT SERVICE PROVIDERS *** */
185 | 		OfficeKitServices.providers[CloudflareZeroTrustService.providerID] = CloudflareZeroTrustService.self
186 | 		OfficeKitServices.providers[             GitHubService.providerID] =              GitHubService.self
    |                     `- warning: reference to static property 'providers' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
187 | 		OfficeKitServices.providers[             GoogleService.providerID] =              GoogleService.self
188 | 		OfficeKitServices.providers[              HappnService.providerID] =               HappnService.self
/Users/admin/builder/spi-builder-workspace/Sources/OfficeKit/Utilities/Public/OfficeKitServices.swift:16:20: note: static property declared here
14 | public struct OfficeKitServices : Sendable {
15 |
16 | 	public static var providers = [String: OfficeService.Type]()
   |                    `- note: static property declared here
17 |
18 | 	public var authService: (any AuthenticatorService)?
/Users/admin/builder/spi-builder-workspace/Sources/officectl/Commands/officectl.swift:187:21: warning: reference to static property 'providers' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
185 | 		OfficeKitServices.providers[CloudflareZeroTrustService.providerID] = CloudflareZeroTrustService.self
186 | 		OfficeKitServices.providers[             GitHubService.providerID] =              GitHubService.self
187 | 		OfficeKitServices.providers[             GoogleService.providerID] =              GoogleService.self
    |                     `- warning: reference to static property 'providers' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
188 | 		OfficeKitServices.providers[              HappnService.providerID] =               HappnService.self
189 | 		OfficeKitServices.providers[               LDAPService.providerID] =                LDAPService.self
/Users/admin/builder/spi-builder-workspace/Sources/OfficeKit/Utilities/Public/OfficeKitServices.swift:16:20: note: static property declared here
14 | public struct OfficeKitServices : Sendable {
15 |
16 | 	public static var providers = [String: OfficeService.Type]()
   |                    `- note: static property declared here
17 |
18 | 	public var authService: (any AuthenticatorService)?
/Users/admin/builder/spi-builder-workspace/Sources/officectl/Commands/officectl.swift:188:21: warning: reference to static property 'providers' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
186 | 		OfficeKitServices.providers[             GitHubService.providerID] =              GitHubService.self
187 | 		OfficeKitServices.providers[             GoogleService.providerID] =              GoogleService.self
188 | 		OfficeKitServices.providers[              HappnService.providerID] =               HappnService.self
    |                     `- warning: reference to static property 'providers' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
189 | 		OfficeKitServices.providers[               LDAPService.providerID] =                LDAPService.self
190 | 		OfficeKitServices.providers[          Office365Service.providerID] =           Office365Service.self
/Users/admin/builder/spi-builder-workspace/Sources/OfficeKit/Utilities/Public/OfficeKitServices.swift:16:20: note: static property declared here
14 | public struct OfficeKitServices : Sendable {
15 |
16 | 	public static var providers = [String: OfficeService.Type]()
   |                    `- note: static property declared here
17 |
18 | 	public var authService: (any AuthenticatorService)?
/Users/admin/builder/spi-builder-workspace/Sources/officectl/Commands/officectl.swift:189:21: warning: reference to static property 'providers' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
187 | 		OfficeKitServices.providers[             GoogleService.providerID] =              GoogleService.self
188 | 		OfficeKitServices.providers[              HappnService.providerID] =               HappnService.self
189 | 		OfficeKitServices.providers[               LDAPService.providerID] =                LDAPService.self
    |                     `- warning: reference to static property 'providers' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
190 | 		OfficeKitServices.providers[          Office365Service.providerID] =           Office365Service.self
191 | 		OfficeKitServices.providers[          OfficeKitService.providerID] =           OfficeKitService.self
/Users/admin/builder/spi-builder-workspace/Sources/OfficeKit/Utilities/Public/OfficeKitServices.swift:16:20: note: static property declared here
14 | public struct OfficeKitServices : Sendable {
15 |
16 | 	public static var providers = [String: OfficeService.Type]()
   |                    `- note: static property declared here
17 |
18 | 	public var authService: (any AuthenticatorService)?
/Users/admin/builder/spi-builder-workspace/Sources/officectl/Commands/officectl.swift:190:21: warning: reference to static property 'providers' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
188 | 		OfficeKitServices.providers[              HappnService.providerID] =               HappnService.self
189 | 		OfficeKitServices.providers[               LDAPService.providerID] =                LDAPService.self
190 | 		OfficeKitServices.providers[          Office365Service.providerID] =           Office365Service.self
    |                     `- warning: reference to static property 'providers' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
191 | 		OfficeKitServices.providers[          OfficeKitService.providerID] =           OfficeKitService.self
192 | #if canImport(OpenDirectoryOffice)
/Users/admin/builder/spi-builder-workspace/Sources/OfficeKit/Utilities/Public/OfficeKitServices.swift:16:20: note: static property declared here
14 | public struct OfficeKitServices : Sendable {
15 |
16 | 	public static var providers = [String: OfficeService.Type]()
   |                    `- note: static property declared here
17 |
18 | 	public var authService: (any AuthenticatorService)?
/Users/admin/builder/spi-builder-workspace/Sources/officectl/Commands/officectl.swift:191:21: warning: reference to static property 'providers' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
189 | 		OfficeKitServices.providers[               LDAPService.providerID] =                LDAPService.self
190 | 		OfficeKitServices.providers[          Office365Service.providerID] =           Office365Service.self
191 | 		OfficeKitServices.providers[          OfficeKitService.providerID] =           OfficeKitService.self
    |                     `- warning: reference to static property 'providers' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
192 | #if canImport(OpenDirectoryOffice)
193 | 		OfficeKitServices.providers[      OpenDirectoryService.providerID] =       OpenDirectoryService.self
/Users/admin/builder/spi-builder-workspace/Sources/OfficeKit/Utilities/Public/OfficeKitServices.swift:16:20: note: static property declared here
14 | public struct OfficeKitServices : Sendable {
15 |
16 | 	public static var providers = [String: OfficeService.Type]()
   |                    `- note: static property declared here
17 |
18 | 	public var authService: (any AuthenticatorService)?
/Users/admin/builder/spi-builder-workspace/Sources/officectl/Commands/officectl.swift:193:21: warning: reference to static property 'providers' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
191 | 		OfficeKitServices.providers[          OfficeKitService.providerID] =           OfficeKitService.self
192 | #if canImport(OpenDirectoryOffice)
193 | 		OfficeKitServices.providers[      OpenDirectoryService.providerID] =       OpenDirectoryService.self
    |                     `- warning: reference to static property 'providers' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
194 | #endif
195 | 		OfficeKitServices.providers[           SynologyService.providerID] =            SynologyService.self
/Users/admin/builder/spi-builder-workspace/Sources/OfficeKit/Utilities/Public/OfficeKitServices.swift:16:20: note: static property declared here
14 | public struct OfficeKitServices : Sendable {
15 |
16 | 	public static var providers = [String: OfficeService.Type]()
   |                    `- note: static property declared here
17 |
18 | 	public var authService: (any AuthenticatorService)?
/Users/admin/builder/spi-builder-workspace/Sources/officectl/Commands/officectl.swift:195:21: warning: reference to static property 'providers' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
193 | 		OfficeKitServices.providers[      OpenDirectoryService.providerID] =       OpenDirectoryService.self
194 | #endif
195 | 		OfficeKitServices.providers[           SynologyService.providerID] =            SynologyService.self
    |                     `- warning: reference to static property 'providers' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
196 | 		OfficeKitServices.providers[           VaultPKIService.providerID] =            VaultPKIService.self
197 |
/Users/admin/builder/spi-builder-workspace/Sources/OfficeKit/Utilities/Public/OfficeKitServices.swift:16:20: note: static property declared here
14 | public struct OfficeKitServices : Sendable {
15 |
16 | 	public static var providers = [String: OfficeService.Type]()
   |                    `- note: static property declared here
17 |
18 | 	public var authService: (any AuthenticatorService)?
/Users/admin/builder/spi-builder-workspace/Sources/officectl/Commands/officectl.swift:196:21: warning: reference to static property 'providers' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
194 | #endif
195 | 		OfficeKitServices.providers[           SynologyService.providerID] =            SynologyService.self
196 | 		OfficeKitServices.providers[           VaultPKIService.providerID] =            VaultPKIService.self
    |                     `- warning: reference to static property 'providers' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
197 |
198 | 		/* *** OFFICEKIT SERVICES *** */
/Users/admin/builder/spi-builder-workspace/Sources/OfficeKit/Utilities/Public/OfficeKitServices.swift:16:20: note: static property declared here
14 | public struct OfficeKitServices : Sendable {
15 |
16 | 	public static var providers = [String: OfficeService.Type]()
   |                    `- note: static property declared here
17 |
18 | 	public var authService: (any AuthenticatorService)?
/Users/admin/builder/spi-builder-workspace/Sources/officectl/Commands/officectl.swift:196:58: warning: reference to class property 'providerID' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
194 | #endif
195 | 		OfficeKitServices.providers[           SynologyService.providerID] =            SynologyService.self
196 | 		OfficeKitServices.providers[           VaultPKIService.providerID] =            VaultPKIService.self
    |                                                          `- warning: reference to class property 'providerID' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
197 |
198 | 		/* *** OFFICEKIT SERVICES *** */
/Users/admin/builder/spi-builder-workspace/Sources/OfficeKitServices/VaultPKI/VaultPKIService.swift:19:20: note: class property declared here
 17 | public final class VaultPKIService : UserService {
 18 |
 19 | 	public static var providerID = "happn/vault-pki"
    |                    `- note: class property declared here
 20 |
 21 | 	public typealias UserType = VaultPKIUser
/Users/admin/builder/spi-builder-workspace/Sources/officectl/Commands/officectl.swift:201:43: warning: reference to static property 'providers' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
199 | 		var services = OfficeKitServices()
200 | 		for (serviceID, serviceDef) in conf?.services ?? [:] {
201 | 			guard let provider = OfficeKitServices.providers[serviceDef.providerID] else {
    |                                           `- warning: reference to static property 'providers' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
202 | 				logger.error("Cannot find provider ID for service.", metadata: [LMK.serviceID: "\(serviceID)", LMK.providerID: "\(serviceDef.providerID)"])
203 | 				throw ExitCode(1)
/Users/admin/builder/spi-builder-workspace/Sources/OfficeKit/Utilities/Public/OfficeKitServices.swift:16:20: note: static property declared here
14 | public struct OfficeKitServices : Sendable {
15 |
16 | 	public static var providers = [String: OfficeService.Type]()
   |                    `- note: static property declared here
17 |
18 | 	public var authService: (any AuthenticatorService)?
[3097/3111] Compiling officectl officectl.swift
/Users/admin/builder/spi-builder-workspace/Sources/officectl/Commands/officectl.swift:45:13: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 43 | struct Officectl : AsyncParsableCommand {
 44 |
 45 | 	static var configuration = CommandConfiguration(
    |             |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
    |             |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 46 | 		abstract: "Manage multiple directories.",
 47 | 		subcommands: [
/Users/admin/builder/spi-builder-workspace/Sources/officectl/Commands/officectl.swift:166:27: warning: reference to static property 'oslog' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
164 | 		}
165 | #if canImport(os)
166 | 		RetryingOperationConfig.oslog = nil
    |                           `- warning: reference to static property 'oslog' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
167 | 		URLRequestOperationConfig.oslog = nil
168 | #endif
/Users/admin/builder/spi-builder-workspace/.build/checkouts/RetryingOperation/Sources/RetryingOperation/RetryingOperationConfig.swift:45:20: note: static property declared here
43 | #if canImport(os)
44 | 	@available(macOS 10.12, tvOS 10.0, iOS 10.0, watchOS 3.0, *)
45 | 	public static var oslog: OSLog? = .default
   |                    `- note: static property declared here
46 | #endif
47 | 	public static var logger: Logging.Logger? = {
/Users/admin/builder/spi-builder-workspace/Sources/officectl/Commands/officectl.swift:169:27: warning: reference to static property 'logger' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
167 | 		URLRequestOperationConfig.oslog = nil
168 | #endif
169 | 		RetryingOperationConfig.logger = nil
    |                           `- warning: reference to static property 'logger' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
170 | 		URLRequestOperationConfig.logger = Logger(label: "URLRequestOperation")
171 | 		URLRequestOperationConfig.networkRetryProviderDefaultNumberOfRetries = 0
/Users/admin/builder/spi-builder-workspace/.build/checkouts/RetryingOperation/Sources/RetryingOperation/RetryingOperationConfig.swift:47:20: note: static property declared here
45 | 	public static var oslog: OSLog? = .default
46 | #endif
47 | 	public static var logger: Logging.Logger? = {
   |                    `- note: static property declared here
48 | #if canImport(os)
49 | 		if #available(macOS 10.12, tvOS 10.0, iOS 10.0, watchOS 3.0, *) {
/Users/admin/builder/spi-builder-workspace/Sources/officectl/Commands/officectl.swift:185:21: warning: reference to static property 'providers' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
183 |
184 | 		/* *** OFFICEKIT SERVICE PROVIDERS *** */
185 | 		OfficeKitServices.providers[CloudflareZeroTrustService.providerID] = CloudflareZeroTrustService.self
    |                     `- warning: reference to static property 'providers' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
186 | 		OfficeKitServices.providers[             GitHubService.providerID] =              GitHubService.self
187 | 		OfficeKitServices.providers[             GoogleService.providerID] =              GoogleService.self
/Users/admin/builder/spi-builder-workspace/Sources/OfficeKit/Utilities/Public/OfficeKitServices.swift:16:20: note: static property declared here
14 | public struct OfficeKitServices : Sendable {
15 |
16 | 	public static var providers = [String: OfficeService.Type]()
   |                    `- note: static property declared here
17 |
18 | 	public var authService: (any AuthenticatorService)?
/Users/admin/builder/spi-builder-workspace/Sources/officectl/Commands/officectl.swift:186:21: warning: reference to static property 'providers' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
184 | 		/* *** OFFICEKIT SERVICE PROVIDERS *** */
185 | 		OfficeKitServices.providers[CloudflareZeroTrustService.providerID] = CloudflareZeroTrustService.self
186 | 		OfficeKitServices.providers[             GitHubService.providerID] =              GitHubService.self
    |                     `- warning: reference to static property 'providers' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
187 | 		OfficeKitServices.providers[             GoogleService.providerID] =              GoogleService.self
188 | 		OfficeKitServices.providers[              HappnService.providerID] =               HappnService.self
/Users/admin/builder/spi-builder-workspace/Sources/OfficeKit/Utilities/Public/OfficeKitServices.swift:16:20: note: static property declared here
14 | public struct OfficeKitServices : Sendable {
15 |
16 | 	public static var providers = [String: OfficeService.Type]()
   |                    `- note: static property declared here
17 |
18 | 	public var authService: (any AuthenticatorService)?
/Users/admin/builder/spi-builder-workspace/Sources/officectl/Commands/officectl.swift:187:21: warning: reference to static property 'providers' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
185 | 		OfficeKitServices.providers[CloudflareZeroTrustService.providerID] = CloudflareZeroTrustService.self
186 | 		OfficeKitServices.providers[             GitHubService.providerID] =              GitHubService.self
187 | 		OfficeKitServices.providers[             GoogleService.providerID] =              GoogleService.self
    |                     `- warning: reference to static property 'providers' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
188 | 		OfficeKitServices.providers[              HappnService.providerID] =               HappnService.self
189 | 		OfficeKitServices.providers[               LDAPService.providerID] =                LDAPService.self
/Users/admin/builder/spi-builder-workspace/Sources/OfficeKit/Utilities/Public/OfficeKitServices.swift:16:20: note: static property declared here
14 | public struct OfficeKitServices : Sendable {
15 |
16 | 	public static var providers = [String: OfficeService.Type]()
   |                    `- note: static property declared here
17 |
18 | 	public var authService: (any AuthenticatorService)?
/Users/admin/builder/spi-builder-workspace/Sources/officectl/Commands/officectl.swift:188:21: warning: reference to static property 'providers' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
186 | 		OfficeKitServices.providers[             GitHubService.providerID] =              GitHubService.self
187 | 		OfficeKitServices.providers[             GoogleService.providerID] =              GoogleService.self
188 | 		OfficeKitServices.providers[              HappnService.providerID] =               HappnService.self
    |                     `- warning: reference to static property 'providers' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
189 | 		OfficeKitServices.providers[               LDAPService.providerID] =                LDAPService.self
190 | 		OfficeKitServices.providers[          Office365Service.providerID] =           Office365Service.self
/Users/admin/builder/spi-builder-workspace/Sources/OfficeKit/Utilities/Public/OfficeKitServices.swift:16:20: note: static property declared here
14 | public struct OfficeKitServices : Sendable {
15 |
16 | 	public static var providers = [String: OfficeService.Type]()
   |                    `- note: static property declared here
17 |
18 | 	public var authService: (any AuthenticatorService)?
/Users/admin/builder/spi-builder-workspace/Sources/officectl/Commands/officectl.swift:189:21: warning: reference to static property 'providers' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
187 | 		OfficeKitServices.providers[             GoogleService.providerID] =              GoogleService.self
188 | 		OfficeKitServices.providers[              HappnService.providerID] =               HappnService.self
189 | 		OfficeKitServices.providers[               LDAPService.providerID] =                LDAPService.self
    |                     `- warning: reference to static property 'providers' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
190 | 		OfficeKitServices.providers[          Office365Service.providerID] =           Office365Service.self
191 | 		OfficeKitServices.providers[          OfficeKitService.providerID] =           OfficeKitService.self
/Users/admin/builder/spi-builder-workspace/Sources/OfficeKit/Utilities/Public/OfficeKitServices.swift:16:20: note: static property declared here
14 | public struct OfficeKitServices : Sendable {
15 |
16 | 	public static var providers = [String: OfficeService.Type]()
   |                    `- note: static property declared here
17 |
18 | 	public var authService: (any AuthenticatorService)?
/Users/admin/builder/spi-builder-workspace/Sources/officectl/Commands/officectl.swift:190:21: warning: reference to static property 'providers' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
188 | 		OfficeKitServices.providers[              HappnService.providerID] =               HappnService.self
189 | 		OfficeKitServices.providers[               LDAPService.providerID] =                LDAPService.self
190 | 		OfficeKitServices.providers[          Office365Service.providerID] =           Office365Service.self
    |                     `- warning: reference to static property 'providers' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
191 | 		OfficeKitServices.providers[          OfficeKitService.providerID] =           OfficeKitService.self
192 | #if canImport(OpenDirectoryOffice)
/Users/admin/builder/spi-builder-workspace/Sources/OfficeKit/Utilities/Public/OfficeKitServices.swift:16:20: note: static property declared here
14 | public struct OfficeKitServices : Sendable {
15 |
16 | 	public static var providers = [String: OfficeService.Type]()
   |                    `- note: static property declared here
17 |
18 | 	public var authService: (any AuthenticatorService)?
/Users/admin/builder/spi-builder-workspace/Sources/officectl/Commands/officectl.swift:191:21: warning: reference to static property 'providers' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
189 | 		OfficeKitServices.providers[               LDAPService.providerID] =                LDAPService.self
190 | 		OfficeKitServices.providers[          Office365Service.providerID] =           Office365Service.self
191 | 		OfficeKitServices.providers[          OfficeKitService.providerID] =           OfficeKitService.self
    |                     `- warning: reference to static property 'providers' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
192 | #if canImport(OpenDirectoryOffice)
193 | 		OfficeKitServices.providers[      OpenDirectoryService.providerID] =       OpenDirectoryService.self
/Users/admin/builder/spi-builder-workspace/Sources/OfficeKit/Utilities/Public/OfficeKitServices.swift:16:20: note: static property declared here
14 | public struct OfficeKitServices : Sendable {
15 |
16 | 	public static var providers = [String: OfficeService.Type]()
   |                    `- note: static property declared here
17 |
18 | 	public var authService: (any AuthenticatorService)?
/Users/admin/builder/spi-builder-workspace/Sources/officectl/Commands/officectl.swift:193:21: warning: reference to static property 'providers' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
191 | 		OfficeKitServices.providers[          OfficeKitService.providerID] =           OfficeKitService.self
192 | #if canImport(OpenDirectoryOffice)
193 | 		OfficeKitServices.providers[      OpenDirectoryService.providerID] =       OpenDirectoryService.self
    |                     `- warning: reference to static property 'providers' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
194 | #endif
195 | 		OfficeKitServices.providers[           SynologyService.providerID] =            SynologyService.self
/Users/admin/builder/spi-builder-workspace/Sources/OfficeKit/Utilities/Public/OfficeKitServices.swift:16:20: note: static property declared here
14 | public struct OfficeKitServices : Sendable {
15 |
16 | 	public static var providers = [String: OfficeService.Type]()
   |                    `- note: static property declared here
17 |
18 | 	public var authService: (any AuthenticatorService)?
/Users/admin/builder/spi-builder-workspace/Sources/officectl/Commands/officectl.swift:195:21: warning: reference to static property 'providers' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
193 | 		OfficeKitServices.providers[      OpenDirectoryService.providerID] =       OpenDirectoryService.self
194 | #endif
195 | 		OfficeKitServices.providers[           SynologyService.providerID] =            SynologyService.self
    |                     `- warning: reference to static property 'providers' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
196 | 		OfficeKitServices.providers[           VaultPKIService.providerID] =            VaultPKIService.self
197 |
/Users/admin/builder/spi-builder-workspace/Sources/OfficeKit/Utilities/Public/OfficeKitServices.swift:16:20: note: static property declared here
14 | public struct OfficeKitServices : Sendable {
15 |
16 | 	public static var providers = [String: OfficeService.Type]()
   |                    `- note: static property declared here
17 |
18 | 	public var authService: (any AuthenticatorService)?
/Users/admin/builder/spi-builder-workspace/Sources/officectl/Commands/officectl.swift:196:21: warning: reference to static property 'providers' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
194 | #endif
195 | 		OfficeKitServices.providers[           SynologyService.providerID] =            SynologyService.self
196 | 		OfficeKitServices.providers[           VaultPKIService.providerID] =            VaultPKIService.self
    |                     `- warning: reference to static property 'providers' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
197 |
198 | 		/* *** OFFICEKIT SERVICES *** */
/Users/admin/builder/spi-builder-workspace/Sources/OfficeKit/Utilities/Public/OfficeKitServices.swift:16:20: note: static property declared here
14 | public struct OfficeKitServices : Sendable {
15 |
16 | 	public static var providers = [String: OfficeService.Type]()
   |                    `- note: static property declared here
17 |
18 | 	public var authService: (any AuthenticatorService)?
/Users/admin/builder/spi-builder-workspace/Sources/officectl/Commands/officectl.swift:196:58: warning: reference to class property 'providerID' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
194 | #endif
195 | 		OfficeKitServices.providers[           SynologyService.providerID] =            SynologyService.self
196 | 		OfficeKitServices.providers[           VaultPKIService.providerID] =            VaultPKIService.self
    |                                                          `- warning: reference to class property 'providerID' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
197 |
198 | 		/* *** OFFICEKIT SERVICES *** */
/Users/admin/builder/spi-builder-workspace/Sources/OfficeKitServices/VaultPKI/VaultPKIService.swift:19:20: note: class property declared here
 17 | public final class VaultPKIService : UserService {
 18 |
 19 | 	public static var providerID = "happn/vault-pki"
    |                    `- note: class property declared here
 20 |
 21 | 	public typealias UserType = VaultPKIUser
/Users/admin/builder/spi-builder-workspace/Sources/officectl/Commands/officectl.swift:201:43: warning: reference to static property 'providers' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
199 | 		var services = OfficeKitServices()
200 | 		for (serviceID, serviceDef) in conf?.services ?? [:] {
201 | 			guard let provider = OfficeKitServices.providers[serviceDef.providerID] else {
    |                                           `- warning: reference to static property 'providers' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
202 | 				logger.error("Cannot find provider ID for service.", metadata: [LMK.serviceID: "\(serviceID)", LMK.providerID: "\(serviceDef.providerID)"])
203 | 				throw ExitCode(1)
/Users/admin/builder/spi-builder-workspace/Sources/OfficeKit/Utilities/Public/OfficeKitServices.swift:16:20: note: static property declared here
14 | public struct OfficeKitServices : Sendable {
15 |
16 | 	public static var providers = [String: OfficeService.Type]()
   |                    `- note: static property declared here
17 |
18 | 	public var authService: (any AuthenticatorService)?
[3098/3111] Compiling officectl FilePath+ExpressibleByArgument.swift
/Users/admin/builder/spi-builder-workspace/Sources/officectl/CLIModel/ExpressibleByArgumentConformances/FilePath+ExpressibleByArgument.swift:19:1: warning: extension declares a conformance of imported type 'FilePath' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'System' introduce this conformance in the future
17 |
18 |
19 | extension FilePath : ExpressibleByArgument {
   | |- warning: extension declares a conformance of imported type 'FilePath' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'System' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
20 |
21 | 	public init?(argument: String) {
/Users/admin/builder/spi-builder-workspace/Sources/officectl/CLIModel/ExpressibleByArgumentConformances/Logger.Level+ExpressibleByArgument.swift:15:1: warning: extension declares a conformance of imported type 'Level' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'Logging' introduce this conformance in the future
13 |
14 |
15 | extension Logger.Level : ExpressibleByArgument {
   | |- warning: extension declares a conformance of imported type 'Level' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'Logging' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
16 |
17 | 	public init?(argument: String) {
[3099/3111] Compiling officectl Logger.Level+ExpressibleByArgument.swift
/Users/admin/builder/spi-builder-workspace/Sources/officectl/CLIModel/ExpressibleByArgumentConformances/FilePath+ExpressibleByArgument.swift:19:1: warning: extension declares a conformance of imported type 'FilePath' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'System' introduce this conformance in the future
17 |
18 |
19 | extension FilePath : ExpressibleByArgument {
   | |- warning: extension declares a conformance of imported type 'FilePath' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'System' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
20 |
21 | 	public init?(argument: String) {
/Users/admin/builder/spi-builder-workspace/Sources/officectl/CLIModel/ExpressibleByArgumentConformances/Logger.Level+ExpressibleByArgument.swift:15:1: warning: extension declares a conformance of imported type 'Level' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'Logging' introduce this conformance in the future
13 |
14 |
15 | extension Logger.Level : ExpressibleByArgument {
   | |- warning: extension declares a conformance of imported type 'Level' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'Logging' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
16 |
17 | 	public init?(argument: String) {
[3100/3111] Compiling officectl ServerConf.swift
/Users/admin/builder/spi-builder-workspace/Sources/officectl/CLIModel/ExpressibleByArgumentConformances/FilePath+ExpressibleByArgument.swift:19:1: warning: extension declares a conformance of imported type 'FilePath' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'System' introduce this conformance in the future
17 |
18 |
19 | extension FilePath : ExpressibleByArgument {
   | |- warning: extension declares a conformance of imported type 'FilePath' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'System' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
20 |
21 | 	public init?(argument: String) {
/Users/admin/builder/spi-builder-workspace/Sources/officectl/CLIModel/ExpressibleByArgumentConformances/Logger.Level+ExpressibleByArgument.swift:15:1: warning: extension declares a conformance of imported type 'Level' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'Logging' introduce this conformance in the future
13 |
14 |
15 | extension Logger.Level : ExpressibleByArgument {
   | |- warning: extension declares a conformance of imported type 'Level' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'Logging' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
16 |
17 | 	public init?(argument: String) {
[3101/3111] Compiling officectl users--delete.swift
/Users/admin/builder/spi-builder-workspace/Sources/officectl/Commands/officectl/users/users--delete.swift:20:13: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 18 | struct Users_Delete : AsyncParsableCommand {
 19 |
 20 | 	static var configuration = CommandConfiguration(
    |             |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
    |             |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 21 | 		commandName: "delete",
 22 | 		abstract: "Delete a user."
/Users/admin/builder/spi-builder-workspace/Sources/officectl/Commands/officectl/users/users--list.swift:29:13: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 27 | 	}
 28 |
 29 | 	static var configuration = CommandConfiguration(
    |             |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
    |             |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 30 | 		commandName: "list",
 31 | 		abstract: "Create a user."
/Users/admin/builder/spi-builder-workspace/Sources/officectl/Commands/officectl/users/users--list.swift:57:12: warning: capture of 'self' with non-sendable type 'Users_List' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 17 |
 18 |
 19 | struct Users_List : AsyncParsableCommand {
    |        `- note: consider making struct 'Users_List' conform to the 'Sendable' protocol
 20 |
 21 | 	enum Format : String, CaseIterable, ExpressibleByArgument {
    :
 55 | 			includeSuspended: includeSuspendedUsers,
 56 | 			customFetchFilter: { userAndService in
 57 | 				guard !includeIgnoredUsers else {
    |            `- warning: capture of 'self' with non-sendable type 'Users_List' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 58 | 					return true
 59 | 				}
/Users/admin/builder/spi-builder-workspace/Sources/officectl/Commands/officectl/users/users--sync.swift:20:13: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 18 | struct Users_Sync : AsyncParsableCommand {
 19 |
 20 | 	static var configuration = CommandConfiguration(
    |             |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
    |             |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 21 | 		commandName: "sync",
 22 | 		abstract: "Sync users from a given service to one or multiple services."
/Users/admin/builder/spi-builder-workspace/Sources/officectl/Commands/officectl/users/users--sync.swift:56:24: warning: capture of 'self' with non-sendable type 'Users_Sync' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 16 |
 17 |
 18 | struct Users_Sync : AsyncParsableCommand {
    |        `- note: consider making struct 'Users_Sync' conform to the 'Sendable' protocol
 19 |
 20 | 	static var configuration = CommandConfiguration(
    :
 54 | 			includeSuspended: false,
 55 | 			customFetchFilter: { userAndService in
 56 | 				let ignoredUsers = officectlOptions.ignoredUsersByServices[userAndService.serviceID] ?? []
    |                        `- warning: capture of 'self' with non-sendable type 'Users_Sync' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 57 | 				return !ignoredUsers.contains(userAndService.taggedID.id)
 58 | 			}
[3102/3111] Compiling officectl users--list.swift
/Users/admin/builder/spi-builder-workspace/Sources/officectl/Commands/officectl/users/users--delete.swift:20:13: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 18 | struct Users_Delete : AsyncParsableCommand {
 19 |
 20 | 	static var configuration = CommandConfiguration(
    |             |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
    |             |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 21 | 		commandName: "delete",
 22 | 		abstract: "Delete a user."
/Users/admin/builder/spi-builder-workspace/Sources/officectl/Commands/officectl/users/users--list.swift:29:13: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 27 | 	}
 28 |
 29 | 	static var configuration = CommandConfiguration(
    |             |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
    |             |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 30 | 		commandName: "list",
 31 | 		abstract: "Create a user."
/Users/admin/builder/spi-builder-workspace/Sources/officectl/Commands/officectl/users/users--list.swift:57:12: warning: capture of 'self' with non-sendable type 'Users_List' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 17 |
 18 |
 19 | struct Users_List : AsyncParsableCommand {
    |        `- note: consider making struct 'Users_List' conform to the 'Sendable' protocol
 20 |
 21 | 	enum Format : String, CaseIterable, ExpressibleByArgument {
    :
 55 | 			includeSuspended: includeSuspendedUsers,
 56 | 			customFetchFilter: { userAndService in
 57 | 				guard !includeIgnoredUsers else {
    |            `- warning: capture of 'self' with non-sendable type 'Users_List' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 58 | 					return true
 59 | 				}
/Users/admin/builder/spi-builder-workspace/Sources/officectl/Commands/officectl/users/users--sync.swift:20:13: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 18 | struct Users_Sync : AsyncParsableCommand {
 19 |
 20 | 	static var configuration = CommandConfiguration(
    |             |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
    |             |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 21 | 		commandName: "sync",
 22 | 		abstract: "Sync users from a given service to one or multiple services."
/Users/admin/builder/spi-builder-workspace/Sources/officectl/Commands/officectl/users/users--sync.swift:56:24: warning: capture of 'self' with non-sendable type 'Users_Sync' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 16 |
 17 |
 18 | struct Users_Sync : AsyncParsableCommand {
    |        `- note: consider making struct 'Users_Sync' conform to the 'Sendable' protocol
 19 |
 20 | 	static var configuration = CommandConfiguration(
    :
 54 | 			includeSuspended: false,
 55 | 			customFetchFilter: { userAndService in
 56 | 				let ignoredUsers = officectlOptions.ignoredUsersByServices[userAndService.serviceID] ?? []
    |                        `- warning: capture of 'self' with non-sendable type 'Users_Sync' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 57 | 				return !ignoredUsers.contains(userAndService.taggedID.id)
 58 | 			}
[3103/3111] Compiling officectl users--sync.swift
/Users/admin/builder/spi-builder-workspace/Sources/officectl/Commands/officectl/users/users--delete.swift:20:13: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 18 | struct Users_Delete : AsyncParsableCommand {
 19 |
 20 | 	static var configuration = CommandConfiguration(
    |             |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
    |             |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 21 | 		commandName: "delete",
 22 | 		abstract: "Delete a user."
/Users/admin/builder/spi-builder-workspace/Sources/officectl/Commands/officectl/users/users--list.swift:29:13: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 27 | 	}
 28 |
 29 | 	static var configuration = CommandConfiguration(
    |             |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
    |             |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 30 | 		commandName: "list",
 31 | 		abstract: "Create a user."
/Users/admin/builder/spi-builder-workspace/Sources/officectl/Commands/officectl/users/users--list.swift:57:12: warning: capture of 'self' with non-sendable type 'Users_List' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 17 |
 18 |
 19 | struct Users_List : AsyncParsableCommand {
    |        `- note: consider making struct 'Users_List' conform to the 'Sendable' protocol
 20 |
 21 | 	enum Format : String, CaseIterable, ExpressibleByArgument {
    :
 55 | 			includeSuspended: includeSuspendedUsers,
 56 | 			customFetchFilter: { userAndService in
 57 | 				guard !includeIgnoredUsers else {
    |            `- warning: capture of 'self' with non-sendable type 'Users_List' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 58 | 					return true
 59 | 				}
/Users/admin/builder/spi-builder-workspace/Sources/officectl/Commands/officectl/users/users--sync.swift:20:13: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 18 | struct Users_Sync : AsyncParsableCommand {
 19 |
 20 | 	static var configuration = CommandConfiguration(
    |             |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
    |             |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 21 | 		commandName: "sync",
 22 | 		abstract: "Sync users from a given service to one or multiple services."
/Users/admin/builder/spi-builder-workspace/Sources/officectl/Commands/officectl/users/users--sync.swift:56:24: warning: capture of 'self' with non-sendable type 'Users_Sync' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 16 |
 17 |
 18 | struct Users_Sync : AsyncParsableCommand {
    |        `- note: consider making struct 'Users_Sync' conform to the 'Sendable' protocol
 19 |
 20 | 	static var configuration = CommandConfiguration(
    :
 54 | 			includeSuspended: false,
 55 | 			customFetchFilter: { userAndService in
 56 | 				let ignoredUsers = officectlOptions.ignoredUsersByServices[userAndService.serviceID] ?? []
    |                        `- warning: capture of 'self' with non-sendable type 'Users_Sync' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 57 | 				return !ignoredUsers.contains(userAndService.taggedID.id)
 58 | 			}
[3104/3111] Compiling officectl services--list.swift
/Users/admin/builder/spi-builder-workspace/Sources/officectl/Commands/officectl/services/services--list.swift:16:13: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
14 | struct Services_List : AsyncParsableCommand {
15 |
16 | 	static var configuration = CommandConfiguration(
   |             |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |             |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |             |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 | 		commandName: "list",
18 | 		abstract: "List the services officectl knows about (from its configuration file)."
/Users/admin/builder/spi-builder-workspace/Sources/officectl/Commands/officectl/users.swift:17:13: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
15 | struct Users : AsyncParsableCommand {
16 |
17 | 	static var configuration = CommandConfiguration(
   |             |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |             |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |             |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 | 		abstract: "Manage the users.",
19 | 		subcommands: [
/Users/admin/builder/spi-builder-workspace/Sources/officectl/Commands/officectl/users/users--create.swift:21:13: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 19 | struct Users_Create : AsyncParsableCommand {
 20 |
 21 | 	static var configuration = CommandConfiguration(
    |             |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
    |             |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 22 | 		commandName: "create",
 23 | 		abstract: "Create a user."
/Users/admin/builder/spi-builder-workspace/Sources/officectl/Commands/officectl/users/users--create.swift:57:4: error: ambiguous use of 'init'
 55 |
 56 | 		let usersAndServicesResults = services.map{ s in
 57 | 			Result{
    |    |- error: ambiguous use of 'init'
    |    |- note: avoid using a trailing closure to call 'init(_:)'
    |    `- note: use an explicit argument label instead of a trailing closure to call 'init(catching:)'
 58 | 				let u = try s.value.logicalUser(fromUser: HintsUser(properties: [
 59 | 					.emails: [email],
/Users/admin/builder/spi-builder-workspace/Sources/officectl/Commands/officectl/users/users--create.swift:78:61: error: cannot infer key path type from context; consider explicitly specifying a root type
 76 | 		}
 77 |
 78 | 		let usersAndServices = usersAndServicesResults.compactMap(\.success)
    |                                                             `- error: cannot infer key path type from context; consider explicitly specifying a root type
 79 | 		guard !usersAndServices.isEmpty else {
 80 | 			print("********* CREATION RESULTS *********")
[3105/3111] Compiling officectl users.swift
/Users/admin/builder/spi-builder-workspace/Sources/officectl/Commands/officectl/services/services--list.swift:16:13: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
14 | struct Services_List : AsyncParsableCommand {
15 |
16 | 	static var configuration = CommandConfiguration(
   |             |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |             |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |             |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 | 		commandName: "list",
18 | 		abstract: "List the services officectl knows about (from its configuration file)."
/Users/admin/builder/spi-builder-workspace/Sources/officectl/Commands/officectl/users.swift:17:13: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
15 | struct Users : AsyncParsableCommand {
16 |
17 | 	static var configuration = CommandConfiguration(
   |             |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |             |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |             |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 | 		abstract: "Manage the users.",
19 | 		subcommands: [
/Users/admin/builder/spi-builder-workspace/Sources/officectl/Commands/officectl/users/users--create.swift:21:13: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 19 | struct Users_Create : AsyncParsableCommand {
 20 |
 21 | 	static var configuration = CommandConfiguration(
    |             |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
    |             |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 22 | 		commandName: "create",
 23 | 		abstract: "Create a user."
/Users/admin/builder/spi-builder-workspace/Sources/officectl/Commands/officectl/users/users--create.swift:57:4: error: ambiguous use of 'init'
 55 |
 56 | 		let usersAndServicesResults = services.map{ s in
 57 | 			Result{
    |    |- error: ambiguous use of 'init'
    |    |- note: avoid using a trailing closure to call 'init(_:)'
    |    `- note: use an explicit argument label instead of a trailing closure to call 'init(catching:)'
 58 | 				let u = try s.value.logicalUser(fromUser: HintsUser(properties: [
 59 | 					.emails: [email],
/Users/admin/builder/spi-builder-workspace/Sources/officectl/Commands/officectl/users/users--create.swift:78:61: error: cannot infer key path type from context; consider explicitly specifying a root type
 76 | 		}
 77 |
 78 | 		let usersAndServices = usersAndServicesResults.compactMap(\.success)
    |                                                             `- error: cannot infer key path type from context; consider explicitly specifying a root type
 79 | 		guard !usersAndServices.isEmpty else {
 80 | 			print("********* CREATION RESULTS *********")
[3106/3111] Compiling officectl users--create.swift
/Users/admin/builder/spi-builder-workspace/Sources/officectl/Commands/officectl/services/services--list.swift:16:13: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
14 | struct Services_List : AsyncParsableCommand {
15 |
16 | 	static var configuration = CommandConfiguration(
   |             |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |             |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |             |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 | 		commandName: "list",
18 | 		abstract: "List the services officectl knows about (from its configuration file)."
/Users/admin/builder/spi-builder-workspace/Sources/officectl/Commands/officectl/users.swift:17:13: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
15 | struct Users : AsyncParsableCommand {
16 |
17 | 	static var configuration = CommandConfiguration(
   |             |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |             |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |             |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 | 		abstract: "Manage the users.",
19 | 		subcommands: [
/Users/admin/builder/spi-builder-workspace/Sources/officectl/Commands/officectl/users/users--create.swift:21:13: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 19 | struct Users_Create : AsyncParsableCommand {
 20 |
 21 | 	static var configuration = CommandConfiguration(
    |             |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
    |             |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 22 | 		commandName: "create",
 23 | 		abstract: "Create a user."
/Users/admin/builder/spi-builder-workspace/Sources/officectl/Commands/officectl/users/users--create.swift:57:4: error: ambiguous use of 'init'
 55 |
 56 | 		let usersAndServicesResults = services.map{ s in
 57 | 			Result{
    |    |- error: ambiguous use of 'init'
    |    |- note: avoid using a trailing closure to call 'init(_:)'
    |    `- note: use an explicit argument label instead of a trailing closure to call 'init(catching:)'
 58 | 				let u = try s.value.logicalUser(fromUser: HintsUser(properties: [
 59 | 					.emails: [email],
/Users/admin/builder/spi-builder-workspace/Sources/officectl/Commands/officectl/users/users--create.swift:78:61: error: cannot infer key path type from context; consider explicitly specifying a root type
 76 | 		}
 77 |
 78 | 		let usersAndServices = usersAndServicesResults.compactMap(\.success)
    |                                                             `- error: cannot infer key path type from context; consider explicitly specifying a root type
 79 | 		guard !usersAndServices.isEmpty else {
 80 | 			print("********* CREATION RESULTS *********")
[3106/3111] Linking officectl-odproxy
warning: 'jwt': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt/Sources/JWT/Docs.docc
warning: 'multipart-kit': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/.build/checkouts/multipart-kit/Sources/MultipartKit/Docs.docc
warning: 'swift-algorithms': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-algorithms/Sources/Algorithms/Documentation.docc
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/8] Write swift-version-2F0A5646E1D333AE.txt
[3/122] Compiling DequeModule _DequeBufferHeader.swift
[4/122] Compiling DequeModule _DequeSlot.swift
[5/122] Compiling Crypto Cipher.swift
[6/122] Compiling Crypto Nonces.swift
[7/123] Compiling UnwrapOrThrow UnwrapOrThrowOperator.swift
[8/123] Compiling DequeModule UnsafeMutableBufferPointer+Utilities.swift
[9/123] Compiling DequeModule _DequeBuffer.swift
[10/123] Compiling TaskQueue TaskQueue.swift
[11/123] Emitting module TaskQueue
[12/123] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[13/123] Emitting module UnwrapOrThrow
[14/123] Compiling UnwrapOrThrow UnwrapOrThrow.swift
[15/123] Compiling Deserializer Traced.swift
[16/123] Compiling Crypto ASN1.swift
[17/123] Compiling Crypto ASN1Any.swift
[18/123] Compiling Crypto SEC1PrivateKey.swift
[19/123] Compiling Crypto SubjectPublicKeyInfo.swift
[20/123] Compiling Crypto CryptoKitErrors.swift
[21/123] Compiling Crypto Digest_boring.swift
[22/123] Compiling Crypto Digest.swift
[23/123] Compiling Crypto Digests.swift
[24/123] Compiling Crypto HashFunctions.swift
[25/129] Compiling GenericJSON Querying.swift
[26/129] Compiling Crypto AES-GCM.swift
[27/129] Compiling Crypto AES-GCM_boring.swift
[28/129] Compiling Crypto ChaChaPoly_boring.swift
[29/129] Compiling Crypto ChaChaPoly.swift
[33/129] Compiling Crypto HashFunctions_SHA2.swift
[34/129] Compiling Crypto Insecure.swift
[35/129] Compiling Crypto Insecure_HashFunctions.swift
[36/129] Compiling Crypto ECDH_boring.swift
[37/129] Compiling Crypto DH.swift
[38/129] Compiling Crypto ECDH.swift
[39/129] Compiling Crypto HKDF.swift
[41/129] Compiling Crypto ASN1BitString.swift
[42/129] Compiling Crypto ASN1Boolean.swift
[43/129] Compiling Crypto ASN1Identifier.swift
[44/129] Compiling Crypto ASN1Integer.swift
[45/129] Compiling Crypto ASN1Null.swift
[46/129] Compiling Crypto ASN1OctetString.swift
[51/129] Compiling Crypto ECDSASignature.swift
[52/129] Compiling Crypto PEMDocument.swift
[53/129] Compiling Crypto PKCS8PrivateKey.swift
[54/129] Compiling Crypto EdDSA.swift
[55/129] Compiling Crypto Signature.swift
[56/129] Compiling Crypto ArbitraryPrecisionInteger_boring.swift
[57/129] Compiling Crypto CryptoKitErrors_boring.swift
[58/129] Compiling Crypto FiniteFieldArithmeticContext_boring.swift
[59/129] Compiling Crypto RNG_boring.swift
[62/129] Compiling Deserializer TOMLDeserializer.swift
[63/135] Compiling Crypto AESWrap.swift
[64/135] Compiling Crypto AESWrap_boring.swift
[65/135] Compiling Crypto Ed25519_boring.swift
[66/135] Compiling Crypto EllipticCurvePoint_boring.swift
[67/135] Compiling Crypto EllipticCurve_boring.swift
[68/135] Compiling Crypto NISTCurvesKeys_boring.swift
[69/135] Compiling Crypto X25519Keys_boring.swift
[70/135] Compiling Crypto Curve25519.swift
[71/135] Compiling Crypto Ed25519.swift
[72/135] Compiling Crypto NISTCurvesKeys.swift
[73/135] Compiling Crypto X25519Keys.swift
[74/135] Compiling Crypto SymmetricKeys.swift
[75/135] Compiling Crypto HMAC.swift
[76/135] Compiling Crypto MACFunctions.swift
[77/135] Compiling Crypto MessageAuthenticationCode.swift
[78/135] Compiling Crypto AES.swift
[79/135] Compiling Crypto ECDSASignature_boring.swift
[80/135] Compiling Crypto ECDSA_boring.swift
[81/135] Compiling Crypto EdDSA_boring.swift
[82/135] Compiling Crypto ECDSA.swift
[83/135] Compiling FormURLEncodedCoder URLQueryFragmentConvertible.swift
[84/135] Compiling GenericJSON Merging.swift
[85/135] Emitting module Crypto
[86/135] Compiling FormURLEncodedCoder FormURLEncodedEncodingErrors.swift
[87/135] Compiling DequeModule _UnsafeWrappedBuffer.swift
[88/135] Emitting module CryptoBoringWrapper
[89/135] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[90/135] Compiling GenericJSON JSON.swift
[91/135] Compiling GenericJSON Initialization.swift
[92/135] Emitting module GenericJSON
[93/135] Compiling FormURLEncodedCoder FormURLEncodedData.swift
[94/135] Compiling FormURLEncodedCoder FormURLEncodedParser.swift
[95/135] Compiling FormURLEncodedCoder FormURLEncodedSerializer.swift
[96/160] Compiling SwiftASN1 GeneralizedTime.swift
[97/160] Compiling SwiftASN1 ObjectIdentifier.swift
[100/160] Compiling FormURLEncodedCoder FormURLEncodedEncoder.swift
[101/160] Compiling _NIODataStructures PriorityQueue.swift
[102/160] Emitting module _NIOBase64
[103/160] Compiling _NIOBase64 Base64.swift
[104/160] Emitting module CoreMetrics
[105/160] Compiling CoreMetrics Locks.swift
[106/160] Compiling CoreMetrics Metrics.swift
[107/160] Compiling _NIODataStructures _TinyArray.swift
[108/160] Emitting module _NIODataStructures
[109/160] Compiling _NIODataStructures Heap.swift
[110/160] Compiling SwiftASN1 ASN1BitString.swift
[111/160] Compiling SwiftASN1 ASN1Boolean.swift
[112/160] Compiling SwiftASN1 ASN1.swift
[113/160] Compiling SwiftASN1 ASN1Any.swift
[114/182] Emitting module FormURLEncodedCoder
[115/182] Compiling FormURLEncodedCoder FormURLEncodedDecoder.swift
[116/182] Compiling Crypto SafeCompare_boring.swift
[117/182] Compiling Crypto Zeroization_boring.swift
[118/182] Compiling Crypto PrettyBytes.swift
[119/182] Compiling Crypto SafeCompare.swift
[120/182] Compiling Crypto SecureBytes.swift
[121/182] Compiling Crypto Zeroization.swift
[122/182] Emitting module DequeModule
[123/182] Compiling XDG BaseDirectories+FindFiles.swift
[124/182] Compiling XDG FilePath+Utils.swift
[125/182] Compiling XDG BaseDirectories+FindFile.swift
[126/182] Compiling XDG BaseDirectories+GetPath.swift
[127/182] Compiling XDG BaseDirectories+EnsureFileParents.swift
[128/182] Compiling XDG BaseDirectories+EnsureDir.swift
[129/182] Compiling XDG  Errors.swift
[130/182] Emitting module XDG
[131/182] Compiling XDG BaseDirectories.swift
[132/182] Compiling SwiftASN1 UTCTime.swift
[133/183] Compiling RealModule Float80+Real.swift
[134/183] Compiling RealModule Real.swift
[135/184] Compiling RealModule Float16+Real.swift
[136/189] Compiling RealModule RealFunctions.swift
[137/203] Compiling RealModule ElementaryFunctions.swift
[138/203] Compiling RealModule Float+Real.swift
[139/203] Compiling RealModule AlgebraicField.swift
[140/203] Compiling RealModule AugmentedArithmetic.swift
[141/203] Compiling RealModule Double+Real.swift
[142/203] Compiling RealModule ApproximateEquality.swift
[143/203] Compiling _CryptoExtras AES_GCM_SIV_boring.swift
[144/203] Compiling _CryptoExtras ChaCha20CTR_boring.swift
[145/255] Emitting module RecursiveSyncDispatch
[146/255] Compiling RecursiveSyncDispatch RecursiveSyncDispatch.swift
[147/255] Compiling SwiftASN1 TimeUtilities.swift
[148/255] Compiling SwiftASN1 PEMDocument.swift
[149/255] Emitting module RealModule
[150/255] Compiling OfficeModelCore None.swift
[151/255] Compiling StreamReader Matching.swift
[152/260] Compiling SwiftASN1 Errors.swift
[153/260] Compiling OrderedCollections _HashTable+Bucket.swift
[154/260] Compiling OrderedCollections _HashTable+BucketIterator.swift
[155/260] Compiling OrderedCollections _HashTable+Testing.swift
[156/260] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[157/260] Compiling OfficeModelCore RemoteProperty.swift
[158/260] Emitting module OfficeModelCore
[159/260] Compiling OfficeModelCore Tag.swift
[160/260] Compiling OfficeModelCore TaggedID.swift
[161/260] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[162/260] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[163/260] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Predicates.swift
[164/260] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[165/260] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[166/260] Compiling NIOConcurrencyHelpers NIOLock.swift
[167/260] Compiling NIOConcurrencyHelpers lock.swift
[168/260] Compiling StreamReader DataReader.swift
[169/260] Compiling StreamReader FileHandleReader.swift
[170/260] Compiling StreamReader StreamReaderErrors.swift
[171/260] Compiling StreamReader StreamReader.swift
[172/260] Compiling StreamReader InputStreamReader.swift
[173/260] Compiling StreamReader URLSessionStreamTaskReader.swift
[174/260] Compiling StreamReader FileDescriptorReader.swift
[175/260] Compiling StreamReader GenericStreamReader.swift
[176/260] Emitting module StreamReader
[177/260] Emitting module Metrics
[178/260] Compiling Metrics Metrics.swift
[179/265] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[180/265] Compiling OrderedCollections OrderedDictionary+CustomStringConvertible.swift
[181/265] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[182/265] Compiling OrderedCollections OrderedDictionary+Elements+SubSequence.swift
[183/265] Compiling OrderedCollections OrderedDictionary+Elements.swift
[184/265] Compiling OrderedCollections OrderedSet+Equatable.swift
[185/265] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[186/265] Compiling OrderedCollections OrderedSet+Hashable.swift
[187/265] Compiling OrderedCollections OrderedSet+Initializers.swift
[188/265] Compiling OrderedCollections OrderedSet+Insertions.swift
[189/270] Compiling _CryptoExtras Error.swift
[190/270] Compiling _CryptoExtras CryptoKitErrors_boring.swift
[191/270] Compiling _CryptoExtras DigestType.swift
[192/270] Compiling _CryptoExtras PEMDocument.swift
[195/273] Compiling OrderedCollections _HashTable+Constants.swift
[196/273] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[198/273] Compiling OrderedCollections OrderedSet+Invariants.swift
[199/273] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[200/273] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[201/273] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[202/273] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Operations.swift
[203/273] Compiling OrderedCollections OrderedSet+Codable.swift
[204/273] Compiling OrderedCollections OrderedSet+CustomDebugStringConvertible.swift
[205/273] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[206/273] Compiling OrderedCollections OrderedSet+CustomStringConvertible.swift
[207/273] Compiling OrderedCollections OrderedSet+Diffing.swift
[208/273] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[209/273] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[210/273] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[211/273] Compiling OrderedCollections OrderedDictionary+Values.swift
[212/273] Compiling OrderedCollections OrderedDictionary.swift
[213/274] Emitting module NIOConcurrencyHelpers
[214/274] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[215/274] Compiling NIOConcurrencyHelpers atomics.swift
[216/321] Compiling JWTKit JWTMultiValueClaim.swift
[217/321] Compiling JWTKit JWTUnixEpochClaim.swift
[218/323] Emitting module MediaType
[219/323] Compiling MediaType Scanner+LinuxCompat.swift
[220/323] Compiling MediaType MediaType.swift
[221/323] Compiling _CryptoExtras BoringSSLHelpers.swift
[222/323] Compiling JWTKit IssuerClaim.swift
[223/323] Compiling JWTKit JWTClaim.swift
[224/323] Compiling JWTKit NotBeforeClaim.swift
[225/323] Compiling JWTKit Base64URL.swift
[226/323] Compiling JWTKit BigNumber.swift
[227/323] Compiling JWTKit CustomizedJSONCoders.swift
[228/323] Compiling JWTKit Exports.swift
[229/323] Compiling JWTKit OpenSSLSigner.swift
[230/323] Compiling JWTKit AudienceClaim.swift
[231/323] Compiling JWTKit BoolClaim.swift
[232/323] Compiling JWTKit ExpirationClaim.swift
[233/323] Compiling JWTKit GoogleHostedDomainClaim.swift
[234/323] Compiling JWTKit IDClaim.swift
[235/323] Compiling JWTKit IssuedAtClaim.swift
[236/323] Compiling JWTKit HMACError.swift
[237/323] Compiling JWTKit HMACSigner.swift
[238/323] Compiling JWTKit JWTSigner+HMAC.swift
[239/323] Compiling LegibleError LegibleError.swift
[240/323] Emitting module LegibleError
[241/326] Compiling HasResult HasResult.swift
[242/326] Emitting module HasResult
[243/326] Compiling _CryptoExtras RandomBytes.swift
[244/326] Compiling Deserializer DeserializationError.swift
[245/326] Emitting module Deserializer
[246/326] Compiling Deserializer Parser.swift
[247/351] Emitting module SwiftASN1
[248/351] Compiling Atomics AtomicStorage.swift
[249/351] Compiling Atomics AtomicValue.swift
[250/351] Compiling Atomics ManagedAtomic.swift
[251/351] Compiling Atomics ManagedAtomicLazyReference.swift
[252/351] Compiling Atomics UnsafeAtomic.swift
[253/351] Compiling Atomics UnsafeAtomicLazyReference.swift
[254/353] Compiling JWTKit ECDSASigner.swift
[255/353] Compiling JWTKit JWTSigner+ECDSA.swift
[256/353] Compiling OrderedCollections OrderedSet.swift
[257/353] Compiling OrderedCollections RandomAccessCollection+Offsets.swift
[258/353] Compiling OrderedCollections _UnsafeBitset.swift
[259/362] Compiling Email EmailValidator+ValidationCodes.swift
[260/362] Emitting module Email
[261/362] Compiling Email Email.swift
[262/362] Compiling Email EmailValidator.swift
[263/362] Compiling Atomics OptionalRawRepresentable.swift
[264/362] Compiling Atomics RawRepresentable.swift
[265/362] Compiling Atomics AtomicBool.swift
[266/362] Compiling Atomics IntegerConformances.swift
[267/362] Compiling Atomics Primitives.shims.swift
[268/362] Compiling Atomics AtomicInteger.swift
[269/367] Emitting module CollectionConcurrencyKit
[270/367] Compiling CollectionConcurrencyKit CollectionConcurrencyKit.swift
[271/367] Compiling CollectionConcurrencyKit DictionarySupport.swift
[272/367] Compiling Atomics AtomicReference.swift
[279/367] Compiling Atomics IntegerOperations.swift
[280/367] Compiling Atomics Unmanaged extensions.swift
[281/367] Compiling JWTKit JWK.swift
[282/367] Compiling JWTKit JWKIdentifier.swift
[283/367] Compiling JWTKit EdDSAError.swift
[284/367] Compiling JWTKit EdDSAKey.swift
[285/367] Compiling JWTKit EdDSASigner.swift
[286/367] Compiling JWTKit JWTSigner+EdDSA.swift
[287/367] Compiling JWTKit OctetKeyPair.swift
[288/367] Compiling Atomics AtomicMemoryOrderings.swift
[289/367] Compiling Atomics DoubleWord.swift
[290/367] Compiling Atomics PointerConformances.swift
[291/367] Compiling Atomics Primitives.native.swift
[292/367] Compiling Atomics AtomicOptionalWrappable.swift
[295/367] Compiling JWTKit JWTPayload.swift
[296/367] Compiling JWTKit JWTSerializer.swift
[297/367] Compiling JWTKit JWTSigner.swift
[298/367] Compiling JWTKit JWTSigners.swift
[299/367] Compiling JWTKit JWTSigner+UnsecuredNone.swift
[300/367] Compiling JWTKit JWKS.swift
[301/367] Compiling JWTKit JWTAlgorithm.swift
[302/367] Compiling JWTKit JWTError.swift
[303/367] Compiling JWTKit JWTHeader.swift
[304/367] Compiling JWTKit JWTParser.swift
[305/367] Compiling JWTKit UnsecuredNoneSigner.swift
[306/367] Compiling JWTKit JWTSigner+RSA.swift
[307/367] Compiling JWTKit RSAError.swift
[308/367] Compiling JWTKit RSAKey.swift
[309/367] Compiling JWTKit RSASigner.swift
[310/367] Compiling JWTKit SubjectClaim.swift
[311/367] Compiling JWTKit ECDSAError.swift
[312/367] Compiling JWTKit ECDSAKey.swift
[315/367] Compiling OperationAwaiting SendableOperation.swift
[316/367] Emitting module OperationAwaiting
[317/367] Compiling OperationAwaiting Operation+Async.swift
[318/367] Compiling OperationAwaiting OperationQueue+Async.swift
[321/367] Emitting module _CryptoExtras
[326/367] Emitting module JWTKit
[327/386] Compiling OfficeModel ChangeUserPasswordQuery.swift
[328/386] Compiling OfficeModel CreateOrUpdateUserQuery.swift
[329/386] Compiling OfficeModel ApiMultiServicesResults.swift
[330/386] Compiling OfficeModel ApiService.swift
[331/417] Compiling Logging LogHandler.swift
[332/417] Emitting module Logging
[333/417] Compiling Logging MetadataProvider.swift
[334/417] Compiling Logging Locks.swift
[335/417] Compiling Logging Logging.swift
[336/417] Compiling ArgumentParserToolInfo ToolInfo.swift
[337/417] Emitting module ArgumentParserToolInfo
[338/417] Compiling APIConnectionProtocols Connector.swift
[339/417] Compiling APIConnectionProtocols Connector+Conveniences.swift
[340/417] Compiling APIConnectionProtocols Authenticator+Conveniences.swift
[341/417] Emitting module APIConnectionProtocols
[342/417] Compiling APIConnectionProtocols Authenticator.swift
[343/538] Emitting module OrderedCollections
[344/544] Compiling X509 Extensions.swift
[345/544] Compiling X509 ExtensionsBuilder.swift
[346/544] Compiling X509 BasicConstraintsPolicy.swift
[347/544] Compiling X509 KeyUsage.swift
[348/544] Compiling X509 NameConstraints.swift
[349/544] Compiling X509 SubjectAlternativeName.swift
[350/544] Compiling X509 SubjectKeyIdentifier.swift
[351/544] Compiling X509 Extension.swift
[352/544] Compiling X509 SEC1PrivateKey.swift
[353/544] Compiling X509 Signature.swift
[354/544] Compiling X509 RandomNumberGenerator+bytes.swift
[355/544] Compiling X509 RelativeDistinguishedName.swift
[356/544] Compiling X509 CertificateStore.swift
[357/544] Compiling X509 PolicyBuilder.swift
[358/544] Emitting module OfficeModel
[359/544] Compiling X509 SignatureAlgorithm.swift
[360/544] Compiling X509 AnyPolicy.swift
[361/544] Compiling X509 GeneralName.swift
[362/544] Compiling X509 BasicOCSPResponse.swift
[363/546] Compiling TOMLDecoder TOMLDecodingStorage.swift
[364/546] Compiling TOMLDecoder TOMLKeyedDecodingContainer.swift
[365/546] Compiling TOMLDecoder TOMLUnkeyedDecodingContainer.swift
[366/546] Compiling X509 AuthorityInformationAccess.swift
[367/546] Compiling X509 AuthorityKeyIdentifier.swift
[368/546] Compiling X509 BasicConstraints.swift
[369/546] Compiling OfficeModel ApiAuthTokenRevokeRequest.swift
[370/546] Compiling OfficeModel _Exports.swift
[371/553] Compiling TOMLDecoder TOMLKey.swift
[372/553] Compiling TOMLDecoder KeyDecodingStrategy.swift
[373/553] Emitting module TOMLDecoder
[374/553] Compiling TOMLDecoder DecodingError+Extensions.swift
[375/553] Compiling TOMLDecoder TOMLDecoder.swift
[376/553] Compiling TOMLDecoder TOMLDecoderImpl.swift
[387/558] Compiling X509 CSRAttribute.swift
[388/558] Compiling X509 CSRAttributes.swift
[389/558] Compiling X509 CSRVersion.swift
[390/561] Compiling X509 OCSPCertStatus.swift
[391/561] Compiling X509 OCSPExtensionID.swift
[392/561] Compiling X509 OCSPNonce.swift
[393/561] Compiling X509 OCSPPolicy.swift
[394/561] Compiling X509 OCSPRequest.swift
[395/561] Compiling RetryingOperation RetryingOperationConfig.swift
[396/561] Compiling RetryingOperation WrappedRetryingOperation.swift
[397/561] Compiling Algorithms Unique.swift
[398/561] Compiling Algorithms Windows.swift
[399/561] Compiling SemiSingleton LinuxStrongToWeakMapTable.swift
[400/561] Emitting module SemiSingleton
[401/561] Compiling SemiSingleton SemiSingletonStore.swift
[402/561] Compiling SemiSingleton SemiSingletonConfig.swift
[403/561] Compiling RoutingKit Router.swift
[404/561] Compiling RoutingKit Parameters.swift
[405/561] Compiling RoutingKit AnyRouter.swift
[406/561] Compiling RoutingKit PathComponent.swift
[407/561] Emitting module RoutingKit
[408/561] Compiling RoutingKit TrieRouter.swift
[409/609] Compiling Collections Collections.swift
[410/609] Emitting module Collections
[411/609] Compiling JSONLogger String+Utils.swift
[412/609] Compiling ConsoleKit Console+Choose.swift
[413/609] Compiling ConsoleKit Console+Confirm.swift
[414/609] Compiling ConsoleKit Console+Input.swift
[415/614] Compiling ConsoleKit readpassphrase_linux.swift
[416/614] Compiling ConsoleKit AnySendableHashable.swift
[417/614] Compiling ConsoleKit ConsoleError.swift
[418/614] Compiling ConsoleKit Flag.swift
[419/614] Compiling ConsoleKit Option.swift
[420/614] Compiling ConsoleKit AnyCommand.swift
[421/614] Compiling ConsoleKit Argument.swift
[422/614] Compiling ConsoleKit AnyAsyncCommand.swift
[423/614] Compiling ConsoleKit AsyncCommand.swift
[424/614] Compiling ConsoleKit Console+Output.swift
[427/614] Compiling ConsoleKit Utilities.swift
[430/614] Compiling ConsoleKit Console+Center.swift
[431/614] Compiling ConsoleKit Console.swift
[432/614] Compiling ConsoleKit Console+Ask.swift
[433/614] Compiling ConsoleKit LoadingBar.swift
[434/614] Compiling ConsoleKit ProgressBar.swift
[435/652] Compiling RetryingOperation RetryHelper.swift
[436/652] Emitting module RetryingOperation
[437/652] Compiling RetryingOperation RetryingOperation.swift
[438/652] Compiling JSONLogger NSLock+Linux.swift
[439/652] Compiling JSONLogger LogLine.swift
[440/652] Emitting module Atomics
[441/652] Emitting module JSONLogger
[442/652] Compiling JSONLogger JSONLogger.swift
[443/704] Compiling URLRequestOperation URLRequestDownloadOperation+Open.swift
[444/704] Compiling URLRequestOperation URLRequestDownloadOperation+Save.swift
[445/704] Compiling URLRequestOperation URLRequestDownloadOperation.swift
[446/704] Compiling URLRequestOperation RecoverHTTPStatusCodeCheckErrorResultProcessor.swift
[447/704] Compiling URLRequestOperation URLMoveResultProcessor.swift
[448/704] Compiling URLRequestOperation URLToFileHandleResultProcessor.swift
[449/704] Compiling URLRequestOperation RetryCountsHolder.swift
[450/704] Compiling URLRequestOperation SafeGlobal.swift
[451/704] Compiling URLRequestOperation String+Utils.swift
[452/704] Compiling URLRequestOperation DecodeDataResultProcessor.swift
[453/704] Compiling URLRequestOperation DecodeHTTPContentResultProcessor.swift
[454/704] Compiling URLRequestOperation HTTPStatusCodeCheckResultProcessor.swift
[455/704] Compiling URLRequestOperation LogMetadataKeys.swift
[456/704] Compiling URLRequestOperation NSLock+Linux.swift
[457/704] Compiling URLRequestOperation Result+Utils.swift
[458/704] Emitting module ConsoleKit
[459/709] Compiling URLRequestOperation URL+Utils.swift
[460/709] Compiling URLRequestOperation URLQueryCoder+HTTPContentCoder+FormURLEncodedEncoding.swift
[461/709] Compiling URLRequestOperation URLQueryCoder.swift
[462/709] Compiling URLRequestOperation URLRequest+Utils.swift
[467/709] Emitting module XibLoc
[472/709] Compiling URLRequestOperation HTTPContentCoder+JSON.swift
[473/709] Compiling URLRequestOperation HTTPContentCoder.swift
[474/709] Compiling URLRequestOperation HTTPURLResponse+Utils.swift
[475/709] Compiling URLRequestOperation LinuxWeakToWeakMapTable.swift
[476/709] Compiling URLRequestOperation URLRequestDataOperation+APIs-UntypedError.swift
[479/709] Compiling URLRequestOperation URLRequestStreamOperation.swift
[480/709] Compiling URLRequestOperation URLRequestOperationSessionDelegate.swift
[481/709] Compiling URLRequestOperation ResultProcessor.swift
[482/709] Compiling URLRequestOperation URLRequestDataOperation+Data.swift
[483/709] Compiling URLRequestOperation URLRequestDataOperation+Images.swift
[484/709] Compiling URLRequestOperation URLRequestDataOperation+String.swift
[485/709] Compiling URLRequestOperation URLRequestDataOperation.swift
[487/709] Compiling URLRequestOperation RetryProvider.swift
[488/709] Compiling URLRequestOperation URLResponseValidator.swift
[489/709] Compiling URLRequestOperation AsyncBlockRequestProcessor.swift
[490/709] Compiling URLRequestOperation BlockRequestProcessor.swift
[491/709] Compiling URLRequestOperation AnyResultProcessor.swift
[492/768] Compiling X509 DNSNames.swift
[493/768] Compiling X509 DirectoryNames.swift
[494/768] Compiling X509 ExpiryPolicy.swift
[495/768] Compiling X509 IPConstraints.swift
[496/768] Compiling X509 NameConstraintsPolicy.swift
[497/768] Compiling X509 RFC5280Policy.swift
[498/768] Compiling X509 URIConstraints.swift
[499/768] Compiling X509 UnverifiedChain.swift
[500/768] Compiling X509 Verifier.swift
[501/776] Compiling NIOCore IO.swift
[502/776] Compiling NIOCore IOData.swift
[503/776] Compiling NIOCore IPProtocol.swift
[504/776] Compiling NIOCore IntegerBitPacking.swift
[505/776] Compiling NIOCore IntegerTypes.swift
[506/776] Compiling NIOCore Interfaces.swift
[507/776] Compiling NIOCore Linux.swift
[508/776] Compiling NIOCore MarkedCircularBuffer.swift
[509/776] Compiling NIOCore MulticastChannel.swift
[510/776] Compiling NIOCore NIOAny.swift
[511/776] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[512/776] Compiling NIOCore BSDSocketAPI.swift
[513/776] Compiling NIOCore ByteBuffer-aux.swift
[514/776] Compiling NIOCore ByteBuffer-conversions.swift
[515/776] Compiling NIOCore GlobalSingletons.swift
[516/776] Compiling X509 CertificateSerialNumber.swift
[517/776] Compiling X509 CertificateVersion.swift
[518/776] Compiling X509 CMSContentInfo.swift
[519/776] Compiling X509 CMSEncapsulatedContentInfo.swift
[520/776] Compiling X509 CMSIssuerAndSerialNumber.swift
[521/776] Compiling X509 CMSOperations.swift
[522/776] Compiling X509 CMSSignature.swift
[523/776] Compiling X509 CMSSignedData.swift
[524/776] Compiling X509 CMSSignerIdentifier.swift
[532/776] Compiling NIOCore NIOCloseOnErrorHandler.swift
[533/776] Compiling NIOCore ConvenienceOptionSupport.swift
[534/776] Compiling NIOCore AddressedEnvelope.swift
[535/776] Compiling NIOCore AsyncAwaitSupport.swift
[536/776] Compiling NIOCore AsyncChannel.swift
[537/776] Compiling NIOCore AsyncChannelInboundStream.swift
[542/776] Compiling NIOCore AsyncChannelInboundStreamChannelHandler.swift
[543/776] Compiling NIOCore AsyncChannelOutboundWriter.swift
[544/776] Compiling NIOCore AsyncChannelOutboundWriterHandler.swift
[545/776] Compiling NIOCore NIOAsyncSequenceProducer.swift
[546/776] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[547/776] Compiling NIOCore NIOAsyncWriter.swift
[589/781] Emitting module URLRequestOperation
[590/781] Compiling NIOCore ByteBuffer-hexdump.swift
[591/781] Compiling NIOCore ByteBuffer-int.swift
[592/781] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[593/781] Compiling NIOCore ByteBuffer-multi-int.swift
[594/781] Compiling NIOCore ByteBuffer-views.swift
[595/781] Compiling NIOCore Channel.swift
[596/781] Compiling NIOCore NIOLoopBound.swift
[597/781] Compiling NIOCore NIOSendable.swift
[598/781] Compiling NIOCore PointerHelpers.swift
[599/781] Compiling NIOCore RecvByteBufferAllocator.swift
[600/781] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[601/781] Compiling NIOCore SocketAddresses.swift
[607/781] Compiling NIOCore DispatchQueue+WithFuture.swift
[608/781] Compiling NIOCore EventLoop+Deprecated.swift
[609/781] Compiling NIOCore EventLoop+SerialExecutor.swift
[610/781] Compiling NIOCore EventLoop.swift
[614/781] Compiling NIOCore DeadChannel.swift
[615/781] Compiling NIOCore EventLoopFuture+Deprecated.swift
[616/781] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[617/781] Compiling NIOCore EventLoopFuture.swift
[618/781] Compiling NIOCore FileDescriptor.swift
[619/781] Compiling NIOCore FileHandle.swift
[624/785] Emitting module Algorithms
[631/785] Compiling URLRequestOperation SockaddrWrapper.swift
[632/785] Compiling URLRequestOperation URLRequestOperation.swift
[633/785] Compiling URLRequestOperation URLRequestOperationConfig.swift
[634/785] Compiling URLRequestOperation URLRequestOperationErrors.swift
[635/785] Compiling URLRequestOperation URLRequestOperationResult.swift
[636/785] Compiling NIOCore CircularBuffer.swift
[637/785] Compiling NIOCore Codec.swift
[638/785] Compiling X509 CommonName.swift
[639/785] Compiling X509 CountryName.swift
[640/785] Compiling X509 DNBuilder.swift
[641/785] Compiling X509 LocalityName.swift
[642/785] Compiling X509 OrganizationName.swift
[665/791] Emitting module ArgumentParser
[670/791] Compiling X509 VerifierPolicy.swift
[671/791] Compiling X509 AlgorithmIdentifier.swift
[672/791] Compiling X509 ECDSASignature.swift
[673/791] Compiling X509 RSAPKCS1PublicKey.swift
[674/791] Compiling X509 SubjectPublicKeyInfo.swift
[675/791] Compiling X509 TBSCertificate.swift
[676/791] Compiling X509 Time.swift
[677/791] Compiling X509 Validity.swift
[686/791] Compiling ArgumentParser Platform.swift
[687/791] Compiling ArgumentParser SequenceExtensions.swift
[699/791] Compiling NIOCore SocketOptionProvider.swift
[700/791] Compiling NIOCore SystemCallHelpers.swift
[701/791] Compiling NIOCore TimeAmount+Duration.swift
[702/791] Compiling NIOCore TypeAssistedChannelHandler.swift
[703/791] Compiling NIOCore UniversalBootstrapSupport.swift
[704/791] Compiling NIOCore Utilities.swift
[708/791] Compiling ArgumentParser StringExtensions.swift
[710/791] Compiling ArgumentParser Tree.swift
[718/791] Emitting module X509
[742/833] Compiling CLTLogger NSLock+Linux.swift
[743/833] Compiling CLTLogger SGR.swift
[744/833] Compiling CLTLogger CLTLogger.swift
[745/833] Compiling CLTLogger String+Utils.swift
[746/833] Emitting module CLTLogger
[760/837] Compiling OfficeKit  Config.swift
[761/837] Compiling OfficeKit  Errors.swift
[762/837] Compiling OfficeKit AuthenticatorService.swift
[763/837] Compiling OfficeKit GroupOfUsers.swift
[764/837] Compiling OfficeKit GroupOfUsersAndService.swift
[765/841] Emitting module OfficeKit
[766/841] Compiling OfficeKit Email+Utils.swift
[767/841] Compiling OfficeKit Error+Utils.swift
[768/841] Compiling OfficeKit ErrorCollection.swift
[769/841] Compiling OfficeKit LDAPAttributeDescription.swift
[770/841] Compiling OfficeKit GroupOfUsersService.swift
[771/841] Compiling OfficeKit OfficeService.swift
[772/841] Compiling OfficeKit HintsUser.swift
[773/841] Compiling OfficeKit User.swift
[774/841] Compiling OfficeKit UserAndService+Impl.swift
[775/841] Compiling CommonForOfficeKitServicesTests Result+Utils.swift
[776/841] Compiling CommonForOfficeKitServicesTests MessageError.swift
[777/841] Emitting module CommonForOfficeKitServicesTests
[778/841] Compiling CommonForOfficeKitServicesTests XCTestCase+Utils.swift
[779/841] Compiling OfficeKit UserAndService.swift
[780/841] Compiling OfficeKit UserAndServiceID+Impl.swift
[781/841] Compiling OfficeKit UserAndServiceID.swift
[782/841] Compiling OfficeKit UserProperty.swift
[783/841] Compiling OfficeKit UserService.swift
[784/841] Compiling OfficeKit LDAPDistinguishedName.swift
[785/841] Compiling OfficeKit LDAPObjectID.swift
[786/841] Compiling OfficeKit LDAPSearchQuery.swift
[787/841] Compiling OfficeKit LDAPSearchRequest.swift
[788/841] Compiling OfficeKit MightBeEmail.swift
[789/841] Compiling OfficeKit OfficeKitServices.swift
[790/841] Compiling OfficeKit PropertyChangeResult.swift
[791/841] Compiling OfficeKit DefaultForAbsentValueWrapper.swift
[792/841] Compiling OfficeKit Collection+Utils.swift
[793/841] Compiling OfficeKit Converters.swift
[794/841] Compiling OfficeKit DeportedHashability.swift
[795/841] Compiling OfficeKit Dictionary+Utils.swift
[796/841] Compiling OfficeKit DistinguishedName.swift
[797/841] Compiling OfficeKit UserAndService+Utils.swift
[798/841] Compiling OfficeKit UserAndServiceID+Utils.swift
[799/841] Compiling OfficeKit UserIDBuilder.swift
[800/841] Compiling OfficeKit UserService+Utils.swift
[801/841] Compiling OfficeKit EmptyIsNilWrapper.swift
[802/841] Compiling OfficeKit IndirectWrapper.swift
[803/841] Compiling OfficeKit String+Utils.swift
[804/841] Compiling OfficeKit User+Utils.swift
[805/841] Compiling OfficeKit MultiServicesUser.swift
[806/841] Compiling OfficeKit CharacterSet+Utils.swift
[807/841] Compiling OfficeKit Result+Utils.swift
[808/841] Compiling OfficeKit AuthRequestProcessor.swift
[809/841] Compiling OfficeKit AuthRequestRetryProvider.swift
[835/845] Compiling CommonOfficePropertiesFromHappn Properties.swift
[836/845] Compiling CommonOfficePropertiesFromHappn Converters.swift
[837/845] Emitting module CommonOfficePropertiesFromHappn
[838/845] Compiling CommonOfficePropertiesFromHappn Gender.swift
[839/972] Emitting module NIOCore
[840/976] Compiling OpenDirectoryOffice ODActor.swift
[841/977] Compiling CloudflareOffice CloudflareService.swift
[842/977] Emitting module CloudflareOffice
[843/977] Compiling CloudflareOffice CloudflareAuthenticator.swift
[844/977] Compiling CloudflareOffice CloudflareServiceConfig.swift
[845/977] Compiling HappnOffice HappnUser+Create.swift
[846/977] Compiling VaultPKIOffice VaultPKIAuthenticator.swift
[847/979] Compiling SynologyOffice Queue.swift
[848/979] Compiling SynologyOffice SynologyUser+Delete.swift
[849/981] Compiling VaultPKIOffice VaultCertRenewData.swift
[850/981] Compiling VaultPKIOffice VaultCertificateContainer.swift
[851/982] Compiling OpenDirectoryOffice OpenDirectoryServiceConfig.swift
[854/998] Compiling CloudflareZeroTrustOffice CloudflareAuthenticator.swift
[855/1029] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[856/1029] Compiling NIOPosix BaseSocketChannel.swift
[857/1029] Compiling NIOPosix BaseStreamSocketChannel.swift
[858/1029] Compiling NIOPosix Bootstrap.swift
[859/1031] Compiling NIOPosix Thread.swift
[860/1031] Compiling NIOPosix BSDSocketAPICommon.swift
[861/1031] Compiling OpenDirectoryOffice OpenDirectoryUser.swift
[862/1031] Compiling NIOPosix BaseSocket.swift
[866/1031] Emitting module VaultPKIOffice
/Users/admin/builder/spi-builder-workspace/Sources/OfficeKitServices/VaultPKI/Utils/Ω-URLRequestOperation+HasResult.swift:16:1: warning: extension declares a conformance of imported type 'URLRequestDataOperation' to imported protocols 'HasResult', 'SendableOperation'; this will not behave correctly if the owners of 'URLRequestOperation' introduce this conformance in the future
14 |
15 |
16 | extension URLRequestDataOperation : HasResult, SendableOperation {}
   | |- warning: extension declares a conformance of imported type 'URLRequestDataOperation' to imported protocols 'HasResult', 'SendableOperation'; this will not behave correctly if the owners of 'URLRequestOperation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 | extension URLRequestDownloadOperation : HasResult, SendableOperation {}
18 |
/Users/admin/builder/spi-builder-workspace/Sources/OfficeKitServices/VaultPKI/Utils/Ω-URLRequestOperation+HasResult.swift:17:1: warning: extension declares a conformance of imported type 'URLRequestDownloadOperation' to imported protocols 'HasResult', 'SendableOperation'; this will not behave correctly if the owners of 'URLRequestOperation' introduce this conformance in the future
15 |
16 | extension URLRequestDataOperation : HasResult, SendableOperation {}
17 | extension URLRequestDownloadOperation : HasResult, SendableOperation {}
   | |- warning: extension declares a conformance of imported type 'URLRequestDownloadOperation' to imported protocols 'HasResult', 'SendableOperation'; this will not behave correctly if the owners of 'URLRequestOperation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
18 |
[868/1031] Compiling NIOPosix BSDSocketAPIPosix.swift
[869/1031] Compiling NIOPosix BSDSocketAPIWindows.swift
[871/1031] Compiling NIOPosix Socket.swift
[872/1031] Compiling NIOPosix SocketChannel.swift
[873/1031] Compiling NIOPosix SocketProtocols.swift
[874/1033] Emitting module HappnOffice
/Users/admin/builder/spi-builder-workspace/Sources/OfficeKitServices/happn/Utils/Ω-URLRequestOperation+HasResult.swift:16:1: warning: extension declares a conformance of imported type 'URLRequestDataOperation' to imported protocols 'HasResult', 'SendableOperation'; this will not behave correctly if the owners of 'URLRequestOperation' introduce this conformance in the future
14 |
15 |
16 | extension URLRequestDataOperation : HasResult, SendableOperation {}
   | |- warning: extension declares a conformance of imported type 'URLRequestDataOperation' to imported protocols 'HasResult', 'SendableOperation'; this will not behave correctly if the owners of 'URLRequestOperation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 | extension URLRequestDownloadOperation : HasResult, SendableOperation {}
18 |
/Users/admin/builder/spi-builder-workspace/Sources/OfficeKitServices/happn/Utils/Ω-URLRequestOperation+HasResult.swift:17:1: warning: extension declares a conformance of imported type 'URLRequestDownloadOperation' to imported protocols 'HasResult', 'SendableOperation'; this will not behave correctly if the owners of 'URLRequestOperation' introduce this conformance in the future
15 |
16 | extension URLRequestDataOperation : HasResult, SendableOperation {}
17 | extension URLRequestDownloadOperation : HasResult, SendableOperation {}
   | |- warning: extension declares a conformance of imported type 'URLRequestDownloadOperation' to imported protocols 'HasResult', 'SendableOperation'; this will not behave correctly if the owners of 'URLRequestOperation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
18 |
[878/1033] Compiling CloudflareZeroTrustOffice CloudflareZeroTrustUser.swift
[882/1033] Compiling OpenDirectoryOffice OpenDirectoryUser+OfficeModel.swift
[883/1033] Emitting module LDAPOffice
[884/1033] Compiling NIOPosix LinuxUring.swift
[885/1033] Compiling VaultPKIOffice VaultPKIServiceConfig.swift
[886/1033] Compiling NIOPosix DatagramVectorReadManager.swift
[887/1033] Compiling NIOPosix IntegerTypes.swift
[888/1033] Compiling OfficeKitOffice Empty.swift
[890/1033] Compiling NIOPosix ControlMessage.swift
[891/1033] Compiling OfficeKitOffice OfficeKitAuthenticator.swift
[895/1033] Compiling NIOPosix System.swift
[898/1033] Compiling OpenDirectoryOffice OpenDirectoryQuery.swift
[901/1033] Emitting module OpenDirectoryOffice
[905/1033] Compiling CloudflareZeroTrustOffice CloudflareZeroTrustService.swift
[906/1033] Compiling CloudflareZeroTrustOffice CloudflareZeroTrustServiceConfig.swift
[907/1033] Compiling CloudflareZeroTrustOffice CollectionResponse+Utils.swift
/Users/admin/builder/spi-builder-workspace/Sources/OfficeKitServices/CloudflareZeroTrust/Utils/CollectionResponse+Utils.swift:24:10: warning: TODO (obviously)
22 | 		let decoder = SendableJSONDecoder{ d in
23 | 			d.dateDecodingStrategy = .custom({ d in
24 | #warning("TODO (obviously)")
   |          `- warning: TODO (obviously)
25 | 				let container = try d.singleValueContainer()
26 | //				try print(container.decode(String.self))
/Users/admin/builder/spi-builder-workspace/Sources/OfficeKitServices/CloudflareZeroTrust/Utils/CollectionResponse+Utils.swift:25:9: warning: initialization of immutable value 'container' was never used; consider replacing with assignment to '_' or removing it
23 | 			d.dateDecodingStrategy = .custom({ d in
24 | #warning("TODO (obviously)")
25 | 				let container = try d.singleValueContainer()
   |         `- warning: initialization of immutable value 'container' was never used; consider replacing with assignment to '_' or removing it
26 | //				try print(container.decode(String.self))
27 | 				return Date()
[908/1033] Emitting module SynologyOffice
/Users/admin/builder/spi-builder-workspace/Sources/OfficeKitServices/Synology/Utils/Ω-URLRequestOperation+HasResult.swift:16:1: warning: extension declares a conformance of imported type 'URLRequestDataOperation' to imported protocols 'HasResult', 'SendableOperation'; this will not behave correctly if the owners of 'URLRequestOperation' introduce this conformance in the future
14 |
15 |
16 | extension URLRequestDataOperation : HasResult, SendableOperation {}
   | |- warning: extension declares a conformance of imported type 'URLRequestDataOperation' to imported protocols 'HasResult', 'SendableOperation'; this will not behave correctly if the owners of 'URLRequestOperation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 | extension URLRequestDownloadOperation : HasResult, SendableOperation {}
18 |
/Users/admin/builder/spi-builder-workspace/Sources/OfficeKitServices/Synology/Utils/Ω-URLRequestOperation+HasResult.swift:17:1: warning: extension declares a conformance of imported type 'URLRequestDownloadOperation' to imported protocols 'HasResult', 'SendableOperation'; this will not behave correctly if the owners of 'URLRequestOperation' introduce this conformance in the future
15 |
16 | extension URLRequestDataOperation : HasResult, SendableOperation {}
17 | extension URLRequestDownloadOperation : HasResult, SendableOperation {}
   | |- warning: extension declares a conformance of imported type 'URLRequestDownloadOperation' to imported protocols 'HasResult', 'SendableOperation'; this will not behave correctly if the owners of 'URLRequestOperation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
18 |
[911/1033] Compiling NIOPosix Linux.swift
[912/1033] Compiling NIOPosix LinuxCPUSet.swift
[921/1033] Compiling OpenDirectoryOffice ODObjectWrapper.swift
/Users/admin/builder/spi-builder-workspace/Sources/OfficeKitServices/OpenDirectory/ThreadSafeingOD/ODObjectWrapper.swift:21:8: warning: global actor 'ODActor'-isolated property 'wrappedValue' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
15 | internal final class ODObjectWrapper<ODObject> {
16 |
17 | 	var wrappedValue: ODObject?
   |      `- note: mutation of this property is only permitted within the actor
18 |
19 | 	/* init can only be done with a nil value: otherwise it’d have to be an isolated init. */
20 | 	nonisolated init() {
21 | 		self.wrappedValue = nil
   |        `- warning: global actor 'ODActor'-isolated property 'wrappedValue' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
22 | 	}
23 |
[928/1033] Compiling CloudflareZeroTrustOffice CollectionResponse.swift
[929/1033] Emitting module CloudflareZeroTrustOffice
/Users/admin/builder/spi-builder-workspace/Sources/OfficeKitServices/CloudflareZeroTrust/Utils/Ω-URLRequestOperation+HasResult.swift:16:1: warning: extension declares a conformance of imported type 'URLRequestDataOperation' to imported protocols 'HasResult', 'SendableOperation'; this will not behave correctly if the owners of 'URLRequestOperation' introduce this conformance in the future
14 |
15 |
16 | extension URLRequestDataOperation : HasResult, SendableOperation {}
   | |- warning: extension declares a conformance of imported type 'URLRequestDataOperation' to imported protocols 'HasResult', 'SendableOperation'; this will not behave correctly if the owners of 'URLRequestOperation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 | extension URLRequestDownloadOperation : HasResult, SendableOperation {}
18 |
/Users/admin/builder/spi-builder-workspace/Sources/OfficeKitServices/CloudflareZeroTrust/Utils/Ω-URLRequestOperation+HasResult.swift:17:1: warning: extension declares a conformance of imported type 'URLRequestDownloadOperation' to imported protocols 'HasResult', 'SendableOperation'; this will not behave correctly if the owners of 'URLRequestOperation' introduce this conformance in the future
15 |
16 | extension URLRequestDataOperation : HasResult, SendableOperation {}
17 | extension URLRequestDownloadOperation : HasResult, SendableOperation {}
   | |- warning: extension declares a conformance of imported type 'URLRequestDownloadOperation' to imported protocols 'HasResult', 'SendableOperation'; this will not behave correctly if the owners of 'URLRequestOperation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
18 |
[930/1033] Compiling CloudflareZeroTrustOffice CloudflareZeroTrustUser+OfficeModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/OfficeKitServices/VaultPKI/Utils/Ω-URLRequestOperation+HasResult.swift:16:1: warning: extension declares a conformance of imported type 'URLRequestDataOperation' to imported protocols 'HasResult', 'SendableOperation'; this will not behave correctly if the owners of 'URLRequestOperation' introduce this conformance in the future
14 |
15 |
16 | extension URLRequestDataOperation : HasResult, SendableOperation {}
   | |- warning: extension declares a conformance of imported type 'URLRequestDataOperation' to imported protocols 'HasResult', 'SendableOperation'; this will not behave correctly if the owners of 'URLRequestOperation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 | extension URLRequestDownloadOperation : HasResult, SendableOperation {}
18 |
/Users/admin/builder/spi-builder-workspace/Sources/OfficeKitServices/VaultPKI/Utils/Ω-URLRequestOperation+HasResult.swift:17:1: warning: extension declares a conformance of imported type 'URLRequestDownloadOperation' to imported protocols 'HasResult', 'SendableOperation'; this will not behave correctly if the owners of 'URLRequestOperation' introduce this conformance in the future
15 |
16 | extension URLRequestDataOperation : HasResult, SendableOperation {}
17 | extension URLRequestDownloadOperation : HasResult, SendableOperation {}
   | |- warning: extension declares a conformance of imported type 'URLRequestDownloadOperation' to imported protocols 'HasResult', 'SendableOperation'; this will not behave correctly if the owners of 'URLRequestOperation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
18 |
/Users/admin/builder/spi-builder-workspace/Sources/OfficeKitServices/VaultPKI/Utils/Ω-URLRequestOperation+HasResult.swift:16:1: warning: extension declares a conformance of imported type 'URLRequestDataOperation' to imported protocols 'HasResult', 'SendableOperation'; this will not behave correctly if the owners of 'URLRequestOperation' introduce this conformance in the future
14 |
15 |
16 | extension URLRequestDataOperation : HasResult, SendableOperation {}
   | |- warning: extension declares a conformance of imported type 'URLRequestDataOperation' to imported protocols 'HasResult', 'SendableOperation'; this will not behave correctly if the owners of 'URLRequestOperation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 | extension URLRequestDownloadOperation : HasResult, SendableOperation {}
18 |
/Users/admin/builder/spi-builder-workspace/Sources/OfficeKitServices/VaultPKI/Utils/Ω-URLRequestOperation+HasResult.swift:17:1: warning: extension declares a conformance of imported type 'URLRequestDownloadOperation' to imported protocols 'HasResult', 'SendableOperation'; this will not behave correctly if the owners of 'URLRequestOperation' introduce this conformance in the future
15 |
16 | extension URLRequestDataOperation : HasResult, SendableOperation {}
17 | extension URLRequestDownloadOperation : HasResult, SendableOperation {}
   | |- warning: extension declares a conformance of imported type 'URLRequestDownloadOperation' to imported protocols 'HasResult', 'SendableOperation'; this will not behave correctly if the owners of 'URLRequestOperation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
18 |
[943/1033] Emitting module OfficeKitOffice
/Users/admin/builder/spi-builder-workspace/Sources/OfficeKitServices/OfficeKit/Utils/URLRequestOperation+HasResult.swift:16:1: warning: extension declares a conformance of imported type 'URLRequestDataOperation' to imported protocols 'HasResult', 'SendableOperation'; this will not behave correctly if the owners of 'URLRequestOperation' introduce this conformance in the future
14 |
15 |
16 | extension URLRequestDataOperation : HasResult, SendableOperation {}
   | |- warning: extension declares a conformance of imported type 'URLRequestDataOperation' to imported protocols 'HasResult', 'SendableOperation'; this will not behave correctly if the owners of 'URLRequestOperation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 | extension URLRequestDownloadOperation : HasResult, SendableOperation {}
18 |
/Users/admin/builder/spi-builder-workspace/Sources/OfficeKitServices/OfficeKit/Utils/URLRequestOperation+HasResult.swift:17:1: warning: extension declares a conformance of imported type 'URLRequestDownloadOperation' to imported protocols 'HasResult', 'SendableOperation'; this will not behave correctly if the owners of 'URLRequestOperation' introduce this conformance in the future
15 |
16 | extension URLRequestDataOperation : HasResult, SendableOperation {}
17 | extension URLRequestDownloadOperation : HasResult, SendableOperation {}
   | |- warning: extension declares a conformance of imported type 'URLRequestDownloadOperation' to imported protocols 'HasResult', 'SendableOperation'; this will not behave correctly if the owners of 'URLRequestOperation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
18 |
[946/1033] Compiling OpenDirectoryOffice OpenDirectoryConnector.swift
[947/1033] Compiling OpenDirectoryOffice OpenDirectoryAttributeValue.swift
[948/1033] Compiling OpenDirectoryOffice OpenDirectoryService.swift
[954/1033] Compiling NIOPosix SelectorKqueue.swift
/Users/admin/builder/spi-builder-workspace/Sources/OfficeKitServices/Synology/Utils/Ω-URLRequestOperation+HasResult.swift:16:1: warning: extension declares a conformance of imported type 'URLRequestDataOperation' to imported protocols 'HasResult', 'SendableOperation'; this will not behave correctly if the owners of 'URLRequestOperation' introduce this conformance in the future
14 |
15 |
16 | extension URLRequestDataOperation : HasResult, SendableOperation {}
   | |- warning: extension declares a conformance of imported type 'URLRequestDataOperation' to imported protocols 'HasResult', 'SendableOperation'; this will not behave correctly if the owners of 'URLRequestOperation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 | extension URLRequestDownloadOperation : HasResult, SendableOperation {}
18 |
/Users/admin/builder/spi-builder-workspace/Sources/OfficeKitServices/Synology/Utils/Ω-URLRequestOperation+HasResult.swift:17:1: warning: extension declares a conformance of imported type 'URLRequestDownloadOperation' to imported protocols 'HasResult', 'SendableOperation'; this will not behave correctly if the owners of 'URLRequestOperation' introduce this conformance in the future
15 |
16 | extension URLRequestDataOperation : HasResult, SendableOperation {}
17 | extension URLRequestDownloadOperation : HasResult, SendableOperation {}
   | |- warning: extension declares a conformance of imported type 'URLRequestDownloadOperation' to imported protocols 'HasResult', 'SendableOperation'; this will not behave correctly if the owners of 'URLRequestOperation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
18 |
[955/1033] Compiling NIOPosix SelectorUring.swift
/Users/admin/builder/spi-builder-workspace/Sources/OfficeKitServices/Synology/Utils/Ω-URLRequestOperation+HasResult.swift:16:1: warning: extension declares a conformance of imported type 'URLRequestDataOperation' to imported protocols 'HasResult', 'SendableOperation'; this will not behave correctly if the owners of 'URLRequestOperation' introduce this conformance in the future
14 |
15 |
16 | extension URLRequestDataOperation : HasResult, SendableOperation {}
   | |- warning: extension declares a conformance of imported type 'URLRequestDataOperation' to imported protocols 'HasResult', 'SendableOperation'; this will not behave correctly if the owners of 'URLRequestOperation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 | extension URLRequestDownloadOperation : HasResult, SendableOperation {}
18 |
/Users/admin/builder/spi-builder-workspace/Sources/OfficeKitServices/Synology/Utils/Ω-URLRequestOperation+HasResult.swift:17:1: warning: extension declares a conformance of imported type 'URLRequestDownloadOperation' to imported protocols 'HasResult', 'SendableOperation'; this will not behave correctly if the owners of 'URLRequestOperation' introduce this conformance in the future
15 |
16 | extension URLRequestDataOperation : HasResult, SendableOperation {}
17 | extension URLRequestDownloadOperation : HasResult, SendableOperation {}
   | |- warning: extension declares a conformance of imported type 'URLRequestDownloadOperation' to imported protocols 'HasResult', 'SendableOperation'; this will not behave correctly if the owners of 'URLRequestOperation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
18 |
[958/1033] Compiling OfficeKitOffice URLRequestOperation+HasResult.swift
/Users/admin/builder/spi-builder-workspace/Sources/OfficeKitServices/OfficeKit/Utils/URLRequestOperation+HasResult.swift:16:1: warning: extension declares a conformance of imported type 'URLRequestDataOperation' to imported protocols 'HasResult', 'SendableOperation'; this will not behave correctly if the owners of 'URLRequestOperation' introduce this conformance in the future
14 |
15 |
16 | extension URLRequestDataOperation : HasResult, SendableOperation {}
   | |- warning: extension declares a conformance of imported type 'URLRequestDataOperation' to imported protocols 'HasResult', 'SendableOperation'; this will not behave correctly if the owners of 'URLRequestOperation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 | extension URLRequestDownloadOperation : HasResult, SendableOperation {}
18 |
/Users/admin/builder/spi-builder-workspace/Sources/OfficeKitServices/OfficeKit/Utils/URLRequestOperation+HasResult.swift:17:1: warning: extension declares a conformance of imported type 'URLRequestDownloadOperation' to imported protocols 'HasResult', 'SendableOperation'; this will not behave correctly if the owners of 'URLRequestOperation' introduce this conformance in the future
15 |
16 | extension URLRequestDataOperation : HasResult, SendableOperation {}
17 | extension URLRequestDownloadOperation : HasResult, SendableOperation {}
   | |- warning: extension declares a conformance of imported type 'URLRequestDownloadOperation' to imported protocols 'HasResult', 'SendableOperation'; this will not behave correctly if the owners of 'URLRequestOperation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
18 |
[959/1033] Compiling CloudflareZeroTrustOffice Ω-URLRequestOperation+HasResult.swift
/Users/admin/builder/spi-builder-workspace/Sources/OfficeKitServices/CloudflareZeroTrust/Utils/Ω-URLRequestOperation+HasResult.swift:16:1: warning: extension declares a conformance of imported type 'URLRequestDataOperation' to imported protocols 'HasResult', 'SendableOperation'; this will not behave correctly if the owners of 'URLRequestOperation' introduce this conformance in the future
14 |
15 |
16 | extension URLRequestDataOperation : HasResult, SendableOperation {}
   | |- warning: extension declares a conformance of imported type 'URLRequestDataOperation' to imported protocols 'HasResult', 'SendableOperation'; this will not behave correctly if the owners of 'URLRequestOperation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 | extension URLRequestDownloadOperation : HasResult, SendableOperation {}
18 |
/Users/admin/builder/spi-builder-workspace/Sources/OfficeKitServices/CloudflareZeroTrust/Utils/Ω-URLRequestOperation+HasResult.swift:17:1: warning: extension declares a conformance of imported type 'URLRequestDownloadOperation' to imported protocols 'HasResult', 'SendableOperation'; this will not behave correctly if the owners of 'URLRequestOperation' introduce this conformance in the future
15 |
16 | extension URLRequestDataOperation : HasResult, SendableOperation {}
17 | extension URLRequestDownloadOperation : HasResult, SendableOperation {}
   | |- warning: extension declares a conformance of imported type 'URLRequestDownloadOperation' to imported protocols 'HasResult', 'SendableOperation'; this will not behave correctly if the owners of 'URLRequestOperation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
18 |
[968/1033] Compiling NIOEmbedded AsyncTestingChannel.swift
[969/1033] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[970/1033] Emitting module NIOEmbedded
[971/1033] Compiling NIOEmbedded Embedded.swift
[974/1033] Compiling HappnOffice HappnUser+Update.swift
/Users/admin/builder/spi-builder-workspace/Sources/OfficeKitServices/happn/Utils/Ω-URLRequestOperation+HasResult.swift:16:1: warning: extension declares a conformance of imported type 'URLRequestDataOperation' to imported protocols 'HasResult', 'SendableOperation'; this will not behave correctly if the owners of 'URLRequestOperation' introduce this conformance in the future
14 |
15 |
16 | extension URLRequestDataOperation : HasResult, SendableOperation {}
   | |- warning: extension declares a conformance of imported type 'URLRequestDataOperation' to imported protocols 'HasResult', 'SendableOperation'; this will not behave correctly if the owners of 'URLRequestOperation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 | extension URLRequestDownloadOperation : HasResult, SendableOperation {}
18 |
/Users/admin/builder/spi-builder-workspace/Sources/OfficeKitServices/happn/Utils/Ω-URLRequestOperation+HasResult.swift:17:1: warning: extension declares a conformance of imported type 'URLRequestDownloadOperation' to imported protocols 'HasResult', 'SendableOperation'; this will not behave correctly if the owners of 'URLRequestOperation' introduce this conformance in the future
15 |
16 | extension URLRequestDataOperation : HasResult, SendableOperation {}
17 | extension URLRequestDownloadOperation : HasResult, SendableOperation {}
   | |- warning: extension declares a conformance of imported type 'URLRequestDownloadOperation' to imported protocols 'HasResult', 'SendableOperation'; this will not behave correctly if the owners of 'URLRequestOperation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
18 |
[975/1033] Compiling HappnOffice Ω-URLRequestOperation+HasResult.swift
/Users/admin/builder/spi-builder-workspace/Sources/OfficeKitServices/happn/Utils/Ω-URLRequestOperation+HasResult.swift:16:1: warning: extension declares a conformance of imported type 'URLRequestDataOperation' to imported protocols 'HasResult', 'SendableOperation'; this will not behave correctly if the owners of 'URLRequestOperation' introduce this conformance in the future
14 |
15 |
16 | extension URLRequestDataOperation : HasResult, SendableOperation {}
   | |- warning: extension declares a conformance of imported type 'URLRequestDataOperation' to imported protocols 'HasResult', 'SendableOperation'; this will not behave correctly if the owners of 'URLRequestOperation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 | extension URLRequestDownloadOperation : HasResult, SendableOperation {}
18 |
/Users/admin/builder/spi-builder-workspace/Sources/OfficeKitServices/happn/Utils/Ω-URLRequestOperation+HasResult.swift:17:1: warning: extension declares a conformance of imported type 'URLRequestDownloadOperation' to imported protocols 'HasResult', 'SendableOperation'; this will not behave correctly if the owners of 'URLRequestOperation' introduce this conformance in the future
15 |
16 | extension URLRequestDataOperation : HasResult, SendableOperation {}
17 | extension URLRequestDownloadOperation : HasResult, SendableOperation {}
   | |- warning: extension declares a conformance of imported type 'URLRequestDownloadOperation' to imported protocols 'HasResult', 'SendableOperation'; this will not behave correctly if the owners of 'URLRequestOperation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
18 |
[982/1033] Compiling NIOPosix PipePair.swift
[983/1033] Compiling NIOPosix PointerHelpers.swift
[984/1033] Compiling NIOPosix Pool.swift
[985/1033] Compiling NIOPosix PooledRecvBufferAllocator.swift
[986/1033] Compiling NIOPosix PosixSingletons.swift
[987/1038] Compiling NIOPosix RawSocketBootstrap.swift
[988/1038] Compiling NIOPosix Resolver.swift
[989/1038] Compiling NIOPosix Selectable.swift
[990/1038] Compiling NIOPosix SelectableChannel.swift
[991/1038] Compiling NIOPosix SelectableEventLoop.swift
[992/1038] Emitting module NIOPosix
[993/1038] Compiling NIOPosix ThreadPosix.swift
[994/1038] Compiling NIOPosix ThreadWindows.swift
[995/1038] Compiling NIOPosix Utilities.swift
[996/1038] Compiling NIOPosix VsockAddress.swift
[997/1038] Compiling NIOPosix VsockChannelEvents.swift
[998/1038] Compiling NIOPosix FileDescriptor.swift
[999/1038] Compiling NIOPosix GetaddrinfoResolver.swift
[1000/1038] Compiling NIOPosix HappyEyeballs.swift
[1001/1038] Compiling NIOPosix IO.swift
[1002/1038] Compiling NIOPosix IntegerBitPacking.swift
[1007/1038] Compiling NIOPosix ServerSocket.swift
[1008/1038] Compiling NIOPosix NIOThreadPool.swift
[1009/1038] Compiling NIOPosix NonBlockingFileIO.swift
[1010/1038] Compiling NIOPosix PendingDatagramWritesManager.swift
[1011/1038] Compiling NIOPosix PendingWritesManager.swift
[1012/1038] Compiling NIOPosix PipeChannel.swift
[1033/1062] Emitting module NIO
[1034/1062] Compiling NIO Exports.swift
[1035/1062] Compiling AsyncKit Future+Miscellaneous.swift
[1036/1062] Compiling AsyncKit Future+Nonempty.swift
[1037/1115] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1038/1115] Compiling NIOHTTP1 HTTPTypes.swift
[1039/1115] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1040/1115] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1041/1115] Compiling NIOHTTP1 HTTPEncoder.swift
[1042/1115] Emitting module NIOSOCKS
[1043/1116] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1044/1116] Compiling AsyncKit Optional+StrictMap.swift
[1045/1116] Compiling AsyncKit Exports.swift
[1046/1116] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1047/1116] Compiling NIOSOCKS SOCKSResponse.swift
[1048/1116] Compiling NIOSOCKS ClientStateMachine.swift
[1049/1116] Compiling NIOSOCKS Messages.swift
[1050/1116] Compiling NIOSOCKS Helpers.swift
[1051/1116] Compiling NIOSOCKS Errors.swift
[1052/1116] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1053/1116] Compiling NIOHTTP1 HTTPDecoder.swift
[1054/1116] Compiling NIOSOCKS SOCKSRequest.swift
[1055/1116] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1056/1116] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[1057/1116] Compiling Prometheus LabelSanitizer.swift
[1058/1116] Compiling Prometheus PrometheusLabelSanitizer.swift
[1059/1117] Compiling Prometheus DimensionsSanitizer.swift
[1060/1117] Compiling Prometheus PrometheusMetricsConfiguration.swift
[1061/1117] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1062/1117] Compiling NIOTLS TLSEvents.swift
[1063/1117] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1064/1117] Emitting module NIOTLS
[1065/1117] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1066/1117] Compiling NIOTLS SNIHandler.swift
[1067/1117] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[1068/1118] Compiling NIOSOCKS ServerStateMachine.swift
[1069/1118] Compiling AsyncKit Future+Try.swift
[1070/1118] Compiling AsyncKit FutureOperators.swift
[1071/1118] Compiling AsyncKit Future+Optional.swift
[1072/1118] Compiling AsyncKit Future+Transform.swift
[1073/1118] Compiling AsyncKit EventLoopConnectionPool.swift
[1074/1118] Compiling AsyncKit EventLoopGroupConnectionPool.swift
[1075/1118] Compiling AsyncKit EventLoop+Concurrency.swift
[1076/1118] Compiling Prometheus PrometheusMetrics.swift
[1077/1118] Compiling Prometheus Prometheus.swift
[1078/1118] Compiling Prometheus Summary.swift
[1079/1118] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1080/1118] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1081/1118] Emitting module NIOFoundationCompat
[1082/1130] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1083/1130] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1084/1130] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1085/1136] Compiling NIOSSL SSLPublicKey.swift
[1086/1136] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1087/1136] Emitting module Prometheus
[1088/1136] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1089/1136] Compiling NIOSSL SafeCompare.swift
[1090/1136] Compiling Prometheus Utils.swift
[1091/1145] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[1092/1167] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1093/1167] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1094/1167] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1095/1167] Compiling NIOTransportServices AcceptHandler.swift
[1096/1167] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1097/1167] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1098/1167] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1099/1167] Compiling NIOTransportServices StateManagedChannel.swift
[1100/1169] Emitting module NIOSSL
[1105/1169] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1106/1169] Compiling NIOTransportServices NIOTSErrors.swift
[1111/1169] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1112/1169] Compiling NIOTransportServices NIOTSSingletons.swift
[1113/1169] Emitting module NIOHTTP1
[1114/1169] Emitting module AsyncKit
[1115/1169] Emitting module NIOTransportServices
[1119/1236] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1120/1236] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1121/1236] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1122/1237] Compiling NIOWebSocket WebSocketOpcode.swift
[1123/1238] Compiling NIOExtras LineBasedFrameDecoder.swift
[1124/1238] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1125/1238] Compiling NIOExtras DebugInboundEventsHandler.swift
[1126/1238] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1127/1238] Compiling NIOHPACK HPACKEncoder.swift
[1128/1241] Compiling NIOExtras NIOExtrasError.swift
[1129/1241] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1130/1241] Compiling NIOHPACK IntegerCoding.swift
[1131/1241] Compiling NIOHPACK IndexedHeaderTable.swift
[1132/1241] Compiling NIOSSL TLSConfiguration.swift
[1133/1241] Compiling NIOSSL UniversalBootstrapSupport.swift
[1136/1241] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1137/1241] Compiling NIOExtras LengthFieldPrepender.swift
[1138/1241] Compiling NIOExtras NIORequestIdentifiable.swift
[1139/1241] Compiling NIOExtras PCAPRingBuffer.swift
[1140/1241] Compiling NIOExtras QuiescingHelper.swift
[1141/1241] Compiling NIOExtras RequestResponseHandler.swift
[1144/1241] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1145/1241] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1146/1241] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1151/1241] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1152/1241] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1153/1241] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1154/1241] Compiling NIOHTTPCompression HTTPDecompression.swift
[1155/1241] Compiling NIOHTTPCompression HTTPCompression.swift
[1156/1241] Emitting module NIOHTTPCompression
[1157/1241] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1158/1241] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1159/1241] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[1160/1241] Compiling NIOExtras JSONRPCFraming.swift
[1163/1241] Compiling MultipartKit MultipartPart.swift
[1164/1241] Compiling MultipartKit MultipartPartConvertible.swift
[1165/1241] Emitting module MultipartKit
[1166/1241] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1170/1241] Compiling MultipartKit MultipartSerializer.swift
[1171/1241] Compiling MultipartKit Utilities.swift
[1178/1241] Compiling NIOSSL SSLConnection.swift
[1179/1241] Compiling NIOSSL SSLContext.swift
[1180/1241] Compiling NIOSSL SSLErrors.swift
[1202/1241] Compiling NIOHPACK StaticHeaderTable.swift
[1203/1241] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[1204/1241] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1205/1241] Compiling NIOWebSocket SHA1.swift
[1206/1241] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1207/1241] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[1208/1241] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[1209/1241] Emitting module NIOWebSocket
[1210/1241] Compiling NIOWebSocket WebSocketFrame.swift
[1211/1241] Compiling NIOHPACK HuffmanTables.swift
[1212/1241] Compiling NIOHPACK HeaderTables.swift
[1213/1241] Compiling NIOHPACK HuffmanCoding.swift
[1214/1241] Emitting module NIOHPACK
[1219/1241] Emitting module NIOExtras
[1222/1241] Compiling NIOHPACK HPACKErrors.swift
[1223/1241] Compiling NIOHPACK HPACKHeader.swift
[1228/1241] Compiling NIOExtras WritePCAPHandler.swift
[1229/1305] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1230/1305] Compiling NIOHTTP2 InboundEventBuffer.swift
[1231/1305] Compiling NIOHTTP2 InboundWindowManager.swift
[1232/1305] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1233/1306] Compiling NIOHTTP2 HTTP2StreamID.swift
[1234/1306] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1235/1306] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1237/1306] Compiling NIOHTTP2 QuiescingState.swift
[1238/1306] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1239/1306] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1240/1306] Compiling NIOHTTP2 StateMachineResult.swift
[1241/1306] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1242/1306] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1243/1306] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1244/1306] Compiling NIOHTTP2 MaySendFrames.swift
[1245/1306] Compiling NIOHTTP2 SendingDataState.swift
[1246/1306] Compiling NIOHTTP2 SendingGoawayState.swift
[1247/1306] Compiling NIOHTTP2 SendingHeadersState.swift
[1248/1306] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1249/1312] Compiling WebSocketKit Exports.swift
[1250/1312] Compiling WebSocketKit WebSocketHandler.swift
[1251/1312] Compiling WebSocketKit WebSocket+Concurrency.swift
[1252/1312] Emitting module WebSocketKit
[1253/1312] Compiling WebSocketKit WebSocket+Connect.swift
[1254/1312] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1255/1312] Emitting module NIOHTTP2
[1256/1312] Compiling WebSocketKit WebSocket.swift
[1257/1312] Compiling WebSocketKit WebSocketClient.swift
[1264/1312] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1265/1312] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1266/1312] Compiling NIOHTTP2 StreamChannelList.swift
[1267/1312] Compiling NIOHTTP2 StreamMap.swift
[1268/1312] Compiling NIOHTTP2 StreamStateMachine.swift
[1269/1312] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1270/1312] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1271/1312] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1272/1312] Compiling NIOHTTP2 MayReceiveFrames.swift
[1273/1312] Compiling NIOHTTP2 ReceivingDataState.swift
[1274/1312] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1275/1312] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1276/1312] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1277/1312] Compiling NIOHTTP2 DOSHeuristics.swift
[1278/1312] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1279/1312] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1280/1312] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1281/1312] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1282/1312] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1283/1312] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1284/1312] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1285/1312] Compiling NIOHTTP2 HTTP2Frame.swift
[1286/1312] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1287/1312] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1288/1312] Compiling NIOHTTP2 HTTP2PingData.swift
[1289/1312] Compiling NIOHTTP2 SendingRstStreamState.swift
[1290/1312] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1291/1312] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1292/1312] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1293/1312] Compiling NIOHTTP2 HasLocalSettings.swift
[1294/1312] Compiling NIOHTTP2 HasRemoteSettings.swift
[1295/1312] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1296/1312] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1297/1312] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1298/1312] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1299/1312] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1300/1312] Compiling NIOHTTP2 HTTP2Error.swift
[1301/1312] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1302/1312] Compiling NIOHTTP2 HTTP2Settings.swift
[1303/1312] Compiling NIOHTTP2 HTTP2Stream.swift
[1304/1312] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1305/1312] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1306/1312] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1307/1368] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1308/1368] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1309/1368] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1310/1368] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1311/1368] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1312/1368] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1313/1368] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1314/1374] Emitting module AsyncHTTPClient
[1315/1374] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1316/1374] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1317/1374] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1318/1374] Compiling AsyncHTTPClient Transaction.swift
[1319/1374] Compiling AsyncHTTPClient Base64.swift
[1320/1374] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1321/1374] Compiling AsyncHTTPClient NWErrorHandler.swift
[1322/1374] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1323/1374] Compiling AsyncHTTPClient TLSConfiguration.swift
[1324/1374] Compiling AsyncHTTPClient RedirectState.swift
[1325/1374] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1326/1374] Compiling AsyncHTTPClient RequestBag.swift
[1327/1374] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1328/1374] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1329/1374] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1330/1374] Compiling AsyncHTTPClient ConnectionTarget.swift
[1331/1374] Compiling AsyncHTTPClient DeconstructedURL.swift
[1332/1374] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1333/1374] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1334/1374] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1335/1374] Compiling AsyncHTTPClient HTTP2Connection.swift
[1336/1374] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1337/1374] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1338/1374] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1339/1374] Compiling AsyncHTTPClient RequestValidation.swift
[1340/1374] Compiling AsyncHTTPClient SSLContextCache.swift
[1341/1374] Compiling AsyncHTTPClient Scheme.swift
[1342/1374] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1343/1374] Compiling AsyncHTTPClient UnsafeTransfer.swift
[1344/1374] Compiling AsyncHTTPClient Utils.swift
[1345/1374] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1346/1374] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1347/1374] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1348/1374] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1349/1374] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1350/1374] Compiling AsyncHTTPClient RequestBodyLength.swift
[1351/1374] Compiling AsyncHTTPClient ConnectionPool.swift
[1352/1374] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1353/1374] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1354/1374] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1355/1374] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1356/1374] Compiling AsyncHTTPClient HTTP1Connection.swift
[1357/1374] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1358/1374] Compiling AsyncHTTPClient RequestOptions.swift
[1359/1374] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1360/1374] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1361/1374] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1362/1374] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1363/1374] Compiling AsyncHTTPClient FoundationExtensions.swift
[1364/1374] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1365/1374] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1366/1374] Compiling AsyncHTTPClient HTTPClient.swift
[1367/1374] Compiling AsyncHTTPClient HTTPHandler.swift
[1368/1374] Compiling AsyncHTTPClient LRUCache.swift
[1369/1564] Compiling Vapor ContentContainer.swift
[1370/1564] Compiling Vapor JSONCoder+Custom.swift
[1371/1564] Compiling Vapor JSONCoders+Content.swift
[1372/1564] Compiling Vapor PlaintextDecoder.swift
[1373/1564] Compiling Vapor PlaintextEncoder.swift
[1374/1564] Compiling Vapor URLQueryCoders.swift
[1375/1564] Compiling Vapor URLQueryContainer.swift
[1376/1564] Compiling Vapor Core.swift
[1377/1564] Compiling Vapor Running.swift
[1378/1564] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[1379/1564] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[1380/1564] Compiling Vapor DotEnvFile+load.swift
[1381/1564] Compiling Vapor Routes+caseInsenstive.swift
[1382/1564] Compiling Vapor Validatable+validate.swift
[1383/1564] Compiling Vapor Environment+Process.swift
[1384/1564] Compiling Vapor Environment+Secret.swift
[1385/1564] Compiling Vapor Environment.swift
[1386/1564] Compiling Vapor Abort.swift
[1387/1564] Compiling Vapor AbortError.swift
[1388/1564] Compiling Vapor DebuggableError.swift
[1389/1564] Compiling Vapor Demangler.swift
[1390/1584] Compiling Vapor RoutesCommand.swift
[1391/1584] Compiling Vapor ServeCommand.swift
[1392/1584] Compiling Vapor AnyResponse+Concurrency.swift
[1393/1584] Compiling Vapor AsyncBasicResponder.swift
[1394/1584] Compiling Vapor AsyncMiddleware.swift
[1395/1584] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[1396/1584] Compiling Vapor AsyncSessionDriver.swift
[1397/1584] Compiling Vapor Authentication+Concurrency.swift
[1398/1584] Compiling Vapor Cache+Concurrency.swift
[1399/1584] Compiling Vapor Client+Concurrency.swift
[1400/1584] Compiling Vapor FileIO+Concurrency.swift
[1401/1584] Compiling Vapor RequestBody+Concurrency.swift
[1402/1584] Compiling Vapor Responder+Concurrency.swift
[1403/1584] Compiling Vapor ResponseCodable+Concurrency.swift
[1404/1584] Compiling Vapor RoutesBuilder+Concurrency.swift
[1405/1584] Compiling Vapor ViewRenderer+Concurrency.swift
[1406/1584] Compiling Vapor WebSocket+Concurrency.swift
[1407/1584] Compiling Vapor ContainerGetPathExecutor.swift
[1408/1584] Compiling Vapor Content.swift
[1409/1584] Compiling Vapor ContentCoders.swift
[1410/1584] Compiling Vapor ContentConfiguration.swift
[1411/1584] Compiling Vapor Case.swift
[1412/1584] Compiling Vapor CharacterSet.swift
[1413/1584] Compiling Vapor Count.swift
[1414/1584] Compiling Vapor Email.swift
[1415/1584] Compiling Vapor Empty.swift
[1416/1584] Compiling Vapor In.swift
[1417/1584] Compiling Vapor Nil.swift
[1418/1584] Compiling Vapor NilIgnoring.swift
[1419/1584] Compiling Vapor Not.swift
[1420/1584] Compiling Vapor Or.swift
[1421/1584] Compiling Vapor Pattern.swift
[1422/1584] Compiling Vapor Range.swift
[1423/1584] Compiling Vapor URL.swift
[1424/1584] Compiling Vapor Valid.swift
[1425/1584] Compiling Vapor Application+Views.swift
[1426/1584] Compiling Vapor PlaintextRenderer.swift
[1427/1584] Compiling Vapor Request+View.swift
[1428/1584] Compiling Vapor View.swift
[1429/1584] Compiling Vapor ViewRenderer.swift
[1430/1584] Compiling Vapor _Deprecations.swift
[1431/1584] Compiling Vapor DateFormatter+threadSpecific.swift
[1432/1584] Compiling Vapor URLEncodedFormData.swift
[1433/1584] Compiling Vapor URLEncodedFormDecoder.swift
[1434/1584] Compiling Vapor URLEncodedFormEncoder.swift
[1435/1584] Compiling Vapor URLEncodedFormError.swift
[1436/1584] Compiling Vapor URLEncodedFormParser.swift
[1437/1584] Compiling Vapor URLEncodedFormSerializer.swift
[1438/1584] Compiling Vapor URLQueryFragmentConvertible.swift
[1439/1584] Compiling Vapor AnyResponse.swift
[1440/1584] Compiling Vapor Array+Random.swift
[1441/1584] Compiling Vapor Base32.swift
[1442/1584] Compiling Vapor Base64.swift
[1443/1584] Compiling Vapor BaseN.swift
[1444/1584] Compiling Vapor BasicCodingKey.swift
[1445/1584] Compiling Vapor ByteCount.swift
[1446/1584] Compiling Vapor Bytes+Hex.swift
[1447/1584] Compiling Vapor Bytes+SecureCompare.swift
[1448/1584] Compiling Vapor Collection+Safe.swift
[1449/1584] Compiling Vapor DataProtocol+Copy.swift
[1450/1584] Compiling Vapor DecoderUnwrapper.swift
[1451/1584] Compiling Vapor DirectoryConfiguration.swift
[1452/1584] Emitting module Vapor
[1453/1584] Compiling Vapor DotEnv.swift
[1454/1584] Compiling Vapor Extendable.swift
[1455/1584] Compiling Vapor File.swift
[1456/1584] Compiling Vapor FileIO.swift
[1457/1584] Compiling Vapor LifecycleHandler.swift
[1458/1584] Compiling Vapor OptionalType.swift
[1459/1584] Compiling Vapor RFC1123.swift
[1460/1584] Compiling Vapor SocketAddress+Hostname.swift
[1461/1584] Compiling Vapor Storage.swift
[1462/1584] Compiling Vapor String+IsIPAddress.swift
[1463/1584] Compiling Vapor Thread.swift
[1464/1584] Compiling Vapor URI.swift
[1465/1584] Compiling Vapor RangeResult.swift
[1466/1584] Compiling Vapor Validatable.swift
[1467/1584] Compiling Vapor Validation.swift
[1468/1584] Compiling Vapor ValidationKey.swift
[1469/1584] Compiling Vapor Validations.swift
[1470/1584] Compiling Vapor ValidationsError.swift
[1471/1584] Compiling Vapor Validator.swift
[1472/1584] Compiling Vapor ValidatorResult.swift
[1473/1584] Compiling Vapor And.swift
[1474/1584] Compiling Vapor ErrorSource.swift
[1475/1584] Compiling Vapor StackTrace.swift
[1476/1584] Compiling Vapor Exports.swift
[1477/1584] Compiling Vapor Application+HTTP.swift
[1478/1584] Compiling Vapor BasicResponder.swift
[1479/1584] Compiling Vapor BodyStream.swift
[1480/1584] Compiling Vapor Application+HTTP+Client.swift
[1481/1584] Compiling Vapor EventLoopHTTPClient.swift
[1482/1584] Compiling Vapor EndpointCache.swift
[1483/1584] Compiling Vapor HTTPMethod+String.swift
[1484/1584] Compiling Vapor HTTPStatus.swift
[1485/1584] Compiling Vapor HTTPCookies.swift
[1486/1584] Compiling Vapor HTTPHeaderCacheControl.swift
[1487/1584] Compiling Vapor HTTPHeaderExpires.swift
[1488/1584] Compiling Vapor HTTPHeaderLastModified.swift
[1489/1584] Compiling Vapor HTTPHeaders+Cache.swift
[1490/1584] Compiling Vapor HTTPHeaders+Connection.swift
[1491/1584] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[1492/1584] Compiling Vapor HTTPHeaders+ContentRange.swift
[1493/1584] Compiling Vapor HTTPHeaders+Directive.swift
[1494/1584] Compiling Vapor HTTPHeaders+Forwarded.swift
[1495/1584] Compiling Vapor File+Multipart.swift
[1496/1584] Compiling Vapor FormDataDecoder+Content.swift
[1497/1584] Compiling Vapor FormDataEncoder+Content.swift
[1498/1584] Compiling Vapor Application+Password.swift
[1499/1584] Compiling Vapor Application+Passwords.swift
[1500/1584] Compiling Vapor AsyncPasswordHasher.swift
[1501/1584] Compiling Vapor BcryptHasher.swift
[1502/1584] Compiling Vapor PasswordHasher.swift
[1503/1584] Compiling Vapor PlaintextHasher.swift
[1504/1584] Compiling Vapor Request+Password.swift
[1505/1584] Compiling Vapor Redirect.swift
[1506/1584] Compiling Vapor Request+Body.swift
[1507/1584] Compiling Vapor Request+BodyStream.swift
[1508/1584] Compiling Vapor Request.swift
[1509/1584] Compiling Vapor Application+Responder.swift
[1510/1584] Compiling Vapor DefaultResponder.swift
[1511/1584] Compiling Vapor Response+Body.swift
[1512/1584] Compiling Vapor Response.swift
[1513/1584] Compiling Vapor ResponseCodable.swift
[1514/1584] Compiling Vapor Application+Routes.swift
[1515/1584] Compiling Vapor Parameters+Require.swift
[1516/1584] Compiling Vapor Request+WebSocket.swift
[1517/1584] Compiling Vapor Route.swift
[1518/1584] Compiling Vapor RouteCollection.swift
[1519/1584] Compiling Vapor Routes.swift
[1520/1584] Compiling Vapor RoutesBuilder+Group.swift
[1521/1584] Compiling Vapor RoutesBuilder+Method.swift
[1522/1584] Compiling Vapor RoutesBuilder+Middleware.swift
[1523/1584] Compiling Vapor RoutesBuilder+WebSocket.swift
[1524/1584] Compiling Vapor RoutesBuilder.swift
[1525/1584] Compiling Vapor OTP.swift
[1526/1584] Compiling Vapor Application+Servers.swift
[1527/1584] Compiling Vapor Server.swift
[1528/1584] Compiling Vapor Application+Sessions.swift
[1529/1584] Compiling Vapor MemorySessions.swift
[1530/1584] Compiling Vapor Request+Session.swift
[1531/1584] Compiling Vapor Session.swift
[1532/1584] Compiling Vapor SessionCache.swift
[1533/1584] Compiling Vapor SessionData.swift
[1534/1584] Compiling Vapor SessionDriver.swift
[1535/1584] Compiling Vapor SessionsConfiguration.swift
[1536/1584] Compiling Vapor SessionsMiddleware.swift
[1537/1584] Compiling Vapor Application.swift
[1538/1584] Compiling Vapor AuthenticationCache.swift
[1539/1584] Compiling Vapor Authenticator.swift
[1540/1584] Compiling Vapor BasicAuthorization.swift
[1541/1584] Compiling Vapor BearerAuthorization.swift
[1542/1584] Compiling Vapor GuardMiddleware.swift
[1543/1584] Compiling Vapor RedirectMiddleware.swift
[1544/1584] Compiling Vapor SessionAuthenticatable.swift
[1545/1584] Compiling Vapor Bcrypt.swift
[1546/1584] Compiling Vapor Application+Cache.swift
[1547/1584] Compiling Vapor Cache.swift
[1548/1584] Compiling Vapor CacheExpirationTime.swift
[1549/1584] Compiling Vapor MemoryCache.swift
[1550/1584] Compiling Vapor Request+Cache.swift
[1551/1584] Compiling Vapor Application+Clients.swift
[1552/1584] Compiling Vapor Client.swift
[1553/1584] Compiling Vapor ClientRequest.swift
[1554/1584] Compiling Vapor ClientResponse.swift
[1555/1584] Compiling Vapor Request+Client.swift
[1556/1584] Compiling Vapor BootCommand.swift
[1557/1584] Compiling Vapor CommandContext+Application.swift
[1558/1584] Compiling Vapor HTTPHeaders+Link.swift
[1559/1584] Compiling Vapor HTTPHeaders+Name.swift
[1560/1584] Compiling Vapor HTTPHeaders.swift
[1561/1584] Compiling Vapor HTTPMediaType.swift
[1562/1584] Compiling Vapor HTTPMediaTypePreference.swift
[1563/1584] Compiling Vapor Responder.swift
[1564/1584] Compiling Vapor Application+HTTP+Server.swift
[1565/1584] Compiling Vapor HTTPServer.swift
[1566/1584] Compiling Vapor HTTPServerHandler.swift
[1567/1584] Compiling Vapor HTTPServerRequestDecoder.swift
[1568/1584] Compiling Vapor HTTPServerResponseEncoder.swift
[1569/1584] Compiling Vapor HTTPServerUpgradeHandler.swift
[1570/1584] Compiling Vapor Logger+Report.swift
[1571/1584] Compiling Vapor LoggingSystem+Environment.swift
[1572/1584] Compiling Vapor Application+Middleware.swift
[1573/1584] Compiling Vapor CORSMiddleware.swift
[1574/1584] Compiling Vapor ErrorMiddleware.swift
[1575/1584] Compiling Vapor FileMiddleware.swift
[1576/1584] Compiling Vapor Middleware.swift
[1577/1584] Compiling Vapor MiddlewareConfiguration.swift
[1578/1584] Compiling Vapor RouteLoggingMiddleware.swift
[1579/1616] Compiling JWT JWTAuthenticator.swift
[1580/1616] Compiling JWT JWTError+Vapor.swift
[1581/1617] Compiling Queues QueuesDriver.swift
[1582/1617] Compiling Queues QueuesEventLoopPreference.swift
[1583/1617] Compiling Queues RepeatedTask+Cancel.swift
[1584/1617] Compiling Queues Request+Queues.swift
[1585/1619] Emitting module Queues
[1586/1619] Compiling JWT JWKSCache.swift
[1587/1619] Compiling JWT JWT+Microsoft.swift
[1588/1619] Compiling Queues Application+Queues.swift
[1589/1619] Compiling Queues AsyncJob.swift
[1590/1619] Emitting module JWT
[1591/1619] Compiling JWT JWT+Apple.swift
[1592/1619] Compiling JWT Exports.swift
[1593/1619] Compiling JWT JWT+Google.swift
[1594/1619] Compiling JWT JWT+Concurrency.swift
[1597/1619] Compiling Queues AsyncJobEventDelegate.swift
[1598/1619] Compiling Queues Queue.swift
[1599/1619] Compiling Queues QueueContext.swift
[1600/1619] Compiling JWT Request+JWT.swift
[1601/1619] Compiling Queues JobData.swift
[1602/1619] Compiling Queues JobIdentifier.swift
[1603/1619] Compiling Queues QueuesCommand.swift
[1604/1619] Compiling Queues QueuesConfiguration.swift
[1605/1619] Compiling Queues AsyncScheduledJob.swift
[1606/1619] Compiling Queues Exports.swift
[1607/1619] Compiling Queues Job.swift
[1608/1619] Compiling Queues NotificationHook.swift
[1609/1619] Compiling Queues Queue+Async.swift
[1610/1619] Compiling Queues QueueName.swift
[1611/1619] Compiling Queues QueueWorker.swift
[1612/1619] Compiling Queues ScheduleBuilder.swift
[1613/1619] Compiling Queues ScheduledJob.swift
[1614/1705] Compiling Office365Office Office365User+Update.swift
[1615/1706] Emitting module GitHubOffice
/Users/admin/builder/spi-builder-workspace/Sources/OfficeKitServices/GitHub/Utils/Ω-URLRequestOperation+HasResult.swift:16:1: warning: extension declares a conformance of imported type 'URLRequestDataOperation' to imported protocols 'HasResult', 'SendableOperation'; this will not behave correctly if the owners of 'URLRequestOperation' introduce this conformance in the future
14 |
15 |
16 | extension URLRequestDataOperation : HasResult, SendableOperation {}
   | |- warning: extension declares a conformance of imported type 'URLRequestDataOperation' to imported protocols 'HasResult', 'SendableOperation'; this will not behave correctly if the owners of 'URLRequestOperation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 | extension URLRequestDownloadOperation : HasResult, SendableOperation {}
18 |
/Users/admin/builder/spi-builder-workspace/Sources/OfficeKitServices/GitHub/Utils/Ω-URLRequestOperation+HasResult.swift:17:1: warning: extension declares a conformance of imported type 'URLRequestDownloadOperation' to imported protocols 'HasResult', 'SendableOperation'; this will not behave correctly if the owners of 'URLRequestOperation' introduce this conformance in the future
15 |
16 | extension URLRequestDataOperation : HasResult, SendableOperation {}
17 | extension URLRequestDownloadOperation : HasResult, SendableOperation {}
   | |- warning: extension declares a conformance of imported type 'URLRequestDownloadOperation' to imported protocols 'HasResult', 'SendableOperation'; this will not behave correctly if the owners of 'URLRequestOperation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
18 |
[1616/1708] Compiling officectl_odproxy OfficeKitUser+ODUser.swift
[1617/1709] Compiling officectl_odproxy app.swift
[1618/1709] Compiling officectl_odproxy configure+routes.swift
[1619/1709] Compiling officectl_odproxy ServiceController.swift
[1620/1709] Compiling officectl_odproxy configure.swift
[1621/1709] Emitting module Office365Office
/Users/admin/builder/spi-builder-workspace/Sources/OfficeKitServices/Office365/Utils/Ω-URLRequestOperation+HasResult.swift:16:1: warning: extension declares a conformance of imported type 'URLRequestDataOperation' to imported protocols 'HasResult', 'SendableOperation'; this will not behave correctly if the owners of 'URLRequestOperation' introduce this conformance in the future
14 |
15 |
16 | extension URLRequestDataOperation : HasResult, SendableOperation {}
   | |- warning: extension declares a conformance of imported type 'URLRequestDataOperation' to imported protocols 'HasResult', 'SendableOperation'; this will not behave correctly if the owners of 'URLRequestOperation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 | extension URLRequestDownloadOperation : HasResult, SendableOperation {}
18 |
/Users/admin/builder/spi-builder-workspace/Sources/OfficeKitServices/Office365/Utils/Ω-URLRequestOperation+HasResult.swift:17:1: warning: extension declares a conformance of imported type 'URLRequestDownloadOperation' to imported protocols 'HasResult', 'SendableOperation'; this will not behave correctly if the owners of 'URLRequestOperation' introduce this conformance in the future
15 |
16 | extension URLRequestDataOperation : HasResult, SendableOperation {}
17 | extension URLRequestDownloadOperation : HasResult, SendableOperation {}
   | |- warning: extension declares a conformance of imported type 'URLRequestDownloadOperation' to imported protocols 'HasResult', 'SendableOperation'; this will not behave correctly if the owners of 'URLRequestOperation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
18 |
[1622/1709] Compiling OfficeServer Config+Queues.swift
[1623/1709] Compiling OfficeServer Config+Server.swift
[1624/1709] Compiling OfficeServer UpdateCAMetricsJob.swift
[1625/1709] Compiling OfficeServer UpdateUsersListJob.swift
[1626/1710] Compiling OfficeServer  Config.swift
[1627/1710] Compiling OfficeServer Config+Bootstrap.swift
[1628/1710] Compiling OfficeServer ApiDirectoryUser+FromOfficeKit.swift
[1629/1710] Compiling OfficeServer ApiMergedUserWithSource+FromOfficeKit.swift
[1630/1710] Compiling OfficeServer Result+Utils.swift
[1631/1710] Compiling OfficeServer ApiContentConformance.swift
[1638/1710] Compiling OfficeServer Action.swift
[1639/1710] Compiling OfficeServer ActionError.swift
[1642/1710] Compiling OfficeServer WeakeningMode.swift
[1643/1710] Compiling OfficeServer LMK.swift
[1654/1710] Compiling OfficeServer ActionExecutor+async.swift
[1655/1710] Compiling OfficeServer ActionExecutor.swift
[1656/1710] Compiling OfficeServer ServicesController.swift
[1657/1710] Compiling OfficeServer UsersController.swift
[1660/1710] Emitting module GoogleOffice
/Users/admin/builder/spi-builder-workspace/Sources/OfficeKitServices/Google/GoogleConnector.swift:53:31: warning: actor-isolated property 'privateKey' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
 28 |
 29 | 	public let userBehalf: String?
 30 | 	public let privateKey: RSAKey
    |             `- note: property declared here
 31 | 	public let superuserEmail: String
 32 |
    :
 51 | 	public init(from connector: GoogleConnector, userBehalf: String?) {
 52 | 		self.userBehalf = userBehalf
 53 | 		self.privateKey = connector.privateKey
    |                               `- warning: actor-isolated property 'privateKey' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
 54 | 		self.superuserEmail = connector.superuserEmail
 55 | 	}
/Users/admin/builder/spi-builder-workspace/Sources/OfficeKitServices/Google/Utils/Ω-URLRequestOperation+HasResult.swift:16:1: warning: extension declares a conformance of imported type 'URLRequestDataOperation' to imported protocols 'HasResult', 'SendableOperation'; this will not behave correctly if the owners of 'URLRequestOperation' introduce this conformance in the future
14 |
15 |
16 | extension URLRequestDataOperation : HasResult, SendableOperation {}
   | |- warning: extension declares a conformance of imported type 'URLRequestDataOperation' to imported protocols 'HasResult', 'SendableOperation'; this will not behave correctly if the owners of 'URLRequestOperation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 | extension URLRequestDownloadOperation : HasResult, SendableOperation {}
18 |
/Users/admin/builder/spi-builder-workspace/Sources/OfficeKitServices/Google/Utils/Ω-URLRequestOperation+HasResult.swift:17:1: warning: extension declares a conformance of imported type 'URLRequestDownloadOperation' to imported protocols 'HasResult', 'SendableOperation'; this will not behave correctly if the owners of 'URLRequestOperation' introduce this conformance in the future
15 |
16 | extension URLRequestDataOperation : HasResult, SendableOperation {}
17 | extension URLRequestDownloadOperation : HasResult, SendableOperation {}
   | |- warning: extension declares a conformance of imported type 'URLRequestDownloadOperation' to imported protocols 'HasResult', 'SendableOperation'; this will not behave correctly if the owners of 'URLRequestOperation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
18 |
[1661/1710] Compiling officectl_odproxy MessageError.swift
[1662/1710] Compiling officectl_odproxy InvalidUserError.swift
/Users/admin/builder/spi-builder-workspace/Sources/officectl-odproxy/Misc/ContentConformances.swift:16:1: warning: extension declares a conformance of imported type 'Empty' to imported protocols 'Content', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'OfficeKitOffice' introduce this conformance in the future
14 |
15 |
16 | extension Empty : Content {}
   | |- warning: extension declares a conformance of imported type 'Empty' to imported protocols 'Content', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'OfficeKitOffice' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 | extension OfficeKitUser : Content {}
18 | extension WrappedOptional : Content {}
/Users/admin/builder/spi-builder-workspace/Sources/officectl-odproxy/Misc/ContentConformances.swift:17:1: warning: extension declares a conformance of imported type 'OfficeKitUser' to imported protocols 'Content', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'OfficeKitOffice' introduce this conformance in the future
15 |
16 | extension Empty : Content {}
17 | extension OfficeKitUser : Content {}
   | |- warning: extension declares a conformance of imported type 'OfficeKitUser' to imported protocols 'Content', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'OfficeKitOffice' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
18 | extension WrappedOptional : Content {}
19 |
/Users/admin/builder/spi-builder-workspace/Sources/officectl-odproxy/Misc/ContentConformances.swift:18:1: warning: extension declares a conformance of imported type 'WrappedOptional' to imported protocols 'Content', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'OfficeKitOffice' introduce this conformance in the future
16 | extension Empty : Content {}
17 | extension OfficeKitUser : Content {}
18 | extension WrappedOptional : Content {}
   | |- warning: extension declares a conformance of imported type 'WrappedOptional' to imported protocols 'Content', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'OfficeKitOffice' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
19 |
/Users/admin/builder/spi-builder-workspace/Sources/officectl-odproxy/Misc/ContentConformances.swift:16:1: warning: extension declares a conformance of imported type 'Empty' to imported protocols 'Content', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'OfficeKitOffice' introduce this conformance in the future
14 |
15 |
16 | extension Empty : Content {}
   | |- warning: extension declares a conformance of imported type 'Empty' to imported protocols 'Content', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'OfficeKitOffice' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 | extension OfficeKitUser : Content {}
18 | extension WrappedOptional : Content {}
/Users/admin/builder/spi-builder-workspace/Sources/officectl-odproxy/Misc/ContentConformances.swift:17:1: warning: extension declares a conformance of imported type 'OfficeKitUser' to imported protocols 'Content', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'OfficeKitOffice' introduce this conformance in the future
15 |
16 | extension Empty : Content {}
17 | extension OfficeKitUser : Content {}
   | |- warning: extension declares a conformance of imported type 'OfficeKitUser' to imported protocols 'Content', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'OfficeKitOffice' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
18 | extension WrappedOptional : Content {}
19 |
/Users/admin/builder/spi-builder-workspace/Sources/officectl-odproxy/Misc/ContentConformances.swift:18:1: warning: extension declares a conformance of imported type 'WrappedOptional' to imported protocols 'Content', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'OfficeKitOffice' introduce this conformance in the future
16 | extension Empty : Content {}
17 | extension OfficeKitUser : Content {}
18 | extension WrappedOptional : Content {}
   | |- warning: extension declares a conformance of imported type 'WrappedOptional' to imported protocols 'Content', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'OfficeKitOffice' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
19 |
[1665/1710] Emitting module officectl_odproxy
/Users/admin/builder/spi-builder-workspace/Sources/officectl-odproxy/Misc/ContentConformances.swift:16:1: warning: extension declares a conformance of imported type 'Empty' to imported protocols 'Content', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'OfficeKitOffice' introduce this conformance in the future
14 |
15 |
16 | extension Empty : Content {}
   | |- warning: extension declares a conformance of imported type 'Empty' to imported protocols 'Content', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'OfficeKitOffice' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 | extension OfficeKitUser : Content {}
18 | extension WrappedOptional : Content {}
/Users/admin/builder/spi-builder-workspace/Sources/officectl-odproxy/Misc/ContentConformances.swift:17:1: warning: extension declares a conformance of imported type 'OfficeKitUser' to imported protocols 'Content', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'OfficeKitOffice' introduce this conformance in the future
15 |
16 | extension Empty : Content {}
17 | extension OfficeKitUser : Content {}
   | |- warning: extension declares a conformance of imported type 'OfficeKitUser' to imported protocols 'Content', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'OfficeKitOffice' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
18 | extension WrappedOptional : Content {}
19 |
/Users/admin/builder/spi-builder-workspace/Sources/officectl-odproxy/Misc/ContentConformances.swift:18:1: warning: extension declares a conformance of imported type 'WrappedOptional' to imported protocols 'Content', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'OfficeKitOffice' introduce this conformance in the future
16 | extension Empty : Content {}
17 | extension OfficeKitUser : Content {}
18 | extension WrappedOptional : Content {}
   | |- warning: extension declares a conformance of imported type 'WrappedOptional' to imported protocols 'Content', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'OfficeKitOffice' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
19 |
[1666/1710] Compiling officectl_odproxy VerifySignatureMiddleware.swift
[1667/1710] Compiling Office365Office Ω-URLRequestOperation+HasResult.swift
/Users/admin/builder/spi-builder-workspace/Sources/OfficeKitServices/Office365/Utils/Ω-URLRequestOperation+HasResult.swift:16:1: warning: extension declares a conformance of imported type 'URLRequestDataOperation' to imported protocols 'HasResult', 'SendableOperation'; this will not behave correctly if the owners of 'URLRequestOperation' introduce this conformance in the future
14 |
15 |
16 | extension URLRequestDataOperation : HasResult, SendableOperation {}
   | |- warning: extension declares a conformance of imported type 'URLRequestDataOperation' to imported protocols 'HasResult', 'SendableOperation'; this will not behave correctly if the owners of 'URLRequestOperation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 | extension URLRequestDownloadOperation : HasResult, SendableOperation {}
18 |
/Users/admin/builder/spi-builder-workspace/Sources/OfficeKitServices/Office365/Utils/Ω-URLRequestOperation+HasResult.swift:17:1: warning: extension declares a conformance of imported type 'URLRequestDownloadOperation' to imported protocols 'HasResult', 'SendableOperation'; this will not behave correctly if the owners of 'URLRequestOperation' introduce this conformance in the future
15 |
16 | extension URLRequestDataOperation : HasResult, SendableOperation {}
17 | extension URLRequestDownloadOperation : HasResult, SendableOperation {}
   | |- warning: extension declares a conformance of imported type 'URLRequestDownloadOperation' to imported protocols 'HasResult', 'SendableOperation'; this will not behave correctly if the owners of 'URLRequestOperation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
18 |
[1674/1710] Compiling GoogleOffice Ω-URLRequestOperation+HasResult.swift
/Users/admin/builder/spi-builder-workspace/Sources/OfficeKitServices/Google/Utils/Ω-URLRequestOperation+HasResult.swift:16:1: warning: extension declares a conformance of imported type 'URLRequestDataOperation' to imported protocols 'HasResult', 'SendableOperation'; this will not behave correctly if the owners of 'URLRequestOperation' introduce this conformance in the future
14 |
15 |
16 | extension URLRequestDataOperation : HasResult, SendableOperation {}
   | |- warning: extension declares a conformance of imported type 'URLRequestDataOperation' to imported protocols 'HasResult', 'SendableOperation'; this will not behave correctly if the owners of 'URLRequestOperation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 | extension URLRequestDownloadOperation : HasResult, SendableOperation {}
18 |
/Users/admin/builder/spi-builder-workspace/Sources/OfficeKitServices/Google/Utils/Ω-URLRequestOperation+HasResult.swift:17:1: warning: extension declares a conformance of imported type 'URLRequestDownloadOperation' to imported protocols 'HasResult', 'SendableOperation'; this will not behave correctly if the owners of 'URLRequestOperation' introduce this conformance in the future
15 |
16 | extension URLRequestDataOperation : HasResult, SendableOperation {}
17 | extension URLRequestDownloadOperation : HasResult, SendableOperation {}
   | |- warning: extension declares a conformance of imported type 'URLRequestDownloadOperation' to imported protocols 'HasResult', 'SendableOperation'; this will not behave correctly if the owners of 'URLRequestOperation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
18 |
[1675/1710] Compiling GitHubOffice Utils.swift
/Users/admin/builder/spi-builder-workspace/Sources/OfficeKitServices/GitHub/Utils/Ω-URLRequestOperation+HasResult.swift:16:1: warning: extension declares a conformance of imported type 'URLRequestDataOperation' to imported protocols 'HasResult', 'SendableOperation'; this will not behave correctly if the owners of 'URLRequestOperation' introduce this conformance in the future
14 |
15 |
16 | extension URLRequestDataOperation : HasResult, SendableOperation {}
   | |- warning: extension declares a conformance of imported type 'URLRequestDataOperation' to imported protocols 'HasResult', 'SendableOperation'; this will not behave correctly if the owners of 'URLRequestOperation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 | extension URLRequestDownloadOperation : HasResult, SendableOperation {}
18 |
/Users/admin/builder/spi-builder-workspace/Sources/OfficeKitServices/GitHub/Utils/Ω-URLRequestOperation+HasResult.swift:17:1: warning: extension declares a conformance of imported type 'URLRequestDownloadOperation' to imported protocols 'HasResult', 'SendableOperation'; this will not behave correctly if the owners of 'URLRequestOperation' introduce this conformance in the future
15 |
16 | extension URLRequestDataOperation : HasResult, SendableOperation {}
17 | extension URLRequestDownloadOperation : HasResult, SendableOperation {}
   | |- warning: extension declares a conformance of imported type 'URLRequestDownloadOperation' to imported protocols 'HasResult', 'SendableOperation'; this will not behave correctly if the owners of 'URLRequestOperation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
18 |
[1676/1710] Compiling GitHubOffice Ω-URLRequestOperation+HasResult.swift
/Users/admin/builder/spi-builder-workspace/Sources/OfficeKitServices/GitHub/Utils/Ω-URLRequestOperation+HasResult.swift:16:1: warning: extension declares a conformance of imported type 'URLRequestDataOperation' to imported protocols 'HasResult', 'SendableOperation'; this will not behave correctly if the owners of 'URLRequestOperation' introduce this conformance in the future
14 |
15 |
16 | extension URLRequestDataOperation : HasResult, SendableOperation {}
   | |- warning: extension declares a conformance of imported type 'URLRequestDataOperation' to imported protocols 'HasResult', 'SendableOperation'; this will not behave correctly if the owners of 'URLRequestOperation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 | extension URLRequestDownloadOperation : HasResult, SendableOperation {}
18 |
/Users/admin/builder/spi-builder-workspace/Sources/OfficeKitServices/GitHub/Utils/Ω-URLRequestOperation+HasResult.swift:17:1: warning: extension declares a conformance of imported type 'URLRequestDownloadOperation' to imported protocols 'HasResult', 'SendableOperation'; this will not behave correctly if the owners of 'URLRequestOperation' introduce this conformance in the future
15 |
16 | extension URLRequestDataOperation : HasResult, SendableOperation {}
17 | extension URLRequestDownloadOperation : HasResult, SendableOperation {}
   | |- warning: extension declares a conformance of imported type 'URLRequestDownloadOperation' to imported protocols 'HasResult', 'SendableOperation'; this will not behave correctly if the owners of 'URLRequestOperation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
18 |
/Users/admin/builder/spi-builder-workspace/Sources/OfficeServer/Models/ApiContentConformance.swift:16:1: warning: extension declares a conformance of imported type 'ApiService' to imported protocols 'Content', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'OfficeModel' introduce this conformance in the future
14 |
15 |
16 | extension ApiService : Content {}
   | |- warning: extension declares a conformance of imported type 'ApiService' to imported protocols 'Content', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'OfficeModel' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 | extension ApiMultiServicesResults : Content {}
18 |
/Users/admin/builder/spi-builder-workspace/Sources/OfficeServer/Models/ApiContentConformance.swift:17:1: warning: extension declares a conformance of imported type 'ApiMultiServicesResults' to imported protocols 'Content', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'OfficeModel' introduce this conformance in the future
15 |
16 | extension ApiService : Content {}
17 | extension ApiMultiServicesResults : Content {}
   | |- warning: extension declares a conformance of imported type 'ApiMultiServicesResults' to imported protocols 'Content', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'OfficeModel' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
18 |
/Users/admin/builder/spi-builder-workspace/Sources/OfficeServer/Models/ApiContentConformance.swift:16:1: warning: extension declares a conformance of imported type 'ApiService' to imported protocols 'Content', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'OfficeModel' introduce this conformance in the future
14 |
15 |
16 | extension ApiService : Content {}
   | |- warning: extension declares a conformance of imported type 'ApiService' to imported protocols 'Content', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'OfficeModel' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 | extension ApiMultiServicesResults : Content {}
18 |
/Users/admin/builder/spi-builder-workspace/Sources/OfficeServer/Models/ApiContentConformance.swift:17:1: warning: extension declares a conformance of imported type 'ApiMultiServicesResults' to imported protocols 'Content', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'OfficeModel' introduce this conformance in the future
15 |
16 | extension ApiService : Content {}
17 | extension ApiMultiServicesResults : Content {}
   | |- warning: extension declares a conformance of imported type 'ApiMultiServicesResults' to imported protocols 'Content', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'OfficeModel' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
18 |
[1689/1710] Emitting module OfficeServer
/Users/admin/builder/spi-builder-workspace/Sources/OfficeServer/Models/ApiContentConformance.swift:16:1: warning: extension declares a conformance of imported type 'ApiService' to imported protocols 'Content', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'OfficeModel' introduce this conformance in the future
14 |
15 |
16 | extension ApiService : Content {}
   | |- warning: extension declares a conformance of imported type 'ApiService' to imported protocols 'Content', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'OfficeModel' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 | extension ApiMultiServicesResults : Content {}
18 |
/Users/admin/builder/spi-builder-workspace/Sources/OfficeServer/Models/ApiContentConformance.swift:17:1: warning: extension declares a conformance of imported type 'ApiMultiServicesResults' to imported protocols 'Content', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'OfficeModel' introduce this conformance in the future
15 |
16 | extension ApiService : Content {}
17 | extension ApiMultiServicesResults : Content {}
   | |- warning: extension declares a conformance of imported type 'ApiMultiServicesResults' to imported protocols 'Content', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'OfficeModel' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
18 |
[1696/1712] Compiling officectl_odproxy main.swift
/Users/admin/builder/spi-builder-workspace/Sources/OfficeKitServices/Google/GoogleConnector.swift:53:31: warning: actor-isolated property 'privateKey' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
 28 |
 29 | 	public let userBehalf: String?
 30 | 	public let privateKey: RSAKey
    |             `- note: property declared here
 31 | 	public let superuserEmail: String
 32 |
    :
 51 | 	public init(from connector: GoogleConnector, userBehalf: String?) {
 52 | 		self.userBehalf = userBehalf
 53 | 		self.privateKey = connector.privateKey
    |                               `- warning: actor-isolated property 'privateKey' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
 54 | 		self.superuserEmail = connector.superuserEmail
 55 | 	}
/Users/admin/builder/spi-builder-workspace/Sources/OfficeKitServices/Google/GoogleConnector.swift:53:31: warning: actor-isolated property 'privateKey' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
 28 |
 29 | 	public let userBehalf: String?
 30 | 	public let privateKey: RSAKey
    |             `- note: property declared here
 31 | 	public let superuserEmail: String
 32 |
    :
 51 | 	public init(from connector: GoogleConnector, userBehalf: String?) {
 52 | 		self.userBehalf = userBehalf
 53 | 		self.privateKey = connector.privateKey
    |                               `- warning: actor-isolated property 'privateKey' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
 54 | 		self.superuserEmail = connector.superuserEmail
 55 | 	}
[1698/1712] Write Objects.LinkFileList
[1706/1712] Compiling OfficeServer TemporaryLocalCache.swift
[1707/1712] Compiling OfficeServer Services.swift
[1708/1740] Compiling officectl FilePath+ExpressibleByArgument.swift
/Users/admin/builder/spi-builder-workspace/Sources/officectl/CLIModel/ExpressibleByArgumentConformances/FilePath+ExpressibleByArgument.swift:19:1: warning: extension declares a conformance of imported type 'FilePath' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'System' introduce this conformance in the future
17 |
18 |
19 | extension FilePath : ExpressibleByArgument {
   | |- warning: extension declares a conformance of imported type 'FilePath' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'System' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
20 |
21 | 	public init?(argument: String) {
/Users/admin/builder/spi-builder-workspace/Sources/officectl/CLIModel/ExpressibleByArgumentConformances/Logger.Level+ExpressibleByArgument.swift:15:1: warning: extension declares a conformance of imported type 'Level' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'Logging' introduce this conformance in the future
13 |
14 |
15 | extension Logger.Level : ExpressibleByArgument {
   | |- warning: extension declares a conformance of imported type 'Level' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'Logging' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
16 |
17 | 	public init?(argument: String) {
[1709/1740] Compiling officectl Logger.Level+ExpressibleByArgument.swift
/Users/admin/builder/spi-builder-workspace/Sources/officectl/CLIModel/ExpressibleByArgumentConformances/FilePath+ExpressibleByArgument.swift:19:1: warning: extension declares a conformance of imported type 'FilePath' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'System' introduce this conformance in the future
17 |
18 |
19 | extension FilePath : ExpressibleByArgument {
   | |- warning: extension declares a conformance of imported type 'FilePath' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'System' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
20 |
21 | 	public init?(argument: String) {
/Users/admin/builder/spi-builder-workspace/Sources/officectl/CLIModel/ExpressibleByArgumentConformances/Logger.Level+ExpressibleByArgument.swift:15:1: warning: extension declares a conformance of imported type 'Level' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'Logging' introduce this conformance in the future
13 |
14 |
15 | extension Logger.Level : ExpressibleByArgument {
   | |- warning: extension declares a conformance of imported type 'Level' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'Logging' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
16 |
17 | 	public init?(argument: String) {
[1710/1740] Compiling officectl ServerConf.swift
/Users/admin/builder/spi-builder-workspace/Sources/officectl/CLIModel/ExpressibleByArgumentConformances/FilePath+ExpressibleByArgument.swift:19:1: warning: extension declares a conformance of imported type 'FilePath' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'System' introduce this conformance in the future
17 |
18 |
19 | extension FilePath : ExpressibleByArgument {
   | |- warning: extension declares a conformance of imported type 'FilePath' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'System' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
20 |
21 | 	public init?(argument: String) {
/Users/admin/builder/spi-builder-workspace/Sources/officectl/CLIModel/ExpressibleByArgumentConformances/Logger.Level+ExpressibleByArgument.swift:15:1: warning: extension declares a conformance of imported type 'Level' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'Logging' introduce this conformance in the future
13 |
14 |
15 | extension Logger.Level : ExpressibleByArgument {
   | |- warning: extension declares a conformance of imported type 'Level' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'Logging' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
16 |
17 | 	public init?(argument: String) {
[1711/1742] Emitting module officectl
/Users/admin/builder/spi-builder-workspace/Sources/officectl/CLIModel/ExpressibleByArgumentConformances/Email+ExpressibleByArgument.swift:15:1: warning: extension declares a conformance of imported type 'Email' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'Email' introduce this conformance in the future
13 |
14 |
15 | extension Email : ExpressibleByArgument {
   | |- warning: extension declares a conformance of imported type 'Email' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'Email' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
16 |
17 | 	public init?(argument: String) {
/Users/admin/builder/spi-builder-workspace/Sources/officectl/CLIModel/ExpressibleByArgumentConformances/FilePath+ExpressibleByArgument.swift:19:1: warning: extension declares a conformance of imported type 'FilePath' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'System' introduce this conformance in the future
17 |
18 |
19 | extension FilePath : ExpressibleByArgument {
   | |- warning: extension declares a conformance of imported type 'FilePath' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'System' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
20 |
21 | 	public init?(argument: String) {
/Users/admin/builder/spi-builder-workspace/Sources/officectl/CLIModel/ExpressibleByArgumentConformances/Logger.Level+ExpressibleByArgument.swift:15:1: warning: extension declares a conformance of imported type 'Level' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'Logging' introduce this conformance in the future
13 |
14 |
15 | extension Logger.Level : ExpressibleByArgument {
   | |- warning: extension declares a conformance of imported type 'Level' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'Logging' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
16 |
17 | 	public init?(argument: String) {
[1712/1742] Compiling officectl server--routes.swift
[1713/1742] Compiling officectl server--serve.swift
[1714/1742] Compiling officectl services.swift
[1715/1742] Compiling officectl Conf.swift
/Users/admin/builder/spi-builder-workspace/Sources/officectl/CLIModel/ExpressibleByArgumentConformances/Email+ExpressibleByArgument.swift:15:1: warning: extension declares a conformance of imported type 'Email' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'Email' introduce this conformance in the future
13 |
14 |
15 | extension Email : ExpressibleByArgument {
   | |- warning: extension declares a conformance of imported type 'Email' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'Email' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
16 |
17 | 	public init?(argument: String) {
[1716/1742] Compiling officectl Environment.swift
/Users/admin/builder/spi-builder-workspace/Sources/officectl/CLIModel/ExpressibleByArgumentConformances/Email+ExpressibleByArgument.swift:15:1: warning: extension declares a conformance of imported type 'Email' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'Email' introduce this conformance in the future
13 |
14 |
15 | extension Email : ExpressibleByArgument {
   | |- warning: extension declares a conformance of imported type 'Email' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'Email' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
16 |
17 | 	public init?(argument: String) {
[1717/1742] Compiling officectl Email+ExpressibleByArgument.swift
/Users/admin/builder/spi-builder-workspace/Sources/officectl/CLIModel/ExpressibleByArgumentConformances/Email+ExpressibleByArgument.swift:15:1: warning: extension declares a conformance of imported type 'Email' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'Email' introduce this conformance in the future
13 |
14 |
15 | extension Email : ExpressibleByArgument {
   | |- warning: extension declares a conformance of imported type 'Email' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'Email' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
16 |
17 | 	public init?(argument: String) {
[1718/1742] Compiling officectl UserConfirmation.swift
[1719/1742] Compiling officectl Utils.swift
[1720/1742] Compiling officectl dev.swift
[1721/1742] Compiling officectl dev--cur-test.swift
[1722/1742] Compiling officectl experimental.swift
[1723/1742] Compiling officectl ServiceDef.swift
[1724/1742] Compiling officectl ServicesConf.swift
[1725/1742] Compiling officectl officectl.swift
[1726/1742] Compiling officectl services--list.swift
/Users/admin/builder/spi-builder-workspace/Sources/officectl/Commands/officectl/users/users--create.swift:57:4: error: ambiguous use of 'init'
 55 |
 56 | 		let usersAndServicesResults = services.map{ s in
 57 | 			Result{
    |    |- error: ambiguous use of 'init'
    |    |- note: avoid using a trailing closure to call 'init(_:)'
    |    `- note: use an explicit argument label instead of a trailing closure to call 'init(catching:)'
 58 | 				let u = try s.value.logicalUser(fromUser: HintsUser(properties: [
 59 | 					.emails: [email],
/Users/admin/builder/spi-builder-workspace/Sources/officectl/Commands/officectl/users/users--create.swift:78:61: error: cannot infer key path type from context; consider explicitly specifying a root type
 76 | 		}
 77 |
 78 | 		let usersAndServices = usersAndServicesResults.compactMap(\.success)
    |                                                             `- error: cannot infer key path type from context; consider explicitly specifying a root type
 79 | 		guard !usersAndServices.isEmpty else {
 80 | 			print("********* CREATION RESULTS *********")
[1727/1742] Compiling officectl users.swift
/Users/admin/builder/spi-builder-workspace/Sources/officectl/Commands/officectl/users/users--create.swift:57:4: error: ambiguous use of 'init'
 55 |
 56 | 		let usersAndServicesResults = services.map{ s in
 57 | 			Result{
    |    |- error: ambiguous use of 'init'
    |    |- note: avoid using a trailing closure to call 'init(_:)'
    |    `- note: use an explicit argument label instead of a trailing closure to call 'init(catching:)'
 58 | 				let u = try s.value.logicalUser(fromUser: HintsUser(properties: [
 59 | 					.emails: [email],
/Users/admin/builder/spi-builder-workspace/Sources/officectl/Commands/officectl/users/users--create.swift:78:61: error: cannot infer key path type from context; consider explicitly specifying a root type
 76 | 		}
 77 |
 78 | 		let usersAndServices = usersAndServicesResults.compactMap(\.success)
    |                                                             `- error: cannot infer key path type from context; consider explicitly specifying a root type
 79 | 		guard !usersAndServices.isEmpty else {
 80 | 			print("********* CREATION RESULTS *********")
[1728/1742] Compiling officectl users--create.swift
/Users/admin/builder/spi-builder-workspace/Sources/officectl/Commands/officectl/users/users--create.swift:57:4: error: ambiguous use of 'init'
 55 |
 56 | 		let usersAndServicesResults = services.map{ s in
 57 | 			Result{
    |    |- error: ambiguous use of 'init'
    |    |- note: avoid using a trailing closure to call 'init(_:)'
    |    `- note: use an explicit argument label instead of a trailing closure to call 'init(catching:)'
 58 | 				let u = try s.value.logicalUser(fromUser: HintsUser(properties: [
 59 | 					.emails: [email],
/Users/admin/builder/spi-builder-workspace/Sources/officectl/Commands/officectl/users/users--create.swift:78:61: error: cannot infer key path type from context; consider explicitly specifying a root type
 76 | 		}
 77 |
 78 | 		let usersAndServices = usersAndServicesResults.compactMap(\.success)
    |                                                             `- error: cannot infer key path type from context; consider explicitly specifying a root type
 79 | 		guard !usersAndServices.isEmpty else {
 80 | 			print("********* CREATION RESULTS *********")
[1729/1742] Compiling officectl experimental--console-perm.swift
[1730/1742] Compiling officectl server.swift
[1731/1742] Compiling officectl server--process-jobs.swift
[1732/1742] Compiling officectl LMK.swift
[1733/1742] Compiling officectl Result+Utils.swift
[1734/1742] Compiling officectl StderrStream.swift
[1735/1742] Compiling officectl users--delete.swift
[1736/1742] Compiling officectl users--list.swift
[1737/1742] Compiling officectl users--sync.swift
[1737/1742] Linking officectl-odproxy
warning: 'jwt': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt/Sources/JWT/Docs.docc
warning: 'multipart-kit': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/.build/checkouts/multipart-kit/Sources/MultipartKit/Docs.docc
warning: 'swift-algorithms': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-algorithms/Sources/Algorithms/Documentation.docc
BUILD FAILURE 6.1 macosSpm