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

Successful build of DecreeServices, reference 4.4.1 (4f9a08), with Swift 6.1 for Linux on 26 Apr 2025 12:02:25 UTC.

Swift 6 data race errors: 16

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/drewag/DecreeServices.git
Reference: 4.4.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/drewag/DecreeServices
 * tag               4.4.1      -> FETCH_HEAD
HEAD is now at 4f9a087 [CI] Fix build for Xcode 12
Cloned https://github.com/drewag/DecreeServices.git
Revision (git rev-parse @):
4f9a0879830c54d97080026a2c94d26bda880ac3
SUCCESS checkout https://github.com/drewag/DecreeServices.git at 4.4.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/drewag/DecreeServices.git
https://github.com/drewag/DecreeServices.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "decree",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.4.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/drewag/Decree.git"
    },
    {
      "identity" : "cryptoswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/krzyzanowskim/CryptoSwift.git"
    }
  ],
  "manifest_display_name" : "DecreeServices",
  "name" : "DecreeServices",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.12"
    },
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    }
  ],
  "products" : [
    {
      "name" : "DecreeServices",
      "targets" : [
        "DecreeServices"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "DecreeServicesTests",
      "module_type" : "SwiftTarget",
      "name" : "DecreeServicesTests",
      "path" : "Tests/DecreeServicesTests",
      "sources" : [
        "AWSS3Tests.swift",
        "AppleAppStoreTests.swift",
        "FreshDeskTests.swift",
        "GoogleAnalyticsTests.swift",
        "Helpers/Data+Helpers.swift",
        "Helpers/Decodable+Helpers.swift",
        "Helpers/Result+Helpers.swift",
        "Helpers/TestURLSession.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "DecreeServices"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DecreeServices",
      "module_type" : "SwiftTarget",
      "name" : "DecreeServices",
      "path" : "Sources/DecreeServices",
      "product_dependencies" : [
        "Decree",
        "CryptoSwift"
      ],
      "product_memberships" : [
        "DecreeServices"
      ],
      "sources" : [
        "AWSS3+Mocking.swift",
        "AWSS3.swift",
        "AppleAppStore.swift",
        "FreshDesk.swift",
        "GoogleAnalytics.swift",
        "Private/AWSS3+Private.swift",
        "Private/TestableDate.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/drewag/Decree.git
[1/1272] Fetching decree
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetched https://github.com/drewag/Decree.git from cache (0.42s)
[1/12934] Fetching cryptoswift
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (2.06s)
Computing version for https://github.com/drewag/Decree.git
Computed https://github.com/drewag/Decree.git at 4.4.0 (3.48s)
Fetching https://github.com/MaxDesiatov/XMLCoder.git
[1/10011] Fetching xmlcoder
Fetched https://github.com/MaxDesiatov/XMLCoder.git from cache (0.74s)
Computing version for https://github.com/MaxDesiatov/XMLCoder.git
Computed https://github.com/MaxDesiatov/XMLCoder.git at 0.17.1 (1.74s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.8.4 (1.77s)
Creating working copy for https://github.com/MaxDesiatov/XMLCoder.git
Working copy of https://github.com/MaxDesiatov/XMLCoder.git resolved at 0.17.1
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.8.4
Creating working copy for https://github.com/drewag/Decree.git
Working copy of https://github.com/drewag/Decree.git resolved at 4.4.0
Building for debugging...
[0/6] Write sources
[0/6] Copying PrivacyInfo.xcprivacy
[0/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/152] Compiling CryptoSwift BigInt.swift
[8/152] Compiling CryptoSwift BigUInt.swift
[9/152] Compiling CryptoSwift BitwiseOps.swift
[10/152] Compiling CryptoSwift CS.swift
[11/152] Compiling CryptoSwift Codable.swift
[12/152] Compiling CryptoSwift Comparable.swift
[13/158] Compiling CryptoSwift BlockEncryptor.swift
[14/158] Compiling CryptoSwift BlockMode.swift
[15/158] Compiling CryptoSwift BlockModeOptions.swift
[16/158] Compiling CryptoSwift CBC.swift
[17/158] Compiling CryptoSwift CCM.swift
[18/158] Compiling CryptoSwift CFB.swift
[19/158] Compiling CryptoSwift CTR.swift
[20/158] Compiling CryptoSwift CipherModeWorker.swift
[21/158] Compiling CryptoSwift ECB.swift
[22/158] Compiling CryptoSwift GCM.swift
[23/158] Compiling CryptoSwift OCB.swift
[24/158] Compiling CryptoSwift OFB.swift
[25/158] Compiling CryptoSwift PCBC.swift
[26/158] Compiling CryptoSwift Authenticator.swift
[27/158] Compiling CryptoSwift BatchedCollection.swift
[28/158] Compiling CryptoSwift Bit.swift
[29/158] Compiling CryptoSwift BlockCipher.swift
[30/158] Compiling CryptoSwift BlockDecryptor.swift
[31/158] Compiling CryptoSwift CMAC.swift
[32/158] Compiling CryptoSwift Addition.swift
[33/158] Compiling CryptoSwift AES.swift
[34/158] Compiling CryptoSwift ASN1.swift
[35/158] Compiling CryptoSwift ASN1Decoder.swift
[36/158] Compiling CryptoSwift ASN1Encoder.swift
[37/158] Compiling CryptoSwift ASN1Scanner.swift
[38/158] Compiling CryptoSwift Array+Extension.swift
[39/158] Compiling CryptoSwift Blowfish.swift
[40/158] Compiling CryptoSwift CBCMAC.swift
[41/158] Compiling CryptoSwift AEAD.swift
[42/158] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[43/158] Compiling CryptoSwift AEADXChaCha20Poly1305.swift
[44/158] Compiling CryptoSwift AES.Cryptors.swift
[45/158] Emitting module XMLCoder
[46/158] Compiling CryptoSwift DataConversion.swift
[47/158] Compiling CryptoSwift Division.swift
[48/158] Compiling CryptoSwift Exponentiation.swift
[49/158] Compiling CryptoSwift FloatingPointConversion.swift
[50/158] Compiling CryptoSwift GCD.swift
[51/158] Compiling CryptoSwift Hashable.swift
[52/158] Compiling XMLCoder XMLEncoder.swift
[53/158] Compiling XMLCoder XMLEncoderImplementation.swift
[54/158] Compiling XMLCoder XMLEncodingStorage.swift
[55/158] Compiling XMLCoder XMLKeyedEncodingContainer.swift
[56/158] Compiling XMLCoder XMLReferencingEncoder.swift
[57/158] Compiling XMLCoder XMLUnkeyedEncodingContainer.swift
[58/158] Compiling CryptoSwift Array+Foundation.swift
[59/158] Compiling CryptoSwift Blowfish+Foundation.swift
[60/158] Compiling CryptoSwift ChaCha20+Foundation.swift
[61/158] Compiling CryptoSwift Data+Extension.swift
[62/158] Compiling CryptoSwift HMAC+Foundation.swift
[63/158] Compiling CryptoSwift Rabbit+Foundation.swift
[64/158] Compiling CryptoSwift String+FoundationExtension.swift
[65/158] Compiling CryptoSwift Utils+Foundation.swift
[80/158] Compiling CryptoSwift IntegerConversion.swift
[81/158] Compiling CryptoSwift Multiplication.swift
[82/158] Compiling CryptoSwift PrimeTest.swift
[83/158] Compiling CryptoSwift Random.swift
[84/158] Compiling CryptoSwift Shifts.swift
[85/158] Compiling CryptoSwift SquareRoot.swift
[86/158] Compiling CryptoSwift Strideable.swift
[87/158] Compiling CryptoSwift StringConversion.swift
[88/158] Compiling CryptoSwift Subtraction.swift
[89/158] Compiling CryptoSwift WordsAndBits.swift
[90/158] Compiling CryptoSwift ChaCha20.swift
[91/158] Compiling CryptoSwift Checksum.swift
[92/158] Compiling CryptoSwift Cipher.swift
[93/158] Compiling CryptoSwift Collection+Extension.swift
[94/158] Emitting module CryptoSwift
[132/208] Compiling CryptoSwift Signature.swift
[133/208] Compiling CryptoSwift StreamDecryptor.swift
[134/208] Compiling CryptoSwift StreamEncryptor.swift
[135/208] Compiling CryptoSwift String+Extension.swift
[136/208] Compiling CryptoSwift UInt128.swift
[137/208] Compiling CryptoSwift UInt16+Extension.swift
[138/208] Compiling CryptoSwift UInt32+Extension.swift
[139/208] Compiling CryptoSwift UInt64+Extension.swift
[140/208] Compiling CryptoSwift UInt8+Extension.swift
[141/208] Compiling CryptoSwift Updatable.swift
[142/208] Compiling CryptoSwift Utils.swift
[143/208] Compiling CryptoSwift XChaCha20.swift
[144/208] Compiling CryptoSwift ZeroPadding.swift
[145/208] Compiling CryptoSwift resource_bundle_accessor.swift
[146/208] Compiling Decree RequestInput.swift
[147/208] Compiling Decree String+Helpers.swift
[148/208] Compiling Decree String+TitleCase.swift
[149/208] Compiling Decree URLRequest+Logging.swift
[150/212] Emitting module Decree
[151/212] Compiling Decree FormDataEncoder.swift
[152/212] Compiling Decree FormURLEncoder.swift
[153/212] Compiling Decree HTTPStatus.swift
[154/212] Compiling Decree NSXMLParser_ErrorCode.swift
[155/212] Compiling Decree ProgressObserver.swift
[156/212] Compiling Decree URLResponse+Logging.swift
[157/212] Compiling Decree WebService+MakeRequest.swift
[158/212] Compiling Decree WebServiceMock+HandleRequest.swift
[159/212] Compiling Decree WebService.swift
[160/212] Compiling Decree WebServiceMock.swift
[161/212] Compiling Decree DecreeRequest.swift
[162/212] Compiling Decree DispatchQueue+Async.swift
[163/212] Compiling Decree Endpoint+PrivateMakeRequest.swift
[164/212] Compiling Decree Expectations+Private.swift
[165/212] Compiling CryptoSwift XChaCha20+Foundation.swift
[166/212] Compiling CryptoSwift Generics.swift
[167/212] Compiling CryptoSwift HKDF.swift
[168/212] Compiling CryptoSwift HMAC.swift
[169/212] Compiling CryptoSwift ISO10126Padding.swift
[170/212] Compiling CryptoSwift ISO78164Padding.swift
[171/212] Compiling CryptoSwift Int+Extension.swift
[172/212] Compiling CryptoSwift MD5.swift
[173/212] Compiling CryptoSwift NoPadding.swift
[174/212] Compiling CryptoSwift Operators.swift
[175/212] Compiling CryptoSwift DER.swift
[176/212] Compiling CryptoSwift PBKDF1.swift
[177/212] Compiling CryptoSwift PBKDF2.swift
[178/212] Compiling CryptoSwift PKCS1v15.swift
[179/212] Compiling CryptoSwift PKCS5.swift
[180/212] Compiling CryptoSwift PKCS7.swift
[181/212] Compiling CryptoSwift PKCS7Padding.swift
[182/212] Compiling CryptoSwift Padding.swift
[183/212] Compiling CryptoSwift Poly1305.swift
[184/212] Compiling CryptoSwift RSA+Cipher.swift
[185/212] Compiling CryptoSwift RSA+Signature.swift
[186/212] Compiling CryptoSwift RSA.swift
[187/212] Compiling CryptoSwift Rabbit.swift
[188/212] Compiling CryptoSwift SHA1.swift
[189/212] Compiling CryptoSwift SHA2.swift
[190/212] Compiling CryptoSwift SHA3.swift
[191/212] Compiling CryptoSwift Scrypt.swift
[192/212] Compiling CryptoSwift SecureBytes.swift
[194/213] Compiling Decree NoBasicResponse.swift
[195/213] Compiling Decree OutputFormat.swift
[196/213] Compiling Decree Session.swift
[197/213] Compiling Decree Endpoint+MakeRequest.swift
[198/213] Compiling Decree Endpoint.swift
[199/213] Compiling Decree Authorization.swift
[200/213] Compiling Decree AuthorizationRequirement.swift
[201/213] Compiling Decree DecreeError.swift
[202/213] Compiling Decree DecreeErrorDescribable.swift
[203/213] Compiling Decree EmptyResult.swift
[204/213] Compiling Decree KeyValueEncoder.swift
[205/213] Compiling Decree Logger.swift
[206/213] Compiling Decree Expectations.swift
[207/213] Compiling Decree WebService+AllRequestHandling.swift
[208/213] Compiling Decree WebService+Mocking.swift
[209/213] Compiling Decree ErrorHandling.swift
[210/213] Compiling Decree ErrorResponse.swift
[211/213] Compiling Decree File.swift
[212/213] Compiling Decree InputFormat.swift
[213/213] Compiling Decree Method.swift
[215/222] Compiling DecreeServices TestableDate.swift
/host/spi-builder-workspace/Sources/DecreeServices/Private/TestableDate.swift:11:24: warning: static property 'faked' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 9 |
10 | public struct TestableDate {
11 |     private static var faked: (base: Date, started: Date)?
   |                        |- warning: static property 'faked' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: convert 'faked' to a 'let' constant to make 'Sendable' shared state immutable
   |                        |- note: add '@MainActor' to make static property 'faked' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 |
13 |     public static func startFakingNow(from: Date) {
[216/222] Compiling DecreeServices AWSS3+Private.swift
/host/spi-builder-workspace/Sources/DecreeServices/Private/AWSS3+Private.swift:125:71: warning: 'sha256' is deprecated: Use sha2(variant) instead.
123 |
124 |     func dateKey(dateString: String) throws -> Array<UInt8> {
125 |         return try HMAC(key: "AWS4\(self.secretKey)".bytes, variant: .sha256)
    |                                                                       `- warning: 'sha256' is deprecated: Use sha2(variant) instead.
126 |             .authenticate(dateString.bytes)
127 |     }
/host/spi-builder-workspace/Sources/DecreeServices/Private/AWSS3+Private.swift:130:82: warning: 'sha256' is deprecated: Use sha2(variant) instead.
128 |
129 |     func dateRegionKey(dateString: String) throws -> Array<UInt8> {
130 |         return try HMAC(key: try self.dateKey(dateString: dateString), variant: .sha256)
    |                                                                                  `- warning: 'sha256' is deprecated: Use sha2(variant) instead.
131 |             .authenticate(self.region.bytes)
132 |     }
/host/spi-builder-workspace/Sources/DecreeServices/Private/AWSS3+Private.swift:135:88: warning: 'sha256' is deprecated: Use sha2(variant) instead.
133 |
134 |     func dateRegionServiceKey(dateString: String) throws -> Array<UInt8> {
135 |         return try HMAC(key: try self.dateRegionKey(dateString: dateString), variant: .sha256)
    |                                                                                        `- warning: 'sha256' is deprecated: Use sha2(variant) instead.
136 |             .authenticate("s3".bytes)
137 |     }
/host/spi-builder-workspace/Sources/DecreeServices/Private/AWSS3+Private.swift:141:95: warning: 'sha256' is deprecated: Use sha2(variant) instead.
139 |
140 |     func signingKey(dateString: String) throws -> Array<UInt8> {
141 |         return try HMAC(key: try self.dateRegionServiceKey(dateString: dateString), variant: .sha256)
    |                                                                                               `- warning: 'sha256' is deprecated: Use sha2(variant) instead.
142 |             .authenticate("aws4_request".bytes)
143 |     }
/host/spi-builder-workspace/Sources/DecreeServices/Private/AWSS3+Private.swift:146:85: warning: 'sha256' is deprecated: Use sha2(variant) instead.
144 |
145 |     func signature<E: Endpoint>(queryBased: Bool, requestBody: Data, timestampString: String, dateString: String, endpoint: E) throws -> String {
146 |         return try HMAC(key: try self.signingKey(dateString: dateString), variant: .sha256)
    |                                                                                     `- warning: 'sha256' is deprecated: Use sha2(variant) instead.
147 |             .authenticate(self.stringToSign(queryBased: queryBased, requestBody: requestBody, timestampString: timestampString, dateString: dateString, endpoint: endpoint).bytes).toHexString()
148 |     }
[217/222] Compiling DecreeServices GoogleAnalytics.swift
/host/spi-builder-workspace/Sources/DecreeServices/GoogleAnalytics.swift:21:27: warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 19 |         public typealias ErrorResponse = NoErrorResponse
 20 |
 21 |         public static var shared = Analytics()
    |                           |- warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: convert 'shared' to a 'let' constant to make 'Sendable' shared state immutable
    |                           |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 22 |
 23 |         public var sessionOverride: Session?
/host/spi-builder-workspace/Sources/DecreeServices/GoogleAnalytics.swift:37:27: warning: static property 'method' is not concurrency-safe because non-'Sendable' type 'Method' may have shared mutable state; this is an error in the Swift 6 language mode
 35 |         public typealias Service = Google.Analytics
 36 |
 37 |         public static let method = Method.post
    |                           `- warning: static property 'method' is not concurrency-safe because non-'Sendable' type 'Method' may have shared mutable state; this is an error in the Swift 6 language mode
 38 |         public let path = "collect"
 39 |
/host/spi-builder-workspace/.build/checkouts/Decree/Sources/Decree/Basic Types/Method.swift:11:13: note: enum 'Method' does not conform to the 'Sendable' protocol
  9 |
 10 | /// [HTTP Method](https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods) for making requests
 11 | public enum Method {
    |             `- note: enum 'Method' does not conform to the 'Sendable' protocol
 12 |     /// [GET](https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/GET)
 13 |     ///
/host/spi-builder-workspace/Sources/DecreeServices/GoogleAnalytics.swift:10:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Decree'
  8 |
  9 | import Foundation
 10 | import Decree
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Decree'
 11 |
 12 | public struct Google {
    :
 35 |         public typealias Service = Google.Analytics
 36 |
 37 |         public static let method = Method.post
    |                           |- note: add '@MainActor' to make static property 'method' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 38 |         public let path = "collect"
 39 |
/host/spi-builder-workspace/Sources/DecreeServices/GoogleAnalytics.swift:44:27: warning: static property 'inputFormat' is not concurrency-safe because non-'Sendable' type 'InputFormat' may have shared mutable state; this is an error in the Swift 6 language mode
 42 |         public init() {}
 43 |
 44 |         public static let inputFormat = InputFormat.formURLEncoded
    |                           |- warning: static property 'inputFormat' is not concurrency-safe because non-'Sendable' type 'InputFormat' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'inputFormat' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 45 |     }
 46 |
/host/spi-builder-workspace/.build/checkouts/Decree/Sources/Decree/Basic Types/InputFormat.swift:9:13: note: enum 'InputFormat' does not conform to the 'Sendable' protocol
 7 |
 8 | /// Format for uploading data to endpoint
 9 | public enum InputFormat {
   |             `- note: enum 'InputFormat' does not conform to the 'Sendable' protocol
10 |     /// [JSON](https://www.json.org)
11 |     case JSON
[218/222] Compiling DecreeServices FreshDesk.swift
/host/spi-builder-workspace/Sources/DecreeServices/FreshDesk.swift:26:23: warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 24 |     }
 25 |
 26 |     public static var shared = FreshDesk()
    |                       |- warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'shared' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 27 |     public private(set) var authorization: Authorization = .none
 28 |
/host/spi-builder-workspace/Sources/DecreeServices/FreshDesk.swift:52:27: warning: static property 'inputFormat' is not concurrency-safe because non-'Sendable' type 'InputFormat' may have shared mutable state; this is an error in the Swift 6 language mode
 50 |
 51 |         public typealias Input = Ticket
 52 |         public static let inputFormat = InputFormat.formData
    |                           `- warning: static property 'inputFormat' is not concurrency-safe because non-'Sendable' type 'InputFormat' may have shared mutable state; this is an error in the Swift 6 language mode
 53 |
 54 |         public static let method = Method.post
/host/spi-builder-workspace/.build/checkouts/Decree/Sources/Decree/Basic Types/InputFormat.swift:9:13: note: enum 'InputFormat' does not conform to the 'Sendable' protocol
 7 |
 8 | /// Format for uploading data to endpoint
 9 | public enum InputFormat {
   |             `- note: enum 'InputFormat' does not conform to the 'Sendable' protocol
10 |     /// [JSON](https://www.json.org)
11 |     case JSON
/host/spi-builder-workspace/Sources/DecreeServices/FreshDesk.swift:9:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Decree'
  7 |
  8 | import Foundation
  9 | import Decree
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Decree'
 10 | #if canImport(FoundationNetworking)
 11 |     import FoundationNetworking
    :
 50 |
 51 |         public typealias Input = Ticket
 52 |         public static let inputFormat = InputFormat.formData
    |                           |- note: add '@MainActor' to make static property 'inputFormat' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 53 |
 54 |         public static let method = Method.post
/host/spi-builder-workspace/Sources/DecreeServices/FreshDesk.swift:54:27: warning: static property 'method' is not concurrency-safe because non-'Sendable' type 'Method' may have shared mutable state; this is an error in the Swift 6 language mode
 52 |         public static let inputFormat = InputFormat.formData
 53 |
 54 |         public static let method = Method.post
    |                           |- warning: static property 'method' is not concurrency-safe because non-'Sendable' type 'Method' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'method' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 55 |
 56 |         public let path = "tickets"
/host/spi-builder-workspace/.build/checkouts/Decree/Sources/Decree/Basic Types/Method.swift:11:13: note: enum 'Method' does not conform to the 'Sendable' protocol
  9 |
 10 | /// [HTTP Method](https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods) for making requests
 11 | public enum Method {
    |             `- note: enum 'Method' does not conform to the 'Sendable' protocol
 12 |     /// [GET](https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/GET)
 13 |     ///
[219/222] Compiling DecreeServices AWSS3+Mocking.swift
[220/222] Compiling DecreeServices AWSS3.swift
/host/spi-builder-workspace/Sources/DecreeServices/AWSS3.swift:37:31: warning: static property 'outputFormat' is not concurrency-safe because non-'Sendable' type 'OutputFormat' may have shared mutable state; this is an error in the Swift 6 language mode
 35 |         public struct GetObject: OutEndpoint, AWSS3Endpoint {
 36 |             public typealias Output = Data
 37 |             public static let outputFormat = OutputFormat.XML
    |                               `- warning: static property 'outputFormat' is not concurrency-safe because non-'Sendable' type 'OutputFormat' may have shared mutable state; this is an error in the Swift 6 language mode
 38 |
 39 |             public let path: String
/host/spi-builder-workspace/.build/checkouts/Decree/Sources/Decree/Basic Types/OutputFormat.swift:9:13: note: enum 'OutputFormat' does not conform to the 'Sendable' protocol
 7 |
 8 | /// Format for parsing data from endpoint
 9 | public enum OutputFormat {
   |             `- note: enum 'OutputFormat' does not conform to the 'Sendable' protocol
10 |     /// [JSON](https://www.json.org)
11 |     case JSON
/host/spi-builder-workspace/Sources/DecreeServices/AWSS3.swift:10:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Decree'
  8 |
  9 | import Foundation
 10 | import Decree
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Decree'
 11 | #if canImport(FoundationNetworking)
 12 |     import FoundationNetworking
    :
 35 |         public struct GetObject: OutEndpoint, AWSS3Endpoint {
 36 |             public typealias Output = Data
 37 |             public static let outputFormat = OutputFormat.XML
    |                               |- note: add '@MainActor' to make static property 'outputFormat' part of global actor 'MainActor'
    |                               `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 38 |
 39 |             public let path: String
/host/spi-builder-workspace/Sources/DecreeServices/AWSS3.swift:49:31: warning: static property 'method' is not concurrency-safe because non-'Sendable' type 'Method' may have shared mutable state; this is an error in the Swift 6 language mode
 47 |         /// Retrieve object's metadata
 48 |         public struct GetObjectMetadata: EmptyEndpoint, AWSS3Endpoint {
 49 |             public static let method = Method.head
    |                               |- warning: static property 'method' is not concurrency-safe because non-'Sendable' type 'Method' may have shared mutable state; this is an error in the Swift 6 language mode
    |                               |- note: add '@MainActor' to make static property 'method' part of global actor 'MainActor'
    |                               `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 50 |
 51 |             public let path: String
/host/spi-builder-workspace/.build/checkouts/Decree/Sources/Decree/Basic Types/Method.swift:11:13: note: enum 'Method' does not conform to the 'Sendable' protocol
  9 |
 10 | /// [HTTP Method](https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods) for making requests
 11 | public enum Method {
    |             `- note: enum 'Method' does not conform to the 'Sendable' protocol
 12 |     /// [GET](https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/GET)
 13 |     ///
/host/spi-builder-workspace/Sources/DecreeServices/AWSS3.swift:61:31: warning: static property 'method' is not concurrency-safe because non-'Sendable' type 'Method' may have shared mutable state; this is an error in the Swift 6 language mode
 59 |         /// Add an object
 60 |         public struct AddObject: InEndpoint, AWSS3Endpoint {
 61 |             public static let method = Method.put
    |                               |- warning: static property 'method' is not concurrency-safe because non-'Sendable' type 'Method' may have shared mutable state; this is an error in the Swift 6 language mode
    |                               |- note: add '@MainActor' to make static property 'method' part of global actor 'MainActor'
    |                               `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 62 |
 63 |             public typealias Input = Data
/host/spi-builder-workspace/.build/checkouts/Decree/Sources/Decree/Basic Types/Method.swift:11:13: note: enum 'Method' does not conform to the 'Sendable' protocol
  9 |
 10 | /// [HTTP Method](https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods) for making requests
 11 | public enum Method {
    |             `- note: enum 'Method' does not conform to the 'Sendable' protocol
 12 |     /// [GET](https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/GET)
 13 |     ///
/host/spi-builder-workspace/Sources/DecreeServices/AWSS3.swift:64:31: warning: static property 'outputFormat' is not concurrency-safe because non-'Sendable' type 'OutputFormat' may have shared mutable state; this is an error in the Swift 6 language mode
 62 |
 63 |             public typealias Input = Data
 64 |             public static let outputFormat = OutputFormat.XML
    |                               |- warning: static property 'outputFormat' is not concurrency-safe because non-'Sendable' type 'OutputFormat' may have shared mutable state; this is an error in the Swift 6 language mode
    |                               |- note: add '@MainActor' to make static property 'outputFormat' part of global actor 'MainActor'
    |                               `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 65 |
 66 |             public let path: String
/host/spi-builder-workspace/.build/checkouts/Decree/Sources/Decree/Basic Types/OutputFormat.swift:9:13: note: enum 'OutputFormat' does not conform to the 'Sendable' protocol
 7 |
 8 | /// Format for parsing data from endpoint
 9 | public enum OutputFormat {
   |             `- note: enum 'OutputFormat' does not conform to the 'Sendable' protocol
10 |     /// [JSON](https://www.json.org)
11 |     case JSON
/host/spi-builder-workspace/Sources/DecreeServices/AWSS3.swift:76:31: warning: static property 'method' is not concurrency-safe because non-'Sendable' type 'Method' may have shared mutable state; this is an error in the Swift 6 language mode
 74 |         /// Delete an object
 75 |         public struct DeleteObject: EmptyEndpoint, AWSS3Endpoint {
 76 |             public static let method = Method.delete
    |                               |- warning: static property 'method' is not concurrency-safe because non-'Sendable' type 'Method' may have shared mutable state; this is an error in the Swift 6 language mode
    |                               |- note: add '@MainActor' to make static property 'method' part of global actor 'MainActor'
    |                               `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 77 |
 78 |             public static let outputFormat = OutputFormat.XML
/host/spi-builder-workspace/.build/checkouts/Decree/Sources/Decree/Basic Types/Method.swift:11:13: note: enum 'Method' does not conform to the 'Sendable' protocol
  9 |
 10 | /// [HTTP Method](https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods) for making requests
 11 | public enum Method {
    |             `- note: enum 'Method' does not conform to the 'Sendable' protocol
 12 |     /// [GET](https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/GET)
 13 |     ///
/host/spi-builder-workspace/Sources/DecreeServices/AWSS3.swift:78:31: warning: static property 'outputFormat' is not concurrency-safe because non-'Sendable' type 'OutputFormat' may have shared mutable state; this is an error in the Swift 6 language mode
 76 |             public static let method = Method.delete
 77 |
 78 |             public static let outputFormat = OutputFormat.XML
    |                               |- warning: static property 'outputFormat' is not concurrency-safe because non-'Sendable' type 'OutputFormat' may have shared mutable state; this is an error in the Swift 6 language mode
    |                               |- note: add '@MainActor' to make static property 'outputFormat' part of global actor 'MainActor'
    |                               `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 79 |
 80 |             public let path: String
/host/spi-builder-workspace/.build/checkouts/Decree/Sources/Decree/Basic Types/OutputFormat.swift:9:13: note: enum 'OutputFormat' does not conform to the 'Sendable' protocol
 7 |
 8 | /// Format for parsing data from endpoint
 9 | public enum OutputFormat {
   |             `- note: enum 'OutputFormat' does not conform to the 'Sendable' protocol
10 |     /// [JSON](https://www.json.org)
11 |     case JSON
/host/spi-builder-workspace/Sources/DecreeServices/AWSS3.swift:120:27: warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
118 |
119 |         /// Customize this shared instance for your target bucket
120 |         public static var shared = AWS.S3(region: "us-west1", bucket: "default", accessKey: "", secretKey: "")
    |                           |- warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: convert 'shared' to a 'let' constant to make 'Sendable' shared state immutable
    |                           |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
121 |
122 |         public var baseURL: URL {
[221/222] Emitting module DecreeServices
/host/spi-builder-workspace/Sources/DecreeServices/AWSS3.swift:37:31: warning: static property 'outputFormat' is not concurrency-safe because non-'Sendable' type 'OutputFormat' may have shared mutable state; this is an error in the Swift 6 language mode
 35 |         public struct GetObject: OutEndpoint, AWSS3Endpoint {
 36 |             public typealias Output = Data
 37 |             public static let outputFormat = OutputFormat.XML
    |                               `- warning: static property 'outputFormat' is not concurrency-safe because non-'Sendable' type 'OutputFormat' may have shared mutable state; this is an error in the Swift 6 language mode
 38 |
 39 |             public let path: String
/host/spi-builder-workspace/.build/checkouts/Decree/Sources/Decree/Basic Types/OutputFormat.swift:9:13: note: enum 'OutputFormat' does not conform to the 'Sendable' protocol
 7 |
 8 | /// Format for parsing data from endpoint
 9 | public enum OutputFormat {
   |             `- note: enum 'OutputFormat' does not conform to the 'Sendable' protocol
10 |     /// [JSON](https://www.json.org)
11 |     case JSON
/host/spi-builder-workspace/Sources/DecreeServices/AWSS3.swift:10:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Decree'
  8 |
  9 | import Foundation
 10 | import Decree
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Decree'
 11 | #if canImport(FoundationNetworking)
 12 |     import FoundationNetworking
    :
 35 |         public struct GetObject: OutEndpoint, AWSS3Endpoint {
 36 |             public typealias Output = Data
 37 |             public static let outputFormat = OutputFormat.XML
    |                               |- note: add '@MainActor' to make static property 'outputFormat' part of global actor 'MainActor'
    |                               `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 38 |
 39 |             public let path: String
/host/spi-builder-workspace/Sources/DecreeServices/AWSS3.swift:49:31: warning: static property 'method' is not concurrency-safe because non-'Sendable' type 'Method' may have shared mutable state; this is an error in the Swift 6 language mode
 47 |         /// Retrieve object's metadata
 48 |         public struct GetObjectMetadata: EmptyEndpoint, AWSS3Endpoint {
 49 |             public static let method = Method.head
    |                               |- warning: static property 'method' is not concurrency-safe because non-'Sendable' type 'Method' may have shared mutable state; this is an error in the Swift 6 language mode
    |                               |- note: add '@MainActor' to make static property 'method' part of global actor 'MainActor'
    |                               `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 50 |
 51 |             public let path: String
/host/spi-builder-workspace/.build/checkouts/Decree/Sources/Decree/Basic Types/Method.swift:11:13: note: enum 'Method' does not conform to the 'Sendable' protocol
  9 |
 10 | /// [HTTP Method](https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods) for making requests
 11 | public enum Method {
    |             `- note: enum 'Method' does not conform to the 'Sendable' protocol
 12 |     /// [GET](https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/GET)
 13 |     ///
/host/spi-builder-workspace/Sources/DecreeServices/AWSS3.swift:61:31: warning: static property 'method' is not concurrency-safe because non-'Sendable' type 'Method' may have shared mutable state; this is an error in the Swift 6 language mode
 59 |         /// Add an object
 60 |         public struct AddObject: InEndpoint, AWSS3Endpoint {
 61 |             public static let method = Method.put
    |                               |- warning: static property 'method' is not concurrency-safe because non-'Sendable' type 'Method' may have shared mutable state; this is an error in the Swift 6 language mode
    |                               |- note: add '@MainActor' to make static property 'method' part of global actor 'MainActor'
    |                               `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 62 |
 63 |             public typealias Input = Data
/host/spi-builder-workspace/.build/checkouts/Decree/Sources/Decree/Basic Types/Method.swift:11:13: note: enum 'Method' does not conform to the 'Sendable' protocol
  9 |
 10 | /// [HTTP Method](https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods) for making requests
 11 | public enum Method {
    |             `- note: enum 'Method' does not conform to the 'Sendable' protocol
 12 |     /// [GET](https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/GET)
 13 |     ///
/host/spi-builder-workspace/Sources/DecreeServices/AWSS3.swift:64:31: warning: static property 'outputFormat' is not concurrency-safe because non-'Sendable' type 'OutputFormat' may have shared mutable state; this is an error in the Swift 6 language mode
 62 |
 63 |             public typealias Input = Data
 64 |             public static let outputFormat = OutputFormat.XML
    |                               |- warning: static property 'outputFormat' is not concurrency-safe because non-'Sendable' type 'OutputFormat' may have shared mutable state; this is an error in the Swift 6 language mode
    |                               |- note: add '@MainActor' to make static property 'outputFormat' part of global actor 'MainActor'
    |                               `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 65 |
 66 |             public let path: String
/host/spi-builder-workspace/.build/checkouts/Decree/Sources/Decree/Basic Types/OutputFormat.swift:9:13: note: enum 'OutputFormat' does not conform to the 'Sendable' protocol
 7 |
 8 | /// Format for parsing data from endpoint
 9 | public enum OutputFormat {
   |             `- note: enum 'OutputFormat' does not conform to the 'Sendable' protocol
10 |     /// [JSON](https://www.json.org)
11 |     case JSON
/host/spi-builder-workspace/Sources/DecreeServices/AWSS3.swift:76:31: warning: static property 'method' is not concurrency-safe because non-'Sendable' type 'Method' may have shared mutable state; this is an error in the Swift 6 language mode
 74 |         /// Delete an object
 75 |         public struct DeleteObject: EmptyEndpoint, AWSS3Endpoint {
 76 |             public static let method = Method.delete
    |                               |- warning: static property 'method' is not concurrency-safe because non-'Sendable' type 'Method' may have shared mutable state; this is an error in the Swift 6 language mode
    |                               |- note: add '@MainActor' to make static property 'method' part of global actor 'MainActor'
    |                               `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 77 |
 78 |             public static let outputFormat = OutputFormat.XML
/host/spi-builder-workspace/.build/checkouts/Decree/Sources/Decree/Basic Types/Method.swift:11:13: note: enum 'Method' does not conform to the 'Sendable' protocol
  9 |
 10 | /// [HTTP Method](https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods) for making requests
 11 | public enum Method {
    |             `- note: enum 'Method' does not conform to the 'Sendable' protocol
 12 |     /// [GET](https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/GET)
 13 |     ///
/host/spi-builder-workspace/Sources/DecreeServices/AWSS3.swift:78:31: warning: static property 'outputFormat' is not concurrency-safe because non-'Sendable' type 'OutputFormat' may have shared mutable state; this is an error in the Swift 6 language mode
 76 |             public static let method = Method.delete
 77 |
 78 |             public static let outputFormat = OutputFormat.XML
    |                               |- warning: static property 'outputFormat' is not concurrency-safe because non-'Sendable' type 'OutputFormat' may have shared mutable state; this is an error in the Swift 6 language mode
    |                               |- note: add '@MainActor' to make static property 'outputFormat' part of global actor 'MainActor'
    |                               `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 79 |
 80 |             public let path: String
/host/spi-builder-workspace/.build/checkouts/Decree/Sources/Decree/Basic Types/OutputFormat.swift:9:13: note: enum 'OutputFormat' does not conform to the 'Sendable' protocol
 7 |
 8 | /// Format for parsing data from endpoint
 9 | public enum OutputFormat {
   |             `- note: enum 'OutputFormat' does not conform to the 'Sendable' protocol
10 |     /// [JSON](https://www.json.org)
11 |     case JSON
/host/spi-builder-workspace/Sources/DecreeServices/AWSS3.swift:120:27: warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
118 |
119 |         /// Customize this shared instance for your target bucket
120 |         public static var shared = AWS.S3(region: "us-west1", bucket: "default", accessKey: "", secretKey: "")
    |                           |- warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: convert 'shared' to a 'let' constant to make 'Sendable' shared state immutable
    |                           |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
121 |
122 |         public var baseURL: URL {
/host/spi-builder-workspace/Sources/DecreeServices/AppleAppStore.swift:21:27: warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 19 |         public typealias ErrorResponse = NoErrorResponse
 20 |
 21 |         public static var shared = AppStore()
    |                           |- warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: convert 'shared' to a 'let' constant to make 'Sendable' shared state immutable
    |                           |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 22 |         public var sessionOverride: Session? = nil
 23 |
/host/spi-builder-workspace/Sources/DecreeServices/AppleAppStore.swift:54:27: warning: static property 'method' is not concurrency-safe because non-'Sendable' type 'Method' may have shared mutable state; this is an error in the Swift 6 language mode
 52 |         public typealias Service = Apple.AppStore
 53 |
 54 |         public static let method = Method.post
    |                           `- warning: static property 'method' is not concurrency-safe because non-'Sendable' type 'Method' may have shared mutable state; this is an error in the Swift 6 language mode
 55 |         public let path = ""
 56 |
/host/spi-builder-workspace/.build/checkouts/Decree/Sources/Decree/Basic Types/Method.swift:11:13: note: enum 'Method' does not conform to the 'Sendable' protocol
  9 |
 10 | /// [HTTP Method](https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods) for making requests
 11 | public enum Method {
    |             `- note: enum 'Method' does not conform to the 'Sendable' protocol
 12 |     /// [GET](https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/GET)
 13 |     ///
/host/spi-builder-workspace/Sources/DecreeServices/AppleAppStore.swift:9:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Decree'
  7 |
  8 | import Foundation
  9 | import Decree
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Decree'
 10 | #if canImport(FoundationNetworking)
 11 |     import FoundationNetworking
    :
 52 |         public typealias Service = Apple.AppStore
 53 |
 54 |         public static let method = Method.post
    |                           |- note: add '@MainActor' to make static property 'method' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 55 |         public let path = ""
 56 |
/host/spi-builder-workspace/Sources/DecreeServices/FreshDesk.swift:26:23: warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 24 |     }
 25 |
 26 |     public static var shared = FreshDesk()
    |                       |- warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'shared' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 27 |     public private(set) var authorization: Authorization = .none
 28 |
/host/spi-builder-workspace/Sources/DecreeServices/FreshDesk.swift:52:27: warning: static property 'inputFormat' is not concurrency-safe because non-'Sendable' type 'InputFormat' may have shared mutable state; this is an error in the Swift 6 language mode
 50 |
 51 |         public typealias Input = Ticket
 52 |         public static let inputFormat = InputFormat.formData
    |                           `- warning: static property 'inputFormat' is not concurrency-safe because non-'Sendable' type 'InputFormat' may have shared mutable state; this is an error in the Swift 6 language mode
 53 |
 54 |         public static let method = Method.post
/host/spi-builder-workspace/.build/checkouts/Decree/Sources/Decree/Basic Types/InputFormat.swift:9:13: note: enum 'InputFormat' does not conform to the 'Sendable' protocol
 7 |
 8 | /// Format for uploading data to endpoint
 9 | public enum InputFormat {
   |             `- note: enum 'InputFormat' does not conform to the 'Sendable' protocol
10 |     /// [JSON](https://www.json.org)
11 |     case JSON
/host/spi-builder-workspace/Sources/DecreeServices/FreshDesk.swift:9:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Decree'
  7 |
  8 | import Foundation
  9 | import Decree
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Decree'
 10 | #if canImport(FoundationNetworking)
 11 |     import FoundationNetworking
    :
 50 |
 51 |         public typealias Input = Ticket
 52 |         public static let inputFormat = InputFormat.formData
    |                           |- note: add '@MainActor' to make static property 'inputFormat' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 53 |
 54 |         public static let method = Method.post
/host/spi-builder-workspace/Sources/DecreeServices/FreshDesk.swift:54:27: warning: static property 'method' is not concurrency-safe because non-'Sendable' type 'Method' may have shared mutable state; this is an error in the Swift 6 language mode
 52 |         public static let inputFormat = InputFormat.formData
 53 |
 54 |         public static let method = Method.post
    |                           |- warning: static property 'method' is not concurrency-safe because non-'Sendable' type 'Method' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'method' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 55 |
 56 |         public let path = "tickets"
/host/spi-builder-workspace/.build/checkouts/Decree/Sources/Decree/Basic Types/Method.swift:11:13: note: enum 'Method' does not conform to the 'Sendable' protocol
  9 |
 10 | /// [HTTP Method](https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods) for making requests
 11 | public enum Method {
    |             `- note: enum 'Method' does not conform to the 'Sendable' protocol
 12 |     /// [GET](https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/GET)
 13 |     ///
/host/spi-builder-workspace/Sources/DecreeServices/GoogleAnalytics.swift:21:27: warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 19 |         public typealias ErrorResponse = NoErrorResponse
 20 |
 21 |         public static var shared = Analytics()
    |                           |- warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: convert 'shared' to a 'let' constant to make 'Sendable' shared state immutable
    |                           |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 22 |
 23 |         public var sessionOverride: Session?
/host/spi-builder-workspace/Sources/DecreeServices/GoogleAnalytics.swift:37:27: warning: static property 'method' is not concurrency-safe because non-'Sendable' type 'Method' may have shared mutable state; this is an error in the Swift 6 language mode
 35 |         public typealias Service = Google.Analytics
 36 |
 37 |         public static let method = Method.post
    |                           `- warning: static property 'method' is not concurrency-safe because non-'Sendable' type 'Method' may have shared mutable state; this is an error in the Swift 6 language mode
 38 |         public let path = "collect"
 39 |
/host/spi-builder-workspace/.build/checkouts/Decree/Sources/Decree/Basic Types/Method.swift:11:13: note: enum 'Method' does not conform to the 'Sendable' protocol
  9 |
 10 | /// [HTTP Method](https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods) for making requests
 11 | public enum Method {
    |             `- note: enum 'Method' does not conform to the 'Sendable' protocol
 12 |     /// [GET](https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/GET)
 13 |     ///
/host/spi-builder-workspace/Sources/DecreeServices/GoogleAnalytics.swift:10:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Decree'
  8 |
  9 | import Foundation
 10 | import Decree
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Decree'
 11 |
 12 | public struct Google {
    :
 35 |         public typealias Service = Google.Analytics
 36 |
 37 |         public static let method = Method.post
    |                           |- note: add '@MainActor' to make static property 'method' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 38 |         public let path = "collect"
 39 |
/host/spi-builder-workspace/Sources/DecreeServices/GoogleAnalytics.swift:44:27: warning: static property 'inputFormat' is not concurrency-safe because non-'Sendable' type 'InputFormat' may have shared mutable state; this is an error in the Swift 6 language mode
 42 |         public init() {}
 43 |
 44 |         public static let inputFormat = InputFormat.formURLEncoded
    |                           |- warning: static property 'inputFormat' is not concurrency-safe because non-'Sendable' type 'InputFormat' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'inputFormat' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 45 |     }
 46 |
/host/spi-builder-workspace/.build/checkouts/Decree/Sources/Decree/Basic Types/InputFormat.swift:9:13: note: enum 'InputFormat' does not conform to the 'Sendable' protocol
 7 |
 8 | /// Format for uploading data to endpoint
 9 | public enum InputFormat {
   |             `- note: enum 'InputFormat' does not conform to the 'Sendable' protocol
10 |     /// [JSON](https://www.json.org)
11 |     case JSON
/host/spi-builder-workspace/Sources/DecreeServices/Private/TestableDate.swift:11:24: warning: static property 'faked' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 9 |
10 | public struct TestableDate {
11 |     private static var faked: (base: Date, started: Date)?
   |                        |- warning: static property 'faked' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: convert 'faked' to a 'let' constant to make 'Sendable' shared state immutable
   |                        |- note: add '@MainActor' to make static property 'faked' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 |
13 |     public static func startFakingNow(from: Date) {
[222/222] Compiling DecreeServices AppleAppStore.swift
/host/spi-builder-workspace/Sources/DecreeServices/AppleAppStore.swift:21:27: warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 19 |         public typealias ErrorResponse = NoErrorResponse
 20 |
 21 |         public static var shared = AppStore()
    |                           |- warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: convert 'shared' to a 'let' constant to make 'Sendable' shared state immutable
    |                           |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 22 |         public var sessionOverride: Session? = nil
 23 |
/host/spi-builder-workspace/Sources/DecreeServices/AppleAppStore.swift:54:27: warning: static property 'method' is not concurrency-safe because non-'Sendable' type 'Method' may have shared mutable state; this is an error in the Swift 6 language mode
 52 |         public typealias Service = Apple.AppStore
 53 |
 54 |         public static let method = Method.post
    |                           `- warning: static property 'method' is not concurrency-safe because non-'Sendable' type 'Method' may have shared mutable state; this is an error in the Swift 6 language mode
 55 |         public let path = ""
 56 |
/host/spi-builder-workspace/.build/checkouts/Decree/Sources/Decree/Basic Types/Method.swift:11:13: note: enum 'Method' does not conform to the 'Sendable' protocol
  9 |
 10 | /// [HTTP Method](https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods) for making requests
 11 | public enum Method {
    |             `- note: enum 'Method' does not conform to the 'Sendable' protocol
 12 |     /// [GET](https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/GET)
 13 |     ///
/host/spi-builder-workspace/Sources/DecreeServices/AppleAppStore.swift:9:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Decree'
  7 |
  8 | import Foundation
  9 | import Decree
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Decree'
 10 | #if canImport(FoundationNetworking)
 11 |     import FoundationNetworking
    :
 52 |         public typealias Service = Apple.AppStore
 53 |
 54 |         public static let method = Method.post
    |                           |- note: add '@MainActor' to make static property 'method' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 55 |         public let path = ""
 56 |
Build complete! (52.82s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "decree",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.4.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/drewag/Decree.git"
    },
    {
      "identity" : "cryptoswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/krzyzanowskim/CryptoSwift.git"
    }
  ],
  "manifest_display_name" : "DecreeServices",
  "name" : "DecreeServices",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.12"
    },
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    }
  ],
  "products" : [
    {
      "name" : "DecreeServices",
      "targets" : [
        "DecreeServices"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "DecreeServicesTests",
      "module_type" : "SwiftTarget",
      "name" : "DecreeServicesTests",
      "path" : "Tests/DecreeServicesTests",
      "sources" : [
        "AWSS3Tests.swift",
        "AppleAppStoreTests.swift",
        "FreshDeskTests.swift",
        "GoogleAnalyticsTests.swift",
        "Helpers/Data+Helpers.swift",
        "Helpers/Decodable+Helpers.swift",
        "Helpers/Result+Helpers.swift",
        "Helpers/TestURLSession.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "DecreeServices"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DecreeServices",
      "module_type" : "SwiftTarget",
      "name" : "DecreeServices",
      "path" : "Sources/DecreeServices",
      "product_dependencies" : [
        "Decree",
        "CryptoSwift"
      ],
      "product_memberships" : [
        "DecreeServices"
      ],
      "sources" : [
        "AWSS3+Mocking.swift",
        "AWSS3.swift",
        "AppleAppStore.swift",
        "FreshDesk.swift",
        "GoogleAnalytics.swift",
        "Private/AWSS3+Private.swift",
        "Private/TestableDate.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.