The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwByeDPI, reference 0.17.3 (613b27), with Swift 6.0 for Linux on 22 Apr 2026 01:35:19 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mIwr/SwByeDPI.git
Reference: 0.17.3
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/mIwr/SwByeDPI
 * tag               0.17.3     -> FETCH_HEAD
HEAD is now at 613b270 feat: ByeDPIC, ByeDPIKit Xcode static lib targets for distribution nested frameworks fix; upd: use id view modifier for list views; ref: Swift concurrency centralized #if condition
Cloned https://github.com/mIwr/SwByeDPI.git
Revision (git rev-parse @):
613b270e32b15881f4550a258dc2e76db78ec23e
SUCCESS checkout https://github.com/mIwr/SwByeDPI.git at 0.17.3
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/mIwr/SwByeDPI.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:6ccbc5e7995f6c524368c1828f9c677d1727c16390a603fc668217aec5f5123a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.0-latest
warning: 'spi-builder-workspace': /host/spi-builder-workspace/Package.swift:36:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
34 | ]
35 |
36 | let package = Package(
   |               |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
   |               `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
37 |     name: "SwByeDPI",
38 |     platforms: [
/host/spi-builder-workspace/Package.swift:39:17: warning: 'v10_12' is deprecated: macOS 10.13 is the oldest supported version
37 |     name: "SwByeDPI",
38 |     platforms: [
39 |         .macOS(.v10_12), .iOS(.v10), .tvOS(.v10), .watchOS(.v3), .visionOS(.v1)
   |                 `- warning: 'v10_12' is deprecated: macOS 10.13 is the oldest supported version
40 |     ],
41 |     products: [
/host/spi-builder-workspace/Package.swift:39:32: warning: 'v10' is deprecated: iOS 11.0 is the oldest supported version
37 |     name: "SwByeDPI",
38 |     platforms: [
39 |         .macOS(.v10_12), .iOS(.v10), .tvOS(.v10), .watchOS(.v3), .visionOS(.v1)
   |                                `- warning: 'v10' is deprecated: iOS 11.0 is the oldest supported version
40 |     ],
41 |     products: [
/host/spi-builder-workspace/Package.swift:39:45: warning: 'v10' is deprecated: tvOS 11.0 is the oldest supported version
37 |     name: "SwByeDPI",
38 |     platforms: [
39 |         .macOS(.v10_12), .iOS(.v10), .tvOS(.v10), .watchOS(.v3), .visionOS(.v1)
   |                                             `- warning: 'v10' is deprecated: tvOS 11.0 is the oldest supported version
40 |     ],
41 |     products: [
/host/spi-builder-workspace/Package.swift:39:61: warning: 'v3' is deprecated: watchOS 4.0 is the oldest supported version
37 |     name: "SwByeDPI",
38 |     platforms: [
39 |         .macOS(.v10_12), .iOS(.v10), .tvOS(.v10), .watchOS(.v3), .visionOS(.v1)
   |                                                             `- warning: 'v3' is deprecated: watchOS 4.0 is the oldest supported version
40 |     ],
41 |     products: [
Building for debugging...
[0/17] Copying PrivacyInfo.xcprivacy
[0/17] Write sources
[3/17] Copying PrivacyInfo.xcprivacy
[5/17] Copying LICENSE
[6/17] Compiling ByeDPIC ciadpi_bridge.c
/host/spi-builder-workspace/Sources/ByeDPIC/byedpi/packets.c:48:35: warning: unknown attribute 'nonstring' ignored [-Wunknown-attributes]
   48 | char http_data[43] __attribute__((nonstring)) = {
      |                                   ^~~~~~~~~
1 warning generated.
[7/17] Compiling packets.c
[8/17] Compiling ciadpi_main.c
[9/17] Compiling mpool.c
[10/17] Compiling conev.c
[11/17] Compiling extend.c
[12/17] Compiling proxy.c
[13/17] Compiling desync.c
[14/17] Write Objects.LinkFileList
[15/17] Archiving libByeDPIC.a
[16/17] Write swift-version-24593BA9C3E375BF.txt
[18/21] Compiling ByeDPIKit resource_bundle_accessor.swift
[19/21] Compiling ByeDPIKit BDError.swift
[20/21] Emitting module ByeDPIKit
[21/21] Compiling ByeDPIKit ByeDPI.swift
[23/89] Compiling SwByeDPI SuperCellTestDomains.swift
[24/89] Compiling SwByeDPI TBankDPIBypassSLD.swift
[25/89] Compiling SwByeDPI TelegramTestDomains.swift
[26/89] Compiling SwByeDPI TikTokTestDomains.swift
[27/89] Compiling SwByeDPI TorTestDomains.swift
[28/89] Compiling SwByeDPI TorrentTestDomains.swift
[29/89] Compiling SwByeDPI TwitchTestDomains.swift
[30/89] Compiling SwByeDPI TwitterTestDomains.swift
[31/89] Compiling SwByeDPI TwoGISDPIBypassSLD.swift
[32/98] Compiling SwByeDPI FacebookTestDomains.swift
[33/98] Compiling SwByeDPI GazpromDPIBypassSLD.swift
[34/98] Compiling SwByeDPI GitDPIBypassSLD.swift
[35/98] Compiling SwByeDPI GoogleAiTestDomains.swift
[36/98] Compiling SwByeDPI GoogleMeetTestDomains.swift
[37/98] Compiling SwByeDPI GooglePlayTestDomains.swift
[38/98] Compiling SwByeDPI GoogleVideoTestDomains.swift
[39/98] Compiling SwByeDPI GovDPIBypassSLD.swift
[40/98] Compiling SwByeDPI InstagramTestDomains.swift
[41/98] Compiling SwByeDPI LinkedInTestDomains.swift
[42/98] Emitting module SwByeDPI
[43/98] Compiling SwByeDPI Notification+StrategyEventParser.swift
[44/98] Compiling SwByeDPI Notification+StrategyEvents.swift
[45/98] Compiling SwByeDPI Notification+TestingEventParser.swift
[46/98] Compiling SwByeDPI Notification+TestingEvents.swift
[47/98] Compiling SwByeDPI AlfaBankDPIBypassSLD.swift
[48/98] Compiling SwByeDPI BookTestDomains.swift
[49/98] Compiling SwByeDPI BuiltInDPIeStrategies.swift
[50/98] Compiling SwByeDPI CloudflareTestDomains.swift
[51/98] Compiling SwByeDPI DiscordTestDomains.swift
[52/98] Compiling SwByeDPI ExternalDPIeStrategies.swift
[53/98] Compiling SwByeDPI SBDDomainList.swift
[54/98] Compiling SwByeDPI SBDDomainStrategyLink.swift
[55/98] Compiling SwByeDPI SBDDomainTestResult.swift
[56/98] Compiling SwByeDPI SBDError.swift
[57/98] Compiling SwByeDPI SBDLogLevel.swift
[58/98] Compiling SwByeDPI SBDStrategy.swift
[59/98] Compiling SwByeDPI SBDStrategyList.swift
[60/98] Compiling SwByeDPI SBDStrategyTestResult.swift
[61/98] Compiling SwByeDPI SBDTestConfig.swift
[62/98] Compiling SwByeDPI CancellationToken.swift
[63/98] Compiling SwByeDPI Cloneable.swift
[64/98] Compiling SwByeDPI SBDNamedListDelegate.swift
[65/98] Compiling SwByeDPI SBDObjControlDelegate.swift
[66/98] Compiling SwByeDPI SBDObjNamedListControlDelegate.swift
[67/98] Compiling SwByeDPI SBDDomainUtil.swift
[68/98] Compiling SwByeDPI SBDTestResultAnalyticsUtil.swift
[69/98] Compiling SwByeDPI SBDURLSessionUtil.swift
[70/98] Compiling SwByeDPI resource_bundle_accessor.swift
[71/98] Compiling SwByeDPI MAXDPIBypassSLD.swift
[72/98] Compiling SwByeDPI MiscDPIBypassSLD.swift
[73/98] Compiling SwByeDPI MiscTestDomains.swift
[74/98] Compiling SwByeDPI NewsDPIBypassSLD.swift
[75/98] Compiling SwByeDPI RobloxTestDomains.swift
[76/98] Compiling SwByeDPI SberDPIBypassSLD.swift
[77/98] Compiling SwByeDPI SocialTestDomains.swift
[78/98] Compiling SwByeDPI SoundCloudTestDomains.swift
[79/98] Compiling SwByeDPI SteamTestDomains.swift
[80/98] Compiling SwByeDPI VKDPIBypassSLD.swift
[81/98] Compiling SwByeDPI VTBDPIBypassSLD.swift
[82/98] Compiling SwByeDPI VideoTestDomains.swift
[83/98] Compiling SwByeDPI WhatsappTestDomains.swift
[84/98] Compiling SwByeDPI YandexDPIBypassSLD.swift
[85/98] Compiling SwByeDPI YouTubeTestDomains.swift
[86/98] Compiling SwByeDPI SBDAndroidConfig.swift
[87/98] Compiling SwByeDPI SBDStrategyCoverage.swift
[88/98] Compiling SwByeDPI SBDConfig.swift
[89/98] Compiling SwByeDPI ByeDPI.swift
[90/98] Compiling SwByeDPI SBDDomainController.swift
[91/98] Compiling SwByeDPI SBDDomainListController.swift
[92/98] Compiling SwByeDPI SBDObjControllerImpl.swift
[93/98] Compiling SwByeDPI SBDObjNamedListControllerImpl.swift
[94/98] Compiling SwByeDPI SBDStrategyController.swift
[95/98] Compiling SwByeDPI SBDStrategyListController.swift
[96/98] Compiling SwByeDPI SBDTestController.swift
[97/98] Compiling SwByeDPI Notification+DomainEventParser.swift
[98/98] Compiling SwByeDPI Notification+DomainEvents.swift
Build complete! (19.09s)
Build complete.
{
  "c_language_standard" : "c17",
  "dependencies" : [
  ],
  "manifest_display_name" : "SwByeDPI",
  "name" : "SwByeDPI",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.12"
    },
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    },
    {
      "name" : "watchos",
      "version" : "3.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "ByeDPIC",
      "targets" : [
        "ByeDPIC"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    },
    {
      "name" : "ByeDPIKit",
      "targets" : [
        "ByeDPIKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwByeDPI",
      "targets" : [
        "SwByeDPI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5",
    "6"
  ],
  "targets" : [
    {
      "c99name" : "SwByeDPITests",
      "module_type" : "SwiftTarget",
      "name" : "SwByeDPITests",
      "path" : "Tests/SwByeDPITests",
      "sources" : [
        "Controller/SBDTestControllerTests.swift",
        "Model/SBDAndroidConfigTests.swift",
        "Model/SBDConfigTests.swift",
        "Model/SBDDomainListTests.swift",
        "Model/SBDStrategyTests.swift",
        "TestConstants.swift",
        "Util/SBDTestResultAnalyticsUtilTests.swift"
      ],
      "target_dependencies" : [
        "SwByeDPI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwByeDPI",
      "module_type" : "SwiftTarget",
      "name" : "SwByeDPI",
      "path" : "Sources/SwByeDPI",
      "product_memberships" : [
        "SwByeDPI"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/SwByeDPI/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "ByeDPI.swift",
        "Controller/SBDDomainController.swift",
        "Controller/SBDDomainListController.swift",
        "Controller/SBDObjControllerImpl.swift",
        "Controller/SBDObjNamedListControllerImpl.swift",
        "Controller/SBDStrategyController.swift",
        "Controller/SBDStrategyListController.swift",
        "Controller/SBDTestController.swift",
        "Extension/Notification+DomainEventParser.swift",
        "Extension/Notification+DomainEvents.swift",
        "Extension/Notification+StrategyEventParser.swift",
        "Extension/Notification+StrategyEvents.swift",
        "Extension/Notification+TestingEventParser.swift",
        "Extension/Notification+TestingEvents.swift",
        "Generated/AlfaBankDPIBypassSLD.swift",
        "Generated/BookTestDomains.swift",
        "Generated/BuiltInDPIeStrategies.swift",
        "Generated/CloudflareTestDomains.swift",
        "Generated/DiscordTestDomains.swift",
        "Generated/ExternalDPIeStrategies.swift",
        "Generated/FacebookTestDomains.swift",
        "Generated/GazpromDPIBypassSLD.swift",
        "Generated/GitDPIBypassSLD.swift",
        "Generated/GoogleAiTestDomains.swift",
        "Generated/GoogleMeetTestDomains.swift",
        "Generated/GooglePlayTestDomains.swift",
        "Generated/GoogleVideoTestDomains.swift",
        "Generated/GovDPIBypassSLD.swift",
        "Generated/InstagramTestDomains.swift",
        "Generated/LinkedInTestDomains.swift",
        "Generated/MAXDPIBypassSLD.swift",
        "Generated/MiscDPIBypassSLD.swift",
        "Generated/MiscTestDomains.swift",
        "Generated/NewsDPIBypassSLD.swift",
        "Generated/RobloxTestDomains.swift",
        "Generated/SberDPIBypassSLD.swift",
        "Generated/SocialTestDomains.swift",
        "Generated/SoundCloudTestDomains.swift",
        "Generated/SteamTestDomains.swift",
        "Generated/SuperCellTestDomains.swift",
        "Generated/TBankDPIBypassSLD.swift",
        "Generated/TelegramTestDomains.swift",
        "Generated/TikTokTestDomains.swift",
        "Generated/TorTestDomains.swift",
        "Generated/TorrentTestDomains.swift",
        "Generated/TwitchTestDomains.swift",
        "Generated/TwitterTestDomains.swift",
        "Generated/TwoGISDPIBypassSLD.swift",
        "Generated/VKDPIBypassSLD.swift",
        "Generated/VTBDPIBypassSLD.swift",
        "Generated/VideoTestDomains.swift",
        "Generated/WhatsappTestDomains.swift",
        "Generated/YandexDPIBypassSLD.swift",
        "Generated/YouTubeTestDomains.swift",
        "Model/Adapter/SBDAndroidConfig.swift",
        "Model/Analytics/SBDStrategyCoverage.swift",
        "Model/SBDConfig.swift",
        "Model/SBDDomainList.swift",
        "Model/SBDDomainStrategyLink.swift",
        "Model/SBDDomainTestResult.swift",
        "Model/SBDError.swift",
        "Model/SBDLogLevel.swift",
        "Model/SBDStrategy.swift",
        "Model/SBDStrategyList.swift",
        "Model/SBDStrategyTestResult.swift",
        "Model/SBDTestConfig.swift",
        "Model/Support/CancellationToken.swift",
        "Protocol/Cloneable.swift",
        "Protocol/SBDNamedListDelegate.swift",
        "Protocol/SBDObjControlDelegate.swift",
        "Protocol/SBDObjNamedListControlDelegate.swift",
        "Util/SBDDomainUtil.swift",
        "Util/SBDTestResultAnalyticsUtil.swift",
        "Util/SBDURLSessionUtil.swift"
      ],
      "target_dependencies" : [
        "ByeDPIKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ByeDPIKitTests",
      "module_type" : "SwiftTarget",
      "name" : "ByeDPIKitTests",
      "path" : "Tests/ByeDPIKitTests",
      "sources" : [
        "ByeDPITests.swift",
        "Util/URLSessionUtil.swift"
      ],
      "target_dependencies" : [
        "ByeDPIKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ByeDPIKit",
      "module_type" : "SwiftTarget",
      "name" : "ByeDPIKit",
      "path" : "Sources/ByeDPIKit",
      "product_memberships" : [
        "ByeDPIKit",
        "SwByeDPI"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/ByeDPIKit/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "ByeDPI.swift",
        "Model/BDError.swift"
      ],
      "target_dependencies" : [
        "ByeDPIC"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ByeDPIC",
      "module_type" : "ClangTarget",
      "name" : "ByeDPIC",
      "path" : "Sources/ByeDPIC",
      "product_memberships" : [
        "ByeDPIC",
        "ByeDPIKit",
        "SwByeDPI"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/ByeDPIC/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/ByeDPIC/byedpi/LICENSE",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "byedpi/ciadpi_main.c",
        "byedpi/conev.c",
        "byedpi/desync.c",
        "byedpi/extend.c",
        "byedpi/mpool.c",
        "byedpi/packets.c",
        "byedpi/proxy.c",
        "ciadpi_bridge.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.0-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:6ccbc5e7995f6c524368c1828f9c677d1727c16390a603fc668217aec5f5123a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.0-latest
warning: 'spi-builder-workspace': /host/spi-builder-workspace/Package.swift:36:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
34 | ]
35 |
36 | let package = Package(
   |               |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
   |               `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
37 |     name: "SwByeDPI",
38 |     platforms: [
/host/spi-builder-workspace/Package.swift:39:17: warning: 'v10_12' is deprecated: macOS 10.13 is the oldest supported version
37 |     name: "SwByeDPI",
38 |     platforms: [
39 |         .macOS(.v10_12), .iOS(.v10), .tvOS(.v10), .watchOS(.v3), .visionOS(.v1)
   |                 `- warning: 'v10_12' is deprecated: macOS 10.13 is the oldest supported version
40 |     ],
41 |     products: [
/host/spi-builder-workspace/Package.swift:39:32: warning: 'v10' is deprecated: iOS 11.0 is the oldest supported version
37 |     name: "SwByeDPI",
38 |     platforms: [
39 |         .macOS(.v10_12), .iOS(.v10), .tvOS(.v10), .watchOS(.v3), .visionOS(.v1)
   |                                `- warning: 'v10' is deprecated: iOS 11.0 is the oldest supported version
40 |     ],
41 |     products: [
/host/spi-builder-workspace/Package.swift:39:45: warning: 'v10' is deprecated: tvOS 11.0 is the oldest supported version
37 |     name: "SwByeDPI",
38 |     platforms: [
39 |         .macOS(.v10_12), .iOS(.v10), .tvOS(.v10), .watchOS(.v3), .visionOS(.v1)
   |                                             `- warning: 'v10' is deprecated: tvOS 11.0 is the oldest supported version
40 |     ],
41 |     products: [
/host/spi-builder-workspace/Package.swift:39:61: warning: 'v3' is deprecated: watchOS 4.0 is the oldest supported version
37 |     name: "SwByeDPI",
38 |     platforms: [
39 |         .macOS(.v10_12), .iOS(.v10), .tvOS(.v10), .watchOS(.v3), .visionOS(.v1)
   |                                                             `- warning: 'v3' is deprecated: watchOS 4.0 is the oldest supported version
40 |     ],
41 |     products: [
Done.