Build Information
Successful build of googleanalytics-swift, reference 0.0.4 (44b79a
), with Swift 6.1 for Linux on 30 Apr 2025 15:53:13 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-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: 0.0.4
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
* 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: 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-4606859-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/zunda-pixel/http-client.git
Fetching https://github.com/zunda-pixel/swift-currency
Fetching https://github.com/apple/swift-algorithms
Fetching https://github.com/apple/swift-crypto
Fetching https://github.com/apple/swift-http-types.git
[1/904] Fetching swift-http-types
[905/1010] Fetching swift-http-types, http-client
[1011/1028] Fetching swift-http-types, http-client, swift-currency
[1023/14880] Fetching swift-http-types, http-client, swift-currency, swift-crypto
[1716/20783] Fetching swift-http-types, http-client, swift-currency, swift-crypto, swift-algorithms
Fetched https://github.com/zunda-pixel/swift-currency from cache (0.31s)
[2020/20765] Fetching swift-http-types, http-client, swift-crypto, swift-algorithms
Fetched https://github.com/zunda-pixel/http-client.git from cache (0.48s)
Fetched https://github.com/apple/swift-algorithms from cache (0.49s)
[3952/14756] Fetching swift-http-types, swift-crypto
Fetched https://github.com/apple/swift-http-types.git from cache (1.36s)
Fetched https://github.com/apple/swift-crypto from cache (1.39s)
Computing version for https://github.com/zunda-pixel/swift-currency
Computed https://github.com/zunda-pixel/swift-currency at 0.0.1 (1.94s)
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.51s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.1 (2.30s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.43s)
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.95s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.59s)
Computing version for https://github.com/apple/swift-crypto
Computed https://github.com/apple/swift-crypto at 3.12.3 (1.77s)
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.85s)
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-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/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/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-crypto
Working copy of https://github.com/apple/swift-crypto resolved at 3.12.3
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 bn-armv8-apple.S
[7/371] Compiling sha512-armv8-apple.S
[8/371] Write sources
[10/371] Compiling bn-armv8-linux.S
[11/371] Compiling p256_beeu-x86_64-asm-linux.S
[12/371] Compiling sha512-armv8-win.S
[13/371] Compiling sha256-x86_64-linux.S
[14/371] Compiling _NumericsShims _NumericsShims.c
[15/371] Compiling fiat_p256_adx_sqr.S
[16/371] Compiling fiat_curve25519_adx_square.S
[17/371] Compiling fiat_p256_adx_mul.S
[18/371] Compiling fiat_curve25519_adx_mul.S
[19/371] Compiling md5-x86_64-linux.S
[20/371] Compiling md5-586-linux.S
[21/371] Compiling md5-x86_64-apple.S
[22/371] Compiling md5-586-apple.S
[23/371] Compiling chacha20_poly1305_x86_64-apple.S
[24/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-x86-apple.S
[32/371] Compiling chacha-armv8-win.S
[33/371] Compiling chacha-armv8-linux.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-apple.S
[41/371] Compiling x86_64-mont-linux.S
[42/371] Compiling CCryptoBoringSSLShims shims.c
[43/371] Compiling err_data.cc
[44/371] Compiling x86-mont-linux.S
[45/371] Compiling x86-mont-apple.S
[46/371] Compiling vpaes-x86_64-apple.S
[47/371] Compiling vpaes-x86_64-linux.S
[48/371] Compiling vpaes-x86-linux.S
[49/371] Compiling vpaes-x86-apple.S
[50/371] Compiling vpaes-armv8-win.S
[51/371] Compiling vpaes-armv8-linux.S
[52/371] Compiling vpaes-armv7-linux.S
[53/371] Compiling vpaes-armv8-apple.S
[54/371] Compiling sha512-x86_64-apple.S
[55/371] Compiling sha512-x86_64-linux.S
[56/371] Compiling sha512-armv8-linux.S
[57/371] Compiling sha512-armv4-linux.S
[58/371] Compiling sha512-586-linux.S
[59/371] Compiling sha512-586-apple.S
[60/371] Write swift-version-24593BA9C3E375BF.txt
[61/371] Compiling tasn_dec.cc
[62/371] Compiling sha256-x86_64-apple.S
[63/371] Compiling sha256-armv8-win.S
[64/371] Compiling sha256-armv8-linux.S
[65/371] Compiling sha256-armv8-apple.S
[66/371] Compiling sha256-armv4-linux.S
[67/371] Compiling sha256-586-linux.S
[68/371] Compiling sha256-586-apple.S
[69/371] Compiling sha1-x86_64-apple.S
[70/371] Compiling sha1-armv8-win.S
[71/371] Compiling sha1-x86_64-linux.S
[72/371] Compiling sha1-armv8-linux.S
[73/371] Compiling sha1-armv8-apple.S
[74/371] Compiling sha1-armv4-large-linux.S
[75/371] Compiling sha1-586-linux.S
[76/371] Compiling sha1-586-apple.S
[77/371] Compiling rsaz-avx2-apple.S
[78/371] Compiling rsaz-avx2-linux.S
[79/374] Compiling rdrand-x86_64-linux.S
[80/382] Compiling rdrand-x86_64-apple.S
[81/385] Compiling p256_beeu-x86_64-asm-apple.S
[82/390] Compiling p256_beeu-armv8-asm-win.S
[83/390] Compiling p256_beeu-armv8-asm-linux.S
[84/391] Compiling p256_beeu-armv8-asm-apple.S
[85/391] Compiling p256-x86_64-asm-apple.S
[86/391] Compiling p256-armv8-asm-win.S
[87/391] Compiling p256-armv8-asm-linux.S
[88/391] Compiling p256-x86_64-asm-linux.S
[89/391] Compiling p256-armv8-asm-apple.S
[90/391] Compiling ghashv8-armv8-linux.S
[91/391] Compiling ghashv8-armv8-win.S
[92/391] Compiling ghashv8-armv8-apple.S
[93/391] Compiling ghashv8-armv7-linux.S
[94/391] Compiling ghash-x86_64-linux.S
[95/391] Compiling ghash-x86-linux.S
[96/391] Compiling ghash-x86_64-apple.S
[97/391] Compiling ghash-x86-apple.S
[98/391] Compiling ghash-ssse3-x86_64-linux.S
[99/391] Compiling ghash-ssse3-x86_64-apple.S
[100/391] Compiling ghash-ssse3-x86-linux.S
[101/391] Compiling ghash-ssse3-x86-apple.S
[102/391] Compiling ghash-neon-armv8-apple.S
[103/391] Compiling ghash-neon-armv8-linux.S
[104/391] Compiling ghash-neon-armv8-win.S
[105/391] Compiling ghash-armv4-linux.S
[106/391] Compiling bn-armv8-win.S
[107/391] Compiling bsaes-armv7-linux.S
[109/391] Emitting module RealModule
[109/391] Compiling co-586-linux.S
[110/392] Compiling co-586-apple.S
[111/392] Compiling bn-586-linux.S
[112/392] Compiling bn-586-apple.S
[113/392] Compiling armv8-mont-linux.S
[114/392] Compiling armv8-mont-win.S
[115/392] Compiling armv8-mont-apple.S
[116/392] Compiling armv4-mont-linux.S
[117/392] Compiling aesv8-gcm-armv8-win.S
[118/392] Compiling aesv8-gcm-armv8-apple.S
[119/392] Compiling aesv8-gcm-armv8-linux.S
[119/392] Compiling aesv8-armv8-win.S
[121/392] Compiling aesv8-armv8-linux.S
[122/392] Compiling aesv8-armv8-apple.S
[123/392] Compiling aesv8-armv7-linux.S
[124/392] Compiling aesni-x86_64-apple.S
[125/392] Compiling aesni-x86-linux.S
[126/392] Compiling aesni-x86_64-linux.S
[127/392] Compiling aesni-gcm-x86_64-linux.S
[128/392] Compiling aesni-x86-apple.S
[129/392] Compiling aesni-gcm-x86_64-apple.S
[130/392] Compiling aes-gcm-avx10-x86_64-linux.S
[131/392] Compiling aes-gcm-avx10-x86_64-apple.S
[132/392] Compiling x_sig.cc
[133/392] Compiling x_x509a.cc
[134/392] Compiling x_val.cc
[135/392] Compiling x_x509.cc
[136/392] Compiling x_spki.cc
[137/392] Compiling x_req.cc
[138/392] Compiling x_name.cc
[139/392] Compiling x_pubkey.cc
[140/392] Compiling x_crl.cc
[141/392] Compiling x_exten.cc
[143/392] Compiling RealModule Float80+Real.swift
[143/392] Compiling x_attrib.cc
[144/392] Compiling x_all.cc
[145/392] Compiling x509spki.cc
[147/392] Compiling HTTPTypes HTTPFieldName.swift
[148/393] Compiling RealModule Real.swift
[149/393] Compiling HTTPTypes HTTPRequest.swift
[150/393] Emitting module HTTPTypes
[151/393] Compiling HTTPTypes ISOLatin1String.swift
[152/393] Compiling HTTPTypes HTTPParsedFields.swift
[153/393] Compiling HTTPTypes HTTPResponse.swift
[154/393] Compiling HTTPTypes HTTPField.swift
[155/393] Compiling RealModule AlgebraicField.swift
[156/393] Compiling RealModule ApproximateEquality.swift
[157/393] Compiling RealModule AugmentedArithmetic.swift
[158/393] Compiling RealModule Double+Real.swift
[159/393] Compiling Currency Currency.swift
[160/393] Emitting module Currency
[161/393] Compiling RealModule RealFunctions.swift
[162/393] Compiling RealModule ElementaryFunctions.swift
[163/393] Compiling RealModule Float16+Real.swift
[164/393] Compiling RealModule Float+Real.swift
[164/395] Compiling x_algor.cc
[167/395] Compiling x509rset.cc
[168/395] Compiling x509name.cc
[169/395] Compiling x509cset.cc
[171/395] Compiling HTTPTypes NIOLock.swift
[171/395] Compiling x509_vpm.cc
[172/395] Compiling x509_v3.cc
[173/395] Compiling x509_vfy.cc
[174/395] Compiling x509_trs.cc
[175/395] Compiling x509_txt.cc
[176/395] Compiling x509_set.cc
[177/395] Compiling x509_req.cc
[178/395] Compiling x509_obj.cc
[179/395] Compiling x509_lu.cc
[180/395] Compiling x509_d2.cc
[181/395] Compiling x509_def.cc
[182/395] Compiling x509_ext.cc
[183/395] Compiling x509_cmp.cc
[184/395] Compiling x509_att.cc
[185/395] Compiling x509.cc
[186/395] Compiling v3_pmaps.cc
[188/395] Compiling HTTPTypes HTTPFields.swift
[188/396] Compiling v3_utl.cc
[189/396] Compiling v3_prn.cc
[190/396] Compiling v3_pcons.cc
[192/396] Compiling v3_skey.cc
[193/396] Compiling v3_purp.cc
[194/396] Compiling v3_ocsp.cc
[195/402] Compiling v3_ncons.cc
[196/402] Compiling v3_info.cc
[197/402] Compiling v3_int.cc
[198/402] Compiling v3_ia5.cc
[199/402] Compiling v3_lib.cc
[200/402] Compiling v3_extku.cc
[201/402] Compiling v3_genn.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_req.cc
[213/402] Compiling t_crl.cc
[214/402] Compiling t_x509.cc
[215/402] Compiling rsa_pss.cc
[216/402] Compiling name_print.cc
[218/402] Compiling HTTPTypesFoundation HTTPTypes+ISOLatin1.swift
[218/402] Compiling i2d_pr.cc
[219/402] Compiling policy.cc
[220/402] Compiling by_dir.cc
[221/402] Compiling a_verify.cc
[222/402] Compiling by_file.cc
[223/402] Compiling algorithm.cc
[224/402] Compiling asn1_gen.cc
[225/402] Compiling trust_token.cc
[226/402] Compiling thread_win.cc
[227/402] Compiling a_sign.cc
[229/402] Compiling HTTPTypesFoundation URLResponse+HTTPTypes.swift
[229/402] Compiling voprf.cc
[231/402] Compiling HTTPTypesFoundation URLSession+HTTPTypes.swift
[231/402] Compiling pmbtoken.cc
[233/402] Compiling HTTPTypesFoundation URLRequest+HTTPTypes.swift
[233/402] Compiling a_digest.cc
[234/402] Compiling thread.cc
[235/402] Compiling thread_pthread.cc
[236/402] Compiling thread_none.cc
[237/402] Compiling stack.cc
[239/402] Compiling HTTPTypesFoundation HTTPRequest+URL.swift
[240/402] Emitting module HTTPTypesFoundation
[240/402] Compiling wots.cc
[241/403] Compiling fors.cc
[243/403] Compiling siphash.cc
[244/403] Compiling slhdsa.cc
[245/403] Compiling sha512.cc
[246/403] Compiling merkle.cc
[247/403] Compiling sha256.cc
[248/403] Compiling thash.cc
[249/403] Compiling sha1.cc
[250/403] Compiling rsa_print.cc
[251/403] Compiling rsa_extra.cc
[252/403] Compiling rc4.cc
[253/403] Compiling refcount.cc
[254/403] Compiling rsa_crypt.cc
[255/403] Compiling rsa_asn1.cc
[256/406] Compiling trusty.cc
[257/406] Compiling windows.cc
[258/406] Compiling passive.cc
[259/406] Compiling urandom.cc
[259/406] Compiling getentropy.cc
[261/406] Compiling rand_extra.cc
[262/406] Compiling ios.cc
[263/406] Compiling poly1305_arm_asm.S
[264/406] Compiling forkunsafe.cc
[265/406] Compiling fork_detect.cc
[266/406] Compiling deterministic.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_x509.cc
[273/406] Compiling pkcs8.cc
[274/406] Compiling p5_pbev2.cc
[275/406] Compiling pem_xaux.cc
[276/406] Compiling pkcs7_x509.cc
[277/406] Compiling pem_x509.cc
[278/406] Compiling pem_pkey.cc
[279/406] Compiling pem_lib.cc
[280/406] Compiling pem_pk8.cc
[281/406] Compiling obj_xref.cc
[281/406] Compiling pem_oth.cc
[283/406] Compiling pem_info.cc
[284/406] Compiling pem_all.cc
[285/406] Compiling obj.cc
[286/406] Compiling mldsa.cc
[287/406] Compiling mlkem.cc
[288/406] Compiling md5.cc
[289/406] Compiling mem.cc
[290/406] Compiling fips_shared_support.cc
[291/406] Compiling lhash.cc
[292/406] Compiling poly_rq_mul.S
[293/406] Compiling kyber.cc
[295/406] Compiling HTTPClient HTTPClient.swift
[295/406] Compiling md4.cc
[297/406] Emitting module HTTPClient
[298/406] Compiling HTTPClient URLSesssion++.swift
[299/407] Compiling ex_data.cc
[300/407] Compiling hpke.cc
[300/407] Compiling hrss.cc
[302/407] Compiling sign.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_hkdf.cc
[310/407] Compiling p_ed25519.cc
[311/407] Compiling p_rsa.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_dsa_asn1.cc
[316/407] Compiling p_dh_asn1.cc
[317/407] Compiling p_dh.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 ecdh_extra.cc
[325/407] Compiling hash_to_curve.cc
[326/407] Compiling ec_derive.cc
[327/407] Compiling dsa_asn1.cc
[328/407] Compiling dsa.cc
[329/407] Compiling ec_asn1.cc
[330/407] Compiling params.cc
[331/407] Compiling digest_extra.cc
[332/407] Compiling x25519-asm-arm.S
[333/407] Compiling dh_asn1.cc
[334/407] Compiling des.cc
[335/407] Compiling spake25519.cc
[336/407] Compiling crypto.cc
[337/407] Compiling cpu_arm_freebsd.cc
[337/407] Compiling cpu_arm_linux.cc
[339/407] Compiling cpu_intel.cc
[340/407] Compiling curve25519.cc
[341/407] Compiling cpu_aarch64_win.cc
[342/407] Compiling bcm.cc
[343/407] Compiling cpu_aarch64_openbsd.cc
[344/407] Compiling cpu_aarch64_sysreg.cc
[345/407] Compiling cpu_aarch64_linux.cc
[346/407] Compiling cpu_aarch64_fuchsia.cc
[347/407] Compiling curve25519_64_adx.cc
[348/407] Compiling cpu_aarch64_apple.cc
[349/407] Compiling conf.cc
[350/407] Compiling tls_cbc.cc
[351/407] Compiling e_rc4.cc
[352/407] Compiling e_tls.cc
[353/407] Compiling e_rc2.cc
[354/407] Compiling e_null.cc
[355/407] Compiling e_des.cc
[356/407] Compiling e_chacha20poly1305.cc
[357/407] Compiling derive_key.cc
[358/407] Compiling unicode.cc
[359/407] Compiling e_aesctrhmac.cc
[360/407] Compiling e_aesgcmsiv.cc
[361/407] Compiling cipher_extra.cc
[362/407] Compiling chacha.cc
[363/407] Compiling buf.cc
[364/407] Compiling ber.cc
[365/407] Compiling asn1_compat.cc
[366/407] Compiling bn_asn1.cc
[367/407] Compiling cbb.cc
[368/407] Compiling convert.cc
[369/407] Compiling cbs.cc
[370/407] Compiling blake2.cc
[371/407] Compiling printf.cc
[372/407] Compiling pair.cc
[373/407] Compiling hexdump.cc
[374/407] Compiling errno.cc
[375/407] Compiling file.cc
[376/407] Compiling fd.cc
[377/407] Compiling bio_mem.cc
[378/407] Compiling bio.cc
[379/407] Compiling base64.cc
[380/407] Compiling tasn_typ.cc
[381/407] Compiling tasn_utl.cc
[382/407] Compiling tasn_fre.cc
[383/407] Compiling tasn_enc.cc
[384/407] Compiling tasn_new.cc
[385/407] Compiling posix_time.cc
[386/407] Compiling f_string.cc
[387/407] Compiling f_int.cc
[388/407] Compiling asn_pack.cc
[389/407] Compiling asn1_par.cc
[390/407] Compiling a_utctm.cc
[391/407] Compiling a_type.cc
[392/407] Compiling asn1_lib.cc
[393/407] Compiling a_time.cc
[394/407] Compiling a_strnid.cc
[395/407] Compiling a_strex.cc
[396/407] Compiling a_octet.cc
[397/407] Compiling a_i2d_fp.cc
[398/407] Compiling a_object.cc
[398/407] Write sources
[400/407] Compiling a_mbstr.cc
[401/407] Compiling a_gentm.cc
[402/407] Compiling a_int.cc
[402/407] Compiling a_dup.cc
[404/407] Compiling a_d2i_fp.cc
[405/432] Compiling a_bool.cc
[406/432] Compiling a_bitstr.cc
[408/440] Compiling Algorithms RandomSample.swift
[409/440] Compiling Algorithms Reductions.swift
[410/440] Compiling Algorithms Rotate.swift
[411/440] Compiling Algorithms Split.swift
[412/440] Compiling Algorithms Stride.swift
[413/440] Compiling Algorithms Suffix.swift
[414/443] Compiling Algorithms Compacted.swift
[415/443] Compiling Algorithms Cycle.swift
[416/443] Compiling Algorithms EitherSequence.swift
[417/443] Compiling Algorithms FirstNonNil.swift
[418/443] Compiling Algorithms Joined.swift
[419/443] Compiling Algorithms Keyed.swift
[420/443] Compiling Algorithms MinMax.swift
[421/443] Compiling Algorithms Partition.swift
[422/443] Compiling Algorithms Permutations.swift
[423/443] Compiling Algorithms Product.swift
[424/443] Compiling CryptoBoringWrapper RandomBytes.swift
[425/443] Compiling Algorithms FlattenCollection.swift
[426/443] Compiling Algorithms Grouped.swift
[427/443] Compiling Algorithms Indexed.swift
[428/443] Compiling Algorithms Intersperse.swift
[429/443] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[430/443] Emitting module CryptoBoringWrapper
[431/443] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[432/443] Compiling CryptoBoringWrapper EllipticCurve.swift
[433/443] Compiling CryptoBoringWrapper CryptoKitErrors_boring.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
[440/444] Compiling Algorithms AdjacentPairs.swift
[441/444] Compiling Algorithms Chain.swift
[442/444] Compiling Algorithms Chunked.swift
[443/444] Compiling Algorithms Combinations.swift
[444/515] Emitting module Algorithms
[446/516] Emitting module Crypto
[447/525] Compiling Crypto HKDF.swift
[448/525] Compiling Crypto AESWrap.swift
[449/525] Compiling Crypto AESWrap_boring.swift
[450/525] Compiling Crypto Ed25519_boring.swift
[451/525] Compiling Crypto NISTCurvesKeys_boring.swift
[452/525] Compiling Crypto X25519Keys_boring.swift
[453/525] Compiling Crypto Curve25519.swift
[454/525] Compiling Crypto Ed25519Keys.swift
[455/525] Compiling Crypto NISTCurvesKeys.swift
[456/525] Compiling Crypto X25519Keys.swift
[457/525] Compiling Crypto PKCS8PrivateKey.swift
[458/525] Compiling Crypto SEC1PrivateKey.swift
[459/525] Compiling Crypto SubjectPublicKeyInfo.swift
[460/525] Compiling Crypto CryptoKitErrors.swift
[461/525] Compiling Crypto Digest_boring.swift
[462/525] Compiling Crypto Digest.swift
[463/525] Compiling Crypto Digests.swift
[464/525] Compiling Crypto HashFunctions.swift
[465/525] Compiling Crypto HashFunctions_SHA2.swift
[466/525] Compiling Crypto HPKE-AEAD.swift
[467/525] Compiling Crypto AES-GCM.swift
[468/525] Compiling Crypto AES-GCM_boring.swift
[469/525] Compiling Crypto ChaChaPoly_boring.swift
[470/525] Compiling Crypto ChaChaPoly.swift
[471/525] Compiling Crypto Cipher.swift
[472/525] Compiling Crypto Nonces.swift
[473/525] Compiling Crypto ASN1.swift
[474/525] Compiling Crypto ASN1Any.swift
[475/525] Compiling Crypto ASN1BitString.swift
[476/525] Compiling Crypto ASN1Boolean.swift
[477/525] Compiling Crypto HPKE-Ciphersuite.swift
[478/525] Compiling Crypto HPKE-KDF.swift
[479/525] Compiling Crypto HPKE-KexKeyDerivation.swift
[480/525] Compiling Crypto HPKE-LabeledExtract.swift
[481/525] Compiling Crypto HPKE-Utils.swift
[482/525] Compiling Crypto DHKEM.swift
[483/525] Compiling Crypto HPKE-KEM-Curve25519.swift
[484/525] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[485/525] Compiling Crypto HPKE-KEM.swift
[486/525] Compiling Crypto HPKE-Errors.swift
[487/525] Compiling Crypto SymmetricKeys.swift
[488/525] Compiling Crypto HMAC.swift
[489/525] Compiling Crypto MACFunctions.swift
[490/525] Compiling Crypto MessageAuthenticationCode.swift
[491/525] Compiling Crypto AES.swift
[492/525] Compiling Crypto ECDSASignature_boring.swift
[493/525] Compiling Crypto ECDSA_boring.swift
[494/525] Compiling Crypto EdDSA_boring.swift
[495/525] Compiling Crypto ECDSA.swift
[496/525] Compiling Crypto Ed25519.swift
[497/525] Compiling Crypto HPKE.swift
[498/525] Compiling Crypto HPKE-Context.swift
[499/525] Compiling Crypto HPKE-KeySchedule.swift
[500/525] Compiling Crypto HPKE-Modes.swift
[501/525] Compiling Crypto Insecure.swift
[502/525] Compiling Crypto Insecure_HashFunctions.swift
[503/525] Compiling Crypto KEM.swift
[504/525] Compiling Crypto ECDH_boring.swift
[505/525] Compiling Crypto DH.swift
[506/525] Compiling Crypto ECDH.swift
[507/525] Compiling Crypto ASN1Identifier.swift
[508/525] Compiling Crypto ASN1Integer.swift
[509/525] Compiling Crypto ASN1Null.swift
[510/525] Compiling Crypto ASN1OctetString.swift
[511/525] Compiling Crypto ASN1Strings.swift
[512/525] Compiling Crypto ArraySliceBigint.swift
[513/525] Compiling Crypto GeneralizedTime.swift
[514/525] Compiling Crypto ObjectIdentifier.swift
[515/525] Compiling Crypto ECDSASignature.swift
[516/525] Compiling Crypto PEMDocument.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 ConvertEvent.swift
[534/542] Compiling GoogleAnalytics Event.swift
[535/542] Compiling GoogleAnalytics GameEvent.swift
[536/542] Compiling GoogleAnalytics GoogleAnalytics.swift
[537/542] Compiling GoogleAnalytics UserData.swift
[538/542] Compiling GoogleAnalytics AppEvents.swift
[539/542] Compiling GoogleAnalytics Consent.swift
[540/542] Emitting module GoogleAnalytics
[541/542] Compiling GoogleAnalytics Address.swift
[542/542] Compiling GoogleAnalytics AdvertiseEvent.swift
Build complete! (62.57s)
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.