The Swift Package Index logo.Swift Package Index

Build Information

Failed to build PacketCaptureBPF, reference main (4b7ae0), with Swift 6.1 for Android on 28 May 2025 03:13:24 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/OperatorFoundation/PacketCaptureBPF.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/OperatorFoundation/PacketCaptureBPF
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 4b7ae02 swift-tools-version:5.8 macOS 13
Cloned https://github.com/OperatorFoundation/PacketCaptureBPF.git
Revision (git rev-parse @):
4b7ae02db84a5d9412fba27292b3a577eb6304d0
SUCCESS checkout https://github.com/OperatorFoundation/PacketCaptureBPF.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/OperatorFoundation/PacketCaptureBPF.git
https://github.com/OperatorFoundation/PacketCaptureBPF.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "packetstream",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/OperatorFoundation/PacketStream.git"
    },
    {
      "identity" : "datable",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/OperatorFoundation/Datable.git"
    },
    {
      "identity" : "internetprotocols",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/OperatorFoundation/InternetProtocols.git"
    },
    {
      "identity" : "bits",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/OperatorFoundation/Bits.git"
    },
    {
      "identity" : "swiftqueue",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/OperatorFoundation/SwiftQueue.git"
    }
  ],
  "manifest_display_name" : "PacketCaptureBPF",
  "name" : "PacketCaptureBPF",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "PacketCaptureBPF",
      "targets" : [
        "PacketCaptureBPF"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "PacketCaptureBPFTests",
      "module_type" : "SwiftTarget",
      "name" : "PacketCaptureBPFTests",
      "path" : "Tests/PacketCaptureBPFTests",
      "product_dependencies" : [
        "InternetProtocols"
      ],
      "sources" : [
        "PacketCaptureBPFTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "PacketCaptureBPF"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PacketCaptureBPF",
      "module_type" : "SwiftTarget",
      "name" : "PacketCaptureBPF",
      "path" : "Sources/PacketCaptureBPF",
      "product_dependencies" : [
        "PacketStream",
        "Datable",
        "Bits",
        "SwiftQueue"
      ],
      "product_memberships" : [
        "PacketCaptureBPF"
      ],
      "sources" : [
        "CaptureDevice.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/OperatorFoundation/PacketStream.git
[3/45] Fetching packetstream
Fetched https://github.com/OperatorFoundation/PacketStream.git from cache (0.22s)
Fetching https://github.com/OperatorFoundation/Datable.git
[1/399] Fetching datable
Fetched https://github.com/OperatorFoundation/Datable.git from cache (0.54s)
Fetching https://github.com/OperatorFoundation/InternetProtocols.git
[1/467] Fetching internetprotocols
Fetched https://github.com/OperatorFoundation/InternetProtocols.git from cache (0.32s)
Fetching https://github.com/OperatorFoundation/Bits.git
[1/122] Fetching bits
Fetched https://github.com/OperatorFoundation/Bits.git from cache (0.25s)
Fetching https://github.com/OperatorFoundation/SwiftQueue.git
[1/70] Fetching swiftqueue
Fetched https://github.com/OperatorFoundation/SwiftQueue.git from cache (0.21s)
Fetching https://github.com/OperatorFoundation/Net.git
[1/105] Fetching net
Fetched https://github.com/OperatorFoundation/Net.git from cache (0.27s)
Fetching https://github.com/OperatorFoundation/SwiftHexTools.git
[1/96] Fetching swifthextools
Fetched https://github.com/OperatorFoundation/SwiftHexTools.git from cache (0.22s)
Fetching https://github.com/OperatorFoundation/NetworkLinux
[1/199] Fetching networklinux
Fetched https://github.com/OperatorFoundation/NetworkLinux from cache (0.22s)
Fetching https://github.com/OperatorFoundation/BlueSocket.git
[1/2764] Fetching bluesocket
Fetched https://github.com/OperatorFoundation/BlueSocket.git from cache (0.29s)
Fetching https://github.com/apple/swift-argument-parser
[1/15351] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (2.13s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (2.64s)
Creating working copy for https://github.com/OperatorFoundation/NetworkLinux
Working copy of https://github.com/OperatorFoundation/NetworkLinux resolved at main (2c563f2)
Creating working copy for https://github.com/OperatorFoundation/Bits.git
Working copy of https://github.com/OperatorFoundation/Bits.git resolved at main (cc7079e)
Creating working copy for https://github.com/OperatorFoundation/BlueSocket.git
Working copy of https://github.com/OperatorFoundation/BlueSocket.git resolved at main (5a936a3)
Creating working copy for https://github.com/OperatorFoundation/Datable.git
Working copy of https://github.com/OperatorFoundation/Datable.git resolved at main (1186348)
Creating working copy for https://github.com/OperatorFoundation/InternetProtocols.git
Working copy of https://github.com/OperatorFoundation/InternetProtocols.git resolved at main (ce88950)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
Creating working copy for https://github.com/OperatorFoundation/PacketStream.git
Working copy of https://github.com/OperatorFoundation/PacketStream.git resolved at main (7916aee)
Creating working copy for https://github.com/OperatorFoundation/Net.git
Working copy of https://github.com/OperatorFoundation/Net.git resolved at main (e49f54a)
Creating working copy for https://github.com/OperatorFoundation/SwiftQueue.git
Working copy of https://github.com/OperatorFoundation/SwiftQueue.git resolved at main (3d099bc)
Creating working copy for https://github.com/OperatorFoundation/SwiftHexTools.git
Working copy of https://github.com/OperatorFoundation/SwiftHexTools.git resolved at main (3d4b5a9)
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/46] Emitting module Datable
[9/50] Compiling Datable MaybeIntable.swift
[10/50] Compiling Datable MaybeNetworkIntable.swift
[11/50] Compiling Datable NetworkDatable.swift
[12/50] Compiling Datable NetworkIntable.swift
[13/50] Compiling Datable String+Arrayable.swift
[14/50] Compiling Datable String+Datable.swift
[15/50] Compiling Datable String+Intable.swift
[16/50] Compiling Datable Stringable.swift
[17/50] Emitting module SwiftQueue
[18/50] Compiling SwiftQueue LinkedList.swift
[19/50] Compiling SwiftQueue Queue.swift
[20/51] Compiling PacketStream PacketStream.swift
[21/51] Emitting module PacketStream
[22/52] Compiling Datable Float+Floatable.swift
[23/52] Compiling Datable Float+MaybeDatable.swift
[24/52] Compiling Datable Float+MaybeIntable.swift
[25/52] Compiling Datable Floatable.swift
[26/52] Compiling Datable Int+Floatable.swift
[27/52] Compiling Datable Data+ExpressibleByStringLiteral.swift
[28/52] Compiling Datable Data+Floatable.swift
[29/52] Compiling Datable Data+MaybeIntable.swift
[30/52] Compiling Datable Data+MaybeNetworkIntable.swift
[31/52] Compiling Datable Data+Stringable.swift
[32/52] Compiling Datable Arrayable.swift
[33/52] Compiling Datable CSVable.swift
[34/52] Compiling Datable Data+Arrayable.swift
[35/52] Compiling Datable Data+Base64.swift
[36/52] Compiling Datable Data+Datable.swift
[37/52] Compiling Datable Int+MaybeDatable.swift
[38/52] Compiling Datable Int+MaybeIntable.swift
[39/52] Compiling Datable Int+Stringable.swift
[40/52] Compiling Datable Intable.swift
[41/52] Compiling Datable MaybeDatable.swift
[42/52] Compiling Datable Datable.swift
[43/52] Compiling Datable DatableConfig.swift
[44/52] Compiling Datable Double+MaybeDatable.swift
[45/52] Compiling Datable Double+Stringable.swift
[46/52] Compiling Datable File.swift
[49/52] Compiling Datable StringableArray+CSVable.swift
[50/52] Compiling Datable UInt+Datable.swift
[51/52] Compiling Datable UInt+MaybeNetworkDatable.swift
[52/52] Compiling Datable UInt+Stringable.swift
[54/57] Compiling Bits SimpleBits+MaybeIntable.swift
[55/57] Emitting module Bits
[56/57] Compiling Bits Bits+MaybeIntable.swift
[57/57] Compiling Bits Bits.swift
[59/60] Compiling PacketCaptureBPF CaptureDevice.swift
/host/spi-builder-workspace/Sources/PacketCaptureBPF/CaptureDevice.swift:53:18: error: cannot find 'ifreq' in scope
 51 |     let packets = Queue<(Date, Data)>()
 52 |
 53 |     var if_req = ifreq()
    |                  `- error: cannot find 'ifreq' in scope
 54 |     var capturing: Bool = false
 55 |
/host/spi-builder-workspace/Sources/PacketCaptureBPF/CaptureDevice.swift:78:18: error: cannot find 'open' in scope
 76 |         for i in 0...255 {
 77 |             let dev: String = "/dev/bpf" + i.string
 78 |             fd = open(dev, O_RDWR)
    |                  `- error: cannot find 'open' in scope
 79 |             if fd != -1 {
 80 |                 self.fd_bpf = fd
/host/spi-builder-workspace/Sources/PacketCaptureBPF/CaptureDevice.swift:78:28: error: cannot find 'O_RDWR' in scope
 76 |         for i in 0...255 {
 77 |             let dev: String = "/dev/bpf" + i.string
 78 |             fd = open(dev, O_RDWR)
    |                            `- error: cannot find 'O_RDWR' in scope
 79 |             if fd != -1 {
 80 |                 self.fd_bpf = fd
/host/spi-builder-workspace/Sources/PacketCaptureBPF/CaptureDevice.swift:87:35: error: cannot find 'Darwin' in scope
 85 |             else
 86 |             {
 87 |                 print("* errno: \(Darwin.errno)")
    |                                   `- error: cannot find 'Darwin' in scope
 88 |                 print("* \(dev)")
 89 |             }
/host/spi-builder-workspace/Sources/PacketCaptureBPF/CaptureDevice.swift:115:19: error: cannot find 'ioctl' in scope
113 |         self.capturing = true
114 |         // set buffer size
115 |         guard Int(ioctl(self.fd_bpf, BIOCSBLEN, &self.buffer_size)) == 0 else
    |                   `- error: cannot find 'ioctl' in scope
116 |         {
117 |             throw BPFerror.couldNotSetBufferSize
/host/spi-builder-workspace/Sources/PacketCaptureBPF/CaptureDevice.swift:122:19: error: cannot find 'ioctl' in scope
120 |
121 |         // bind interface to the bpf device
122 |         guard Int(ioctl(self.fd_bpf, BIOCSETIF, &if_req)) == 0 else
    |                   `- error: cannot find 'ioctl' in scope
123 |         {
124 |             throw BPFerror.couldNotBindInterfaceToBPF
/host/spi-builder-workspace/Sources/PacketCaptureBPF/CaptureDevice.swift:130:20: error: cannot find 'ioctl' in scope
128 |         // enable promiscious mode
129 |         // ioctl(fd, BIOCPROMISC, NULL)
130 |         guard Int( ioctl(self.fd_bpf, BIOCPROMISC, 0 )) == 0 else
    |                    `- error: cannot find 'ioctl' in scope
131 |         {
132 |             throw BPFerror.couldNotEnablePromiscuousMode
/host/spi-builder-workspace/Sources/PacketCaptureBPF/CaptureDevice.swift:141:19: error: cannot find 'close' in scope
139 |     public func stopCapture() throws {
140 |         self.capturing = false
141 |         guard Int(close(self.fd_bpf)) == 0 else
    |                   `- error: cannot find 'close' in scope
142 |         {
143 |             throw BPFerror.couldNotCloseBPFFileHandle
/host/spi-builder-workspace/Sources/PacketCaptureBPF/CaptureDevice.swift:160:13: error: cannot find 'ioctl' in scope
158 |         var bpf_stat = bpf_stat_struct(bs_recv: 0, bs_drop: 0)
159 |
160 |         _ = ioctl(self.fd_bpf, BIOCGSTATS, &bpf_stat)
    |             `- error: cannot find 'ioctl' in scope
161 |         //print("bpf_stat: \(bpf_stat)")
162 |
/host/spi-builder-workspace/Sources/PacketCaptureBPF/CaptureDevice.swift:167:19: error: cannot find 'read' in scope
165 |
166 |         // read from bpf device into buffer
167 |         let len = read(self.fd_bpf, &self.buffer, Int(self.buffer_size) )
    |                   `- error: cannot find 'read' in scope
168 |
169 |         guard len != -1 else
/host/spi-builder-workspace/Sources/PacketCaptureBPF/CaptureDevice.swift:193:31: warning: reference to class property 'endianess' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
191 |             {
192 |                 //get the seconds
193 |                 DatableConfig.endianess = .little
    |                               `- warning: reference to class property 'endianess' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
194 |                 guard let tv_sec_bits = bits.unpack(bytes: 4) else
195 |                 {
/host/spi-builder-workspace/.build/checkouts/Datable/Sources/Datable/DatableConfig.swift:14:23: note: class property declared here
12 |     public static var stringEncoding: String.Encoding = .utf8
13 |     public static var stringLiteralEncoding: StringLiteralEncoding = .utf8
14 |     public static var endianess: Endianness = .big
   |                       `- note: class property declared here
15 |     public static let localEndianness: Endianness = determineLocalEndianness()
16 | }
error: emit-module command failed with exit code 1 (use -v to see invocation)
[60/60] Emitting module PacketCaptureBPF
/host/spi-builder-workspace/Sources/PacketCaptureBPF/CaptureDevice.swift:53:18: error: cannot find 'ifreq' in scope
 51 |     let packets = Queue<(Date, Data)>()
 52 |
 53 |     var if_req = ifreq()
    |                  `- error: cannot find 'ifreq' in scope
 54 |     var capturing: Bool = false
 55 |
/host/spi-builder-workspace/Sources/PacketCaptureBPF/CaptureDevice.swift:160:13: error: cannot find 'ioctl' in scope
158 |         var bpf_stat = bpf_stat_struct(bs_recv: 0, bs_drop: 0)
159 |
160 |         _ = ioctl(self.fd_bpf, BIOCGSTATS, &bpf_stat)
    |             `- error: cannot find 'ioctl' in scope
161 |         //print("bpf_stat: \(bpf_stat)")
162 |
/host/spi-builder-workspace/Sources/PacketCaptureBPF/CaptureDevice.swift:167:19: error: cannot find 'read' in scope
165 |
166 |         // read from bpf device into buffer
167 |         let len = read(self.fd_bpf, &self.buffer, Int(self.buffer_size) )
    |                   `- error: cannot find 'read' in scope
168 |
169 |         guard len != -1 else
/host/spi-builder-workspace/Sources/PacketCaptureBPF/CaptureDevice.swift:193:31: warning: reference to class property 'endianess' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
191 |             {
192 |                 //get the seconds
193 |                 DatableConfig.endianess = .little
    |                               `- warning: reference to class property 'endianess' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
194 |                 guard let tv_sec_bits = bits.unpack(bytes: 4) else
195 |                 {
/host/spi-builder-workspace/.build/checkouts/Datable/Sources/Datable/DatableConfig.swift:14:23: note: class property declared here
12 |     public static var stringEncoding: String.Encoding = .utf8
13 |     public static var stringLiteralEncoding: StringLiteralEncoding = .utf8
14 |     public static var endianess: Endianness = .big
   |                       `- note: class property declared here
15 |     public static let localEndianness: Endianness = determineLocalEndianness()
16 | }
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/41] Compiling SwiftQueue Queue.swift
[4/41] Emitting module PacketStream
[5/41] Compiling PacketStream PacketStream.swift
[6/42] Emitting module SwiftQueue
[7/42] Compiling SwiftQueue LinkedList.swift
[10/43] Compiling Datable MaybeIntable.swift
[11/43] Compiling Datable MaybeNetworkIntable.swift
[12/43] Compiling Datable NetworkDatable.swift
[13/43] Compiling Datable NetworkIntable.swift
[14/43] Compiling Datable String+Arrayable.swift
[15/43] Compiling Datable String+Datable.swift
[16/43] Compiling Datable String+Intable.swift
[17/43] Compiling Datable Stringable.swift
[18/47] Emitting module Datable
[19/47] Compiling Datable Arrayable.swift
[20/47] Compiling Datable CSVable.swift
[21/47] Compiling Datable Data+Arrayable.swift
[22/47] Compiling Datable Data+Base64.swift
[23/47] Compiling Datable Data+Datable.swift
[24/47] Compiling Datable Datable.swift
[25/47] Compiling Datable DatableConfig.swift
[26/47] Compiling Datable Double+MaybeDatable.swift
[27/47] Compiling Datable Double+Stringable.swift
[28/47] Compiling Datable File.swift
[29/47] Compiling Datable Float+Floatable.swift
[30/47] Compiling Datable Float+MaybeDatable.swift
[31/47] Compiling Datable Float+MaybeIntable.swift
[32/47] Compiling Datable Floatable.swift
[33/47] Compiling Datable Int+Floatable.swift
[34/47] Compiling Datable Int+MaybeDatable.swift
[35/47] Compiling Datable Int+MaybeIntable.swift
[36/47] Compiling Datable Int+Stringable.swift
[37/47] Compiling Datable Intable.swift
[38/47] Compiling Datable MaybeDatable.swift
[39/47] Compiling Datable Data+ExpressibleByStringLiteral.swift
[40/47] Compiling Datable Data+Floatable.swift
[41/47] Compiling Datable Data+MaybeIntable.swift
[42/47] Compiling Datable Data+MaybeNetworkIntable.swift
[43/47] Compiling Datable Data+Stringable.swift
[44/47] Compiling Datable StringableArray+CSVable.swift
[45/47] Compiling Datable UInt+Datable.swift
[46/47] Compiling Datable UInt+MaybeNetworkDatable.swift
[47/47] Compiling Datable UInt+Stringable.swift
[49/52] Compiling Bits SimpleBits+MaybeIntable.swift
[50/52] Compiling Bits Bits+MaybeIntable.swift
[51/52] Emitting module Bits
[52/52] Compiling Bits Bits.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[54/55] Emitting module PacketCaptureBPF
/host/spi-builder-workspace/Sources/PacketCaptureBPF/CaptureDevice.swift:53:18: error: cannot find 'ifreq' in scope
 51 |     let packets = Queue<(Date, Data)>()
 52 |
 53 |     var if_req = ifreq()
    |                  `- error: cannot find 'ifreq' in scope
 54 |     var capturing: Bool = false
 55 |
/host/spi-builder-workspace/Sources/PacketCaptureBPF/CaptureDevice.swift:160:13: error: cannot find 'ioctl' in scope
158 |         var bpf_stat = bpf_stat_struct(bs_recv: 0, bs_drop: 0)
159 |
160 |         _ = ioctl(self.fd_bpf, BIOCGSTATS, &bpf_stat)
    |             `- error: cannot find 'ioctl' in scope
161 |         //print("bpf_stat: \(bpf_stat)")
162 |
/host/spi-builder-workspace/Sources/PacketCaptureBPF/CaptureDevice.swift:167:19: error: cannot find 'read' in scope
165 |
166 |         // read from bpf device into buffer
167 |         let len = read(self.fd_bpf, &self.buffer, Int(self.buffer_size) )
    |                   `- error: cannot find 'read' in scope
168 |
169 |         guard len != -1 else
[55/55] Compiling PacketCaptureBPF CaptureDevice.swift
/host/spi-builder-workspace/Sources/PacketCaptureBPF/CaptureDevice.swift:53:18: error: cannot find 'ifreq' in scope
 51 |     let packets = Queue<(Date, Data)>()
 52 |
 53 |     var if_req = ifreq()
    |                  `- error: cannot find 'ifreq' in scope
 54 |     var capturing: Bool = false
 55 |
/host/spi-builder-workspace/Sources/PacketCaptureBPF/CaptureDevice.swift:78:18: error: cannot find 'open' in scope
 76 |         for i in 0...255 {
 77 |             let dev: String = "/dev/bpf" + i.string
 78 |             fd = open(dev, O_RDWR)
    |                  `- error: cannot find 'open' in scope
 79 |             if fd != -1 {
 80 |                 self.fd_bpf = fd
/host/spi-builder-workspace/Sources/PacketCaptureBPF/CaptureDevice.swift:78:28: error: cannot find 'O_RDWR' in scope
 76 |         for i in 0...255 {
 77 |             let dev: String = "/dev/bpf" + i.string
 78 |             fd = open(dev, O_RDWR)
    |                            `- error: cannot find 'O_RDWR' in scope
 79 |             if fd != -1 {
 80 |                 self.fd_bpf = fd
/host/spi-builder-workspace/Sources/PacketCaptureBPF/CaptureDevice.swift:87:35: error: cannot find 'Darwin' in scope
 85 |             else
 86 |             {
 87 |                 print("* errno: \(Darwin.errno)")
    |                                   `- error: cannot find 'Darwin' in scope
 88 |                 print("* \(dev)")
 89 |             }
/host/spi-builder-workspace/Sources/PacketCaptureBPF/CaptureDevice.swift:115:19: error: cannot find 'ioctl' in scope
113 |         self.capturing = true
114 |         // set buffer size
115 |         guard Int(ioctl(self.fd_bpf, BIOCSBLEN, &self.buffer_size)) == 0 else
    |                   `- error: cannot find 'ioctl' in scope
116 |         {
117 |             throw BPFerror.couldNotSetBufferSize
/host/spi-builder-workspace/Sources/PacketCaptureBPF/CaptureDevice.swift:122:19: error: cannot find 'ioctl' in scope
120 |
121 |         // bind interface to the bpf device
122 |         guard Int(ioctl(self.fd_bpf, BIOCSETIF, &if_req)) == 0 else
    |                   `- error: cannot find 'ioctl' in scope
123 |         {
124 |             throw BPFerror.couldNotBindInterfaceToBPF
/host/spi-builder-workspace/Sources/PacketCaptureBPF/CaptureDevice.swift:130:20: error: cannot find 'ioctl' in scope
128 |         // enable promiscious mode
129 |         // ioctl(fd, BIOCPROMISC, NULL)
130 |         guard Int( ioctl(self.fd_bpf, BIOCPROMISC, 0 )) == 0 else
    |                    `- error: cannot find 'ioctl' in scope
131 |         {
132 |             throw BPFerror.couldNotEnablePromiscuousMode
/host/spi-builder-workspace/Sources/PacketCaptureBPF/CaptureDevice.swift:141:19: error: cannot find 'close' in scope
139 |     public func stopCapture() throws {
140 |         self.capturing = false
141 |         guard Int(close(self.fd_bpf)) == 0 else
    |                   `- error: cannot find 'close' in scope
142 |         {
143 |             throw BPFerror.couldNotCloseBPFFileHandle
/host/spi-builder-workspace/Sources/PacketCaptureBPF/CaptureDevice.swift:160:13: error: cannot find 'ioctl' in scope
158 |         var bpf_stat = bpf_stat_struct(bs_recv: 0, bs_drop: 0)
159 |
160 |         _ = ioctl(self.fd_bpf, BIOCGSTATS, &bpf_stat)
    |             `- error: cannot find 'ioctl' in scope
161 |         //print("bpf_stat: \(bpf_stat)")
162 |
/host/spi-builder-workspace/Sources/PacketCaptureBPF/CaptureDevice.swift:167:19: error: cannot find 'read' in scope
165 |
166 |         // read from bpf device into buffer
167 |         let len = read(self.fd_bpf, &self.buffer, Int(self.buffer_size) )
    |                   `- error: cannot find 'read' in scope
168 |
169 |         guard len != -1 else
BUILD FAILURE 6.1 android