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 googleanalytics-swift, reference 0.0.4 (44b79a), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 15:59:34 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/zunda-pixel/googleanalytics-swift.git
Reference: 0.0.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/zunda-pixel/googleanalytics-swift
 * tag               0.0.4      -> FETCH_HEAD
HEAD is now at 44b79a5 add UserProperties (#6)
Cloned https://github.com/zunda-pixel/googleanalytics-swift.git
Revision (git rev-parse @):
44b79a58a909fb4dccf24fcd37ed8da49df944dd
SUCCESS checkout https://github.com/zunda-pixel/googleanalytics-swift.git at 0.0.4
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/zunda-pixel/googleanalytics-swift.git
https://github.com/zunda-pixel/googleanalytics-swift.git
{
  "dependencies" : [
    {
      "identity" : "swift-http-types",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-http-types.git"
    },
    {
      "identity" : "http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/zunda-pixel/http-client.git"
    },
    {
      "identity" : "swift-currency",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/zunda-pixel/swift-currency"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.10.1",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto"
    },
    {
      "identity" : "swift-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-algorithms"
    }
  ],
  "manifest_display_name" : "googleanalytics-swift",
  "name" : "googleanalytics-swift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "18.0"
    },
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "GoogleAnalytics",
      "targets" : [
        "GoogleAnalytics"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GoogleAnalyticsTests",
      "module_type" : "SwiftTarget",
      "name" : "GoogleAnalyticsTests",
      "path" : "Tests/GoogleAnalyticsTests",
      "sources" : [
        "GoogleAnalyticsTests.swift"
      ],
      "target_dependencies" : [
        "GoogleAnalytics"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GoogleAnalytics",
      "module_type" : "SwiftTarget",
      "name" : "GoogleAnalytics",
      "path" : "Sources/GoogleAnalytics",
      "product_dependencies" : [
        "HTTPTypes",
        "HTTPTypesFoundation",
        "HTTPClient",
        "Currency",
        "Crypto",
        "Algorithms"
      ],
      "product_memberships" : [
        "GoogleAnalytics"
      ],
      "sources" : [
        "Address.swift",
        "AdvertiseEvent.swift",
        "AppEvents.swift",
        "Consent.swift",
        "ConvertEvent.swift",
        "Event.swift",
        "GameEvent.swift",
        "GoogleAnalytics.swift",
        "Item.swift",
        "Payload.swift",
        "Price.swift",
        "PromotionEvent.swift",
        "ResponseError.swift",
        "ShoppingEvent.swift",
        "UserData.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/11] Write sources
[3/11] Copying PrivacyInfo.xcprivacy
[3/11] Write sources
[9/11] Compiling _NumericsShims _NumericsShims.c
[10/11] Write swift-version-2F0A5646E1D333AE.txt
[12/105] Emitting module RealModule
[13/106] Compiling RealModule Float80+Real.swift
[14/106] Compiling RealModule Real.swift
[15/106] Compiling RealModule Float16+Real.swift
[16/106] Emitting module Currency
[17/106] Compiling Currency Currency.swift
[18/106] Compiling RealModule ApproximateEquality.swift
[19/106] Compiling RealModule AlgebraicField.swift
[20/106] Compiling RealModule AugmentedArithmetic.swift
[21/106] Compiling RealModule ElementaryFunctions.swift
[22/106] Compiling RealModule Double+Real.swift
[23/106] Compiling RealModule Float+Real.swift
[24/106] Compiling RealModule RealFunctions.swift
[25/132] Compiling Algorithms EitherSequence.swift
[26/132] Compiling Algorithms FirstNonNil.swift
[27/132] Compiling Algorithms FlattenCollection.swift
[28/132] Compiling Algorithms Suffix.swift
[29/132] Compiling Algorithms Trim.swift
[30/132] Compiling Algorithms Split.swift
[31/132] Compiling Algorithms Stride.swift
[32/134] Compiling Algorithms Combinations.swift
[33/134] Compiling Algorithms Compacted.swift
[34/134] Compiling Algorithms Cycle.swift
[35/134] Compiling Algorithms Grouped.swift
[36/134] Compiling Algorithms Indexed.swift
[37/134] Compiling Algorithms Intersperse.swift
[38/134] Compiling Algorithms Unique.swift
[39/134] Compiling Algorithms Windows.swift
[40/134] Compiling Algorithms RandomSample.swift
[41/134] Compiling Algorithms Reductions.swift
[42/134] Compiling Algorithms Rotate.swift
[43/134] Compiling Algorithms Partition.swift
[44/134] Compiling Algorithms Permutations.swift
[45/134] Compiling Algorithms Product.swift
[46/134] Compiling Algorithms Joined.swift
[47/134] Compiling Algorithms Keyed.swift
[48/134] Compiling Algorithms MinMax.swift
[49/134] Compiling Algorithms AdjacentPairs.swift
[50/134] Compiling Algorithms Chain.swift
[51/134] Compiling Algorithms Chunked.swift
[52/134] Emitting module Algorithms
[53/134] Emitting module HTTPTypes
[54/134] Compiling HTTPTypes HTTPField.swift
[55/134] Compiling HTTPTypes NIOLock.swift
[56/134] Compiling HTTPTypes HTTPResponse.swift
[57/134] Compiling HTTPTypes ISOLatin1String.swift
[58/134] Compiling HTTPTypes HTTPRequest.swift
[59/134] Compiling HTTPTypes HTTPFieldName.swift
[60/134] Compiling HTTPTypes HTTPFields.swift
[61/134] Compiling HTTPTypes HTTPParsedFields.swift
[62/140] Emitting module Crypto
[63/148] Compiling HTTPTypesFoundation URLSession+HTTPTypes.swift
[64/148] Compiling HTTPTypesFoundation URLResponse+HTTPTypes.swift
[65/148] Compiling HTTPTypesFoundation URLRequest+HTTPTypes.swift
[66/148] Compiling HTTPTypesFoundation HTTPTypes+ISOLatin1.swift
[67/148] Emitting module HTTPTypesFoundation
[68/148] Compiling HTTPTypesFoundation HTTPRequest+URL.swift
[69/148] Compiling Crypto HPKE.swift
[70/148] Compiling Crypto HPKE-Context.swift
[71/148] Compiling Crypto HPKE-KeySchedule.swift
[72/148] Compiling Crypto HPKE-Modes.swift
[73/148] Compiling Crypto Insecure.swift
[74/148] Compiling Crypto Insecure_HashFunctions.swift
[75/148] Compiling Crypto KEM.swift
[76/148] Compiling Crypto ECDH_boring.swift
[77/151] Compiling Crypto HPKE-KexKeyDerivation.swift
[78/151] Compiling Crypto HPKE-LabeledExtract.swift
[79/151] Compiling Crypto HPKE-Utils.swift
[80/151] Compiling Crypto DHKEM.swift
[81/151] Compiling Crypto HPKE-KEM-Curve25519.swift
[82/151] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[83/151] Compiling Crypto HPKE-KEM.swift
[84/151] Compiling Crypto HPKE-Errors.swift
[85/151] Compiling Crypto Curve25519.swift
[86/151] Compiling Crypto Ed25519Keys.swift
[87/151] Compiling Crypto NISTCurvesKeys.swift
[88/151] Compiling Crypto X25519Keys.swift
[89/151] Compiling Crypto SymmetricKeys.swift
[90/151] Compiling Crypto HMAC.swift
[91/151] Compiling Crypto MACFunctions.swift
[92/151] Compiling Crypto MessageAuthenticationCode.swift
[93/151] Compiling Crypto DH.swift
[94/151] Compiling Crypto ECDH.swift
[95/151] Compiling Crypto HKDF.swift
[96/151] Compiling Crypto AESWrap.swift
[97/151] Compiling Crypto AESWrap_boring.swift
[98/151] Compiling Crypto Ed25519_boring.swift
[99/151] Compiling Crypto NISTCurvesKeys_boring.swift
[100/151] Compiling Crypto X25519Keys_boring.swift
[101/151] Compiling Crypto AES.swift
[102/151] Compiling Crypto ECDSASignature_boring.swift
[103/151] Compiling Crypto ECDSA_boring.swift
[104/151] Compiling Crypto EdDSA_boring.swift
[105/151] Compiling Crypto ECDSA.swift
[106/151] Compiling Crypto Ed25519.swift
[107/151] Compiling Crypto Signature.swift
[108/151] Compiling Crypto CryptoKitErrors_boring.swift
[125/151] Compiling Crypto RNG_boring.swift
[126/151] Compiling Crypto SafeCompare_boring.swift
[127/151] Compiling Crypto Zeroization_boring.swift
[128/151] Compiling Crypto PrettyBytes.swift
[129/151] Compiling Crypto SafeCompare.swift
[130/151] Compiling Crypto SecureBytes.swift
[131/151] Compiling Crypto Zeroization.swift
[132/151] Compiling Crypto resource_bundle_accessor.swift
[144/151] Compiling Crypto HashFunctions.swift
[145/151] Compiling Crypto HashFunctions_SHA2.swift
[146/151] Compiling Crypto HPKE-AEAD.swift
[147/151] Compiling Crypto HPKE-Ciphersuite.swift
[148/151] Compiling Crypto HPKE-KDF.swift
[149/151] Compiling HTTPClient URLSesssion++.swift
[150/151] Emitting module HTTPClient
[151/151] Compiling HTTPClient HTTPClient.swift
[152/166] Compiling GoogleAnalytics Item.swift
[153/166] Compiling GoogleAnalytics Payload.swift
[154/167] Compiling GoogleAnalytics UserData.swift
[155/167] Compiling GoogleAnalytics ShoppingEvent.swift
[156/167] Compiling GoogleAnalytics Price.swift
[157/167] Compiling GoogleAnalytics PromotionEvent.swift
[158/167] Compiling GoogleAnalytics ResponseError.swift
[159/167] Compiling GoogleAnalytics Address.swift
[160/167] Compiling GoogleAnalytics AdvertiseEvent.swift
[161/167] Compiling GoogleAnalytics ConvertEvent.swift
[162/167] Compiling GoogleAnalytics Event.swift
[163/167] Emitting module GoogleAnalytics
[164/167] Compiling GoogleAnalytics AppEvents.swift
[165/167] Compiling GoogleAnalytics Consent.swift
[166/167] Compiling GoogleAnalytics GameEvent.swift
[167/167] Compiling GoogleAnalytics GoogleAnalytics.swift
Build complete! (22.11s)
Fetching https://github.com/zunda-pixel/swift-currency
Fetching https://github.com/zunda-pixel/http-client.git
Fetching https://github.com/apple/swift-algorithms from cache
Fetching https://github.com/apple/swift-http-types.git from cache
Fetching https://github.com/apple/swift-crypto from cache
[1/18] Fetching swift-currency
[19/124] Fetching swift-currency, http-client
Fetched https://github.com/zunda-pixel/swift-currency from cache (0.90s)
Fetched https://github.com/zunda-pixel/http-client.git from cache (0.90s)
Fetched https://github.com/apple/swift-algorithms from cache (0.90s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.90s)
Fetched https://github.com/apple/swift-crypto from cache (0.91s)
Computing version for https://github.com/zunda-pixel/swift-currency
Computed https://github.com/zunda-pixel/swift-currency at 0.0.1 (1.37s)
Computing version for https://github.com/zunda-pixel/http-client.git
Computed https://github.com/zunda-pixel/http-client.git at 0.3.0 (0.43s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.1 (0.88s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.45s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.92s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.57s)
Computing version for https://github.com/apple/swift-crypto
Computed https://github.com/apple/swift-crypto at 3.12.3 (1.01s)
Fetching https://github.com/apple/swift-asn1.git from cache
Fetched https://github.com/apple/swift-asn1.git from cache (0.55s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.11s)
Creating working copy for https://github.com/zunda-pixel/http-client.git
Working copy of https://github.com/zunda-pixel/http-client.git resolved at 0.3.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-algorithms
Working copy of https://github.com/apple/swift-algorithms resolved at 1.2.1
Creating working copy for https://github.com/zunda-pixel/swift-currency
Working copy of https://github.com/zunda-pixel/swift-currency resolved at 0.0.1
Creating working copy for https://github.com/apple/swift-crypto
Working copy of https://github.com/apple/swift-crypto resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-http-types",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-http-types.git"
    },
    {
      "identity" : "http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/zunda-pixel/http-client.git"
    },
    {
      "identity" : "swift-currency",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/zunda-pixel/swift-currency"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.10.1",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto"
    },
    {
      "identity" : "swift-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-algorithms"
    }
  ],
  "manifest_display_name" : "googleanalytics-swift",
  "name" : "googleanalytics-swift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "18.0"
    },
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "GoogleAnalytics",
      "targets" : [
        "GoogleAnalytics"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GoogleAnalyticsTests",
      "module_type" : "SwiftTarget",
      "name" : "GoogleAnalyticsTests",
      "path" : "Tests/GoogleAnalyticsTests",
      "sources" : [
        "GoogleAnalyticsTests.swift"
      ],
      "target_dependencies" : [
        "GoogleAnalytics"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GoogleAnalytics",
      "module_type" : "SwiftTarget",
      "name" : "GoogleAnalytics",
      "path" : "Sources/GoogleAnalytics",
      "product_dependencies" : [
        "HTTPTypes",
        "HTTPTypesFoundation",
        "HTTPClient",
        "Currency",
        "Crypto",
        "Algorithms"
      ],
      "product_memberships" : [
        "GoogleAnalytics"
      ],
      "sources" : [
        "Address.swift",
        "AdvertiseEvent.swift",
        "AppEvents.swift",
        "Consent.swift",
        "ConvertEvent.swift",
        "Event.swift",
        "GameEvent.swift",
        "GoogleAnalytics.swift",
        "Item.swift",
        "Payload.swift",
        "Price.swift",
        "PromotionEvent.swift",
        "ResponseError.swift",
        "ShoppingEvent.swift",
        "UserData.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.