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 AviaryInsights, reference main (2de969), with Swift 6.0 for Linux on 18 Mar 2025 20:15:03 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/brightdigit/AviaryInsights.git
Reference: main
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/brightdigit/AviaryInsights
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 2de9697 Merge pull request #19 from brightdigit/v1.0.1
Cloned https://github.com/brightdigit/AviaryInsights.git
Revision (git rev-parse @):
2de9697acd3c0f86e54b190f151d745361c31f15
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/brightdigit/AviaryInsights.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/brightdigit/AviaryInsights.git
https://github.com/brightdigit/AviaryInsights.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-openapi-runtime",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-openapi-runtime"
    },
    {
      "identity" : "swift-openapi-urlsession",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-openapi-urlsession"
    }
  ],
  "manifest_display_name" : "AviaryInsights",
  "name" : "AviaryInsights",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "AviaryInsights",
      "targets" : [
        "AviaryInsights"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AviaryInsightsTests",
      "module_type" : "SwiftTarget",
      "name" : "AviaryInsightsTests",
      "path" : "Tests/AviaryInsightsTests",
      "product_dependencies" : [
        "OpenAPIRuntime"
      ],
      "sources" : [
        "AviaryInsightsTests.swift",
        "Event.swift",
        "MockTransport.swift",
        "Revenue.swift"
      ],
      "target_dependencies" : [
        "AviaryInsights"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AviaryInsights",
      "module_type" : "SwiftTarget",
      "name" : "AviaryInsights",
      "path" : "Sources/AviaryInsights",
      "product_dependencies" : [
        "OpenAPIURLSession",
        "OpenAPIRuntime"
      ],
      "product_memberships" : [
        "AviaryInsights"
      ],
      "sources" : [
        "Event.swift",
        "Generated/Client.swift",
        "Generated/Types.swift",
        "Operations.swift",
        "Plausible.swift",
        "Revenue.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-openapi-runtime
Fetching https://github.com/apple/swift-openapi-urlsession
[1/806] Fetching swift-openapi-urlsession
[807/6422] Fetching swift-openapi-urlsession, swift-openapi-runtime
Fetched https://github.com/apple/swift-openapi-urlsession from cache (0.39s)
Fetched https://github.com/apple/swift-openapi-runtime from cache (0.40s)
Computing version for https://github.com/apple/swift-openapi-urlsession
Computed https://github.com/apple/swift-openapi-urlsession at 1.0.2 (2.20s)
Fetching https://github.com/apple/swift-http-types
Fetching https://github.com/apple/swift-collections
[1/877] Fetching swift-http-types
[878/16772] Fetching swift-http-types, swift-collections
Fetched https://github.com/apple/swift-http-types from cache (0.98s)
Fetched https://github.com/apple/swift-collections from cache (1.01s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.3.1 (0.65s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.1.4 (0.84s)
Computing version for https://github.com/apple/swift-openapi-runtime
Computed https://github.com/apple/swift-openapi-runtime at 1.8.1 (0.59s)
Creating working copy for https://github.com/apple/swift-openapi-urlsession
Working copy of https://github.com/apple/swift-openapi-urlsession resolved at 1.0.2
Creating working copy for https://github.com/apple/swift-openapi-runtime
Working copy of https://github.com/apple/swift-openapi-runtime resolved at 1.8.1
Creating working copy for https://github.com/apple/swift-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.3.1
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.1.4
Building for debugging...
[0/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/32] Compiling InternalCollectionsUtilities _SortedCollection.swift
[9/32] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[10/34] Emitting module InternalCollectionsUtilities
[11/34] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[12/34] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[13/34] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[14/34] Compiling HTTPTypes HTTPRequest.swift
[15/35] Compiling InternalCollectionsUtilities Debugging.swift
[16/35] Compiling InternalCollectionsUtilities Descriptions.swift
[17/35] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[18/35] Compiling InternalCollectionsUtilities Specialize.swift
[19/35] Compiling HTTPTypes HTTPResponse.swift
[20/35] Compiling HTTPTypes ISOLatin1String.swift
[21/35] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[22/35] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[23/35] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[24/35] Compiling InternalCollectionsUtilities Integer rank.swift
[25/35] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[26/35] Compiling InternalCollectionsUtilities UInt+reversed.swift
[27/35] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[28/35] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[29/35] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[30/36] Compiling HTTPTypes HTTPParsedFields.swift
[32/51] Compiling DequeModule _DequeBuffer.swift
[33/51] Compiling DequeModule _DequeBufferHeader.swift
[34/53] Compiling HTTPTypes NIOLock.swift
[35/53] Compiling DequeModule Deque+Extras.swift
[36/53] Compiling DequeModule Deque+Hashable.swift
[37/53] Compiling DequeModule Deque+Testing.swift
[38/53] Compiling DequeModule Deque._Storage.swift
[39/53] Compiling DequeModule _DequeSlot.swift
[40/53] Compiling DequeModule _UnsafeWrappedBuffer.swift
[41/53] Compiling DequeModule Deque._UnsafeHandle.swift
[42/53] Compiling DequeModule Deque.swift
[43/53] Compiling DequeModule Deque+CustomReflectable.swift
[44/53] Compiling DequeModule Deque+Descriptions.swift
[45/53] Compiling DequeModule Deque+Equatable.swift
[46/53] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[47/53] Compiling DequeModule Deque+Codable.swift
[48/53] Compiling DequeModule Deque+Collection.swift
[49/53] Emitting module DequeModule
[51/54] Compiling HTTPTypes HTTPFieldName.swift
[52/54] Compiling HTTPTypes HTTPField.swift
[53/54] Emitting module HTTPTypes
[54/54] Compiling HTTPTypes HTTPFields.swift
[56/116] Emitting module OpenAPIRuntime
[57/124] Compiling OpenAPIRuntime FoundationExtensions.swift
[58/124] Compiling OpenAPIRuntime ParameterStyles.swift
[59/124] Compiling OpenAPIRuntime ServerVariable.swift
[60/124] Compiling OpenAPIRuntime URLExtensions.swift
[61/124] Compiling OpenAPIRuntime Deprecated.swift
[62/124] Compiling OpenAPIRuntime ClientError.swift
[63/124] Compiling OpenAPIRuntime CodingErrors.swift
[64/124] Compiling OpenAPIRuntime RuntimeError.swift
[65/124] Compiling OpenAPIRuntime ServerError.swift
[66/124] Compiling OpenAPIRuntime MultipartFramesToBytesSequence.swift
[67/124] Compiling OpenAPIRuntime MultipartFramesToRawPartsSequence.swift
[68/124] Compiling OpenAPIRuntime MultipartInternalTypes.swift
[69/124] Compiling OpenAPIRuntime MultipartPublicTypes.swift
[70/124] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
[71/124] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
[72/124] Compiling OpenAPIRuntime MultipartValidation.swift
[73/124] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
[74/124] Compiling OpenAPIRuntime JSONLinesDecoding.swift
[75/124] Compiling OpenAPIRuntime JSONLinesEncoding.swift
[76/124] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
[77/124] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
[78/124] Compiling OpenAPIRuntime ServerSentEvents.swift
[79/124] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
[80/124] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
[81/124] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
[82/124] Compiling OpenAPIRuntime ClientTransport.swift
[83/124] Compiling OpenAPIRuntime Acceptable.swift
[84/124] Compiling OpenAPIRuntime Base64EncodedData.swift
[85/124] Compiling OpenAPIRuntime ByteUtilities.swift
[86/124] Compiling OpenAPIRuntime ContentDisposition.swift
[87/124] Compiling OpenAPIRuntime CopyOnWriteBox.swift
[88/124] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
[89/124] Compiling OpenAPIRuntime OpenAPIValue.swift
[90/124] Compiling OpenAPIRuntime PrettyStringConvertible.swift
[91/124] Compiling OpenAPIRuntime UndocumentedPayload.swift
[92/124] Compiling OpenAPIRuntime CurrencyTypes.swift
[93/124] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
[94/124] Compiling OpenAPIRuntime HTTPBody.swift
[95/124] Compiling OpenAPIRuntime ServerTransport.swift
[96/124] Compiling OpenAPIRuntime UniversalClient.swift
[97/124] Compiling OpenAPIRuntime UniversalServer.swift
[98/124] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
[99/124] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.swift
[100/124] Compiling OpenAPIRuntime URICodeCodingKey.swift
[101/124] Compiling OpenAPIRuntime URICoderConfiguration.swift
[102/124] Compiling OpenAPIRuntime URIEncodedNode.swift
[103/124] Compiling OpenAPIRuntime URIParsedTypes.swift
[104/124] Compiling OpenAPIRuntime URIDecoder.swift
[105/124] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[106/124] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[107/124] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
[108/124] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
[109/124] Compiling OpenAPIRuntime CodableExtensions.swift
[110/124] Compiling OpenAPIRuntime Configuration.swift
[111/124] Compiling OpenAPIRuntime Converter+Client.swift
[112/124] Compiling OpenAPIRuntime Converter+Common.swift
[113/124] Compiling OpenAPIRuntime Converter+Server.swift
[114/124] Compiling OpenAPIRuntime Converter.swift
[115/124] Compiling OpenAPIRuntime CurrencyExtensions.swift
[116/124] Compiling OpenAPIRuntime ErrorExtensions.swift
[117/124] Compiling OpenAPIRuntime URIValueFromNodeDecoder.swift
[118/124] Compiling OpenAPIRuntime URIEncoder.swift
[119/124] Compiling OpenAPIRuntime URIValueToNodeEncoder+Keyed.swift
[120/124] Compiling OpenAPIRuntime URIValueToNodeEncoder+Single.swift
[121/124] Compiling OpenAPIRuntime URIValueToNodeEncoder+Unkeyed.swift
[122/124] Compiling OpenAPIRuntime URIValueToNodeEncoder.swift
[123/124] Compiling OpenAPIRuntime URIParser.swift
[124/124] Compiling OpenAPIRuntime URISerializer.swift
[126/132] Compiling OpenAPIURLSession HTTPBodyOutputStreamBridge.swift
[127/132] Compiling OpenAPIURLSession BidirectionalStreamingURLSessionDelegate.swift
[128/132] Compiling OpenAPIURLSession URLSession+Extensions.swift
[129/132] Compiling OpenAPIURLSession URLSessionTransport.swift
[130/132] Compiling OpenAPIURLSession Lock.swift
[131/132] Compiling OpenAPIURLSession BufferedStream.swift
[132/132] Emitting module OpenAPIURLSession
[134/140] Compiling AviaryInsights Revenue.swift
[135/140] Compiling AviaryInsights Plausible.swift
[136/140] Compiling AviaryInsights Operations.swift
[137/140] Compiling AviaryInsights Client.swift
[138/140] Emitting module AviaryInsights
/host/spi-builder-workspace/Sources/AviaryInsights/Generated/Types.swift:67:13: warning: @frozen has no effect on non-public enums
 65 |         internal struct Input: Sendable, Hashable {
 66 |             /// - Remark: Generated from `#/paths/event/POST/requestBody`.
 67 |             @frozen internal enum Body: Sendable, Hashable {
    |             `- warning: @frozen has no effect on non-public enums
 68 |                 /// - Remark: Generated from `#/paths/event/POST/requestBody/json`.
 69 |                 internal struct jsonPayload: Codable, Hashable, Sendable {
/host/spi-builder-workspace/Sources/AviaryInsights/Generated/Types.swift:168:9: warning: @frozen has no effect on non-public enums
166 |             }
167 |         }
168 |         @frozen internal enum Output: Sendable, Hashable {
    |         `- warning: @frozen has no effect on non-public enums
169 |             internal struct Accepted: Sendable, Hashable {
170 |                 /// Creates a new `Accepted`.
[139/140] Compiling AviaryInsights Event.swift
[140/140] Compiling AviaryInsights Types.swift
/host/spi-builder-workspace/Sources/AviaryInsights/Generated/Types.swift:67:13: warning: @frozen has no effect on non-public enums
 65 |         internal struct Input: Sendable, Hashable {
 66 |             /// - Remark: Generated from `#/paths/event/POST/requestBody`.
 67 |             @frozen internal enum Body: Sendable, Hashable {
    |             `- warning: @frozen has no effect on non-public enums
 68 |                 /// - Remark: Generated from `#/paths/event/POST/requestBody/json`.
 69 |                 internal struct jsonPayload: Codable, Hashable, Sendable {
/host/spi-builder-workspace/Sources/AviaryInsights/Generated/Types.swift:168:9: warning: @frozen has no effect on non-public enums
166 |             }
167 |         }
168 |         @frozen internal enum Output: Sendable, Hashable {
    |         `- warning: @frozen has no effect on non-public enums
169 |             internal struct Accepted: Sendable, Hashable {
170 |                 /// Creates a new `Accepted`.
Build complete! (31.03s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-openapi-runtime",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-openapi-runtime"
    },
    {
      "identity" : "swift-openapi-urlsession",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-openapi-urlsession"
    }
  ],
  "manifest_display_name" : "AviaryInsights",
  "name" : "AviaryInsights",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "AviaryInsights",
      "targets" : [
        "AviaryInsights"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AviaryInsightsTests",
      "module_type" : "SwiftTarget",
      "name" : "AviaryInsightsTests",
      "path" : "Tests/AviaryInsightsTests",
      "product_dependencies" : [
        "OpenAPIRuntime"
      ],
      "sources" : [
        "AviaryInsightsTests.swift",
        "Event.swift",
        "MockTransport.swift",
        "Revenue.swift"
      ],
      "target_dependencies" : [
        "AviaryInsights"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AviaryInsights",
      "module_type" : "SwiftTarget",
      "name" : "AviaryInsights",
      "path" : "Sources/AviaryInsights",
      "product_dependencies" : [
        "OpenAPIURLSession",
        "OpenAPIRuntime"
      ],
      "product_memberships" : [
        "AviaryInsights"
      ],
      "sources" : [
        "Event.swift",
        "Generated/Client.swift",
        "Generated/Types.swift",
        "Operations.swift",
        "Plausible.swift",
        "Revenue.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.