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 DoccGPT, reference 0.4.3 (0a3eeb), with Swift 6.1 for Android on 28 May 2025 16:42:25 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/gonzalonunez/docc-gpt.git
Reference: 0.4.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/gonzalonunez/docc-gpt
 * tag               0.4.3      -> FETCH_HEAD
HEAD is now at 0a3eeb6 Add new models (#24)
Cloned https://github.com/gonzalonunez/docc-gpt.git
Revision (git rev-parse @):
0a3eeb6aebfeff5dcafc302d0b2f2e53b6ad237e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/gonzalonunez/docc-gpt.git at 0.4.3
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/gonzalonunez/docc-gpt.git
https://github.com/gonzalonunez/docc-gpt.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log"
    },
    {
      "identity" : "swift-dependencies",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-dependencies.git"
    }
  ],
  "manifest_display_name" : "DoccGPT",
  "name" : "DoccGPT",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "docc-gpt",
      "targets" : [
        "docc-gpt"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "Example",
      "targets" : [
        "Example"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "docc_gpt",
      "module_type" : "SwiftTarget",
      "name" : "docc-gpt",
      "path" : "Sources/docc-gpt",
      "product_dependencies" : [
        "ArgumentParser",
        "Dependencies",
        "Logging"
      ],
      "product_memberships" : [
        "docc-gpt"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/docc-gpt/Resources/ex1-assistant.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/docc-gpt/Resources/ex1-user.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/docc-gpt/Resources/ex2-assistant.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/docc-gpt/Resources/ex2-user.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/docc-gpt/Resources/ex3-assistant.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/docc-gpt/Resources/ex3-user.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/docc-gpt/Resources/system.txt",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Dependencies.swift",
        "DoccGPT.swift",
        "DoccGPTRunner.swift",
        "DoccGPTRunnerError.swift",
        "NetworkSession.swift",
        "OpenAI.swift",
        "OpenAIService.swift",
        "RateLimiter.swift",
        "Request.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Example",
      "module_type" : "SwiftTarget",
      "name" : "Example",
      "path" : "Sources/Example",
      "product_memberships" : [
        "Example"
      ],
      "sources" : [
        "GifLoop.swift",
        "GifWritingOptions.swift",
        "MovieWritingOptions.swift",
        "Post.swift",
        "User.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
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 -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/apple/swift-argument-parser
Fetching https://github.com/pointfreeco/swift-dependencies.git
Fetching https://github.com/apple/swift-log
[1/3836] Fetching swift-log
[2763/10085] Fetching swift-log, swift-dependencies
[7087/25436] Fetching swift-log, swift-dependencies, swift-argument-parser
Fetched https://github.com/pointfreeco/swift-dependencies.git from cache (1.33s)
Fetched https://github.com/apple/swift-log from cache (1.51s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.52s)
Computing version for https://github.com/pointfreeco/swift-dependencies.git
Computed https://github.com/pointfreeco/swift-dependencies.git at 0.6.0 (2.85s)
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/2410] Fetching combine-schedulers
[2411/3262] Fetching combine-schedulers, swift-concurrency-extras
[2616/4554] Fetching combine-schedulers, swift-concurrency-extras, swift-clocks
[4555/10012] Fetching combine-schedulers, swift-concurrency-extras, swift-clocks, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.79s)
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.79s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.79s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.80s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 0.4.0 (1.86s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 0.11.0 (0.69s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 0.1.2 (0.61s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 0.9.0 (0.60s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.71s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.3 (0.70s)
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 0.9.0
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 0.11.0
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.3
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/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 0.1.2
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 0.4.0
Creating working copy for https://github.com/pointfreeco/swift-dependencies.git
Working copy of https://github.com/pointfreeco/swift-dependencies.git resolved at 0.6.0
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/30] Write sources
[1/30] Copying ex3-assistant.txt
[1/30] Copying ex3-user.txt
[1/30] Copying system.txt
[1/30] Write sources
[1/30] Copying ex2-user.txt
[1/30] Copying ex2-assistant.txt
[1/30] Copying ex1-user.txt
[1/30] Copying ex1-assistant.txt
[1/30] Write sources
[18/30] Write swift-version-24593BA9C3E375BF.txt
[20/59] Compiling ArgumentParserToolInfo ToolInfo.swift
[21/59] Emitting module ArgumentParserToolInfo
[23/60] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
[23/61] Wrapping AST for ArgumentParserToolInfo for debugging
[25/61] Compiling XCTestDynamicOverlay Deprecations.swift
[26/61] Emitting module XCTestDynamicOverlay
[27/99] Emitting module ArgumentParser
[28/104] Compiling ArgumentParser ArgumentVisibility.swift
[29/104] Compiling ArgumentParser CompletionKind.swift
[30/104] Compiling ArgumentParser Errors.swift
[31/104] Compiling ArgumentParser Flag.swift
[32/104] Compiling ArgumentParser NameSpecification.swift
[33/104] Compiling ArgumentParser Option.swift
[34/104] Compiling Logging LogHandler.swift
[35/104] Compiling Logging MetadataProvider.swift
[36/104] Emitting module Logging
[37/104] Compiling Logging Locks.swift
[38/104] Compiling Logging Logging.swift
[39/105] Wrapping AST for Logging for debugging
[41/105] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[42/106] Compiling ConcurrencyExtras Task.swift
[43/106] Compiling XCTestDynamicOverlay GeneratePlaceholder.swift
[44/106] Compiling XCTestDynamicOverlay RuntimeWarnings.swift
[45/106] Compiling XCTestDynamicOverlay DefaultInitializable.swift
[46/106] Compiling ConcurrencyExtras UncheckedSendable.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[47/106] Compiling ConcurrencyExtras ActorIsolated.swift
[48/106] Emitting module ConcurrencyExtras
/host/spi-builder-workspace/.build/checkouts/swift-concurrency-extras/Sources/ConcurrencyExtras/MainSerialExecutor.swift:77:5: error: cannot find 'dlsym' in scope
75 |   }
76 |   private let _swift_task_enqueueGlobal_hook: UnsafeMutablePointer<Hook?> =
77 |     dlsym(dlopen(nil, 0), "swift_task_enqueueGlobal_hook").assumingMemoryBound(to: Hook?.self)
   |     `- error: cannot find 'dlsym' in scope
78 | #endif
79 |
/host/spi-builder-workspace/.build/checkouts/swift-concurrency-extras/Sources/ConcurrencyExtras/MainSerialExecutor.swift:77:11: error: cannot find 'dlopen' in scope
75 |   }
76 |   private let _swift_task_enqueueGlobal_hook: UnsafeMutablePointer<Hook?> =
77 |     dlsym(dlopen(nil, 0), "swift_task_enqueueGlobal_hook").assumingMemoryBound(to: Hook?.self)
   |           `- error: cannot find 'dlopen' in scope
78 | #endif
79 |
/host/spi-builder-workspace/.build/checkouts/swift-concurrency-extras/Sources/ConcurrencyExtras/MainSerialExecutor.swift:77:18: error: 'nil' requires a contextual type
75 |   }
76 |   private let _swift_task_enqueueGlobal_hook: UnsafeMutablePointer<Hook?> =
77 |     dlsym(dlopen(nil, 0), "swift_task_enqueueGlobal_hook").assumingMemoryBound(to: Hook?.self)
   |                  `- error: 'nil' requires a contextual type
78 | #endif
79 |
[49/106] Compiling XCTestDynamicOverlay XCTIsTesting.swift
[50/106] Compiling Example Post.swift
[51/106] Compiling Example User.swift
[52/106] Compiling ConcurrencyExtras Locking.swift
[53/106] Compiling ArgumentParser CollectionExtensions.swift
[54/106] Compiling ArgumentParser Platform.swift
[55/106] Compiling ArgumentParser SequenceExtensions.swift
[56/106] Compiling ArgumentParser StringExtensions.swift
[57/106] Compiling ArgumentParser Tree.swift
[58/106] Compiling ConcurrencyExtras AsyncStream.swift
[59/106] Compiling ConcurrencyExtras LockIsolated.swift
[60/106] Compiling ConcurrencyExtras MainSerialExecutor.swift
/host/spi-builder-workspace/.build/checkouts/swift-concurrency-extras/Sources/ConcurrencyExtras/MainSerialExecutor.swift:77:5: error: cannot find 'dlsym' in scope
75 |   }
76 |   private let _swift_task_enqueueGlobal_hook: UnsafeMutablePointer<Hook?> =
77 |     dlsym(dlopen(nil, 0), "swift_task_enqueueGlobal_hook").assumingMemoryBound(to: Hook?.self)
   |     `- error: cannot find 'dlsym' in scope
78 | #endif
79 |
/host/spi-builder-workspace/.build/checkouts/swift-concurrency-extras/Sources/ConcurrencyExtras/MainSerialExecutor.swift:77:11: error: cannot find 'dlopen' in scope
75 |   }
76 |   private let _swift_task_enqueueGlobal_hook: UnsafeMutablePointer<Hook?> =
77 |     dlsym(dlopen(nil, 0), "swift_task_enqueueGlobal_hook").assumingMemoryBound(to: Hook?.self)
   |           `- error: cannot find 'dlopen' in scope
78 | #endif
79 |
/host/spi-builder-workspace/.build/checkouts/swift-concurrency-extras/Sources/ConcurrencyExtras/MainSerialExecutor.swift:77:18: error: 'nil' requires a contextual type
75 |   }
76 |   private let _swift_task_enqueueGlobal_hook: UnsafeMutablePointer<Hook?> =
77 |     dlsym(dlopen(nil, 0), "swift_task_enqueueGlobal_hook").assumingMemoryBound(to: Hook?.self)
   |                  `- error: 'nil' requires a contextual type
78 | #endif
79 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[61/106] Emitting module Example
/host/spi-builder-workspace/Sources/Example/GifWritingOptions.swift:13:23: error: cannot find type 'GifLoop' in scope
11 |
12 |   /// The loop behavior of the GIF.
13 |   public var gifLoop: GifLoop = .infinite
   |                       `- error: cannot find type 'GifLoop' in scope
14 |
15 |   /// Whether to overwrite an existing file with the same name.
[62/106] Compiling Example MovieWritingOptions.swift
[63/106] Compiling Example GifLoop.swift
[64/106] Compiling Example GifWritingOptions.swift
/host/spi-builder-workspace/Sources/Example/GifWritingOptions.swift:13:23: error: cannot find type 'GifLoop' in scope
11 |
12 |   /// The loop behavior of the GIF.
13 |   public var gifLoop: GifLoop = .infinite
   |                       `- error: cannot find type 'GifLoop' in scope
14 |
15 |   /// Whether to overwrite an existing file with the same name.
[65/106] Compiling ArgumentParser ArgumentDefinition.swift
[66/106] Compiling ArgumentParser ArgumentSet.swift
[67/106] Compiling ArgumentParser CommandParser.swift
[68/106] Compiling ArgumentParser InputKey.swift
[69/106] Compiling ArgumentParser InputOrigin.swift
[70/106] Compiling XCTestDynamicOverlay XCTFail.swift
[71/106] Compiling XCTestDynamicOverlay Unimplemented.swift
[72/107] Compiling ArgumentParser OptionGroup.swift
[73/107] Compiling ArgumentParser AsyncParsableCommand.swift
[74/107] Compiling ArgumentParser CommandConfiguration.swift
[75/107] Compiling ArgumentParser CommandGroup.swift
[76/107] Compiling ArgumentParser EnumerableFlag.swift
[77/107] Compiling ArgumentParser BashCompletionsGenerator.swift
[78/107] Compiling ArgumentParser CompletionsGenerator.swift
[79/107] Compiling ArgumentParser FishCompletionsGenerator.swift
[80/107] Compiling ArgumentParser ZshCompletionsGenerator.swift
[81/107] Compiling ArgumentParser Argument.swift
[82/107] Compiling ArgumentParser ArgumentHelp.swift
[83/107] Compiling ArgumentParser ExpressibleByArgument.swift
[84/107] Compiling ArgumentParser ParsableArguments.swift
[85/107] Compiling ArgumentParser ParsableArgumentsValidation.swift
[86/107] Compiling ArgumentParser ParsableCommand.swift
[87/107] Compiling ArgumentParser ArgumentDecoder.swift
[88/107] Compiling ArgumentParser DumpHelpGenerator.swift
[89/107] Compiling ArgumentParser HelpCommand.swift
[90/107] Compiling ArgumentParser HelpGenerator.swift
[91/107] Compiling ArgumentParser MessageInfo.swift
[92/107] Compiling ArgumentParser UsageGenerator.swift
[93/107] Compiling ArgumentParser Name.swift
[94/107] Compiling ArgumentParser Parsed.swift
[95/107] Compiling ArgumentParser ParsedValues.swift
[96/107] Compiling ArgumentParser ParserError.swift
[97/107] Compiling ArgumentParser SplitArguments.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
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/13] Write swift-version-24593BA9C3E375BF.txt
[3/42] Compiling Logging MetadataProvider.swift
[4/42] Compiling Example GifLoop.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/42] Emitting module Example
/host/spi-builder-workspace/Sources/Example/GifWritingOptions.swift:13:23: error: cannot find type 'GifLoop' in scope
11 |
12 |   /// The loop behavior of the GIF.
13 |   public var gifLoop: GifLoop = .infinite
   |                       `- error: cannot find type 'GifLoop' in scope
14 |
15 |   /// Whether to overwrite an existing file with the same name.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/42] Emitting module ConcurrencyExtras
/host/spi-builder-workspace/.build/checkouts/swift-concurrency-extras/Sources/ConcurrencyExtras/MainSerialExecutor.swift:77:5: error: cannot find 'dlsym' in scope
75 |   }
76 |   private let _swift_task_enqueueGlobal_hook: UnsafeMutablePointer<Hook?> =
77 |     dlsym(dlopen(nil, 0), "swift_task_enqueueGlobal_hook").assumingMemoryBound(to: Hook?.self)
   |     `- error: cannot find 'dlsym' in scope
