The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build PostHog, reference 3.27.0 (95bba2), with Swift 6.1 for Wasm on 17 Jun 2025 00:56:04 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/PostHog/posthog-ios.git
Reference: 3.27.0
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
 * tag               3.27.0     -> FETCH_HEAD
HEAD is now at 95bba2b Update version
Cloned https://github.com/PostHog/posthog-ios.git
Revision (git rev-parse @):
95bba2b66874dc01e624da6610dd8732817165c8
SUCCESS checkout https://github.com/PostHog/posthog-ios.git at 3.27.0
========================================
Build
========================================
Selected platform:         wasm
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",
        "PostHogStorageMergeTest.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/Plugins/Console Logs/PostHogConsoleLogInterceptor.swift",
        "Replay/Plugins/Console Logs/PostHogLogEntry.swift",
        "Replay/Plugins/Console Logs/PostHogLogLevel.swift",
        "Replay/Plugins/Console Logs/PostHogSessionReplayConsoleLogsPlugin.swift",
        "Replay/Plugins/Network/PostHogSessionReplayNetworkPlugin.swift",
        "Replay/Plugins/Network/URLSessionExtension.swift",
        "Replay/Plugins/Network/URLSessionInterceptor.swift",
        "Replay/Plugins/Network/URLSessionSwizzler.swift",
        "Replay/Plugins/PostHogSessionReplayPlugin.swift",
        "Replay/PostHogReplayIntegration.swift",
        "Replay/PostHogSessionReplayConfig.swift",
        "Replay/PostHogSessionReplayConsoleLogConfig.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/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-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-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
