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 Strix, reference 2.4.6 (820b86), with Swift 6.1 for Android on 29 May 2025 18:30:33 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/nearfri/Strix.git
Reference: 2.4.6
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/nearfri/Strix
 * tag               2.4.6      -> FETCH_HEAD
HEAD is now at 820b86f Merge pull request #14 from nearfri/swift6
Cloned https://github.com/nearfri/Strix.git
Revision (git rev-parse @):
820b86fadfebd1852dc28f5ade49c3dc1677953b
SUCCESS checkout https://github.com/nearfri/Strix.git at 2.4.6
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/nearfri/Strix.git
https://github.com/nearfri/Strix.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Strix",
  "name" : "Strix",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "Strix",
      "targets" : [
        "Strix"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "StrixParsers",
      "targets" : [
        "StrixParsers"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "StrixTests",
      "module_type" : "SwiftTarget",
      "name" : "StrixTests",
      "path" : "Tests/StrixTests",
      "sources" : [
        "Core/ParserReplyTests.swift",
        "Core/ParserResultTests.swift",
        "Core/ParserTests.swift",
        "Core/UserInfoTests.swift",
        "Error/ErrorMessageWriterTests.swift",
        "Error/ErrorOutputBufferTests.swift",
        "Error/IndentTests.swift",
        "Error/ParseErrorSplitterTests.swift",
        "Error/TextPositionTests.swift",
        "Parsers/CharacterParsersTests.swift",
        "Parsers/NumberLiteralTests.swift",
        "Parsers/NumberParsersTests.swift",
        "Parsers/PrimitiveParsersTests.swift",
        "Parsers/SequenceParsersTests.swift",
        "Parsers/StringParsersTests.swift"
      ],
      "target_dependencies" : [
        "Strix"
      ],
      "type" : "test"
    },
    {
      "c99name" : "StrixParsersTests",
      "module_type" : "SwiftTarget",
      "name" : "StrixParsersTests",
      "path" : "Tests/StrixParsersTests",
      "sources" : [
        "ASCIIPlistParserTests.swift",
        "ASCIIPlistTests.swift",
        "CSVParserTests.swift",
        "CalculatorTests.swift",
        "Extensions/Data+Tests.swift",
        "Extensions/String+Tests.swift",
        "FormatSpecifierParserTests.swift",
        "JSONParserTests.swift",
        "JSONTests.swift"
      ],
      "target_dependencies" : [
        "StrixParsers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "StrixParsers",
      "module_type" : "SwiftTarget",
      "name" : "StrixParsers",
      "path" : "Sources/StrixParsers",
      "product_memberships" : [
        "StrixParsers"
      ],
      "sources" : [
        "ASCIIPlist.swift",
        "ASCIIPlistParser.swift",
        "CSVParser.swift",
        "Calculator.swift",
        "Extensions/Data+.swift",
        "Extensions/String+.swift",
        "FormatPlaceholder.swift",
        "FormatSpecifier.swift",
        "FormatSpecifierParser.swift",
        "Indent.swift",
        "JSON.swift",
        "JSONConvertibleValue.swift",
        "JSONParser.swift",
        "PrattParser.swift"
      ],
      "target_dependencies" : [
        "Strix"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Strix",
      "module_type" : "SwiftTarget",
      "name" : "Strix",
      "path" : "Sources/Strix",
      "product_memberships" : [
        "Strix",
        "StrixParsers"
      ],
      "sources" : [
        "Core/Parser.swift",
        "Core/ParserReply.swift",
        "Core/ParserResult.swift",
        "Core/ParserState.swift",
        "Core/UserInfo.swift",
        "Error/ErrorMessageWriter.swift",
        "Error/ErrorOutputBuffer.swift",
        "Error/ErrorOutputStream.swift",
        "Error/Indent.swift",
        "Error/ParseError.swift",
        "Error/ParseErrorSplitter.swift",
        "Error/RunError.swift",
        "Error/TextPosition.swift",
        "Parsers/CharacterParsers.swift",
        "Parsers/NumberLiteral.swift",
        "Parsers/NumberParseOptions.swift",
        "Parsers/NumberParsers.swift",
        "Parsers/Operators.swift",
        "Parsers/PrimitiveParsers.swift",
        "Parsers/SequenceParsers.swift",
        "Parsers/StringParsers.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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 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
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/23] Emitting module Strix
[5/25] Compiling Strix Operators.swift
[6/25] Compiling Strix PrimitiveParsers.swift
[7/25] Compiling Strix ParseError.swift
[8/25] Compiling Strix ParseErrorSplitter.swift
[9/25] Compiling Strix RunError.swift
[10/25] Compiling Strix SequenceParsers.swift
[11/25] Compiling Strix StringParsers.swift
[12/25] Compiling Strix TextPosition.swift
[13/25] Compiling Strix CharacterParsers.swift
[14/25] Compiling Strix NumberLiteral.swift
[15/25] Compiling Strix Parser.swift
[16/25] Compiling Strix ParserReply.swift
[17/25] Compiling Strix ParserResult.swift
[18/25] Compiling Strix ErrorOutputBuffer.swift
[19/25] Compiling Strix ErrorOutputStream.swift
[20/25] Compiling Strix Indent.swift
[21/25] Compiling Strix NumberParseOptions.swift
[22/25] Compiling Strix NumberParsers.swift
[23/25] Compiling Strix ParserState.swift
[24/25] Compiling Strix UserInfo.swift
[25/25] Compiling Strix ErrorMessageWriter.swift
[27/40] Compiling StrixParsers FormatPlaceholder.swift
/host/spi-builder-workspace/Sources/StrixParsers/FormatPlaceholder.swift:138:40: error: cannot find 'quad_t' in scope
136 |             case .long:         return CLong.self
137 |             case .longLong:     return CLongLong.self
138 |             case .quadword:     return quad_t.self
    |                                        `- error: cannot find 'quad_t' in scope
139 |             case .longDouble:   return CInt.self // invalid length
140 |             case .size:         return ssize_t.self
/host/spi-builder-workspace/Sources/StrixParsers/FormatPlaceholder.swift:151:40: error: cannot find 'u_quad_t' in scope
149 |             case .long:         return CUnsignedLong.self
150 |             case .longLong:     return CUnsignedLongLong.self
151 |             case .quadword:     return u_quad_t.self
    |                                        `- error: cannot find 'u_quad_t' in scope
152 |             case .longDouble:   return CUnsignedInt.self // invalid length
153 |             case .size:         return size_t.self
/host/spi-builder-workspace/Sources/StrixParsers/FormatPlaceholder.swift:162:40: error: cannot find 'CLongDouble' in scope
160 |             case nil:           return CDouble.self
161 |             case .long:         return CDouble.self
162 |             case .longDouble:   return CLongDouble.self
    |                                        `- error: cannot find 'CLongDouble' in scope
163 |             default:            return CDouble.self // invalid length
164 |             }
/host/spi-builder-workspace/Sources/StrixParsers/FormatPlaceholder.swift:172:61: error: cannot find type 'quad_t' in scope
170 |             case .long:         return UnsafeMutablePointer<CLong>.self
171 |             case .longLong:     return UnsafeMutablePointer<CLongLong>.self
172 |             case .quadword:     return UnsafeMutablePointer<quad_t>.self
    |                                                             `- error: cannot find type 'quad_t' in scope
173 |             case .longDouble:   return UnsafeMutablePointer<CInt>.self // invalid length
174 |             case .size:         return UnsafeMutablePointer<ssize_t>.self
[28/40] Compiling StrixParsers FormatSpecifier.swift
/host/spi-builder-workspace/Sources/StrixParsers/FormatPlaceholder.swift:138:40: error: cannot find 'quad_t' in scope
136 |             case .long:         return CLong.self
137 |             case .longLong:     return CLongLong.self
138 |             case .quadword:     return quad_t.self
    |                                        `- error: cannot find 'quad_t' in scope
139 |             case .longDouble:   return CInt.self // invalid length
140 |             case .size:         return ssize_t.self
/host/spi-builder-workspace/Sources/StrixParsers/FormatPlaceholder.swift:151:40: error: cannot find 'u_quad_t' in scope
149 |             case .long:         return CUnsignedLong.self
150 |             case .longLong:     return CUnsignedLongLong.self
151 |             case .quadword:     return u_quad_t.self
    |                                        `- error: cannot find 'u_quad_t' in scope
152 |             case .longDouble:   return CUnsignedInt.self // invalid length
153 |             case .size:         return size_t.self
/host/spi-builder-workspace/Sources/StrixParsers/FormatPlaceholder.swift:162:40: error: cannot find 'CLongDouble' in scope
160 |             case nil:           return CDouble.self
161 |             case .long:         return CDouble.self
162 |             case .longDouble:   return CLongDouble.self
    |                                        `- error: cannot find 'CLongDouble' in scope
163 |             default:            return CDouble.self // invalid length
164 |             }
/host/spi-builder-workspace/Sources/StrixParsers/FormatPlaceholder.swift:172:61: error: cannot find type 'quad_t' in scope
170 |             case .long:         return UnsafeMutablePointer<CLong>.self
171 |             case .longLong:     return UnsafeMutablePointer<CLongLong>.self
172 |             case .quadword:     return UnsafeMutablePointer<quad_t>.self
    |                                                             `- error: cannot find type 'quad_t' in scope
173 |             case .longDouble:   return UnsafeMutablePointer<CInt>.self // invalid length
174 |             case .size:         return UnsafeMutablePointer<ssize_t>.self
[29/41] Compiling StrixParsers JSONParser.swift
[30/41] Compiling StrixParsers CSVParser.swift
[31/41] Compiling StrixParsers Calculator.swift
[32/41] Compiling StrixParsers Data+.swift
[33/41] Compiling StrixParsers String+.swift
[34/41] Emitting module StrixParsers
[35/41] Compiling StrixParsers PrattParser.swift
[36/41] Compiling StrixParsers JSON.swift
[37/41] Compiling StrixParsers JSONConvertibleValue.swift
[38/41] Compiling StrixParsers FormatSpecifierParser.swift
[39/41] Compiling StrixParsers Indent.swift
[40/41] Compiling StrixParsers ASCIIPlist.swift
[41/41] Compiling StrixParsers ASCIIPlistParser.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/21] Compiling Strix ErrorOutputBuffer.swift
[3/21] Compiling Strix ErrorOutputStream.swift
[4/21] Compiling Strix Indent.swift
[5/23] Emitting module Strix
[6/23] Compiling Strix Parser.swift
[7/23] Compiling Strix ParserReply.swift
[8/23] Compiling Strix ParserResult.swift
[9/23] Compiling Strix NumberParseOptions.swift
[10/23] Compiling Strix NumberParsers.swift
[11/23] Compiling Strix ParseError.swift
[12/23] Compiling Strix ParseErrorSplitter.swift
[13/23] Compiling Strix RunError.swift
[14/23] Compiling Strix ParserState.swift
[15/23] Compiling Strix UserInfo.swift
[16/23] Compiling Strix ErrorMessageWriter.swift
[17/23] Compiling Strix TextPosition.swift
[18/23] Compiling Strix CharacterParsers.swift
[19/23] Compiling Strix NumberLiteral.swift
[20/23] Compiling Strix Operators.swift
[21/23] Compiling Strix PrimitiveParsers.swift
[22/23] Compiling Strix SequenceParsers.swift
[23/23] Compiling Strix StringParsers.swift
[25/38] Compiling StrixParsers JSONParser.swift
[26/39] Compiling StrixParsers CSVParser.swift
[27/39] Compiling StrixParsers Calculator.swift
[28/39] Compiling StrixParsers JSON.swift
[29/39] Compiling StrixParsers JSONConvertibleValue.swift
[30/39] Compiling StrixParsers FormatSpecifierParser.swift
[31/39] Compiling StrixParsers Indent.swift
[32/39] Compiling StrixParsers Data+.swift
[33/39] Compiling StrixParsers String+.swift
[34/39] Compiling StrixParsers FormatPlaceholder.swift
/host/spi-builder-workspace/Sources/StrixParsers/FormatPlaceholder.swift:138:40: error: cannot find 'quad_t' in scope
136 |             case .long:         return CLong.self
137 |             case .longLong:     return CLongLong.self
138 |             case .quadword:     return quad_t.self
    |                                        `- error: cannot find 'quad_t' in scope
139 |             case .longDouble:   return CInt.self // invalid length
140 |             case .size:         return ssize_t.self
/host/spi-builder-workspace/Sources/StrixParsers/FormatPlaceholder.swift:151:40: error: cannot find 'u_quad_t' in scope
149 |             case .long:         return CUnsignedLong.self
150 |             case .longLong:     return CUnsignedLongLong.self
151 |             case .quadword:     return u_quad_t.self
    |                                        `- error: cannot find 'u_quad_t' in scope
152 |             case .longDouble:   return CUnsignedInt.self // invalid length
153 |             case .size:         return size_t.self
/host/spi-builder-workspace/Sources/StrixParsers/FormatPlaceholder.swift:162:40: error: cannot find 'CLongDouble' in scope
160 |             case nil:           return CDouble.self
161 |             case .long:         return CDouble.self
162 |             case .longDouble:   return CLongDouble.self
    |                                        `- error: cannot find 'CLongDouble' in scope
163 |             default:            return CDouble.self // invalid length
164 |             }
/host/spi-builder-workspace/Sources/StrixParsers/FormatPlaceholder.swift:172:61: error: cannot find type 'quad_t' in scope
170 |             case .long:         return UnsafeMutablePointer<CLong>.self
171 |             case .longLong:     return UnsafeMutablePointer<CLongLong>.self
172 |             case .quadword:     return UnsafeMutablePointer<quad_t>.self
    |                                                             `- error: cannot find type 'quad_t' in scope
173 |             case .longDouble:   return UnsafeMutablePointer<CInt>.self // invalid length
174 |             case .size:         return UnsafeMutablePointer<ssize_t>.self
[35/39] Compiling StrixParsers FormatSpecifier.swift
/host/spi-builder-workspace/Sources/StrixParsers/FormatPlaceholder.swift:138:40: error: cannot find 'quad_t' in scope
136 |             case .long:         return CLong.self
137 |             case .longLong:     return CLongLong.self
138 |             case .quadword:     return quad_t.self
    |                                        `- error: cannot find 'quad_t' in scope
139 |             case .longDouble:   return CInt.self // invalid length
140 |             case .size:         return ssize_t.self
/host/spi-builder-workspace/Sources/StrixParsers/FormatPlaceholder.swift:151:40: error: cannot find 'u_quad_t' in scope
149 |             case .long:         return CUnsignedLong.self
150 |             case .longLong:     return CUnsignedLongLong.self
151 |             case .quadword:     return u_quad_t.self
    |                                        `- error: cannot find 'u_quad_t' in scope
152 |             case .longDouble:   return CUnsignedInt.self // invalid length
153 |             case .size:         return size_t.self
/host/spi-builder-workspace/Sources/StrixParsers/FormatPlaceholder.swift:162:40: error: cannot find 'CLongDouble' in scope
160 |             case nil:           return CDouble.self
161 |             case .long:         return CDouble.self
162 |             case .longDouble:   return CLongDouble.self
    |                                        `- error: cannot find 'CLongDouble' in scope
163 |             default:            return CDouble.self // invalid length
164 |             }
/host/spi-builder-workspace/Sources/StrixParsers/FormatPlaceholder.swift:172:61: error: cannot find type 'quad_t' in scope
170 |             case .long:         return UnsafeMutablePointer<CLong>.self
171 |             case .longLong:     return UnsafeMutablePointer<CLongLong>.self
172 |             case .quadword:     return UnsafeMutablePointer<quad_t>.self
    |                                                             `- error: cannot find type 'quad_t' in scope
173 |             case .longDouble:   return UnsafeMutablePointer<CInt>.self // invalid length
174 |             case .size:         return UnsafeMutablePointer<ssize_t>.self
[36/39] Emitting module StrixParsers
[37/39] Compiling StrixParsers ASCIIPlist.swift
[38/39] Compiling StrixParsers ASCIIPlistParser.swift
[39/39] Compiling StrixParsers PrattParser.swift
BUILD FAILURE 6.1 android