78 | #endif
79 |
/host/spi-builder-workspace/.build/checkouts/swift-concurrency-extras/Sources/ConcurrencyExtras/MainSerialExecutor.swift:77:11: error: cannot find 'dlopen' in scope
75 |   }
76 |   private let _swift_task_enqueueGlobal_hook: UnsafeMutablePointer<Hook?> =
77 |     dlsym(dlopen(nil, 0), "swift_task_enqueueGlobal_hook").assumingMemoryBound(to: Hook?.self)
   |           `- error: cannot find 'dlopen' in scope
78 | #endif
79 |
/host/spi-builder-workspace/.build/checkouts/swift-concurrency-extras/Sources/ConcurrencyExtras/MainSerialExecutor.swift:77:18: error: 'nil' requires a contextual type
75 |   }
76 |   private let _swift_task_enqueueGlobal_hook: UnsafeMutablePointer<Hook?> =
77 |     dlsym(dlopen(nil, 0), "swift_task_enqueueGlobal_hook").assumingMemoryBound(to: Hook?.self)
   |                  `- error: 'nil' requires a contextual type
78 | #endif
79 |
[7/43] Compiling XCTestDynamicOverlay XCTFail.swift
[8/44] Compiling ConcurrencyExtras AsyncStream.swift
[9/44] Compiling ConcurrencyExtras ActorIsolated.swift
[10/44] Compiling ConcurrencyExtras MainSerialExecutor.swift
/host/spi-builder-workspace/.build/checkouts/swift-concurrency-extras/Sources/ConcurrencyExtras/MainSerialExecutor.swift:77:5: error: cannot find 'dlsym' in scope
75 |   }
76 |   private let _swift_task_enqueueGlobal_hook: UnsafeMutablePointer<Hook?> =
77 |     dlsym(dlopen(nil, 0), "swift_task_enqueueGlobal_hook").assumingMemoryBound(to: Hook?.self)
   |     `- error: cannot find 'dlsym' in scope
78 | #endif
79 |
/host/spi-builder-workspace/.build/checkouts/swift-concurrency-extras/Sources/ConcurrencyExtras/MainSerialExecutor.swift:77:11: error: cannot find 'dlopen' in scope
75 |   }
76 |   private let _swift_task_enqueueGlobal_hook: UnsafeMutablePointer<Hook?> =
77 |     dlsym(dlopen(nil, 0), "swift_task_enqueueGlobal_hook").assumingMemoryBound(to: Hook?.self)
   |           `- error: cannot find 'dlopen' in scope