[1028/22659] Fetching ohhttpstubs, quick
[7103/42243] Fetching ohhttpstubs, quick, nimble
Fetched https://github.com/AliSoftware/OHHTTPStubs.git from cache (1.72s)
Fetched https://github.com/Quick/Quick.git from cache (1.73s)
Fetched https://github.com/Quick/Nimble.git from cache (1.75s)
Computing version for https://github.com/AliSoftware/OHHTTPStubs.git
Computed https://github.com/AliSoftware/OHHTTPStubs.git at 9.1.0 (2.46s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 6.1.0 (0.94s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 12.3.0 (1.07s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.47s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (1.41s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.23s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (0.80s)
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/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 12.3.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/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 6.1.0
Creating working copy for https://github.com/AliSoftware/OHHTTPStubs.git
Working copy of https://github.com/AliSoftware/OHHTTPStubs.git resolved at 9.1.0
Building for debugging...
[0/90] Compiling phlibwebp cost_sse2.c
[1/90] Compiling phlibwebp alpha_processing_sse2.c
[2/90] Compiling phlibwebp bit_reader_utils.c
[3/90] Compiling phlibwebp dec_clip_tables.c
[4/90] Compiling phlibwebp yuv_neon.c
[5/90] Compiling phlibwebp yuv_sse41.c
[6/90] Compiling phlibwebp yuv_sse2.c
[7/90] Compiling phlibwebp alpha_processing_sse41.c
[8/90] Compiling phlibwebp analysis_enc.c
[9/90] Compiling phlibwebp upsampling_sse41.c
[10/90] Compiling phlibwebp yuv.c
[11/90] Compiling phlibwebp upsampling_sse2.c
[11/90] Compiling phlibwebp utils.c
[13/90] Compiling phlibwebp backward_references_enc.c
[14/90] Compiling phlibwebp upsampling_neon.c
[15/90] Compiling phlibwebp webp_enc.c
[16/90] Compiling phlibwebp ssim_sse2.c
[17/90] Compiling phlibwebp token_enc.c
[17/90] Compiling phlibwebp tree_enc.c
[19/90] Compiling phlibwebp thread_utils.c
[20/90] Compiling phlibwebp upsampling.c
[21/90] Compiling phlibwebp sharpyuv_sse2.c
[22/90] Compiling phlibwebp sharpyuv_neon.c
[23/90] Compiling phlibwebp syntax_enc.c
[24/90] Compiling phlibwebp vp8l_enc.c
[25/90] Compiling phlibwebp ssim.c
[26/90] Compiling phlibwebp sharpyuv_cpu.c
[27/90] Compiling phlibwebp sharpyuv_dsp.c
[28/90] Write swift-version-24593BA9C3E375BF.txt
[29/90] Compiling phlibwebp sharpyuv_csp.c
[30/90] Compiling phlibwebp sharpyuv_gamma.c
[31/90] Compiling phlibwebp rescaler_neon.c
[32/90] Compiling phlibwebp rescaler_sse2.c
[33/90] Compiling phlibwebp rescaler_utils.c
[34/90] Compiling phlibwebp random_utils.c
[35/90] Compiling phlibwebp rescaler.c
[36/90] Compiling phlibwebp sharpyuv.c
[37/90] Compiling phlibwebp quant_levels_utils.c
[38/90] Compiling phlibwebp quant_levels_dec_utils.c
[39/90] Compiling phlibwebp picture_rescale_enc.c
[40/90] Compiling phlibwebp picture_psnr_enc.c
[41/90] Compiling phlibwebp picture_enc.c
[41/90] Compiling phlibwebp picture_tools_enc.c
[43/90] Compiling phlibwebp predictor_enc.c
[44/90] Compiling phlibwebp palette.c
[45/90] Compiling phlibwebp muxread.c
[46/90] Compiling phlibwebp near_lossless_enc.c
[47/90] Compiling phlibwebp lossless_sse41.c
[48/90] Compiling phlibwebp muxedit.c
[48/90] Compiling phlibwebp quant_enc.c
[50/90] Compiling phlibwebp muxinternal.c
[51/90] Compiling phlibwebp lossless_neon.c
[51/90] Compiling phlibwebp lossless_sse2.c
[51/90] Compiling phlibwebp picture_csp_enc.c
[54/90] Compiling phlibwebp lossless_enc_sse41.c
[55/90] Compiling phlibwebp lossless_enc_neon.c
[56/90] Compiling phlibwebp lossless_enc_sse2.c
[57/90] Compiling phlibwebp huffman_utils.c
[58/90] Compiling phlibwebp filters_utils.c
[59/90] Compiling phlibwebp huffman_encode_utils.c
[59/90] Compiling phlibwebp filters_sse2.c
[61/90] Compiling phlibwebp iterator_enc.c
[62/90] Compiling phlibwebp lossless.c
[63/90] Compiling phlibwebp filters_neon.c
[64/90] Compiling phlibwebp enc_sse2.c
[65/90] Compiling phlibwebp enc_neon.c
[65/90] Compiling phlibwebp enc_sse41.c
[67/90] Compiling phlibwebp frame_enc.c
[67/90] Compiling phlibwebp lossless_enc.c
[69/90] Compiling phlibwebp filters.c
[69/90] Compiling phlibwebp histogram_enc.c
[71/90] Compiling phlibwebp filter_enc.c
[72/90] Compiling phlibwebp dec_sse2.c
[73/90] Compiling phlibwebp cost_neon.c
[74/90] Compiling phlibwebp dec_neon.c
[75/90] Compiling phlibwebp dec_sse41.c
[76/90] Compiling phlibwebp cpu.c
[77/90] Compiling phlibwebp config_enc.c
[78/90] Compiling phlibwebp cost_enc.c
[78/90] Compiling phlibwebp color_cache_utils.c
[80/90] Compiling phlibwebp enc.c
[80/90] Copying PrivacyInfo.xcprivacy
[80/90] Write sources
[83/90] Compiling phlibwebp cost.c
[84/90] Compiling phlibwebp alpha_processing_neon.c
[85/90] Compiling phlibwebp bit_writer_utils.c
[86/90] Compiling phlibwebp dec.c
[87/90] Compiling phlibwebp alpha_processing.c
[88/90] Compiling phlibwebp backward_references_cost_enc.c
[89/90] Compiling phlibwebp alpha_enc.c
error: emit-module command failed with exit code 1 (use -v to see invocation)
[91/182] Emitting module PostHog
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[92/195] Compiling PostHog BottomSection.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[93/195] Compiling PostHog ConfirmationMessage.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[94/195] Compiling PostHog PostHogSurveyIntegration.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[95/195] Compiling PostHog QuestionHeader.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[96/195] Compiling PostHog QuestionTypes.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[97/195] Compiling PostHog SurveyDisplayController.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[98/195] Compiling PostHog SurveySheet.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[99/195] Compiling PostHog SurveysRootView.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[100/195] Compiling PostHog SurveysWindow.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[101/195] Compiling PostHog EdgeBorder.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[102/195] Compiling PostHog EmojiRating.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[103/195] Compiling PostHog MultipleChoiceOptions.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[104/195] Compiling PostHog NumberRating.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[105/195] Compiling PostHog PostHogSurveyConditions.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[106/195] Compiling PostHog PostHogSurveyEnums.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[107/195] Compiling PostHog PostHogSurveyQuestion.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[108/195] Compiling PostHog PostHogApi.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[109/195] Compiling PostHog PostHogBatchUploadInfo.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[110/195] Compiling PostHog PostHogConfig.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[111/195] Compiling PostHog PostHogConsumerPayload.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[112/195] Compiling PostHog PostHogContext.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[113/195] Compiling PostHog PostHogExtensions.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[114/195] Compiling PostHog PostHogFileBackedQueue.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[115/195] Compiling PostHog PostHogIntegration.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[116/195] Compiling PostHog PostHogLegacyQueue.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[117/195] Compiling PostHog PostHogPersonProfiles.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[118/195] Compiling PostHog Float+Util.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[119/195] Compiling PostHog MethodSwizzler.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[120/195] Compiling PostHog NetworkSample.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[121/195] Compiling PostHog Optional+Util.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[122/195] Compiling PostHog PostHogConsoleLogInterceptor.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[123/195] Compiling PostHog PostHogLogEntry.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[124/195] Compiling PostHog PostHogLogLevel.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[125/195] Compiling PostHog PostHogSessionReplayConsoleLogsPlugin.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[126/195] Compiling PostHog PostHogSessionReplayNetworkPlugin.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[127/195] Compiling PostHog URLSessionExtension.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[128/195] Compiling PostHog URLSessionInterceptor.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[129/195] Compiling PostHog URLSessionSwizzler.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[130/195] Compiling PostHog PostHogSessionReplayPlugin.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[131/195] Compiling PostHog PostHogPropertiesSanitizer.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[132/195] Compiling PostHog PostHogQueue.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[133/195] Compiling PostHog PostHogRemoteConfig.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[134/195] Compiling PostHog PostHogSDK.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[135/195] Compiling PostHog PostHogSessionManager.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[136/195] Compiling PostHog PostHogStorage.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[137/195] Compiling PostHog PostHogStorageManager.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[138/195] Compiling PostHog PostHogSwizzler.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[139/195] Compiling PostHog PostHogVersion.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[140/195] Compiling PostHog ApplicationEventPublisher.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[141/195] Compiling PostHog CGColor+Util.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[142/195] Compiling PostHog CGSize+Util.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[143/195] Compiling PostHog Date+Util.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[144/195] Compiling PostHog PostHogReplayIntegration.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[145/195] Compiling PostHog PostHogSessionReplayConfig.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[146/195] Compiling PostHog PostHogSessionReplayConsoleLogConfig.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[147/195] Compiling PostHog RRStyle.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[148/195] Compiling PostHog RRWireframe.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[149/195] Compiling PostHog String+Util.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[150/195] Compiling PostHog UIColor+Util.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[151/195] Compiling PostHog UIImage+Util.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[152/195] Compiling PostHog UITextInputTraits+Util.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[153/195] Compiling PostHog UIView+Util.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[154/195] Compiling PostHog ViewTreeSnapshotStatus.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[155/195] Compiling PostHog ApplicationScreenViewPublisher.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[156/195] Compiling PostHog PostHogScreenViewIntegration.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[157/195] Compiling PostHog ApplicationLifecyclePublisher.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[158/195] Compiling PostHog PostHogAppLifeCycleIntegration.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[159/195] Compiling PostHog ApplicationViewLayoutPublisher.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[160/195] Compiling PostHog AutocaptureEventProcessing.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[161/195] Compiling PostHog ForwardingPickerViewDelegate.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[162/195] Compiling PostHog PostHogAutocaptureEventTracker.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[163/195] Compiling PostHog PostHogAutocaptureIntegration.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[164/195] Compiling PostHog View+PostHogLabel.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[165/195] Compiling PostHog UIView+PostHogLabel.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[166/195] Compiling PostHog DI.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[167/195] Compiling PostHog PostHogEvent.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[168/195] Compiling PostHog PostHogSurvey.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[169/195] Compiling PostHog PostHogSurveyAppearance.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[170/195] Compiling PostHog Resources.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[171/195] Compiling PostHog SegmentedControl.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[172/195] Compiling PostHog Survey+Util.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[173/195] Compiling PostHog SurveyButton.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[174/195] Compiling PostHog SurveyPresentationDetentsRepresentable.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[175/195] Compiling PostHog SwiftUI+Util.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[176/195] Compiling PostHog PostHogMaskViewModifier.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[177/195] Compiling PostHog PostHogNoMaskViewModifier.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[178/195] Compiling PostHog PostHogSwiftUIViewModifiers.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[179/195] Compiling PostHog PostHogTagViewModifier.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[180/195] Compiling PostHog UIViewController.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[181/195] Compiling PostHog AssociatedKeys.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[182/195] Compiling PostHog Data+Gzip.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[183/195] Compiling PostHog DateUtils.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[184/195] Compiling PostHog DictUtils.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[185/195] Compiling PostHog Errors.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[186/195] Compiling PostHog FileUtils.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[187/195] Compiling PostHog Hedgelog.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[188/195] Compiling PostHog Reachability.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[189/195] Compiling PostHog ReadWriteLock.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[190/195] Compiling PostHog TimeBasedEpochGenerator.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[191/195] Compiling PostHog UIApplication+.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[192/195] Compiling PostHog UIImage+WebP.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[193/195] Compiling PostHog UIWindow+.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[194/195] Compiling PostHog UUIDUtils.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[195/195] Compiling PostHog resource_bundle_accessor.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/93] Compiling PostHog BottomSection.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[3/93] Compiling PostHog ConfirmationMessage.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[4/93] Compiling PostHog PostHogSurveyIntegration.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[5/93] Compiling PostHog QuestionHeader.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[6/93] Compiling PostHog QuestionTypes.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[7/93] Compiling PostHog SurveyDisplayController.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[8/93] Compiling PostHog SurveySheet.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[9/93] Compiling PostHog SurveysRootView.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[10/93] Compiling PostHog SurveysWindow.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[11/93] Compiling PostHog EdgeBorder.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[12/93] Compiling PostHog EmojiRating.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[13/93] Compiling PostHog MultipleChoiceOptions.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[14/93] Compiling PostHog NumberRating.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[15/93] Compiling PostHog Float+Util.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[16/93] Compiling PostHog MethodSwizzler.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[17/93] Compiling PostHog NetworkSample.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[18/93] Compiling PostHog Optional+Util.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[19/93] Compiling PostHog PostHogConsoleLogInterceptor.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[20/93] Compiling PostHog PostHogLogEntry.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[21/93] Compiling PostHog PostHogLogLevel.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[22/93] Compiling PostHog PostHogSessionReplayConsoleLogsPlugin.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[23/93] Compiling PostHog PostHogSessionReplayNetworkPlugin.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[24/93] Compiling PostHog URLSessionExtension.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[25/93] Compiling PostHog URLSessionInterceptor.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[26/93] Compiling PostHog URLSessionSwizzler.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[27/93] Compiling PostHog PostHogSessionReplayPlugin.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[28/106] Compiling PostHog PostHogReplayIntegration.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[29/106] Compiling PostHog PostHogSessionReplayConfig.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[30/106] Compiling PostHog PostHogSessionReplayConsoleLogConfig.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[31/106] Compiling PostHog RRStyle.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[32/106] Compiling PostHog RRWireframe.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[33/106] Compiling PostHog String+Util.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[34/106] Compiling PostHog UIColor+Util.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[35/106] Compiling PostHog UIImage+Util.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[36/106] Compiling PostHog UITextInputTraits+Util.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[37/106] Compiling PostHog UIView+Util.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[38/106] Compiling PostHog ViewTreeSnapshotStatus.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[39/106] Compiling PostHog ApplicationScreenViewPublisher.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[40/106] Compiling PostHog PostHogScreenViewIntegration.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[41/106] Compiling PostHog ApplicationLifecyclePublisher.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[42/106] Compiling PostHog PostHogAppLifeCycleIntegration.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[43/106] Compiling PostHog ApplicationViewLayoutPublisher.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[44/106] Compiling PostHog AutocaptureEventProcessing.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[45/106] Compiling PostHog ForwardingPickerViewDelegate.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[46/106] Compiling PostHog PostHogAutocaptureEventTracker.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[47/106] Compiling PostHog PostHogAutocaptureIntegration.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[48/106] Compiling PostHog View+PostHogLabel.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[49/106] Compiling PostHog UIView+PostHogLabel.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[50/106] Compiling PostHog DI.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[51/106] Compiling PostHog PostHogEvent.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[52/106] Compiling PostHog PostHogSurvey.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[53/106] Compiling PostHog PostHogSurveyAppearance.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[54/106] Emitting module PostHog
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[55/106] Compiling PostHog DateUtils.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[56/106] Compiling PostHog DictUtils.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[57/106] Compiling PostHog Errors.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[58/106] Compiling PostHog FileUtils.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[59/106] Compiling PostHog Hedgelog.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[60/106] Compiling PostHog Reachability.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[61/106] Compiling PostHog ReadWriteLock.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[62/106] Compiling PostHog TimeBasedEpochGenerator.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[63/106] Compiling PostHog UIApplication+.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[64/106] Compiling PostHog UIImage+WebP.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[65/106] Compiling PostHog UIWindow+.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[66/106] Compiling PostHog UUIDUtils.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[67/106] Compiling PostHog resource_bundle_accessor.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[68/106] Compiling PostHog PostHogPropertiesSanitizer.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[69/106] Compiling PostHog PostHogQueue.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[70/106] Compiling PostHog PostHogRemoteConfig.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[71/106] Compiling PostHog PostHogSDK.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[72/106] Compiling PostHog PostHogSessionManager.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[73/106] Compiling PostHog PostHogStorage.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[74/106] Compiling PostHog PostHogStorageManager.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[75/106] Compiling PostHog PostHogSwizzler.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[76/106] Compiling PostHog PostHogVersion.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[77/106] Compiling PostHog ApplicationEventPublisher.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[78/106] Compiling PostHog CGColor+Util.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[79/106] Compiling PostHog CGSize+Util.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[80/106] Compiling PostHog Date+Util.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[81/106] Compiling PostHog Resources.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[82/106] Compiling PostHog SegmentedControl.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[83/106] Compiling PostHog Survey+Util.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[84/106] Compiling PostHog SurveyButton.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[85/106] Compiling PostHog SurveyPresentationDetentsRepresentable.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[86/106] Compiling PostHog SwiftUI+Util.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[87/106] Compiling PostHog PostHogMaskViewModifier.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[88/106] Compiling PostHog PostHogNoMaskViewModifier.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[89/106] Compiling PostHog PostHogSwiftUIViewModifiers.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[90/106] Compiling PostHog PostHogTagViewModifier.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[91/106] Compiling PostHog UIViewController.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[92/106] Compiling PostHog AssociatedKeys.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[93/106] Compiling PostHog Data+Gzip.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[94/106] Compiling PostHog PostHogSurveyConditions.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[95/106] Compiling PostHog PostHogSurveyEnums.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[96/106] Compiling PostHog PostHogSurveyQuestion.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[97/106] Compiling PostHog PostHogApi.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[98/106] Compiling PostHog PostHogBatchUploadInfo.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[99/106] Compiling PostHog PostHogConfig.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[100/106] Compiling PostHog PostHogConsumerPayload.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[101/106] Compiling PostHog PostHogContext.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[102/106] Compiling PostHog PostHogExtensions.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[103/106] Compiling PostHog PostHogFileBackedQueue.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[104/106] Compiling PostHog PostHogIntegration.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[105/106] Compiling PostHog PostHogLegacyQueue.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
[106/106] Compiling PostHog PostHogPersonProfiles.swift
/host/spi-builder-workspace/PostHog/Utils/Data+Gzip.swift:37:12: error: no such module 'zlib'
 35 |     import zlibLinux
 36 | #else
 37 |     import zlib
    |            `- error: no such module 'zlib'
 38 | #endif
 39 |
BUILD FAILURE 6.1 wasm