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 1.0.1 (2de969), with Swift 6.1 for Linux on 1 May 2025 00:18:40 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/brightdigit/AviaryInsights.git
Reference: 1.0.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/brightdigit/AviaryInsights
 * tag               1.0.1      -> FETCH_HEAD
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 1.0.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
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-4609320-1":/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/apple/swift-openapi-urlsession
Fetching https://github.com/apple/swift-openapi-runtime
[1/961] Fetching swift-openapi-urlsession
[857/6633] Fetching swift-openapi-urlsession, swift-openapi-runtime
Fetched https://github.com/apple/swift-openapi-urlsession from cache (0.38s)
[2893/5672] Fetching swift-openapi-runtime
Fetched https://github.com/apple/swift-openapi-runtime from cache (0.60s)
Computing version for https://github.com/apple/swift-openapi-urlsession
Computed https://github.com/apple/swift-openapi-urlsession at 1.1.0 (4.17s)
Fetching https://github.com/apple/swift-collections
Fetching https://github.com/apple/swift-http-types
[1/904] Fetching swift-http-types
[806/17173] Fetching swift-http-types, swift-collections
Fetched https://github.com/apple/swift-http-types from cache (0.43s)
[814/16269] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (1.67s)
Computing version for https://github.com/apple/swift-openapi-runtime
Computed https://github.com/apple/swift-openapi-runtime at 1.8.2 (2.68s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.4.0 (1.05s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.1.4 (1.23s)
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-openapi-urlsession
Working copy of https://github.com/apple/swift-openapi-urlsession resolved at 1.1.0
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.2
Building for debugging...
[0/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/32] Emitting module HTTPTypes
[9/33] Compiling InternalCollectionsUtilities _SortedCollection.swift
[10/33] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[11/35] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[12/35] Compiling InternalCollectionsUtilities Specialize.swift
[13/35] Compiling HTTPTypes HTTPRequest.swift
[14/35] Compiling HTTPTypes ISOLatin1String.swift
[15/35] Compiling InternalCollectionsUtilities Debugging.swift
[16/35] Compiling InternalCollectionsUtilities Descriptions.swift
[17/35] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[18/35] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[19/35] Compiling InternalCollectionsUtilities UInt+reversed.swift
[20/35] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[21/35] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[22/35] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[23/35] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[24/35] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[25/35] Compiling InternalCollectionsUtilities Integer rank.swift
[26/35] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[27/35] Emitting module InternalCollectionsUtilities
[28/35] Compiling HTTPTypes HTTPParsedFields.swift
[29/35] Compiling HTTPTypes HTTPResponse.swift
[30/35] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[31/35] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[33/51] Compiling DequeModule Deque+CustomReflectable.swift
[34/51] Compiling DequeModule Deque+Descriptions.swift
[35/53] Compiling DequeModule _DequeBuffer.swift
[36/53] Compiling DequeModule _DequeBufferHeader.swift
[37/53] Compiling DequeModule Deque+Extras.swift
[38/53] Compiling DequeModule Deque+Hashable.swift
[39/53] Compiling DequeModule Deque+Equatable.swift
[40/53] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[41/53] Compiling DequeModule Deque+Testing.swift
[42/53] Compiling DequeModule Deque._Storage.swift
[43/53] Compiling HTTPTypes NIOLock.swift
[44/53] Compiling DequeModule _DequeSlot.swift
[45/53] Compiling DequeModule _UnsafeWrappedBuffer.swift
[46/53] Compiling DequeModule Deque._UnsafeHandle.swift
[47/53] Compiling DequeModule Deque.swift
[48/53] Compiling DequeModule Deque+Codable.swift
[49/53] Compiling DequeModule Deque+Collection.swift
[50/53] Emitting module DequeModule
[52/54] Compiling HTTPTypes HTTPFieldName.swift
[53/54] Compiling HTTPTypes HTTPField.swift
[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 WarningSuppressingAnnotations.swift
[67/124] Compiling OpenAPIRuntime CodableExtensions.swift
[68/124] Compiling OpenAPIRuntime Configuration.swift
[69/124] Compiling OpenAPIRuntime Converter+Client.swift
[70/124] Compiling OpenAPIRuntime Converter+Common.swift
[71/124] Compiling OpenAPIRuntime Converter+Server.swift
[72/124] Compiling OpenAPIRuntime Converter.swift
[73/124] Compiling OpenAPIRuntime CurrencyExtensions.swift
[74/124] Compiling OpenAPIRuntime ErrorExtensions.swift
[75/124] Compiling OpenAPIRuntime URICodeCodingKey.swift
[76/124] Compiling OpenAPIRuntime URICoderConfiguration.swift
[77/124] Compiling OpenAPIRuntime URIEncodedNode.swift
[78/124] Compiling OpenAPIRuntime URIParsedTypes.swift
[79/124] Compiling OpenAPIRuntime URIDecoder.swift
[80/124] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[81/124] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[82/124] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
[83/124] Compiling OpenAPIRuntime JSONLinesDecoding.swift
[84/124] Compiling OpenAPIRuntime JSONLinesEncoding.swift
[85/124] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
[86/124] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
[87/124] Compiling OpenAPIRuntime ServerSentEvents.swift
[88/124] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
[89/124] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
[90/124] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
[91/124] Compiling OpenAPIRuntime ClientTransport.swift
[92/124] Compiling OpenAPIRuntime MultipartFramesToBytesSequence.swift
[93/124] Compiling OpenAPIRuntime MultipartFramesToRawPartsSequence.swift
[94/124] Compiling OpenAPIRuntime MultipartInternalTypes.swift
[95/124] Compiling OpenAPIRuntime MultipartPublicTypes.swift
[96/124] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
[97/124] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
[98/124] Compiling OpenAPIRuntime MultipartValidation.swift
[99/124] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
[100/124] Compiling OpenAPIRuntime Acceptable.swift
[101/124] Compiling OpenAPIRuntime Base64EncodedData.swift
[102/124] Compiling OpenAPIRuntime ByteUtilities.swift
[103/124] Compiling OpenAPIRuntime ContentDisposition.swift
[104/124] Compiling OpenAPIRuntime CopyOnWriteBox.swift
[105/124] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
[106/124] Compiling OpenAPIRuntime OpenAPIValue.swift
[107/124] Compiling OpenAPIRuntime PrettyStringConvertible.swift
[108/124] Compiling OpenAPIRuntime UndocumentedPayload.swift
[109/124] Compiling OpenAPIRuntime CurrencyTypes.swift
[110/124] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
[111/124] Compiling OpenAPIRuntime HTTPBody.swift
[112/124] Compiling OpenAPIRuntime ServerTransport.swift
[113/124] Compiling OpenAPIRuntime UniversalClient.swift
[114/124] Compiling OpenAPIRuntime UniversalServer.swift
[115/124] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
[116/124] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.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 BidirectionalStreamingURLSessionDelegate.swift
[127/132] Compiling OpenAPIURLSession Lock.swift
[128/132] Compiling OpenAPIURLSession URLSession+Extensions.swift
[129/132] Compiling OpenAPIURLSession HTTPBodyOutputStreamBridge.swift
[130/132] Compiling OpenAPIURLSession URLSessionTransport.swift
[131/132] Emitting module OpenAPIURLSession
[132/132] Compiling OpenAPIURLSession BufferedStream.swift
[134/140] Compiling AviaryInsights Revenue.swift
[135/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`.
[136/140] Compiling AviaryInsights Operations.swift
[137/140] Compiling AviaryInsights Plausible.swift
[138/140] Compiling AviaryInsights Client.swift
[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! (53.80s)
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.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.