78 | #endif
79 |
/host/spi-builder-workspace/.build/checkouts/swift-concurrency-extras/Sources/ConcurrencyExtras/MainSerialExecutor.swift:77:18: error: 'nil' requires a contextual type
75 |   }
76 |   private let _swift_task_enqueueGlobal_hook: UnsafeMutablePointer<Hook?> =
77 |     dlsym(dlopen(nil, 0), "swift_task_enqueueGlobal_hook").assumingMemoryBound(to: Hook?.self)
   |                  `- error: 'nil' requires a contextual type
78 | #endif
79 |
[11/44] Compiling ConcurrencyExtras Locking.swift
[12/44] Compiling ConcurrencyExtras Task.swift
[13/44] Compiling Example MovieWritingOptions.swift
[14/44] Compiling ConcurrencyExtras LockIsolated.swift
[15/44] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[16/44] Compiling Example Post.swift
[17/44] Compiling Example GifWritingOptions.swift
/host/spi-builder-workspace/Sources/Example/GifWritingOptions.swift:13:23: error: cannot find type 'GifLoop' in scope
11 |
12 |   /// The loop behavior of the GIF.
13 |   public var gifLoop: GifLoop = .infinite
   |                       `- error: cannot find type 'GifLoop' in scope
14 |
15 |   /// Whether to overwrite an existing file with the same name.
[18/44] Compiling Example User.swift
[19/44] Compiling ConcurrencyExtras UncheckedSendable.swift
[20/44] Compiling Logging LogHandler.swift
[21/44] Compiling Logging Locks.swift
BUILD FAILURE 6.1 android