Build Information
Successful build of googleanalytics-swift, reference 0.0.4 (44b79a
), with Swift 6.0 for Linux on 19 Feb 2025 15:40:23 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.0-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.60.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.0
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.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-crypto
Fetching https://github.com/apple/swift-algorithms
Fetching https://github.com/zunda-pixel/swift-currency
Fetching https://github.com/zunda-pixel/http-client.git
Fetching https://github.com/apple/swift-http-types.git
[1/827] Fetching swift-http-types
[398/845] Fetching swift-http-types, swift-currency
[846/951] Fetching swift-http-types, swift-currency, http-client
[952/6766] Fetching swift-http-types, swift-currency, http-client, swift-algorithms
[1301/19141] Fetching swift-http-types, swift-currency, http-client, swift-algorithms, swift-crypto
Fetched https://github.com/zunda-pixel/http-client.git from cache (0.25s)
[2191/19035] Fetching swift-http-types, swift-currency, swift-algorithms, swift-crypto
Fetched https://github.com/apple/swift-http-types.git from cache (0.25s)
[1662/18208] Fetching swift-currency, swift-algorithms, swift-crypto
Fetched https://github.com/zunda-pixel/swift-currency from cache (0.41s)
Fetched https://github.com/apple/swift-algorithms from cache (0.41s)
[2599/12375] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto from cache (1.44s)
Computing version for https://github.com/zunda-pixel/swift-currency
Computed https://github.com/zunda-pixel/swift-currency at 0.0.1 (0.59s)
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.55s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.3.1 (3.15s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.1 (1.06s)
Fetching https://github.com/apple/swift-numerics.git
[1/5576] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (1.84s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.2 (0.69s)
Computing version for https://github.com/apple/swift-crypto
Computed https://github.com/apple/swift-crypto at 3.11.1 (2.26s)
Fetching https://github.com/apple/swift-asn1.git
[1/1465] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.25s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.1 (0.63s)
Creating working copy for https://github.com/apple/swift-crypto
Working copy of https://github.com/apple/swift-crypto resolved at 3.11.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.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.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-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.3.1
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
Building for debugging...
[0/371] Write sources
[8/371] Compiling _NumericsShims _NumericsShims.c
[9/371] Compiling md5-586-linux.S
[10/371] Compiling md5-x86_64-apple.S
[11/371] Compiling md5-586-apple.S
[12/371] Compiling fiat_p256_adx_sqr.S
[13/371] Compiling fiat_p256_adx_mul.S
[14/371] Compiling fiat_curve25519_adx_square.S
[15/371] Compiling fiat_curve25519_adx_mul.S
[16/371] Compiling md5-x86_64-linux.S
[17/371] Compiling err_data.cc
[18/371] Compiling CCryptoBoringSSLShims shims.c
[19/371] Compiling chacha20_poly1305_x86_64-apple.S
[20/371] Compiling chacha20_poly1305_armv8-win.S
[21/371] Write swift-version-24593BA9C3E375BF.txt
[22/371] Compiling a_bitstr.cc
[23/371] Compiling chacha20_poly1305_x86_64-linux.S
[24/371] Compiling chacha-x86_64-linux.S
[25/371] Compiling chacha-armv8-win.S
[25/371] Compiling chacha20_poly1305_armv8-apple.S
[25/371] Compiling chacha-x86-apple.S
[28/371] Compiling chacha-x86_64-apple.S
[28/371] Compiling chacha-x86-linux.S
[28/371] Compiling chacha20_poly1305_armv8-linux.S
[31/371] Compiling chacha-armv8-linux.S
[32/371] Compiling chacha-armv8-apple.S
[33/371] Compiling aes128gcmsiv-x86_64-apple.S
[34/371] Compiling chacha-armv4-linux.S
[35/371] Compiling aes128gcmsiv-x86_64-linux.S
[36/371] Compiling x86_64-mont5-apple.S
[37/371] Compiling x86_64-mont-apple.S
[38/371] Compiling x86_64-mont-linux.S
[39/371] Compiling x86_64-mont5-linux.S
[40/371] Compiling x86-mont-linux.S
[41/371] Compiling x86-mont-apple.S
[42/371] Compiling vpaes-x86_64-apple.S
[43/371] Compiling vpaes-x86-linux.S
[43/371] Compiling vpaes-x86_64-linux.S
[45/371] Compiling vpaes-x86-apple.S
[46/371] Compiling vpaes-armv8-win.S
[47/373] Compiling vpaes-armv8-apple.S
[48/376] Compiling vpaes-armv8-linux.S
[49/379] Compiling vpaes-armv7-linux.S
[50/381] Compiling sha512-x86_64-linux.S
[51/386] Compiling sha512-x86_64-apple.S
[52/391] Compiling sha512-armv8-win.S
[53/391] Compiling sha512-armv8-linux.S
[54/391] Compiling sha512-armv4-linux.S
[55/391] Compiling sha512-armv8-apple.S
[56/391] Compiling sha512-586-linux.S
[57/391] Compiling sha512-586-apple.S
[58/391] Compiling sha256-x86_64-apple.S
[59/391] Compiling sha256-armv8-linux.S
[60/391] Compiling sha256-armv8-win.S
[61/391] Compiling sha256-x86_64-linux.S
[62/391] Compiling sha256-armv8-apple.S
[63/391] Compiling sha256-armv4-linux.S
[64/391] Compiling sha256-586-linux.S
[65/391] Compiling sha1-x86_64-apple.S
[66/391] Compiling sha256-586-apple.S
[67/391] Compiling sha1-armv8-win.S
[68/391] Compiling sha1-x86_64-linux.S
[69/391] Compiling sha1-armv8-linux.S
[70/391] Compiling sha1-armv4-large-linux.S
[71/391] Compiling sha1-586-apple.S
[72/391] Compiling sha1-armv8-apple.S
[73/391] Compiling sha1-586-linux.S
[74/391] Compiling rsaz-avx2-linux.S
[75/391] Compiling rsaz-avx2-apple.S
[76/391] Compiling rdrand-x86_64-linux.S
[77/391] Compiling p256_beeu-x86_64-asm-linux.S
[78/391] Compiling rdrand-x86_64-apple.S
[79/391] Compiling p256_beeu-x86_64-asm-apple.S
[80/391] Compiling p256_beeu-armv8-asm-win.S
[81/391] Compiling p256_beeu-armv8-asm-linux.S
[82/391] Compiling p256_beeu-armv8-asm-apple.S
[83/391] Compiling p256-x86_64-asm-apple.S
[84/391] Compiling p256-x86_64-asm-linux.S
[85/391] Compiling p256-armv8-asm-win.S
[86/391] Compiling ghashv8-armv8-win.S
[86/391] Compiling p256-armv8-asm-linux.S
[88/391] Compiling p256-armv8-asm-apple.S
[89/391] Compiling ghashv8-armv8-linux.S
[90/391] Compiling ghashv8-armv7-linux.S
[91/391] Compiling ghash-x86_64-apple.S
[92/391] Compiling ghashv8-armv8-apple.S
[93/391] Compiling ghash-x86_64-linux.S
[94/391] Compiling ghash-x86-linux.S
[95/391] Compiling ghash-x86-apple.S
[96/391] Compiling ghash-ssse3-x86_64-linux.S
[97/391] Compiling ghash-ssse3-x86-linux.S
[97/391] Compiling ghash-ssse3-x86_64-apple.S
[99/391] Compiling ghash-ssse3-x86-apple.S
[100/391] Compiling ghash-neon-armv8-win.S
[101/391] Compiling ghash-neon-armv8-linux.S
[102/391] Compiling ghash-neon-armv8-apple.S
[103/391] Compiling ghash-armv4-linux.S
[104/391] Compiling co-586-linux.S
[105/391] Compiling co-586-apple.S
[106/391] Compiling bsaes-armv7-linux.S
[107/391] Compiling bn-armv8-win.S
[108/391] Compiling bn-armv8-linux.S
[109/391] Compiling bn-armv8-apple.S
[110/391] Compiling bn-586-linux.S
[111/391] Compiling bn-586-apple.S
[112/391] Compiling armv8-mont-linux.S
[113/391] Compiling armv8-mont-win.S
[114/391] Compiling armv8-mont-apple.S
[116/391] Emitting module HTTPTypes
[116/392] Compiling armv4-mont-linux.S
[117/392] Compiling aesv8-gcm-armv8-win.S
[118/392] Compiling aesv8-gcm-armv8-linux.S
[119/392] Compiling aesv8-gcm-armv8-apple.S
[120/392] Compiling aesv8-armv8-win.S
[121/392] Compiling aesv8-armv8-apple.S
[122/392] Compiling aesv8-armv8-linux.S
[123/392] Compiling aesv8-armv7-linux.S
[124/392] Compiling aesni-x86_64-linux.S
[125/392] Compiling aesni-x86_64-apple.S
[126/392] Compiling aesni-x86-apple.S
[127/392] Compiling aesni-x86-linux.S
[128/392] Compiling aesni-gcm-x86_64-linux.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_val.cc
[133/392] Compiling x_x509a.cc
[134/392] Compiling x_sig.cc
[135/392] Compiling x_spki.cc
[136/392] Compiling x_x509.cc
[137/392] Compiling x_req.cc
[138/392] Compiling x_name.cc
[139/392] Compiling x_pubkey.cc
[140/392] Compiling x_exten.cc
[141/392] Compiling x_crl.cc
[142/392] Compiling x_attrib.cc
[143/392] Compiling x509rset.cc
[144/392] Compiling x_all.cc
[145/392] Compiling x_algor.cc
[146/392] Compiling x509spki.cc
[147/392] Compiling x509cset.cc
[148/392] Compiling x509_vfy.cc
[149/392] Compiling x509name.cc
[150/392] Compiling x509_vpm.cc
[151/392] Compiling x509_v3.cc
[152/392] Compiling x509_txt.cc
[154/392] Compiling RealModule Float80+Real.swift
[155/392] Compiling RealModule Real.swift
[156/393] Emitting module Currency
[157/393] Compiling Currency Currency.swift
[158/394] Compiling HTTPTypes HTTPResponse.swift
[159/394] Compiling HTTPTypes ISOLatin1String.swift
[160/394] Compiling HTTPTypes HTTPRequest.swift
[161/394] Compiling HTTPTypes HTTPFieldName.swift
[162/394] Compiling RealModule Float16+Real.swift
[163/394] Compiling RealModule Float+Real.swift
[164/394] Compiling RealModule AlgebraicField.swift
[165/394] Compiling RealModule ApproximateEquality.swift
[166/394] Compiling RealModule ElementaryFunctions.swift
[167/394] Compiling HTTPTypes HTTPParsedFields.swift
[168/394] Compiling RealModule AugmentedArithmetic.swift
[169/394] Compiling RealModule Double+Real.swift
[170/394] Emitting module RealModule
[170/394] Compiling x509_set.cc
[172/394] Compiling x509_trs.cc
[174/394] Compiling RealModule RealFunctions.swift
[175/395] Compiling x509_obj.cc
[176/395] Compiling x509_req.cc
[177/395] Compiling x509_lu.cc
[178/395] Compiling x509_def.cc
[179/395] Compiling x509_ext.cc
[180/395] Compiling x509_d2.cc
[182/395] Compiling HTTPTypes NIOLock.swift
[182/395] Compiling x509.cc
[183/395] Compiling x509_att.cc
[184/395] Compiling x509_cmp.cc
[185/395] Compiling v3_utl.cc
[186/395] Compiling v3_skey.cc
[187/395] Compiling v3_prn.cc
[188/395] Compiling v3_purp.cc
[189/395] Compiling v3_pmaps.cc
[190/395] Compiling v3_ocsp.cc
[191/395] Compiling v3_pcons.cc
[192/395] Compiling v3_ncons.cc
[193/395] Compiling v3_int.cc
[194/395] Compiling v3_lib.cc
[195/395] Compiling v3_info.cc
[196/395] Compiling v3_ia5.cc
[197/395] Compiling v3_genn.cc
[198/395] Compiling v3_extku.cc
[199/395] Compiling v3_enum.cc
[200/395] Compiling v3_crld.cc
[201/395] Compiling v3_conf.cc
[202/395] Compiling HTTPTypes HTTPField.swift
[203/395] Compiling HTTPTypes HTTPFields.swift
[204/395] Compiling v3_cpols.cc
[206/396] Compiling v3_bitst.cc
[207/396] Compiling v3_bcons.cc
[208/396] Compiling v3_alt.cc
[209/402] Compiling v3_akeya.cc
[210/402] Compiling t_x509a.cc
[211/402] Compiling v3_akey.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
[215/402] Compiling rsa_pss.cc
[217/402] Compiling policy.cc
[218/402] Compiling name_print.cc
[219/402] Compiling by_file.cc
[220/402] Compiling by_dir.cc
[221/402] Compiling asn1_gen.cc
[222/402] Compiling a_verify.cc
[223/402] Compiling algorithm.cc
[224/402] Compiling a_sign.cc
[225/402] Compiling a_digest.cc
[226/402] Compiling voprf.cc
[227/402] Compiling trust_token.cc
[228/402] Compiling thread_win.cc
[229/402] Compiling thread_pthread.cc
[230/402] Compiling thread.cc
[231/402] Compiling thread_none.cc
[232/402] Compiling pmbtoken.cc
[233/402] Compiling stack.cc
[234/402] Compiling wots.cc
[235/402] Compiling thash.cc
[236/402] Compiling slhdsa.cc
[237/402] Compiling merkle.cc
[238/402] Compiling siphash.cc
[239/402] Compiling fors.cc
[240/402] Compiling sha512.cc
[242/402] Emitting module HTTPTypesFoundation
[242/402] Compiling sha256.cc
[243/402] Compiling sha1.cc
[244/402] Compiling rsa_extra.cc
[245/402] Compiling rsa_print.cc
[246/402] Compiling refcount.cc
[247/402] Compiling rsa_crypt.cc
[248/402] Compiling rsa_asn1.cc
[249/402] Compiling windows.cc
[250/402] Compiling rc4.cc
[251/402] Compiling trusty.cc
[252/402] Compiling urandom.cc
[253/402] Compiling rand_extra.cc
[254/402] Compiling passive.cc
[255/402] Compiling getentropy.cc
[256/402] Compiling poly1305_arm_asm.S
[257/402] Compiling ios.cc
[258/402] Compiling forkunsafe.cc
[259/402] Compiling fork_detect.cc
[260/402] Compiling poly1305_arm.cc
[261/402] Compiling deterministic.cc
[262/402] Compiling pool.cc
[263/402] Compiling poly1305.cc
[264/402] Compiling poly1305_vec.cc
[265/402] Compiling pkcs7.cc
[266/402] Compiling pkcs8_x509.cc
[267/402] Compiling p5_pbev2.cc
[268/402] Compiling pem_xaux.cc
[269/402] Compiling pkcs8.cc
[270/402] Compiling pkcs7_x509.cc
[271/402] Compiling pem_pk8.cc
[272/402] Compiling pem_pkey.cc
[273/402] Compiling pem_x509.cc
[274/402] Compiling obj_xref.cc
[275/402] Compiling pem_oth.cc
[276/402] Compiling pem_info.cc
[277/402] Compiling pem_lib.cc
[278/402] Compiling mlkem.cc
[279/402] Compiling obj.cc
[280/402] Compiling pem_all.cc
[281/402] Compiling mldsa.cc
[282/402] Compiling md5.cc
[283/402] Compiling poly_rq_mul.S
[284/402] Compiling mem.cc
[285/402] Compiling md4.cc
[286/402] Compiling fips_shared_support.cc
[288/402] Compiling HTTPTypesFoundation HTTPTypes+ISOLatin1.swift
[289/402] Compiling HTTPTypesFoundation URLRequest+HTTPTypes.swift
[289/402] Compiling lhash.cc
[291/402] Compiling HTTPTypesFoundation URLResponse+HTTPTypes.swift
[292/402] Compiling HTTPTypesFoundation URLSession+HTTPTypes.swift
[293/402] Compiling HTTPTypesFoundation HTTPRequest+URL.swift
[293/403] Compiling kyber.cc
[295/403] Compiling scrypt.cc
[296/403] Compiling ex_data.cc
[296/403] Compiling sign.cc
[298/403] Compiling hrss.cc
[299/403] Compiling hpke.cc
[300/406] Compiling print.cc
[301/406] Compiling p_x25519.cc
[302/406] Compiling pbkdf.cc
[303/406] Compiling p_x25519_asn1.cc
[304/406] Compiling p_rsa_asn1.cc
[305/406] Compiling p_rsa.cc
[306/406] Compiling p_ed25519.cc
[307/406] Compiling p_hkdf.cc
[308/406] Compiling p_ed25519_asn1.cc
[309/406] Compiling p_ec_asn1.cc
[310/406] Compiling p_ec.cc
[311/406] Compiling p_dsa_asn1.cc
[312/406] Compiling p_dh.cc
[313/406] Compiling p_dh_asn1.cc
[314/406] Compiling evp_ctx.cc
[315/406] Compiling evp.cc
[316/406] Compiling evp_asn1.cc
[317/406] Compiling err.cc
[318/406] Compiling engine.cc
[319/406] Compiling ecdsa_asn1.cc
[320/406] Compiling ecdh_extra.cc
[321/406] Compiling hash_to_curve.cc
[322/406] Compiling ec_derive.cc
[323/406] Compiling ec_asn1.cc
[324/406] Compiling dsa.cc
[325/406] Compiling dsa_asn1.cc
[326/406] Compiling digest_extra.cc
[327/406] Compiling params.cc
[328/406] Compiling x25519-asm-arm.S
[329/406] Compiling dh_asn1.cc
[330/406] Compiling des.cc
[330/406] Compiling spake25519.cc
[332/406] Compiling crypto.cc
[333/406] Compiling cpu_intel.cc
[334/406] Compiling cpu_arm_freebsd.cc
[335/406] Compiling cpu_arm_linux.cc
[336/406] Compiling curve25519.cc
[337/406] Compiling cpu_aarch64_win.cc
[338/406] Compiling cpu_aarch64_sysreg.cc
[339/406] Compiling cpu_aarch64_openbsd.cc
[340/406] Compiling curve25519_64_adx.cc
[341/406] Compiling bcm.cc
[342/406] Compiling cpu_aarch64_linux.cc
[343/406] Compiling cpu_aarch64_fuchsia.cc
[345/406] Compiling HTTPClient HTTPClient.swift
[346/406] Compiling HTTPClient URLSesssion++.swift
[347/406] Emitting module HTTPClient
[347/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 e_aesgcmsiv.cc
[359/407] Compiling e_aesctrhmac.cc
[360/407] Compiling cipher_extra.cc
[361/407] Compiling chacha.cc
[362/407] Compiling unicode.cc
[363/407] Compiling ber.cc
[364/407] Compiling buf.cc
[365/407] Compiling asn1_compat.cc
[366/407] Compiling cbs.cc
[367/407] Compiling cbb.cc
[368/407] Compiling blake2.cc
[369/407] Compiling bn_asn1.cc
[370/407] Compiling convert.cc
[371/407] Compiling printf.cc
[372/407] Compiling pair.cc
[373/407] Compiling hexdump.cc
[374/407] Compiling file.cc
[375/407] Compiling errno.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_fre.cc
[381/407] Compiling tasn_typ.cc
[382/407] Compiling tasn_enc.cc
[383/407] Compiling tasn_new.cc
[384/407] Compiling tasn_utl.cc
[385/407] Compiling tasn_dec.cc
[386/407] Compiling f_string.cc
[387/407] Compiling posix_time.cc
[388/407] Compiling f_int.cc
[389/407] Compiling asn_pack.cc
[390/407] Compiling asn1_par.cc
[391/407] Compiling a_utctm.cc
[392/407] Compiling asn1_lib.cc
[393/407] Compiling a_type.cc
[394/407] Compiling a_time.cc
[395/407] Compiling a_strnid.cc
[396/407] Compiling a_octet.cc
[397/407] Compiling a_strex.cc
[398/407] Compiling a_object.cc
[399/407] Write sources
[400/407] Compiling a_mbstr.cc
[401/407] Compiling a_i2d_fp.cc
[402/407] Compiling a_d2i_fp.cc
[403/407] Compiling a_dup.cc
[404/407] Compiling a_int.cc
[405/407] Compiling a_gentm.cc
[406/407] Compiling a_bool.cc
[408/440] Compiling Algorithms Compacted.swift
[409/440] Compiling Algorithms Cycle.swift
[410/440] Compiling Algorithms EitherSequence.swift
[411/440] Compiling Algorithms FirstNonNil.swift
[412/443] Compiling Algorithms RandomSample.swift
[413/443] Compiling Algorithms Reductions.swift
[414/443] Compiling Algorithms Rotate.swift
[415/443] Compiling CryptoBoringWrapper RandomBytes.swift
[416/443] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[417/443] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[418/443] Emitting module CryptoBoringWrapper
[419/443] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[420/443] Compiling CryptoBoringWrapper EllipticCurve.swift
[421/443] Compiling Algorithms Joined.swift
[422/443] Compiling Algorithms Keyed.swift
[423/443] Compiling Algorithms MinMax.swift
[424/443] Compiling Algorithms Partition.swift
[425/443] Compiling Algorithms Permutations.swift
[426/443] Compiling Algorithms Product.swift
[427/443] Compiling Algorithms FlattenCollection.swift
[428/443] Compiling Algorithms Grouped.swift
[429/443] Compiling Algorithms Indexed.swift
[430/443] Compiling Algorithms Intersperse.swift
[431/443] Compiling Algorithms Split.swift
[432/443] Compiling Algorithms Stride.swift
[433/443] Compiling Algorithms Suffix.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/515] Compiling Crypto HPKE-Ciphersuite.swift
[441/515] Compiling Crypto HPKE-KDF.swift
[442/515] Compiling Crypto HPKE-KexKeyDerivation.swift
[443/515] Compiling Crypto HPKE-LabeledExtract.swift
[444/515] Compiling Crypto HPKE-Utils.swift
[445/515] Compiling Crypto DHKEM.swift
[446/515] Compiling Crypto HPKE-KEM-Curve25519.swift
[447/515] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[448/515] Compiling Crypto HPKE-KEM.swift
[449/515] Compiling Crypto HPKE-Errors.swift
[450/524] Compiling Crypto AES-GCM.swift
[451/524] Compiling Crypto AES-GCM_boring.swift
[452/524] Compiling Crypto ChaChaPoly_boring.swift
[453/524] Compiling Crypto ChaChaPoly.swift
[454/524] Emitting module Algorithms
[456/525] Compiling Crypto HKDF.swift
[457/525] Compiling Crypto AESWrap.swift
[458/525] Compiling Crypto AESWrap_boring.swift
[459/525] Compiling Crypto Ed25519_boring.swift
[460/525] Compiling Crypto NISTCurvesKeys_boring.swift
[461/525] Compiling Crypto X25519Keys_boring.swift
[462/525] Compiling Crypto Curve25519.swift
[463/525] Compiling Crypto Ed25519Keys.swift
[464/525] Compiling Crypto NISTCurvesKeys.swift
[465/525] Compiling Crypto X25519Keys.swift
[470/525] Compiling Crypto Cipher.swift
[471/525] Compiling Crypto Nonces.swift
[472/525] Compiling Crypto ASN1.swift
[473/525] Compiling Crypto ASN1Any.swift
[474/525] Compiling Crypto ASN1BitString.swift
[475/525] Compiling Crypto ASN1Boolean.swift
[476/525] Compiling Crypto PKCS8PrivateKey.swift
[477/525] Compiling Crypto SEC1PrivateKey.swift
[478/525] Compiling Crypto SubjectPublicKeyInfo.swift
[479/525] Compiling Crypto CryptoKitErrors.swift
[480/525] Compiling Crypto Digest_boring.swift
[481/525] Compiling Crypto Digest.swift
[482/525] Compiling Crypto Digests.swift
[483/525] Compiling Crypto HashFunctions.swift
[484/525] Compiling Crypto HashFunctions_SHA2.swift
[485/525] Compiling Crypto HPKE-AEAD.swift
[486/525] Emitting module Crypto
[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 SymmetricKeys.swift
[498/525] Compiling Crypto HMAC.swift
[499/525] Compiling Crypto MACFunctions.swift
[500/525] Compiling Crypto MessageAuthenticationCode.swift
[501/525] Compiling Crypto AES.swift
[502/525] Compiling Crypto ECDSASignature_boring.swift
[503/525] Compiling Crypto ECDSA_boring.swift
[504/525] Compiling Crypto EdDSA_boring.swift
[505/525] Compiling Crypto ECDSA.swift
[506/525] Compiling Crypto Ed25519.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 GameEvent.swift
[534/542] Compiling GoogleAnalytics GoogleAnalytics.swift
[535/542] Compiling GoogleAnalytics ConvertEvent.swift
[536/542] Compiling GoogleAnalytics Event.swift
[537/542] Compiling GoogleAnalytics UserData.swift
[538/542] Emitting module GoogleAnalytics
[539/542] Compiling GoogleAnalytics Address.swift
[540/542] Compiling GoogleAnalytics AdvertiseEvent.swift
[541/542] Compiling GoogleAnalytics AppEvents.swift
[542/542] Compiling GoogleAnalytics Consent.swift
Build complete! (66.81s)
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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.