Build Information
Failed to build PostHog, reference main (d640df
), with Swift 6.1 for Linux on 30 Apr 2025 14:28:35 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/PostHog/posthog-ios.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/PostHog/posthog-ios
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at d640df8 Update version
Cloned https://github.com/PostHog/posthog-ios.git
Revision (git rev-parse @):
d640df892fcb3bbeadf02b9ec28eeb682df53d24
SUCCESS checkout https://github.com/PostHog/posthog-ios.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/PostHog/posthog-ios.git
https://github.com/PostHog/posthog-ios.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "quick",
"requirement" : {
"range" : [
{
"lower_bound" : "6.0.0",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Quick.git"
},
{
"identity" : "nimble",
"requirement" : {
"range" : [
{
"lower_bound" : "12.0.0",
"upper_bound" : "13.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Nimble.git"
},
{
"identity" : "ohhttpstubs",
"requirement" : {
"range" : [
{
"lower_bound" : "9.0.0",
"upper_bound" : "10.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/AliSoftware/OHHTTPStubs.git"
}
],
"manifest_display_name" : "PostHog",
"name" : "PostHog",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "PostHog",
"targets" : [
"PostHog"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "phlibwebp",
"module_type" : "ClangTarget",
"name" : "phlibwebp",
"path" : "vendor/libwebp",
"product_memberships" : [
"PostHog"
],
"sources" : [
"alpha_enc.c",
"alpha_processing.c",
"alpha_processing_neon.c",
"alpha_processing_sse2.c",
"alpha_processing_sse41.c",
"analysis_enc.c",
"backward_references_cost_enc.c",
"backward_references_enc.c",
"bit_reader_utils.c",
"bit_writer_utils.c",
"color_cache_utils.c",
"config_enc.c",
"cost.c",
"cost_enc.c",
"cost_neon.c",
"cost_sse2.c",
"cpu.c",
"dec.c",
"dec_clip_tables.c",
"dec_neon.c",
"dec_sse2.c",
"dec_sse41.c",
"enc.c",
"enc_neon.c",
"enc_sse2.c",
"enc_sse41.c",
"filter_enc.c",
"filters.c",
"filters_neon.c",
"filters_sse2.c",
"filters_utils.c",
"frame_enc.c",
"histogram_enc.c",
"huffman_encode_utils.c",
"huffman_utils.c",
"iterator_enc.c",
"lossless.c",
"lossless_enc.c",
"lossless_enc_neon.c",
"lossless_enc_sse2.c",
"lossless_enc_sse41.c",
"lossless_neon.c",
"lossless_sse2.c",
"lossless_sse41.c",
"muxedit.c",
"muxinternal.c",
"muxread.c",
"near_lossless_enc.c",
"palette.c",
"picture_csp_enc.c",
"picture_enc.c",
"picture_psnr_enc.c",
"picture_rescale_enc.c",
"picture_tools_enc.c",
"predictor_enc.c",
"quant_enc.c",
"quant_levels_dec_utils.c",
"quant_levels_utils.c",
"random_utils.c",
"rescaler.c",
"rescaler_neon.c",
"rescaler_sse2.c",
"rescaler_utils.c",
"sharpyuv.c",
"sharpyuv_cpu.c",
"sharpyuv_csp.c",
"sharpyuv_dsp.c",
"sharpyuv_gamma.c",
"sharpyuv_neon.c",
"sharpyuv_sse2.c",
"ssim.c",
"ssim_sse2.c",
"syntax_enc.c",
"thread_utils.c",
"token_enc.c",
"tree_enc.c",
"upsampling.c",
"upsampling_neon.c",
"upsampling_sse2.c",
"upsampling_sse41.c",
"utils.c",
"vp8l_enc.c",
"webp_enc.c",
"yuv.c",
"yuv_neon.c",
"yuv_sse2.c",
"yuv_sse41.c"
],
"type" : "library"
},
{
"c99name" : "PostHogTests",
"module_type" : "SwiftTarget",
"name" : "PostHogTests",
"path" : "PostHogTests",
"product_dependencies" : [
"Quick",
"Nimble",
"OHHTTPStubs",
"OHHTTPStubsSwift"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/PostHogTests/Resources/fixture_remote_config.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/PostHogTests/Resources/fixture_survey_basic.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/PostHogTests/Resources/fixture_survey_branching_end.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/PostHogTests/Resources/fixture_survey_branching_next.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/PostHogTests/Resources/fixture_survey_branching_response_based.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/PostHogTests/Resources/fixture_survey_branching_response_based_empty.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/PostHogTests/Resources/fixture_survey_branching_response_based_linkert.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/PostHogTests/Resources/fixture_survey_branching_specific.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/PostHogTests/Resources/fixture_survey_conditions_device_type.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/PostHogTests/Resources/fixture_survey_conditions_event.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/PostHogTests/Resources/fixture_survey_conditions_event_repeated.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/PostHogTests/Resources/fixture_survey_conditions_url.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/PostHogTests/Resources/fixture_survey_question_basic.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/PostHogTests/Resources/fixture_survey_question_link.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/PostHogTests/Resources/fixture_survey_question_multiple_choice.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/PostHogTests/Resources/fixture_survey_question_rating.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/PostHogTests/Resources/fixture_survey_question_single_choice.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/PostHogTests/Resources/fixture_survey_url_match_type_exact.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/PostHogTests/Resources/fixture_survey_url_match_type_icontains.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/PostHogTests/Resources/fixture_survey_url_match_type_is_not.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/PostHogTests/Resources/fixture_survey_url_match_type_not_icontains.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/PostHogTests/Resources/fixture_survey_url_match_type_not_regex.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/PostHogTests/Resources/fixture_survey_url_match_type_regex.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/PostHogTests/Resources/input_1.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/PostHogTests/Resources/input_2.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/PostHogTests/Resources/input_3.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/PostHogTests/Resources/output_1.webp",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/PostHogTests/Resources/output_2.webp",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/PostHogTests/Resources/output_3.webp",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"ApplicationViewLayoutPublisherTest.swift",
"ExampleSanitizer.swift",
"PostHogApiTest.swift",
"PostHogAppLifeCycleIntegrationTest.swift",
"PostHogAutocaptureEventTrackerSpec.swift",
"PostHogAutocaptureIntegrationSpec.swift",
"PostHogConfigTest.swift",
"PostHogContextTest.swift",
"PostHogFeatureFlagsTest.swift",
"PostHogFeatureFlagsV3Test.swift",
"PostHogFileBackedQueueTest.swift",
"PostHogIdentityTests.swift",
"PostHogIntegrationInstallationTest.swift",
"PostHogLegacyQueueTest.swift",
"PostHogQueueTest.swift",
"PostHogRemoteConfigTest.swift",
"PostHogSDKPersonProfilesTest.swift",
"PostHogSDKTest.swift",
"PostHogScreenViewIntegrationTest.swift",
"PostHogSessionManagerTest.swift",
"PostHogSessionReplayTest.swift",
"PostHogStorageManagerTest.swift",
"PostHogStorageMigrationTest.swift",
"PostHogStorageTest.swift",
"PostHogSurveysTest.swift",
"PostHogWebPTest.swift",
"TestUtils/MockApplicationLifecyclePublisher.swift",
"TestUtils/MockPostHogServer.swift",
"TestUtils/MockScreenViewPublisher.swift",
"TestUtils/TestError.swift",
"TestUtils/TestPostHog.swift",
"TestUtils/URLSession+body.swift",
"UUIDTest.swift",
"UtilsTest.swift"
],
"target_dependencies" : [
"PostHog"
],
"type" : "test"
},
{
"c99name" : "PostHog",
"module_type" : "SwiftTarget",
"name" : "PostHog",
"path" : "PostHog",
"product_memberships" : [
"PostHog"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/PostHog/Resources/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"App Life Cycle/ApplicationLifecyclePublisher.swift",
"App Life Cycle/PostHogAppLifeCycleIntegration.swift",
"ApplicationViewLayoutPublisher.swift",
"Autocapture/AutocaptureEventProcessing.swift",
"Autocapture/ForwardingPickerViewDelegate.swift",
"Autocapture/PostHogAutocaptureEventTracker.swift",
"Autocapture/PostHogAutocaptureIntegration.swift",
"Autocapture/SwiftUI/View+PostHogLabel.swift",
"Autocapture/UIView+PostHogLabel.swift",
"DI.swift",
"Models/PostHogEvent.swift",
"Models/Surveys/PostHogSurvey.swift",
"Models/Surveys/PostHogSurveyAppearance.swift",
"Models/Surveys/PostHogSurveyConditions.swift",
"Models/Surveys/PostHogSurveyEnums.swift",
"Models/Surveys/PostHogSurveyQuestion.swift",
"PostHogApi.swift",
"PostHogBatchUploadInfo.swift",
"PostHogConfig.swift",
"PostHogConsumerPayload.swift",
"PostHogContext.swift",
"PostHogExtensions.swift",
"PostHogFileBackedQueue.swift",
"PostHogIntegration.swift",
"PostHogLegacyQueue.swift",
"PostHogPersonProfiles.swift",
"PostHogPropertiesSanitizer.swift",
"PostHogQueue.swift",
"PostHogRemoteConfig.swift",
"PostHogSDK.swift",
"PostHogSessionManager.swift",
"PostHogStorage.swift",
"PostHogStorageManager.swift",
"PostHogSwizzler.swift",
"PostHogVersion.swift",
"Replay/ApplicationEventPublisher.swift",
"Replay/CGColor+Util.swift",
"Replay/CGSize+Util.swift",
"Replay/Date+Util.swift",
"Replay/Float+Util.swift",
"Replay/MethodSwizzler.swift",
"Replay/NetworkSample.swift",
"Replay/Optional+Util.swift",
"Replay/PostHogReplayIntegration.swift",
"Replay/PostHogSessionReplayConfig.swift",
"Replay/RRStyle.swift",
"Replay/RRWireframe.swift",
"Replay/String+Util.swift",
"Replay/UIColor+Util.swift",
"Replay/UIImage+Util.swift",
"Replay/UITextInputTraits+Util.swift",
"Replay/UIView+Util.swift",
"Replay/URLSessionExtension.swift",
"Replay/URLSessionInterceptor.swift",
"Replay/URLSessionSwizzler.swift",
"Replay/ViewTreeSnapshotStatus.swift",
"Screen Views/ApplicationScreenViewPublisher.swift",
"Screen Views/PostHogScreenViewIntegration.swift",
"Surveys/BottomSection.swift",
"Surveys/ConfirmationMessage.swift",
"Surveys/PostHogSurveyIntegration.swift",
"Surveys/QuestionHeader.swift",
"Surveys/QuestionTypes.swift",
"Surveys/SurveyDisplayController.swift",
"Surveys/SurveySheet.swift",
"Surveys/SurveysRootView.swift",
"Surveys/SurveysWindow.swift",
"Surveys/Utils/EdgeBorder.swift",
"Surveys/Utils/EmojiRating.swift",
"Surveys/Utils/MultipleChoiceOptions.swift",
"Surveys/Utils/NumberRating.swift",
"Surveys/Utils/Resources.swift",
"Surveys/Utils/SegmentedControl.swift",
"Surveys/Utils/Survey+Util.swift",
"Surveys/Utils/SurveyButton.swift",
"Surveys/Utils/SurveyPresentationDetentsRepresentable.swift",
"Surveys/Utils/SwiftUI+Util.swift",
"SwiftUI/PostHogMaskViewModifier.swift",
"SwiftUI/PostHogNoMaskViewModifier.swift",
"SwiftUI/PostHogSwiftUIViewModifiers.swift",
"SwiftUI/PostHogTagViewModifier.swift",
"UIViewController.swift",
"Utils/AssociatedKeys.swift",
"Utils/Data+Gzip.swift",
"Utils/DateUtils.swift",
"Utils/DictUtils.swift",
"Utils/Errors.swift",
"Utils/FileUtils.swift",
"Utils/Hedgelog.swift",
"Utils/Reachability.swift",
"Utils/ReadWriteLock.swift",
"Utils/TimeBasedEpochGenerator.swift",
"Utils/UIApplication+.swift",
"Utils/UIImage+WebP.swift",
"Utils/UIWindow+.swift",
"Utils/UUIDUtils.swift"
],
"target_dependencies" : [
"phlibwebp"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/Quick/Quick.git
Fetching https://github.com/AliSoftware/OHHTTPStubs.git
Fetching https://github.com/Quick/Nimble.git
[1/7900] Fetching ohhttpstubs
[949/22655] Fetching ohhttpstubs, quick
[5296/42222] Fetching ohhttpstubs, quick, nimble
Fetched https://github.com/AliSoftware/OHHTTPStubs.git from cache (1.07s)
[28452/34322] Fetching quick, nimble
Fetched https://github.com/Quick/Quick.git from cache (1.09s)
[14871/19567] Fetching nimble
Fetched https://github.com/Quick/Nimble.git from cache (2.36s)
Computing version for https://github.com/AliSoftware/OHHTTPStubs.git
Computed https://github.com/AliSoftware/OHHTTPStubs.git at 9.1.0 (3.49s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 6.1.0 (1.05s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 12.3.0 (1.11s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.41s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (1.55s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.38s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (1.41s)
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
Creating working copy for https://github.com/AliSoftware/OHHTTPStubs.git
Working copy of https://github.com/AliSoftware/OHHTTPStubs.git resolved at 9.1.0
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 12.3.0
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 6.1.0
Building for debugging...
[0/90] Compiling phlibwebp yuv_sse41.c
[1/90] Compiling phlibwebp upsampling_sse41.c
[2/90] Compiling phlibwebp yuv_neon.c
[3/90] Compiling phlibwebp utils.c
[4/90] Compiling phlibwebp yuv.c
[5/90] Compiling phlibwebp upsampling_neon.c
[6/90] Compiling phlibwebp webp_enc.c
[7/90] Compiling phlibwebp tree_enc.c
[8/90] Compiling phlibwebp token_enc.c
[9/90] Compiling phlibwebp upsampling.c
[10/90] Compiling phlibwebp thread_utils.c
[11/90] Compiling phlibwebp vp8l_enc.c
[12/90] Compiling phlibwebp syntax_enc.c
[13/90] Compiling phlibwebp sharpyuv_neon.c
[14/90] Compiling phlibwebp ssim.c
[15/90] Compiling phlibwebp sharpyuv_dsp.c
[16/90] Compiling phlibwebp yuv_sse2.c
[17/90] Write swift-version-24593BA9C3E375BF.txt
[18/90] Compiling phlibwebp sharpyuv_sse2.c
[19/90] Compiling phlibwebp sharpyuv_cpu.c
[20/90] Compiling phlibwebp ssim_sse2.c
[21/90] Compiling phlibwebp sharpyuv_gamma.c
[22/90] Compiling phlibwebp sharpyuv_csp.c
[23/90] Compiling phlibwebp upsampling_sse2.c
[24/90] Compiling phlibwebp rescaler_neon.c
[25/90] Compiling phlibwebp rescaler.c
[25/90] Compiling phlibwebp rescaler_utils.c
[27/90] Compiling phlibwebp sharpyuv.c
[28/90] Compiling phlibwebp random_utils.c
[29/90] Compiling phlibwebp quant_levels_utils.c
[30/90] Compiling phlibwebp quant_levels_dec_utils.c
[31/90] Compiling phlibwebp rescaler_sse2.c
[32/90] Compiling phlibwebp picture_rescale_enc.c
[33/90] Compiling phlibwebp picture_tools_enc.c
[34/90] Compiling phlibwebp picture_enc.c
[35/90] Compiling phlibwebp predictor_enc.c
[36/90] Compiling phlibwebp picture_psnr_enc.c
[37/90] Compiling phlibwebp muxread.c
[38/90] Compiling phlibwebp near_lossless_enc.c
[39/90] Compiling phlibwebp palette.c
[39/90] Compiling phlibwebp lossless_sse41.c
[41/90] Compiling phlibwebp quant_enc.c
[42/90] Compiling phlibwebp muxinternal.c
[43/90] Compiling phlibwebp picture_csp_enc.c
[44/90] Compiling phlibwebp lossless_neon.c
[45/90] Compiling phlibwebp muxedit.c
[46/90] Compiling phlibwebp lossless_enc_sse41.c
[47/90] Compiling phlibwebp lossless_enc_neon.c
[48/90] Compiling phlibwebp huffman_utils.c
[49/90] Compiling phlibwebp huffman_encode_utils.c
[50/90] Compiling phlibwebp iterator_enc.c
[51/90] Compiling phlibwebp lossless.c
[52/90] Compiling phlibwebp filters_utils.c
[53/90] Compiling phlibwebp filters_neon.c
[53/90] Compiling phlibwebp lossless_enc_sse2.c
[55/90] Compiling phlibwebp lossless_sse2.c
[55/90] Compiling phlibwebp lossless_enc.c
[57/90] Compiling phlibwebp histogram_enc.c
[58/90] Compiling phlibwebp frame_enc.c
[59/90] Compiling phlibwebp filters.c
[60/90] Compiling phlibwebp enc_sse41.c
[61/90] Compiling phlibwebp dec_sse41.c
[62/90] Compiling phlibwebp enc_neon.c
[63/90] Compiling phlibwebp dec_neon.c
[64/90] Compiling phlibwebp filter_enc.c
[65/90] Compiling phlibwebp dec_clip_tables.c
[66/90] Compiling phlibwebp filters_sse2.c
[67/90] Compiling phlibwebp enc.c
[68/90] Compiling phlibwebp cost_neon.c
[69/90] Compiling phlibwebp cpu.c
[70/90] Compiling phlibwebp config_enc.c
[71/90] Compiling phlibwebp cost.c
[72/90] Compiling phlibwebp bit_reader_utils.c
[73/90] Compiling phlibwebp bit_writer_utils.c
[74/90] Compiling phlibwebp cost_enc.c
[74/90] Compiling phlibwebp dec.c
[76/90] Compiling phlibwebp color_cache_utils.c
[76/90] Compiling phlibwebp cost_sse2.c
[78/90] Compiling phlibwebp alpha_processing_sse41.c
[79/90] Compiling phlibwebp backward_references_enc.c
[80/90] Compiling phlibwebp alpha_processing_neon.c
[81/90] Copying PrivacyInfo.xcprivacy
[81/90] Write sources
[83/90] Compiling phlibwebp dec_sse2.c
[84/90] Compiling phlibwebp backward_references_cost_enc.c
[85/90] Compiling phlibwebp alpha_processing.c
[86/90] Compiling phlibwebp enc_sse2.c
[87/90] Compiling phlibwebp analysis_enc.c
[88/90] Compiling phlibwebp alpha_enc.c
[89/90] Compiling phlibwebp alpha_processing_sse2.c
error: emit-module command failed with exit code 1 (use -v to see invocation)
[91/176] Emitting module PostHog
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[92/188] Compiling PostHog Survey+Util.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[93/188] Compiling PostHog SurveyButton.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[94/188] Compiling PostHog SurveyPresentationDetentsRepresentable.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[95/188] Compiling PostHog SwiftUI+Util.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[96/188] Compiling PostHog PostHogMaskViewModifier.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[97/188] Compiling PostHog PostHogNoMaskViewModifier.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[98/188] Compiling PostHog PostHogSwiftUIViewModifiers.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[99/188] Compiling PostHog PostHogTagViewModifier.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[100/188] Compiling PostHog UIViewController.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[101/188] Compiling PostHog AssociatedKeys.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[102/188] Compiling PostHog Data+Gzip.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[103/188] Compiling PostHog DateUtils.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[104/188] Compiling PostHog UIImage+Util.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[105/188] Compiling PostHog UITextInputTraits+Util.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[106/188] Compiling PostHog UIView+Util.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[107/188] Compiling PostHog URLSessionExtension.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[108/188] Compiling PostHog URLSessionInterceptor.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[109/188] Compiling PostHog URLSessionSwizzler.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[110/188] Compiling PostHog ViewTreeSnapshotStatus.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[111/188] Compiling PostHog ApplicationScreenViewPublisher.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[112/188] Compiling PostHog PostHogScreenViewIntegration.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[113/188] Compiling PostHog BottomSection.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[114/188] Compiling PostHog ConfirmationMessage.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[115/188] Compiling PostHog PostHogSurveyIntegration.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[116/188] Compiling PostHog DictUtils.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[117/188] Compiling PostHog Errors.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[118/188] Compiling PostHog FileUtils.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[119/188] Compiling PostHog Hedgelog.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[120/188] Compiling PostHog Reachability.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[121/188] Compiling PostHog ReadWriteLock.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[122/188] Compiling PostHog TimeBasedEpochGenerator.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[123/188] Compiling PostHog UIApplication+.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[124/188] Compiling PostHog UIImage+WebP.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[125/188] Compiling PostHog UIWindow+.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[126/188] Compiling PostHog UUIDUtils.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[127/188] Compiling PostHog resource_bundle_accessor.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[128/188] Compiling PostHog PostHogSurveyConditions.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[129/188] Compiling PostHog PostHogSurveyEnums.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[130/188] Compiling PostHog PostHogSurveyQuestion.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[131/188] Compiling PostHog PostHogApi.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[132/188] Compiling PostHog PostHogBatchUploadInfo.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[133/188] Compiling PostHog PostHogConfig.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[134/188] Compiling PostHog PostHogConsumerPayload.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[135/188] Compiling PostHog PostHogContext.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[136/188] Compiling PostHog PostHogExtensions.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[137/188] Compiling PostHog PostHogFileBackedQueue.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[138/188] Compiling PostHog PostHogIntegration.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[139/188] Compiling PostHog PostHogLegacyQueue.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[140/188] Compiling PostHog QuestionHeader.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[141/188] Compiling PostHog QuestionTypes.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[142/188] Compiling PostHog SurveyDisplayController.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[143/188] Compiling PostHog SurveySheet.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[144/188] Compiling PostHog SurveysRootView.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[145/188] Compiling PostHog SurveysWindow.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[146/188] Compiling PostHog EdgeBorder.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[147/188] Compiling PostHog EmojiRating.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[148/188] Compiling PostHog MultipleChoiceOptions.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[149/188] Compiling PostHog NumberRating.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[150/188] Compiling PostHog Resources.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[151/188] Compiling PostHog SegmentedControl.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[152/188] Compiling PostHog CGSize+Util.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[153/188] Compiling PostHog Date+Util.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[154/188] Compiling PostHog Float+Util.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[155/188] Compiling PostHog MethodSwizzler.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[156/188] Compiling PostHog NetworkSample.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[157/188] Compiling PostHog Optional+Util.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[158/188] Compiling PostHog PostHogReplayIntegration.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[159/188] Compiling PostHog PostHogSessionReplayConfig.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[160/188] Compiling PostHog RRStyle.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[161/188] Compiling PostHog RRWireframe.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[162/188] Compiling PostHog String+Util.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[163/188] Compiling PostHog UIColor+Util.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[164/188] Compiling PostHog PostHogPersonProfiles.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[165/188] Compiling PostHog PostHogPropertiesSanitizer.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[166/188] Compiling PostHog PostHogQueue.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[167/188] Compiling PostHog PostHogRemoteConfig.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[168/188] Compiling PostHog PostHogSDK.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[169/188] Compiling PostHog PostHogSessionManager.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[170/188] Compiling PostHog PostHogStorage.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[171/188] Compiling PostHog PostHogStorageManager.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[172/188] Compiling PostHog PostHogSwizzler.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[173/188] Compiling PostHog PostHogVersion.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[174/188] Compiling PostHog ApplicationEventPublisher.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[175/188] Compiling PostHog CGColor+Util.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[176/188] Compiling PostHog ApplicationLifecyclePublisher.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[177/188] Compiling PostHog PostHogAppLifeCycleIntegration.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[178/188] Compiling PostHog ApplicationViewLayoutPublisher.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[179/188] Compiling PostHog AutocaptureEventProcessing.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[180/188] Compiling PostHog ForwardingPickerViewDelegate.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[181/188] Compiling PostHog PostHogAutocaptureEventTracker.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[182/188] Compiling PostHog PostHogAutocaptureIntegration.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[183/188] Compiling PostHog View+PostHogLabel.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[184/188] Compiling PostHog UIView+PostHogLabel.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[185/188] Compiling PostHog DI.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[186/188] Compiling PostHog PostHogEvent.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[187/188] Compiling PostHog PostHogSurvey.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[188/188] Compiling PostHog PostHogSurveyAppearance.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 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
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/87] Compiling PostHog UIImage+Util.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[3/87] Compiling PostHog UITextInputTraits+Util.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[4/87] Compiling PostHog UIView+Util.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[5/87] Compiling PostHog URLSessionExtension.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[6/87] Compiling PostHog URLSessionInterceptor.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[7/87] Compiling PostHog URLSessionSwizzler.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[8/87] Compiling PostHog ViewTreeSnapshotStatus.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[9/87] Compiling PostHog ApplicationScreenViewPublisher.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[10/87] Compiling PostHog PostHogScreenViewIntegration.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[11/87] Compiling PostHog BottomSection.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[12/87] Compiling PostHog ConfirmationMessage.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[13/87] Compiling PostHog PostHogSurveyIntegration.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[14/99] Compiling PostHog CGSize+Util.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[15/99] Compiling PostHog Date+Util.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[16/99] Compiling PostHog Float+Util.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[17/99] Compiling PostHog MethodSwizzler.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[18/99] Compiling PostHog NetworkSample.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[19/99] Compiling PostHog Optional+Util.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[20/99] Compiling PostHog PostHogReplayIntegration.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[21/99] Compiling PostHog PostHogSessionReplayConfig.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[22/99] Compiling PostHog RRStyle.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[23/99] Compiling PostHog RRWireframe.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[24/99] Compiling PostHog String+Util.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[25/99] Compiling PostHog UIColor+Util.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
error: emit-module command failed with exit code 1 (use -v to see invocation)
[26/99] Emitting module PostHog
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[27/99] Compiling PostHog DictUtils.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[28/99] Compiling PostHog Errors.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[29/99] Compiling PostHog FileUtils.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[30/99] Compiling PostHog Hedgelog.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[31/99] Compiling PostHog Reachability.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[32/99] Compiling PostHog ReadWriteLock.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[33/99] Compiling PostHog TimeBasedEpochGenerator.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[34/99] Compiling PostHog UIApplication+.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[35/99] Compiling PostHog UIImage+WebP.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[36/99] Compiling PostHog UIWindow+.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[37/99] Compiling PostHog UUIDUtils.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[38/99] Compiling PostHog resource_bundle_accessor.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[39/99] Compiling PostHog Survey+Util.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[40/99] Compiling PostHog SurveyButton.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[41/99] Compiling PostHog SurveyPresentationDetentsRepresentable.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[42/99] Compiling PostHog SwiftUI+Util.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[43/99] Compiling PostHog PostHogMaskViewModifier.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[44/99] Compiling PostHog PostHogNoMaskViewModifier.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[45/99] Compiling PostHog PostHogSwiftUIViewModifiers.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[46/99] Compiling PostHog PostHogTagViewModifier.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[47/99] Compiling PostHog UIViewController.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[48/99] Compiling PostHog AssociatedKeys.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[49/99] Compiling PostHog Data+Gzip.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[50/99] Compiling PostHog DateUtils.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[51/99] Compiling PostHog QuestionHeader.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[52/99] Compiling PostHog QuestionTypes.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[53/99] Compiling PostHog SurveyDisplayController.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[54/99] Compiling PostHog SurveySheet.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[55/99] Compiling PostHog SurveysRootView.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[56/99] Compiling PostHog SurveysWindow.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[57/99] Compiling PostHog EdgeBorder.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[58/99] Compiling PostHog EmojiRating.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[59/99] Compiling PostHog MultipleChoiceOptions.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[60/99] Compiling PostHog NumberRating.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[61/99] Compiling PostHog Resources.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[62/99] Compiling PostHog SegmentedControl.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[63/99] Compiling PostHog PostHogSurveyConditions.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[64/99] Compiling PostHog PostHogSurveyEnums.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[65/99] Compiling PostHog PostHogSurveyQuestion.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[66/99] Compiling PostHog PostHogApi.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[67/99] Compiling PostHog PostHogBatchUploadInfo.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[68/99] Compiling PostHog PostHogConfig.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[69/99] Compiling PostHog PostHogConsumerPayload.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[70/99] Compiling PostHog PostHogContext.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[71/99] Compiling PostHog PostHogExtensions.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[72/99] Compiling PostHog PostHogFileBackedQueue.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[73/99] Compiling PostHog PostHogIntegration.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[74/99] Compiling PostHog PostHogLegacyQueue.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[75/99] Compiling PostHog PostHogPersonProfiles.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[76/99] Compiling PostHog PostHogPropertiesSanitizer.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[77/99] Compiling PostHog PostHogQueue.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[78/99] Compiling PostHog PostHogRemoteConfig.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[79/99] Compiling PostHog PostHogSDK.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[80/99] Compiling PostHog PostHogSessionManager.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[81/99] Compiling PostHog PostHogStorage.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[82/99] Compiling PostHog PostHogStorageManager.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[83/99] Compiling PostHog PostHogSwizzler.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[84/99] Compiling PostHog PostHogVersion.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[85/99] Compiling PostHog ApplicationEventPublisher.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[86/99] Compiling PostHog CGColor+Util.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[87/99] Compiling PostHog ApplicationLifecyclePublisher.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[88/99] Compiling PostHog PostHogAppLifeCycleIntegration.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[89/99] Compiling PostHog ApplicationViewLayoutPublisher.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[90/99] Compiling PostHog AutocaptureEventProcessing.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[91/99] Compiling PostHog ForwardingPickerViewDelegate.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[92/99] Compiling PostHog PostHogAutocaptureEventTracker.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[93/99] Compiling PostHog PostHogAutocaptureIntegration.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[94/99] Compiling PostHog View+PostHogLabel.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[95/99] Compiling PostHog UIView+PostHogLabel.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[96/99] Compiling PostHog DI.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[97/99] Compiling PostHog PostHogEvent.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[98/99] Compiling PostHog PostHogSurvey.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
[99/99] Compiling PostHog PostHogSurveyAppearance.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:35:12: error: no such module 'zlibLinux'
33 |
34 | #if os(Linux)
35 | import zlibLinux
| `- error: no such module 'zlibLinux'
36 | #else
37 | import zlib
BUILD FAILURE 6.1 linux