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 main (1523c9), with Swift 6.1 for Linux on 30 Apr 2025 15:52:51 UTC.

Swift 6 data race errors: 0

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 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/zunda-pixel/googleanalytics-swift.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/zunda-pixel/googleanalytics-swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 1523c9a Update ci.yml (#12)
Cloned https://github.com/zunda-pixel/googleanalytics-swift.git
Revision (git rev-parse @):
1523c9a95f35f8af4d778650bff0ce726da40edb
SUCCESS checkout https://github.com/zunda-pixel/googleanalytics-swift.git at main
========================================
Build
========================================
Selected platform:         linux
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
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "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" : "/host/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 ...
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 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-crypto
Fetching https://github.com/apple/swift-algorithms
Fetching https://github.com/zunda-pixel/http-client.git
Fetching https://github.com/zunda-pixel/swift-currency
Fetching https://github.com/apple/swift-http-types.git
[1/18] Fetching swift-currency
[19/5921] Fetching swift-currency, swift-algorithms
[4034/6027] Fetching swift-currency, swift-algorithms, http-client
[5615/6931] Fetching swift-currency, swift-algorithms, http-client, swift-http-types
[6168/20783] Fetching swift-currency, swift-algorithms, http-client, swift-http-types, swift-crypto
Fetched https://github.com/zunda-pixel/http-client.git from cache (0.28s)
Fetched https://github.com/zunda-pixel/swift-currency from cache (0.29s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.29s)
[6873/19755] Fetching swift-algorithms, swift-crypto
Fetched https://github.com/apple/swift-algorithms from cache (0.32s)
[1386/13852] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto from cache (1.19s)
Computing version for https://github.com/zunda-pixel/swift-currency
Computed https://github.com/zunda-pixel/swift-currency at 0.0.1 (1.62s)
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.42s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.1 (1.80s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.34s)
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.77s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.49s)
Computing version for https://github.com/apple/swift-crypto
Computed https://github.com/apple/swift-crypto at 3.12.3 (1.47s)
Fetching https://github.com/apple/swift-asn1.git
[1/1584] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.26s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.73s)
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-crypto
Working copy of https://github.com/apple/swift-crypto resolved at 3.12.3
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/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-algorithms
Working copy of https://github.com/apple/swift-algorithms resolved at 1.2.1
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
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
Building for debugging...
[0/371] Write sources
[6/371] Compiling armv8-mont-apple.S
[6/371] Compiling armv8-mont-linux.S
[8/371] Write sources
[10/371] Compiling bn-586-apple.S
[11/371] Compiling bn-586-linux.S
[11/371] Compiling armv4-mont-linux.S
[11/371] Compiling armv8-mont-win.S
[14/371] Compiling _NumericsShims _NumericsShims.c
[15/371] Compiling fiat_p256_adx_sqr.S
[16/371] Compiling fiat_p256_adx_mul.S
[16/371] Compiling fiat_curve25519_adx_square.S
[18/371] Compiling fiat_curve25519_adx_mul.S
[19/371] Compiling md5-x86_64-linux.S
[20/371] Compiling md5-x86_64-apple.S
[21/371] Compiling md5-586-linux.S
[22/371] Compiling md5-586-apple.S
[23/371] Compiling chacha20_poly1305_x86_64-apple.S
[23/371] Compiling chacha20_poly1305_armv8-win.S
[25/371] Compiling chacha20_poly1305_armv8-linux.S
[26/371] Compiling chacha20_poly1305_x86_64-linux.S
[27/371] Compiling chacha20_poly1305_armv8-apple.S
[28/371] Compiling chacha-x86_64-apple.S
[29/371] Compiling chacha-x86_64-linux.S
[30/371] Compiling chacha-x86-linux.S
[31/371] Compiling chacha-armv8-linux.S
[32/371] Compiling chacha-armv8-win.S
[33/371] Compiling chacha-x86-apple.S
[34/371] Compiling chacha-armv8-apple.S
[35/371] Compiling chacha-armv4-linux.S
[36/371] Compiling aes128gcmsiv-x86_64-apple.S
[37/371] Compiling aes128gcmsiv-x86_64-linux.S
[38/371] Compiling x86_64-mont5-linux.S
[39/371] Compiling x86_64-mont5-apple.S
[40/371] Compiling x86_64-mont-linux.S
[41/371] Compiling CCryptoBoringSSLShims shims.c
[42/371] Compiling x86-mont-linux.S
[43/371] Compiling x86_64-mont-apple.S
[44/371] Compiling x86-mont-apple.S
[45/371] Compiling err_data.cc
[46/371] Write swift-version-24593BA9C3E375BF.txt
[46/371] Compiling a_time.cc
[48/371] Compiling vpaes-x86_64-apple.S
[49/371] Compiling vpaes-x86_64-linux.S
[50/371] Compiling vpaes-x86-linux.S
[51/371] Compiling vpaes-x86-apple.S
[52/371] Compiling vpaes-armv8-win.S
[53/371] Compiling vpaes-armv8-linux.S
[54/371] Compiling vpaes-armv7-linux.S
[55/371] Compiling vpaes-armv8-apple.S
[56/371] Compiling sha512-x86_64-apple.S
[57/371] Compiling sha512-x86_64-linux.S
[58/371] Compiling sha512-armv8-win.S
[59/371] Compiling sha512-armv8-linux.S
[60/371] Compiling sha512-armv8-apple.S
[61/371] Compiling sha512-armv4-linux.S
[62/371] Compiling sha512-586-linux.S
[63/371] Compiling sha512-586-apple.S
[64/371] Compiling sha256-x86_64-linux.S
[65/371] Compiling sha256-x86_64-apple.S
[66/371] Compiling sha256-armv8-win.S
[67/372] Compiling sha256-armv8-linux.S
[68/372] Compiling sha256-armv8-apple.S
[69/385] Compiling sha256-586-linux.S
[70/385] Compiling sha256-armv4-linux.S
[71/391] Compiling sha256-586-apple.S
[72/391] Compiling sha1-x86_64-linux.S
[73/391] Compiling sha1-x86_64-apple.S
[74/391] Compiling sha1-armv8-win.S
[75/391] Compiling sha1-armv8-linux.S
[76/391] Compiling sha1-armv8-apple.S
[77/391] Compiling sha1-armv4-large-linux.S
[78/391] Compiling sha1-586-linux.S
[79/391] Compiling sha1-586-apple.S
[80/391] Compiling rsaz-avx2-linux.S
[81/391] Compiling rdrand-x86_64-linux.S
[82/391] Compiling rsaz-avx2-apple.S
[84/391] Emitting module Currency
[84/391] Compiling rdrand-x86_64-apple.S
[85/391] Compiling p256_beeu-x86_64-asm-linux.S
[86/391] Compiling p256_beeu-x86_64-asm-apple.S
[87/391] Compiling p256_beeu-armv8-asm-linux.S
[88/391] Compiling p256_beeu-armv8-asm-win.S
[89/391] Compiling p256_beeu-armv8-asm-apple.S
[90/391] Compiling p256-x86_64-asm-apple.S
[91/391] Compiling p256-x86_64-asm-linux.S
[92/391] Compiling p256-armv8-asm-win.S
[93/391] Compiling p256-armv8-asm-apple.S
[94/391] Compiling p256-armv8-asm-linux.S
[95/391] Compiling ghashv8-armv8-win.S
[96/391] Compiling ghashv8-armv8-linux.S
[97/391] Compiling ghashv8-armv8-apple.S
[98/391] Compiling ghashv8-armv7-linux.S
[99/391] Compiling ghash-x86_64-linux.S
[100/391] Compiling ghash-x86_64-apple.S
[101/391] Compiling ghash-x86-linux.S
[102/391] Compiling ghash-x86-apple.S
[103/391] Compiling ghash-ssse3-x86_64-linux.S
[104/391] Compiling ghash-ssse3-x86_64-apple.S
[105/391] Compiling ghash-ssse3-x86-linux.S
[106/391] Compiling ghash-ssse3-x86-apple.S
[107/391] Compiling ghash-neon-armv8-win.S
[108/391] Compiling ghash-neon-armv8-linux.S
[109/391] Compiling co-586-linux.S
[110/391] Compiling ghash-armv4-linux.S
[110/391] Compiling ghash-neon-armv8-apple.S
[112/391] Compiling co-586-apple.S
[113/391] Compiling bsaes-armv7-linux.S
[114/391] Compiling bn-armv8-linux.S
[115/391] Compiling bn-armv8-win.S
[116/391] Compiling bn-armv8-apple.S
[117/391] Compiling aesv8-gcm-armv8-win.S
[118/391] Compiling aesv8-gcm-armv8-linux.S
[119/391] Compiling aesv8-gcm-armv8-apple.S
[120/391] Compiling aesv8-armv8-win.S
[121/391] Compiling aesv8-armv8-linux.S
[122/391] Compiling aesv8-armv8-apple.S
[123/391] Compiling aesv8-armv7-linux.S
[124/391] Compiling aesni-x86_64-linux.S
[125/391] Compiling aesni-x86_64-apple.S
[126/391] Compiling aesni-x86-linux.S
[126/391] Compiling aesni-x86-apple.S
[128/391] Compiling aesni-gcm-x86_64-linux.S
[129/391] Compiling aesni-gcm-x86_64-apple.S
[130/391] Compiling aes-gcm-avx10-x86_64-apple.S
[131/391] Compiling aes-gcm-avx10-x86_64-linux.S
[132/391] Compiling x_x509a.cc
[133/391] Compiling x_sig.cc
[134/391] Compiling x_spki.cc
[135/391] Compiling x_x509.cc
[136/391] Compiling x_val.cc
[138/391] Compiling HTTPTypes ISOLatin1String.swift
[139/392] Emitting module RealModule
[140/393] Compiling HTTPTypes HTTPField.swift
[141/393] Emitting module HTTPTypes
[141/393] Compiling x_req.cc
[143/393] Compiling Currency Currency.swift
[143/394] Compiling x_pubkey.cc
[145/394] Compiling RealModule RealFunctions.swift
[145/394] Compiling x_exten.cc
[147/394] Compiling RealModule Float+Real.swift
[148/394] Compiling RealModule Real.swift
[148/394] Compiling x_name.cc
[150/394] Compiling RealModule AlgebraicField.swift
[151/394] Compiling RealModule ApproximateEquality.swift
[152/394] Compiling HTTPTypes HTTPRequest.swift
[153/394] Compiling HTTPTypes HTTPResponse.swift
[154/394] Compiling HTTPTypes HTTPParsedFields.swift
[155/394] Compiling RealModule Float80+Real.swift
[156/394] Compiling RealModule ElementaryFunctions.swift
[157/394] Compiling RealModule Float16+Real.swift
[158/394] Compiling RealModule AugmentedArithmetic.swift
[159/394] Compiling RealModule Double+Real.swift
[159/394] Compiling x_crl.cc
[162/395] Compiling x509spki.cc
[163/395] Compiling x_algor.cc
[164/395] Compiling x_attrib.cc
[165/395] Compiling x_all.cc
[166/395] Compiling x509rset.cc
[167/395] Compiling x509cset.cc
[168/395] Compiling x509name.cc
[170/395] Compiling HTTPTypes NIOLock.swift
[170/395] Compiling x509_vpm.cc
[171/395] Compiling x509_vfy.cc
[172/395] Compiling x509_trs.cc
[173/395] Compiling x509_txt.cc
[174/395] Compiling x509_v3.cc
[175/395] Compiling x509_set.cc
[176/395] Compiling x509_req.cc
[177/395] Compiling x509_obj.cc
[178/395] Compiling x509_def.cc
[179/395] Compiling x509_lu.cc
[180/395] Compiling x509_ext.cc
[181/395] Compiling x509_d2.cc
[182/395] Compiling x509_att.cc
[183/395] Compiling x509_cmp.cc
[184/395] Compiling x509.cc
[186/395] Compiling HTTPTypes HTTPFieldName.swift
[187/395] Compiling HTTPTypes HTTPFields.swift
[187/396] Compiling v3_prn.cc
[188/396] Compiling v3_skey.cc
[189/396] Compiling v3_utl.cc
[190/396] Compiling v3_purp.cc
[192/396] Compiling v3_pmaps.cc
[193/396] Compiling v3_pcons.cc
[194/402] Compiling v3_ocsp.cc
[195/402] Compiling v3_int.cc
[196/402] Compiling v3_ncons.cc
[197/402] Compiling v3_lib.cc
[198/402] Compiling v3_info.cc
[199/402] Compiling v3_ia5.cc
[200/402] Compiling v3_genn.cc
[201/402] Compiling v3_extku.cc
[202/402] Compiling v3_enum.cc
[203/402] Compiling v3_crld.cc
[204/402] Compiling v3_cpols.cc
[205/402] Compiling v3_bitst.cc
[206/402] Compiling v3_conf.cc
[207/402] Compiling v3_bcons.cc
[208/402] Compiling v3_alt.cc
[209/402] Compiling v3_akeya.cc
[210/402] Compiling v3_akey.cc
[211/402] Compiling t_x509a.cc
[212/402] Compiling t_x509.cc
[213/402] Compiling t_req.cc
[214/402] Compiling t_crl.cc
[215/402] Compiling i2d_pr.cc
[216/402] Compiling rsa_pss.cc
[217/402] Compiling name_print.cc
[218/402] Compiling policy.cc
[219/402] Compiling by_file.cc
[220/402] Compiling by_dir.cc
[221/402] Compiling algorithm.cc
[222/402] Compiling a_verify.cc
[223/402] Compiling asn1_gen.cc
[224/402] Compiling trust_token.cc
[226/402] Compiling HTTPTypesFoundation URLResponse+HTTPTypes.swift
[227/402] Compiling HTTPTypesFoundation HTTPTypes+ISOLatin1.swift
[228/402] Compiling HTTPTypesFoundation URLRequest+HTTPTypes.swift
[229/402] Compiling HTTPTypesFoundation URLSession+HTTPTypes.swift
[229/402] Compiling voprf.cc
[230/402] Compiling thread_win.cc
[232/402] Emitting module HTTPTypesFoundation
[233/402] Compiling HTTPTypesFoundation HTTPRequest+URL.swift
[233/403] Compiling a_sign.cc
[235/403] Compiling thread_none.cc
[236/403] Compiling a_digest.cc
[237/403] Compiling pmbtoken.cc
[238/403] Compiling thread_pthread.cc
[239/403] Compiling thread.cc
[240/406] Compiling stack.cc
[241/406] Compiling wots.cc
[242/406] Compiling thash.cc
[243/406] Compiling merkle.cc
[244/406] Compiling fors.cc
[245/406] Compiling slhdsa.cc
[246/406] Compiling sha512.cc
[246/406] Compiling sha256.cc
[248/406] Compiling siphash.cc
[249/406] Compiling sha1.cc
[250/406] Compiling rsa_print.cc
[251/406] Compiling rsa_extra.cc
[252/406] Compiling refcount.cc
[253/406] Compiling rc4.cc
[254/406] Compiling rsa_asn1.cc
[255/406] Compiling rsa_crypt.cc
[256/406] Compiling windows.cc
[257/406] Compiling trusty.cc
[258/406] Compiling passive.cc
[259/406] Compiling rand_extra.cc
[260/406] Compiling urandom.cc
[261/406] Compiling getentropy.cc
[262/406] Compiling ios.cc
[263/406] Compiling poly1305_arm_asm.S
[264/406] Compiling forkunsafe.cc
[265/406] Compiling deterministic.cc
[266/406] Compiling fork_detect.cc
[267/406] Compiling poly1305_arm.cc
[268/406] Compiling pool.cc
[269/406] Compiling poly1305.cc
[270/406] Compiling poly1305_vec.cc
[271/406] Compiling pkcs7.cc
[272/406] Compiling pkcs8.cc
[273/406] Compiling pkcs8_x509.cc
[274/406] Compiling p5_pbev2.cc
[275/406] Compiling pkcs7_x509.cc
[276/406] Compiling pem_xaux.cc
[277/406] Compiling pem_x509.cc
[278/406] Compiling pem_pkey.cc
[279/406] Compiling obj_xref.cc
[280/406] Compiling pem_pk8.cc
[282/406] Emitting module HTTPClient
[283/406] Compiling HTTPClient URLSesssion++.swift
[284/406] Compiling HTTPClient HTTPClient.swift
[285/407] Compiling pem_oth.cc
[286/407] Compiling mldsa.cc
[287/407] Compiling pem_lib.cc
[288/407] Compiling pem_info.cc
[289/407] Compiling pem_all.cc
[290/407] Compiling mlkem.cc
[291/407] Compiling obj.cc
[292/407] Compiling mem.cc
[293/407] Compiling md5.cc
[294/407] Compiling fips_shared_support.cc
[295/407] Compiling poly_rq_mul.S
[296/407] Compiling lhash.cc
[297/407] Compiling md4.cc
[298/407] Compiling kyber.cc
[299/407] Compiling hrss.cc
[300/407] Compiling ex_data.cc
[301/407] Compiling sign.cc
[302/407] Compiling hpke.cc
[303/407] Compiling scrypt.cc
[304/407] Compiling pbkdf.cc
[305/407] Compiling print.cc
[306/407] Compiling p_x25519.cc
[307/407] Compiling p_x25519_asn1.cc
[308/407] Compiling p_rsa_asn1.cc
[309/407] Compiling p_rsa.cc
[310/407] Compiling p_hkdf.cc
[311/407] Compiling p_ed25519.cc
[312/407] Compiling p_ed25519_asn1.cc
[313/407] Compiling p_ec_asn1.cc
[314/407] Compiling p_ec.cc
[315/407] Compiling p_dh.cc
[316/407] Compiling p_dsa_asn1.cc
[317/407] Compiling p_dh_asn1.cc
[318/407] Compiling evp_ctx.cc
[319/407] Compiling evp_asn1.cc
[320/407] Compiling evp.cc
[321/407] Compiling err.cc
[322/407] Compiling engine.cc
[323/407] Compiling ecdsa_asn1.cc
[324/407] Compiling hash_to_curve.cc
[325/407] Compiling ecdh_extra.cc
[326/407] Compiling ec_derive.cc
[327/407] Compiling dsa_asn1.cc
[328/407] Compiling ec_asn1.cc
[329/407] Compiling dsa.cc
[330/407] Compiling params.cc
[331/407] Compiling digest_extra.cc
[332/407] Compiling x25519-asm-arm.S
[333/407] Compiling des.cc
[334/407] Compiling dh_asn1.cc
[335/407] Compiling spake25519.cc
[336/407] Compiling crypto.cc
[337/407] Compiling cpu_arm_linux.cc
[338/407] Compiling cpu_intel.cc
[339/407] Compiling curve25519.cc
[340/407] Compiling cpu_aarch64_win.cc
[341/407] Compiling cpu_aarch64_sysreg.cc
[342/407] Compiling cpu_arm_freebsd.cc
[343/407] Compiling cpu_aarch64_openbsd.cc
[344/407] Compiling bcm.cc
[345/407] Compiling cpu_aarch64_fuchsia.cc
[346/407] Compiling cpu_aarch64_linux.cc
[347/407] Compiling cpu_aarch64_apple.cc
[348/407] Compiling curve25519_64_adx.cc
[349/407] Compiling tls_cbc.cc
[350/407] Compiling e_tls.cc
[351/407] Compiling conf.cc
[352/407] Compiling e_null.cc
[353/407] Compiling e_rc2.cc
[354/407] Compiling e_rc4.cc
[355/407] Compiling e_des.cc
[356/407] Compiling e_chacha20poly1305.cc
[357/407] Compiling e_aesgcmsiv.cc
[358/407] Compiling cipher_extra.cc
[359/407] Compiling e_aesctrhmac.cc
[360/407] Compiling chacha.cc
[361/407] Compiling derive_key.cc
[362/407] Compiling unicode.cc
[363/407] Compiling cbs.cc
[364/407] Compiling buf.cc
[365/407] Compiling asn1_compat.cc
[366/407] Compiling ber.cc
[367/407] Compiling bn_asn1.cc
[368/407] Compiling convert.cc
[369/407] Compiling cbb.cc
[370/407] Compiling blake2.cc
[371/407] Compiling printf.cc
[372/407] Compiling pair.cc
[373/407] Compiling file.cc
[374/407] Compiling hexdump.cc
[374/407] Compiling fd.cc
[376/407] Compiling errno.cc
[377/407] Compiling bio_mem.cc
[378/407] Compiling base64.cc
[379/407] Compiling tasn_typ.cc
[380/407] Compiling bio.cc
[381/407] Compiling tasn_utl.cc
[382/407] Compiling tasn_fre.cc
[383/407] Compiling posix_time.cc
[384/407] Compiling tasn_new.cc
[385/407] Compiling tasn_dec.cc
[386/407] Compiling f_string.cc
[387/407] Compiling tasn_enc.cc
[388/407] Compiling asn1_par.cc
[389/407] Compiling f_int.cc
[390/407] Compiling asn_pack.cc
[391/407] Compiling asn1_lib.cc
[392/407] Compiling a_utctm.cc
[393/407] Compiling a_octet.cc
[394/407] Compiling a_strex.cc
[395/407] Compiling a_strnid.cc
[396/407] Compiling a_type.cc
[397/407] Compiling a_object.cc
[398/407] Compiling a_mbstr.cc
[398/407] Write sources
[400/407] Compiling a_i2d_fp.cc
[401/407] Compiling a_int.cc
[402/407] Compiling a_dup.cc
[403/407] Compiling a_d2i_fp.cc
[404/424] Compiling a_gentm.cc
[405/432] Compiling a_bool.cc
[406/432] Compiling a_bitstr.cc
[408/440] Compiling Algorithms Split.swift
[409/440] Compiling Algorithms Stride.swift
[410/440] Compiling Algorithms Suffix.swift
[411/443] Compiling Algorithms Compacted.swift
[412/443] Compiling Algorithms Cycle.swift
[413/443] Compiling Algorithms EitherSequence.swift
[414/443] Compiling Algorithms FirstNonNil.swift
[415/443] Compiling Algorithms RandomSample.swift
[416/443] Compiling Algorithms Reductions.swift
[417/443] Compiling Algorithms Rotate.swift
[418/443] Compiling CryptoBoringWrapper RandomBytes.swift
[419/443] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[420/443] Compiling CryptoBoringWrapper EllipticCurve.swift
[421/443] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[422/443] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[423/443] Emitting module CryptoBoringWrapper
[424/443] Compiling Algorithms Joined.swift
[425/443] Compiling Algorithms Keyed.swift
[426/443] Compiling Algorithms MinMax.swift
[427/443] Compiling Algorithms Partition.swift
[428/443] Compiling Algorithms Permutations.swift
[429/443] Compiling Algorithms Product.swift
[430/443] Compiling Algorithms FlattenCollection.swift
[431/443] Compiling Algorithms Grouped.swift
[432/443] Compiling Algorithms Indexed.swift
[433/443] Compiling Algorithms Intersperse.swift
[434/443] Compiling Algorithms Trim.swift
[435/443] Compiling Algorithms Unique.swift
[436/443] Compiling Algorithms Windows.swift
[437/443] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[438/443] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[439/444] Compiling Algorithms AdjacentPairs.swift
[440/444] Compiling Algorithms Chain.swift
[441/444] Compiling Algorithms Chunked.swift
[442/444] Compiling Algorithms Combinations.swift
[444/444] Emitting module Algorithms
[446/516] Compiling Crypto HPKE-Ciphersuite.swift
[447/516] Compiling Crypto HPKE-KDF.swift
[448/516] Compiling Crypto HPKE-KexKeyDerivation.swift
[449/516] Compiling Crypto HPKE-LabeledExtract.swift
[450/516] Compiling Crypto HPKE-Utils.swift
[451/516] Compiling Crypto DHKEM.swift
[452/516] Compiling Crypto HPKE-KEM-Curve25519.swift
[453/516] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[454/516] Compiling Crypto HPKE-KEM.swift
[455/516] Compiling Crypto HPKE-Errors.swift
[456/525] Emitting module Crypto
[457/525] Compiling Crypto HKDF.swift
[458/525] Compiling Crypto AESWrap.swift
[459/525] Compiling Crypto AESWrap_boring.swift
[460/525] Compiling Crypto Ed25519_boring.swift
[461/525] Compiling Crypto NISTCurvesKeys_boring.swift
[462/525] Compiling Crypto X25519Keys_boring.swift
[463/525] Compiling Crypto Curve25519.swift
[464/525] Compiling Crypto Ed25519Keys.swift
[465/525] Compiling Crypto NISTCurvesKeys.swift
[466/525] Compiling Crypto X25519Keys.swift
[467/525] Compiling Crypto SymmetricKeys.swift
[468/525] Compiling Crypto HMAC.swift
[469/525] Compiling Crypto MACFunctions.swift
[470/525] Compiling Crypto MessageAuthenticationCode.swift
[471/525] Compiling Crypto AES.swift
[472/525] Compiling Crypto ECDSASignature_boring.swift
[473/525] Compiling Crypto ECDSA_boring.swift
[474/525] Compiling Crypto EdDSA_boring.swift
[475/525] Compiling Crypto ECDSA.swift
[476/525] Compiling Crypto Ed25519.swift
[477/525] Compiling Crypto PKCS8PrivateKey.swift
[478/525] Compiling Crypto SEC1PrivateKey.swift
[479/525] Compiling Crypto SubjectPublicKeyInfo.swift
[480/525] Compiling Crypto CryptoKitErrors.swift
[481/525] Compiling Crypto Digest_boring.swift
[482/525] Compiling Crypto Digest.swift
[483/525] Compiling Crypto Digests.swift
[484/525] Compiling Crypto HashFunctions.swift
[485/525] Compiling Crypto HashFunctions_SHA2.swift
[486/525] Compiling Crypto HPKE-AEAD.swift
[487/525] Compiling Crypto HPKE.swift
[488/525] Compiling Crypto HPKE-Context.swift
[489/525] Compiling Crypto HPKE-KeySchedule.swift
[490/525] Compiling Crypto HPKE-Modes.swift
[491/525] Compiling Crypto Insecure.swift
[492/525] Compiling Crypto Insecure_HashFunctions.swift
[493/525] Compiling Crypto KEM.swift
[494/525] Compiling Crypto ECDH_boring.swift
[495/525] Compiling Crypto DH.swift
[496/525] Compiling Crypto ECDH.swift
[497/525] Compiling Crypto ASN1Identifier.swift
[498/525] Compiling Crypto ASN1Integer.swift
[499/525] Compiling Crypto ASN1Null.swift
[500/525] Compiling Crypto ASN1OctetString.swift
[501/525] Compiling Crypto ASN1Strings.swift
[502/525] Compiling Crypto ArraySliceBigint.swift
[503/525] Compiling Crypto GeneralizedTime.swift
[504/525] Compiling Crypto ObjectIdentifier.swift
[505/525] Compiling Crypto ECDSASignature.swift
[506/525] Compiling Crypto PEMDocument.swift
[507/525] Compiling Crypto AES-GCM.swift
[508/525] Compiling Crypto AES-GCM_boring.swift
[509/525] Compiling Crypto ChaChaPoly_boring.swift
[510/525] Compiling Crypto ChaChaPoly.swift
[511/525] Compiling Crypto Cipher.swift
[512/525] Compiling Crypto Nonces.swift
[513/525] Compiling Crypto ASN1.swift
[514/525] Compiling Crypto ASN1Any.swift
[515/525] Compiling Crypto ASN1BitString.swift
[516/525] Compiling Crypto ASN1Boolean.swift
[517/525] Compiling Crypto Signature.swift
[518/525] Compiling Crypto CryptoKitErrors_boring.swift
[519/525] Compiling Crypto RNG_boring.swift
[520/525] Compiling Crypto SafeCompare_boring.swift
[521/525] Compiling Crypto Zeroization_boring.swift
[522/525] Compiling Crypto PrettyBytes.swift
[523/525] Compiling Crypto SafeCompare.swift
[524/525] Compiling Crypto SecureBytes.swift
[525/525] Compiling Crypto Zeroization.swift
[527/541] Compiling GoogleAnalytics Price.swift
[528/541] Compiling GoogleAnalytics PromotionEvent.swift
[529/541] Compiling GoogleAnalytics ResponseError.swift
[530/541] Compiling GoogleAnalytics ShoppingEvent.swift
[531/542] Compiling GoogleAnalytics Item.swift
[532/542] Compiling GoogleAnalytics Payload.swift
[533/542] Compiling GoogleAnalytics UserData.swift
[534/542] Compiling GoogleAnalytics GameEvent.swift
[535/542] Compiling GoogleAnalytics GoogleAnalytics.swift
[536/542] Compiling GoogleAnalytics ConvertEvent.swift
[537/542] Compiling GoogleAnalytics Event.swift
[538/542] Compiling GoogleAnalytics Address.swift
[539/542] Compiling GoogleAnalytics AdvertiseEvent.swift
[540/542] Compiling GoogleAnalytics AppEvents.swift
[541/542] Compiling GoogleAnalytics Consent.swift
[542/542] Emitting module GoogleAnalytics
Build complete! (50.22s)
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" : "/host/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"
}
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.