The Swift Package Index logo.Swift Package Index

Build Information

Failed to build WolfCore, reference master (b61310), with Swift 6.1 for Android on 27 May 2025 07:05:15 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/wolfmcnally/WolfCore.git
Reference: master
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/wolfmcnally/WolfCore
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at b613104 Build as dynamic library.
Cloned https://github.com/wolfmcnally/WolfCore.git
Revision (git rev-parse @):
b613104a81175bc55b183ff3471f219cc01ad4b3
SUCCESS checkout https://github.com/wolfmcnally/WolfCore.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/wolfmcnally/WolfCore.git
https://github.com/wolfmcnally/WolfCore.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "wolfnesting",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/wolfmcnally/WolfNesting"
    },
    {
      "identity" : "wolfnumerics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/wolfmcnally/WolfNumerics"
    },
    {
      "identity" : "wolfosbridge",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/wolfmcnally/WolfOSBridge"
    },
    {
      "identity" : "wolfpipe",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/wolfmcnally/WolfPipe"
    },
    {
      "identity" : "extensibleenumeratedname",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/wolfmcnally/ExtensibleEnumeratedName"
    },
    {
      "identity" : "wolfwith",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/wolfmcnally/WolfWith"
    },
    {
      "identity" : "wolfstrings",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/wolfmcnally/WolfStrings"
    },
    {
      "identity" : "wolffoundation",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/wolfmcnally/WolfFoundation"
    },
    {
      "identity" : "wolfconcurrency",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/wolfmcnally/WolfConcurrency"
    }
  ],
  "manifest_display_name" : "WolfCore",
  "name" : "WolfCore",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "tvos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "WolfCore",
      "targets" : [
        "WolfCore"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "WolfCore",
      "module_type" : "SwiftTarget",
      "name" : "WolfCore",
      "path" : "Sources/WolfCore",
      "product_dependencies" : [
        "WolfNesting",
        "WolfNumerics",
        "WolfOSBridge",
        "WolfPipe",
        "ExtensibleEnumeratedName",
        "WolfWith",
        "WolfStrings",
        "WolfFoundation",
        "WolfConcurrency"
      ],
      "product_memberships" : [
        "WolfCore"
      ],
      "sources" : [
        "Operators.swift",
        "WolfCoreExports.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
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:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/wolfmcnally/WolfFoundation
Fetching https://github.com/wolfmcnally/WolfConcurrency
Fetching https://github.com/wolfmcnally/WolfWith
Fetching https://github.com/wolfmcnally/WolfStrings
Fetching https://github.com/wolfmcnally/ExtensibleEnumeratedName
Fetching https://github.com/wolfmcnally/WolfPipe
[1/187] Fetching wolfconcurrency
[188/290] Fetching wolfconcurrency, wolfwith
[291/717] Fetching wolfconcurrency, wolfwith, wolfstrings
[556/1060] Fetching wolfconcurrency, wolfwith, wolfstrings, wolffoundation
[1061/1199] Fetching wolfconcurrency, wolfwith, wolfstrings, wolffoundation, extensibleenumeratedname
[1106/1476] Fetching wolfconcurrency, wolfwith, wolfstrings, wolffoundation, extensibleenumeratedname, wolfpipe
Fetched https://github.com/wolfmcnally/WolfWith from cache (0.27s)
Fetched https://github.com/wolfmcnally/WolfPipe from cache (0.27s)
Fetched https://github.com/wolfmcnally/WolfStrings from cache (0.27s)
Fetched https://github.com/wolfmcnally/ExtensibleEnumeratedName from cache (0.27s)
Fetched https://github.com/wolfmcnally/WolfFoundation from cache (0.27s)
Fetched https://github.com/wolfmcnally/WolfConcurrency from cache (0.27s)
Fetching https://github.com/wolfmcnally/WolfNesting
Fetching https://github.com/wolfmcnally/WolfOSBridge
Fetching https://github.com/wolfmcnally/WolfNumerics
[1/130] Fetching wolfnesting
[131/405] Fetching wolfnesting, wolfnumerics
[406/500] Fetching wolfnesting, wolfnumerics, wolfosbridge
Fetched https://github.com/wolfmcnally/WolfNumerics from cache (0.20s)
Fetched https://github.com/wolfmcnally/WolfOSBridge from cache (0.22s)
Fetched https://github.com/wolfmcnally/WolfNesting from cache (0.22s)
Computing version for https://github.com/wolfmcnally/WolfFoundation
Computed https://github.com/wolfmcnally/WolfFoundation at 5.0.1 (1.00s)
Computing version for https://github.com/wolfmcnally/WolfWith
Computed https://github.com/wolfmcnally/WolfWith at 2.0.3 (0.52s)
Computing version for https://github.com/wolfmcnally/ExtensibleEnumeratedName
Computed https://github.com/wolfmcnally/ExtensibleEnumeratedName at 2.0.2 (0.53s)
Computing version for https://github.com/wolfmcnally/WolfPipe
Computed https://github.com/wolfmcnally/WolfPipe at 2.0.2 (0.74s)
Computing version for https://github.com/wolfmcnally/WolfOSBridge
Computed https://github.com/wolfmcnally/WolfOSBridge at 2.0.3 (0.65s)
Computing version for https://github.com/wolfmcnally/WolfNumerics
Computed https://github.com/wolfmcnally/WolfNumerics at 4.0.4 (0.50s)
Computing version for https://github.com/wolfmcnally/WolfNesting
Computed https://github.com/wolfmcnally/WolfNesting at 2.0.4 (0.54s)
Computing version for https://github.com/wolfmcnally/WolfStrings
Computed https://github.com/wolfmcnally/WolfStrings at 2.2.1 (0.88s)
Computing version for https://github.com/wolfmcnally/WolfConcurrency
Computed https://github.com/wolfmcnally/WolfConcurrency at 3.0.9 (0.90s)
Creating working copy for https://github.com/wolfmcnally/WolfStrings
Working copy of https://github.com/wolfmcnally/WolfStrings resolved at 2.2.1
Creating working copy for https://github.com/wolfmcnally/WolfConcurrency
Working copy of https://github.com/wolfmcnally/WolfConcurrency resolved at 3.0.9
Creating working copy for https://github.com/wolfmcnally/WolfFoundation
Working copy of https://github.com/wolfmcnally/WolfFoundation resolved at 5.0.1
Creating working copy for https://github.com/wolfmcnally/WolfNumerics
Working copy of https://github.com/wolfmcnally/WolfNumerics resolved at 4.0.4
Creating working copy for https://github.com/wolfmcnally/ExtensibleEnumeratedName
Working copy of https://github.com/wolfmcnally/ExtensibleEnumeratedName resolved at 2.0.2
Creating working copy for https://github.com/wolfmcnally/WolfOSBridge
Working copy of https://github.com/wolfmcnally/WolfOSBridge resolved at 2.0.3
Creating working copy for https://github.com/wolfmcnally/WolfPipe
Working copy of https://github.com/wolfmcnally/WolfPipe resolved at 2.0.2
Creating working copy for https://github.com/wolfmcnally/WolfWith
Working copy of https://github.com/wolfmcnally/WolfWith resolved at 2.0.3
Creating working copy for https://github.com/wolfmcnally/WolfNesting
Working copy of https://github.com/wolfmcnally/WolfNesting resolved at 2.0.4
Building for debugging...
[0/41] Write sources
[10/41] Write swift-version-24593BA9C3E375BF.txt
[12/75] Emitting module WolfOSBridge
[13/75] Compiling WolfOSBridge OSView.swift
[14/75] Compiling WolfPipe SetAlgebra.swift
[15/76] Compiling WolfPipe PipeOperator.swift
[16/76] Emitting module WolfWith
[17/76] Compiling WolfWith WithOperator.swift
[19/77] Compiling ExtensibleEnumeratedName ExtensibleEnumeratedName.swift
[20/77] Emitting module ExtensibleEnumeratedName
[22/78] Compiling WolfNesting macOSViewNesting.swift
[23/78] Compiling WolfNesting SpriteKitNodeNesting.swift
[24/78] Compiling WolfNesting iOSViewNesting.swift
[25/78] Compiling WolfNesting NestingOperator.swift
[26/78] Emitting module WolfNesting
[27/78] Compiling WolfNesting SceneKitNodeNesting.swift
[28/79] Compiling WolfPipe KeyPaths.swift
[29/79] Compiling WolfPipe EffectfulComposeOperator.swift
[30/79] Compiling WolfPipe Curry.swift
[31/79] Emitting module WolfPipe
[32/79] Compiling WolfPipe PipeCompatibleFunctions.swift
[33/79] Compiling WolfPipe ComposeOperator.swift
[36/80] Wrapping AST for ExtensibleEnumeratedName for debugging
[37/80] Write Objects.LinkFileList
[38/80] Wrapping AST for WolfWith for debugging
[38/80] Wrapping AST for WolfOSBridge for debugging
[40/80] Write Objects.LinkFileList
[43/80] Compiling WolfNumerics SecureRandomNumberGenerator.swift
[43/81] Wrapping AST for WolfNesting for debugging
[44/81] Write Objects.LinkFileList
[45/81] Linking libWolfWith.so
[46/81] Wrapping AST for WolfPipe for debugging
[47/81] Write Objects.LinkFileList
[48/81] Linking libExtensibleEnumeratedName.so
[50/81] Compiling WolfNumerics SeededRandomNumberGenerator.swift
[50/81] Linking libWolfOSBridge.so
[51/81] Linking libWolfNesting.so
[52/81] Linking libWolfPipe.so
[54/81] Compiling WolfNumerics Lerp.swift
[55/81] Compiling WolfNumerics NumericUtils.swift
[56/81] Compiling WolfNumerics Frac.swift
[57/81] Compiling WolfNumerics Interpolable.swift
[58/81] Compiling WolfNumerics ApproximatelyEqualsOperator.swift
[59/81] Compiling WolfNumerics BinarySearch.swift
[60/81] Emitting module WolfNumerics
[61/81] Compiling WolfNumerics PercentOperator.swift
[62/81] Compiling WolfNumerics RandomExtensions.swift
[63/81] Compiling WolfNumerics Interval.swift
[64/81] Compiling WolfNumerics IntervalCreationOperator.swift
[65/81] Compiling WolfNumerics RangeExtensions.swift
[66/81] Compiling WolfNumerics RunningAverage.swift
[67/82] Wrapping AST for WolfNumerics for debugging
[68/82] Write Objects.LinkFileList
[69/82] Linking libWolfNumerics.so
error: emit-module command failed with exit code 1 (use -v to see invocation)
[71/149] Emitting module WolfStrings
/host/spi-builder-workspace/.build/checkouts/WolfStrings/Sources/WolfStrings/AttributedStrings/AttributedString.swift:29:8: error: no such module 'CoreGraphics'
27 | import WolfOSBridge
28 | import Foundation
29 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
30 |
31 | public typealias AttributedString = NSMutableAttributedString
[72/152] Compiling WolfFoundation Dimensions.swift
/host/spi-builder-workspace/.build/checkouts/WolfStrings/Sources/WolfStrings/AttributedStrings/AttributedString.swift:29:8: error: no such module 'CoreGraphics'
27 | import WolfOSBridge
28 | import Foundation
29 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
30 |
31 | public typealias AttributedString = NSMutableAttributedString
[73/152] Compiling WolfFoundation ArrayExtensions.swift
/host/spi-builder-workspace/.build/checkouts/WolfStrings/Sources/WolfStrings/AttributedStrings/AttributedString.swift:29:8: error: no such module 'CoreGraphics'
27 | import WolfOSBridge
28 | import Foundation
29 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
30 |
31 | public typealias AttributedString = NSMutableAttributedString
[74/152] Compiling WolfFoundation CircularIndex.swift
/host/spi-builder-workspace/.build/checkouts/WolfStrings/Sources/WolfStrings/AttributedStrings/AttributedString.swift:29:8: error: no such module 'CoreGraphics'
27 | import WolfOSBridge
28 | import Foundation
29 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
30 |
31 | public typealias AttributedString = NSMutableAttributedString
[75/152] Compiling WolfFoundation DataExtensions.swift
/host/spi-builder-workspace/.build/checkouts/WolfStrings/Sources/WolfStrings/AttributedStrings/AttributedString.swift:29:8: error: no such module 'CoreGraphics'
27 | import WolfOSBridge
28 | import Foundation
29 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
30 |
31 | public typealias AttributedString = NSMutableAttributedString
[76/152] Compiling WolfFoundation ModelObject.swift
/host/spi-builder-workspace/.build/checkouts/WolfStrings/Sources/WolfStrings/AttributedStrings/AttributedString.swift:29:8: error: no such module 'CoreGraphics'
27 | import WolfOSBridge
28 | import Foundation
29 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
30 |
31 | public typealias AttributedString = NSMutableAttributedString
[77/152] Compiling WolfFoundation Serializable.swift
/host/spi-builder-workspace/.build/checkouts/WolfStrings/Sources/WolfStrings/AttributedStrings/AttributedString.swift:29:8: error: no such module 'CoreGraphics'
27 | import WolfOSBridge
28 | import Foundation
29 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
30 |
31 | public typealias AttributedString = NSMutableAttributedString
[78/152] Compiling WolfFoundation ASCII.swift
/host/spi-builder-workspace/.build/checkouts/WolfStrings/Sources/WolfStrings/AttributedStrings/AttributedString.swift:29:8: error: no such module 'CoreGraphics'
27 | import WolfOSBridge
28 | import Foundation
29 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
30 |
31 | public typealias AttributedString = NSMutableAttributedString
[79/152] Compiling WolfFoundation Base64.swift
/host/spi-builder-workspace/.build/checkouts/WolfStrings/Sources/WolfStrings/AttributedStrings/AttributedString.swift:29:8: error: no such module 'CoreGraphics'
27 | import WolfOSBridge
28 | import Foundation
29 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
30 |
31 | public typealias AttributedString = NSMutableAttributedString
[80/152] Compiling WolfFoundation DateExtensions.swift
/host/spi-builder-workspace/.build/checkouts/WolfStrings/Sources/WolfStrings/AttributedStrings/AttributedString.swift:29:8: error: no such module 'CoreGraphics'
27 | import WolfOSBridge
28 | import Foundation
29 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
30 |
31 | public typealias AttributedString = NSMutableAttributedString
[81/152] Compiling WolfFoundation DictionaryExtensions.swift
/host/spi-builder-workspace/.build/checkouts/WolfStrings/Sources/WolfStrings/AttributedStrings/AttributedString.swift:29:8: error: no such module 'CoreGraphics'
27 | import WolfOSBridge
28 | import Foundation
29 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
30 |
31 | public typealias AttributedString = NSMutableAttributedString
[82/152] Compiling WolfFoundation WeakSet.swift
/host/spi-builder-workspace/.build/checkouts/WolfStrings/Sources/WolfStrings/AttributedStrings/AttributedString.swift:29:8: error: no such module 'CoreGraphics'
27 | import WolfOSBridge
28 | import Foundation
29 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
30 |
31 | public typealias AttributedString = NSMutableAttributedString
[83/152] Compiling WolfFoundation CodedError.swift
/host/spi-builder-workspace/.build/checkouts/WolfStrings/Sources/WolfStrings/AttributedStrings/AttributedString.swift:29:8: error: no such module 'CoreGraphics'
27 | import WolfOSBridge
28 | import Foundation
29 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
30 |
31 | public typealias AttributedString = NSMutableAttributedString
[84/152] Compiling WolfStrings TextCheckingResultExtensions.swift
/host/spi-builder-workspace/.build/checkouts/WolfStrings/Sources/WolfStrings/AttributedStrings/AttributedString.swift:29:8: error: no such module 'CoreGraphics'
27 | import WolfOSBridge
28 | import Foundation
29 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
30 |
31 | public typealias AttributedString = NSMutableAttributedString
[85/152] Compiling WolfStrings SequenceExtensions.swift
/host/spi-builder-workspace/.build/checkouts/WolfStrings/Sources/WolfStrings/AttributedStrings/AttributedString.swift:29:8: error: no such module 'CoreGraphics'
27 | import WolfOSBridge
28 | import Foundation
29 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
30 |
31 | public typealias AttributedString = NSMutableAttributedString
[86/152] Compiling WolfFoundation InvalidateAndAssignOperator.swift
/host/spi-builder-workspace/.build/checkouts/WolfStrings/Sources/WolfStrings/AttributedStrings/AttributedString.swift:29:8: error: no such module 'CoreGraphics'
27 | import WolfOSBridge
28 | import Foundation
29 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
30 |
31 | public typealias AttributedString = NSMutableAttributedString
[87/152] Compiling WolfFoundation ReferenceOperator.swift
/host/spi-builder-workspace/.build/checkouts/WolfStrings/Sources/WolfStrings/AttributedStrings/AttributedString.swift:29:8: error: no such module 'CoreGraphics'
27 | import WolfOSBridge
28 | import Foundation
29 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
30 |
31 | public typealias AttributedString = NSMutableAttributedString
[88/152] Compiling WolfFoundation TweakOperator.swift
/host/spi-builder-workspace/.build/checkouts/WolfStrings/Sources/WolfStrings/AttributedStrings/AttributedString.swift:29:8: error: no such module 'CoreGraphics'
27 | import WolfOSBridge
28 | import Foundation
29 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
30 |
31 | public typealias AttributedString = NSMutableAttributedString
[89/152] Compiling WolfFoundation Hideable.swift
/host/spi-builder-workspace/.build/checkouts/WolfStrings/Sources/WolfStrings/AttributedStrings/AttributedString.swift:29:8: error: no such module 'CoreGraphics'
27 | import WolfOSBridge
28 | import Foundation
29 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
30 |
31 | public typealias AttributedString = NSMutableAttributedString
[90/152] Compiling WolfFoundation Invalidatable.swift
/host/spi-builder-workspace/.build/checkouts/WolfStrings/Sources/WolfStrings/AttributedStrings/AttributedString.swift:29:8: error: no such module 'CoreGraphics'
27 | import WolfOSBridge
28 | import Foundation
29 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
30 |
31 | public typealias AttributedString = NSMutableAttributedString
[91/152] Compiling WolfFoundation OptionalExtensions.swift
/host/spi-builder-workspace/.build/checkouts/WolfStrings/Sources/WolfStrings/AttributedStrings/AttributedString.swift:29:8: error: no such module 'CoreGraphics'
27 | import WolfOSBridge
28 | import Foundation
29 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
30 |
31 | public typealias AttributedString = NSMutableAttributedString
[92/152] Compiling WolfStrings AttributedString.swift
/host/spi-builder-workspace/.build/checkouts/WolfStrings/Sources/WolfStrings/AttributedStrings/AttributedString.swift:29:8: error: no such module 'CoreGraphics'
27 | import WolfOSBridge
28 | import Foundation
29 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
30 |
31 | public typealias AttributedString = NSMutableAttributedString
[93/152] Compiling WolfStrings AttributedStringExtensions.swift
/host/spi-builder-workspace/.build/checkouts/WolfStrings/Sources/WolfStrings/AttributedStrings/AttributedString.swift:29:8: error: no such module 'CoreGraphics'
27 | import WolfOSBridge
28 | import Foundation
29 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
30 |
31 | public typealias AttributedString = NSMutableAttributedString
[94/152] Compiling WolfStrings AttributedStringOperator.swift
/host/spi-builder-workspace/.build/checkouts/WolfStrings/Sources/WolfStrings/AttributedStrings/AttributedString.swift:29:8: error: no such module 'CoreGraphics'
27 | import WolfOSBridge
28 | import Foundation
29 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
30 |
31 | public typealias AttributedString = NSMutableAttributedString
[95/152] Compiling WolfStrings AttributedSubstring.swift
/host/spi-builder-workspace/.build/checkouts/WolfStrings/Sources/WolfStrings/AttributedStrings/AttributedString.swift:29:8: error: no such module 'CoreGraphics'
27 | import WolfOSBridge
28 | import Foundation
29 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
30 |
31 | public typealias AttributedString = NSMutableAttributedString
[96/152] Emitting module WolfFoundation
[97/157] Compiling WolfStrings TypeRun.swift
/host/spi-builder-workspace/.build/checkouts/WolfStrings/Sources/WolfStrings/AttributedStrings/AttributedString.swift:29:8: error: no such module 'CoreGraphics'
27 | import WolfOSBridge
28 | import Foundation
29 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
30 |
31 | public typealias AttributedString = NSMutableAttributedString
[98/157] Compiling WolfStrings Typesetter.swift
/host/spi-builder-workspace/.build/checkouts/WolfStrings/Sources/WolfStrings/AttributedStrings/AttributedString.swift:29:8: error: no such module 'CoreGraphics'
27 | import WolfOSBridge
28 | import Foundation
29 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
30 |
31 | public typealias AttributedString = NSMutableAttributedString
[99/157] Compiling WolfStrings WolfStringsError.swift
/host/spi-builder-workspace/.build/checkouts/WolfStrings/Sources/WolfStrings/AttributedStrings/AttributedString.swift:29:8: error: no such module 'CoreGraphics'
27 | import WolfOSBridge
28 | import Foundation
29 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
30 |
31 | public typealias AttributedString = NSMutableAttributedString
[100/157] Compiling WolfFoundation TimeConstants.swift
/host/spi-builder-workspace/.build/checkouts/WolfStrings/Sources/WolfStrings/AttributedStrings/AttributedString.swift:29:8: error: no such module 'CoreGraphics'
27 | import WolfOSBridge
28 | import Foundation
29 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
30 |
31 | public typealias AttributedString = NSMutableAttributedString
[101/157] Compiling WolfFoundation Heap.swift
/host/spi-builder-workspace/.build/checkouts/WolfStrings/Sources/WolfStrings/AttributedStrings/AttributedString.swift:29:8: error: no such module 'CoreGraphics'
27 | import WolfOSBridge
28 | import Foundation
29 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
30 |
31 | public typealias AttributedString = NSMutableAttributedString
[102/157] Compiling WolfFoundation Matrix.swift
/host/spi-builder-workspace/.build/checkouts/WolfStrings/Sources/WolfStrings/AttributedStrings/AttributedString.swift:29:8: error: no such module 'CoreGraphics'
27 | import WolfOSBridge
28 | import Foundation
29 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
30 |
31 | public typealias AttributedString = NSMutableAttributedString
[103/157] Compiling WolfFoundation PriorityQueue.swift
/host/spi-builder-workspace/.build/checkouts/WolfStrings/Sources/WolfStrings/AttributedStrings/AttributedString.swift:29:8: error: no such module 'CoreGraphics'
27 | import WolfOSBridge
28 | import Foundation
29 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
30 |
31 | public typealias AttributedString = NSMutableAttributedString
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:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
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/31] Write swift-version-24593BA9C3E375BF.txt
[2/65] Compiling WolfPipe EffectfulComposeOperator.swift
[3/65] Compiling WolfPipe KeyPaths.swift
[4/65] Compiling WolfNesting macOSViewNesting.swift
[5/65] Compiling WolfNesting iOSViewNesting.swift
[6/65] Compiling WolfOSBridge OSView.swift
[7/65] Compiling ExtensibleEnumeratedName ExtensibleEnumeratedName.swift
[8/65] Emitting module ExtensibleEnumeratedName
[9/65] Compiling WolfNumerics SecureRandomNumberGenerator.swift
[10/65] Emitting module WolfOSBridge
[11/68] Compiling WolfWith WithOperator.swift
[12/68] Emitting module WolfWith
[13/68] Compiling WolfNesting SpriteKitNodeNesting.swift
[14/68] Compiling WolfNesting NestingOperator.swift
[15/68] Emitting module WolfNesting
[16/68] Compiling WolfNesting SceneKitNodeNesting.swift
[18/70] Compiling WolfNumerics SeededRandomNumberGenerator.swift
[22/70] Compiling WolfPipe PipeOperator.swift
[23/70] Compiling WolfPipe SetAlgebra.swift
[23/69] Write Objects.LinkFileList
[25/69] Compiling WolfNumerics RangeExtensions.swift
[26/69] Compiling WolfNumerics RunningAverage.swift
[26/68] Write Objects.LinkFileList
[30/66] Emitting module WolfNumerics
[31/66] Compiling WolfPipe Curry.swift
[32/66] Compiling WolfPipe PipeCompatibleFunctions.swift
[33/66] Emitting module WolfPipe
[34/66] Compiling WolfPipe ComposeOperator.swift
[35/67] Compiling WolfNumerics ApproximatelyEqualsOperator.swift
[36/67] Compiling WolfNumerics BinarySearch.swift
[37/67] Compiling WolfNumerics Frac.swift
[38/67] Compiling WolfNumerics Interpolable.swift
[39/67] Compiling WolfNumerics PercentOperator.swift
[40/67] Compiling WolfNumerics RandomExtensions.swift
[41/66] Write Objects.LinkFileList
[42/66] Linking libWolfNesting.so
[43/66] Linking libWolfOSBridge.so
[44/66] Linking libExtensibleEnumeratedName.so
[45/66] Linking libWolfWith.so
[46/66] Linking libWolfPipe.so
[48/66] Compiling WolfNumerics Interval.swift
[49/66] Compiling WolfNumerics IntervalCreationOperator.swift
[50/66] Compiling WolfNumerics Lerp.swift
[51/66] Compiling WolfNumerics NumericUtils.swift
[52/66] Write Objects.LinkFileList
[53/66] Linking libWolfNumerics.so
error: emit-module command failed with exit code 1 (use -v to see invocation)
[55/133] Emitting module WolfStrings
/host/spi-builder-workspace/.build/checkouts/WolfStrings/Sources/WolfStrings/AttributedStrings/AttributedString.swift:29:8: error: no such module 'CoreGraphics'
27 | import WolfOSBridge
28 | import Foundation
29 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
30 |
31 | public typealias AttributedString = NSMutableAttributedString
[56/136] Compiling WolfStrings TypeRun.swift
/host/spi-builder-workspace/.build/checkouts/WolfStrings/Sources/WolfStrings/AttributedStrings/AttributedString.swift:29:8: error: no such module 'CoreGraphics'
27 | import WolfOSBridge
28 | import Foundation
29 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
30 |
31 | public typealias AttributedString = NSMutableAttributedString
[57/136] Compiling WolfStrings Typesetter.swift
/host/spi-builder-workspace/.build/checkouts/WolfStrings/Sources/WolfStrings/AttributedStrings/AttributedString.swift:29:8: error: no such module 'CoreGraphics'
27 | import WolfOSBridge
28 | import Foundation
29 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
30 |
31 | public typealias AttributedString = NSMutableAttributedString
[58/136] Compiling WolfStrings WolfStringsError.swift
/host/spi-builder-workspace/.build/checkouts/WolfStrings/Sources/WolfStrings/AttributedStrings/AttributedString.swift:29:8: error: no such module 'CoreGraphics'
27 | import WolfOSBridge
28 | import Foundation
29 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
30 |
31 | public typealias AttributedString = NSMutableAttributedString
[59/136] Compiling WolfStrings OSFont.swift
/host/spi-builder-workspace/.build/checkouts/WolfStrings/Sources/WolfStrings/AttributedStrings/AttributedString.swift:29:8: error: no such module 'CoreGraphics'
27 | import WolfOSBridge
28 | import Foundation
29 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
30 |
31 | public typealias AttributedString = NSMutableAttributedString
[60/136] Compiling WolfStrings TextAlignment.swift
/host/spi-builder-workspace/.build/checkouts/WolfStrings/Sources/WolfStrings/AttributedStrings/AttributedString.swift:29:8: error: no such module 'CoreGraphics'
27 | import WolfOSBridge
28 | import Foundation
29 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
30 |
31 | public typealias AttributedString = NSMutableAttributedString
[61/136] Compiling WolfStrings TypeBounds.swift
/host/spi-builder-workspace/.build/checkouts/WolfStrings/Sources/WolfStrings/AttributedStrings/AttributedString.swift:29:8: error: no such module 'CoreGraphics'
27 | import WolfOSBridge
28 | import Foundation
29 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
30 |
31 | public typealias AttributedString = NSMutableAttributedString
[62/136] Compiling WolfStrings TypeLine.swift
/host/spi-builder-workspace/.build/checkouts/WolfStrings/Sources/WolfStrings/AttributedStrings/AttributedString.swift:29:8: error: no such module 'CoreGraphics'
27 | import WolfOSBridge
28 | import Foundation
29 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
30 |
31 | public typealias AttributedString = NSMutableAttributedString
[63/136] Compiling WolfStrings FontExtensions.swift
/host/spi-builder-workspace/.build/checkouts/WolfStrings/Sources/WolfStrings/AttributedStrings/AttributedString.swift:29:8: error: no such module 'CoreGraphics'
27 | import WolfOSBridge
28 | import Foundation
29 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
30 |
31 | public typealias AttributedString = NSMutableAttributedString
[64/136] Compiling WolfStrings FontFaceName.swift
/host/spi-builder-workspace/.build/checkouts/WolfStrings/Sources/WolfStrings/AttributedStrings/AttributedString.swift:29:8: error: no such module 'CoreGraphics'
27 | import WolfOSBridge
28 | import Foundation
29 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
30 |
31 | public typealias AttributedString = NSMutableAttributedString
[65/136] Compiling WolfStrings FontFamilyName.swift
/host/spi-builder-workspace/.build/checkouts/WolfStrings/Sources/WolfStrings/AttributedStrings/AttributedString.swift:29:8: error: no such module 'CoreGraphics'
27 | import WolfOSBridge
28 | import Foundation
29 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
30 |
31 | public typealias AttributedString = NSMutableAttributedString
[66/136] Compiling WolfStrings FontStyle.swift
/host/spi-builder-workspace/.build/checkouts/WolfStrings/Sources/WolfStrings/AttributedStrings/AttributedString.swift:29:8: error: no such module 'CoreGraphics'
27 | import WolfOSBridge
28 | import Foundation
29 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
30 |
31 | public typealias AttributedString = NSMutableAttributedString
[67/136] Compiling WolfStrings StringIndexesAndRanges.swift
/host/spi-builder-workspace/.build/checkouts/WolfStrings/Sources/WolfStrings/AttributedStrings/AttributedString.swift:29:8: error: no such module 'CoreGraphics'
27 | import WolfOSBridge
28 | import Foundation
29 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
30 |
31 | public typealias AttributedString = NSMutableAttributedString
[68/136] Compiling WolfStrings StringReplacement.swift
/host/spi-builder-workspace/.build/checkouts/WolfStrings/Sources/WolfStrings/AttributedStrings/AttributedString.swift:29:8: error: no such module 'CoreGraphics'
27 | import WolfOSBridge
28 | import Foundation
29 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
30 |
31 | public typealias AttributedString = NSMutableAttributedString
[69/136] Compiling WolfStrings StringTransformations.swift
/host/spi-builder-workspace/.build/checkouts/WolfStrings/Sources/WolfStrings/AttributedStrings/AttributedString.swift:29:8: error: no such module 'CoreGraphics'
27 | import WolfOSBridge
28 | import Foundation
29 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
30 |
31 | public typealias AttributedString = NSMutableAttributedString
[70/136] Compiling WolfStrings FontDebugging.swift
/host/spi-builder-workspace/.build/checkouts/WolfStrings/Sources/WolfStrings/AttributedStrings/AttributedString.swift:29:8: error: no such module 'CoreGraphics'
27 | import WolfOSBridge
28 | import Foundation
29 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
30 |
31 | public typealias AttributedString = NSMutableAttributedString
[71/136] Compiling WolfStrings TextCheckingResultExtensions.swift
/host/spi-builder-workspace/.build/checkouts/WolfStrings/Sources/WolfStrings/AttributedStrings/AttributedString.swift:29:8: error: no such module 'CoreGraphics'
27 | import WolfOSBridge
28 | import Foundation
29 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
30 |
31 | public typealias AttributedString = NSMutableAttributedString
[72/136] Compiling WolfStrings SequenceExtensions.swift
/host/spi-builder-workspace/.build/checkouts/WolfStrings/Sources/WolfStrings/AttributedStrings/AttributedString.swift:29:8: error: no such module 'CoreGraphics'
27 | import WolfOSBridge
28 | import Foundation
29 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
30 |
31 | public typealias AttributedString = NSMutableAttributedString
[73/136] Compiling WolfStrings StringExtensions.swift
/host/spi-builder-workspace/.build/checkouts/WolfStrings/Sources/WolfStrings/AttributedStrings/AttributedString.swift:29:8: error: no such module 'CoreGraphics'
27 | import WolfOSBridge
28 | import Foundation
29 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
30 |
31 | public typealias AttributedString = NSMutableAttributedString
[74/136] Compiling WolfStrings StringFloatPrecision.swift
/host/spi-builder-workspace/.build/checkouts/WolfStrings/Sources/WolfStrings/AttributedStrings/AttributedString.swift:29:8: error: no such module 'CoreGraphics'
27 | import WolfOSBridge
28 | import Foundation
29 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
30 |
31 | public typealias AttributedString = NSMutableAttributedString
[75/136] Compiling WolfStrings CreateRegularExpressionOperator.swift
/host/spi-builder-workspace/.build/checkouts/WolfStrings/Sources/WolfStrings/AttributedStrings/AttributedString.swift:29:8: error: no such module 'CoreGraphics'
27 | import WolfOSBridge
28 | import Foundation
29 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
30 |
31 | public typealias AttributedString = NSMutableAttributedString
[76/136] Compiling WolfStrings MatchRegularExpressionOperator.swift
/host/spi-builder-workspace/.build/checkouts/WolfStrings/Sources/WolfStrings/AttributedStrings/AttributedString.swift:29:8: error: no such module 'CoreGraphics'
27 | import WolfOSBridge
28 | import Foundation
29 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
30 |
31 | public typealias AttributedString = NSMutableAttributedString
[77/136] Compiling WolfStrings RegularExpressionExtensions.swift
/host/spi-builder-workspace/.build/checkouts/WolfStrings/Sources/WolfStrings/AttributedStrings/AttributedString.swift:29:8: error: no such module 'CoreGraphics'
27 | import WolfOSBridge
28 | import Foundation
29 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
30 |
31 | public typealias AttributedString = NSMutableAttributedString
[78/136] Compiling WolfStrings TextCheckingResult.swift
/host/spi-builder-workspace/.build/checkouts/WolfStrings/Sources/WolfStrings/AttributedStrings/AttributedString.swift:29:8: error: no such module 'CoreGraphics'
27 | import WolfOSBridge
28 | import Foundation
29 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
30 |
31 | public typealias AttributedString = NSMutableAttributedString
[79/136] Compiling WolfStrings AttributedString.swift
/host/spi-builder-workspace/.build/checkouts/WolfStrings/Sources/WolfStrings/AttributedStrings/AttributedString.swift:29:8: error: no such module 'CoreGraphics'
27 | import WolfOSBridge
28 | import Foundation
29 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
30 |
31 | public typealias AttributedString = NSMutableAttributedString
[80/136] Compiling WolfStrings AttributedStringExtensions.swift
/host/spi-builder-workspace/.build/checkouts/WolfStrings/Sources/WolfStrings/AttributedStrings/AttributedString.swift:29:8: error: no such module 'CoreGraphics'
27 | import WolfOSBridge
28 | import Foundation
29 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
30 |
31 | public typealias AttributedString = NSMutableAttributedString
[81/136] Compiling WolfStrings AttributedStringOperator.swift
/host/spi-builder-workspace/.build/checkouts/WolfStrings/Sources/WolfStrings/AttributedStrings/AttributedString.swift:29:8: error: no such module 'CoreGraphics'
27 | import WolfOSBridge
28 | import Foundation
29 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
30 |
31 | public typealias AttributedString = NSMutableAttributedString
[82/136] Compiling WolfStrings AttributedSubstring.swift
/host/spi-builder-workspace/.build/checkouts/WolfStrings/Sources/WolfStrings/AttributedStrings/AttributedString.swift:29:8: error: no such module 'CoreGraphics'
27 | import WolfOSBridge
28 | import Foundation
29 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
30 |
31 | public typealias AttributedString = NSMutableAttributedString
[83/136] Compiling WolfStrings AttributedSubstringExtensions.swift
/host/spi-builder-workspace/.build/checkouts/WolfStrings/Sources/WolfStrings/AttributedStrings/AttributedString.swift:29:8: error: no such module 'CoreGraphics'
27 | import WolfOSBridge
28 | import Foundation
29 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
30 |
31 | public typealias AttributedString = NSMutableAttributedString
[84/136] Compiling WolfStrings Markdown.swift
/host/spi-builder-workspace/.build/checkouts/WolfStrings/Sources/WolfStrings/AttributedStrings/AttributedString.swift:29:8: error: no such module 'CoreGraphics'
27 | import WolfOSBridge
28 | import Foundation
29 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
30 |
31 | public typealias AttributedString = NSMutableAttributedString
[85/136] Compiling WolfStrings Joiner.swift
/host/spi-builder-workspace/.build/checkouts/WolfStrings/Sources/WolfStrings/AttributedStrings/AttributedString.swift:29:8: error: no such module 'CoreGraphics'
27 | import WolfOSBridge
28 | import Foundation
29 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
30 |
31 | public typealias AttributedString = NSMutableAttributedString
[86/136] Compiling WolfStrings ObjectAliaser.swift
/host/spi-builder-workspace/.build/checkouts/WolfStrings/Sources/WolfStrings/AttributedStrings/AttributedString.swift:29:8: error: no such module 'CoreGraphics'
27 | import WolfOSBridge
28 | import Foundation
29 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
30 |
31 | public typealias AttributedString = NSMutableAttributedString
[93/136] Emitting module WolfFoundation
[110/141] Compiling WolfFoundation ModelObject.swift
[111/141] Compiling WolfFoundation Serializable.swift
[112/141] Compiling WolfFoundation ASCII.swift
[113/141] Compiling WolfFoundation Base64.swift
[114/141] Compiling WolfFoundation Dimensions.swift
/host/spi-builder-workspace/.build/checkouts/WolfFoundation/Sources/WolfFoundation/ObjCRuntime/Associated.swift:48:9: error: cannot find 'objc_setAssociatedObject' in scope
46 |     public func setAssociatedValue<T>(_ value: T?, for key: UnsafeRawPointer) {
47 |         let v = value.map { Associated<T>($0) }
48 |         objc_setAssociatedObject(self, key, v, .OBJC_ASSOCIATION_COPY)
   |         `- error: cannot find 'objc_setAssociatedObject' in scope
49 |     }
50 |
/host/spi-builder-workspace/.build/checkouts/WolfFoundation/Sources/WolfFoundation/ObjCRuntime/Associated.swift:48:49: error: cannot infer contextual base in reference to member 'OBJC_ASSOCIATION_COPY'
46 |     public func setAssociatedValue<T>(_ value: T?, for key: UnsafeRawPointer) {
47 |         let v = value.map { Associated<T>($0) }
48 |         objc_setAssociatedObject(self, key, v, .OBJC_ASSOCIATION_COPY)
   |                                                 `- error: cannot infer contextual base in reference to member 'OBJC_ASSOCIATION_COPY'
49 |     }
50 |
/host/spi-builder-workspace/.build/checkouts/WolfFoundation/Sources/WolfFoundation/ObjCRuntime/Associated.swift:52:17: error: cannot find 'objc_getAssociatedObject' in scope
50 |
51 |     public func getAssociatedValue<T>(for key: UnsafeRawPointer) -> T? {
52 |         return (objc_getAssociatedObject(self, key) as? Associated<T>).map { $0.value }
   |                 `- error: cannot find 'objc_getAssociatedObject' in scope
53 |     }
54 | }
/host/spi-builder-workspace/.build/checkouts/WolfFoundation/Sources/WolfFoundation/ObjCRuntime/Associated.swift:48:9: error: cannot find 'objc_setAssociatedObject' in scope
46 |     public func setAssociatedValue<T>(_ value: T?, for key: UnsafeRawPointer) {
47 |         let v = value.map { Associated<T>($0) }
48 |         objc_setAssociatedObject(self, key, v, .OBJC_ASSOCIATION_COPY)
   |         `- error: cannot find 'objc_setAssociatedObject' in scope
49 |     }
50 |
/host/spi-builder-workspace/.build/checkouts/WolfFoundation/Sources/WolfFoundation/ObjCRuntime/Associated.swift:48:49: error: cannot infer contextual base in reference to member 'OBJC_ASSOCIATION_COPY'
46 |     public func setAssociatedValue<T>(_ value: T?, for key: UnsafeRawPointer) {
47 |         let v = value.map { Associated<T>($0) }
48 |         objc_setAssociatedObject(self, key, v, .OBJC_ASSOCIATION_COPY)
   |                                                 `- error: cannot infer contextual base in reference to member 'OBJC_ASSOCIATION_COPY'
49 |     }
50 |
/host/spi-builder-workspace/.build/checkouts/WolfFoundation/Sources/WolfFoundation/ObjCRuntime/Associated.swift:52:17: error: cannot find 'objc_getAssociatedObject' in scope
50 |
51 |     public func getAssociatedValue<T>(for key: UnsafeRawPointer) -> T? {
52 |         return (objc_getAssociatedObject(self, key) as? Associated<T>).map { $0.value }
   |                 `- error: cannot find 'objc_getAssociatedObject' in scope
53 |     }
54 | }
/host/spi-builder-workspace/.build/checkouts/WolfFoundation/Sources/WolfFoundation/ObjCRuntime/Associated.swift:48:9: error: cannot find 'objc_setAssociatedObject' in scope
46 |     public func setAssociatedValue<T>(_ value: T?, for key: UnsafeRawPointer) {
47 |         let v = value.map { Associated<T>($0) }
48 |         objc_setAssociatedObject(self, key, v, .OBJC_ASSOCIATION_COPY)
   |         `- error: cannot find 'objc_setAssociatedObject' in scope
49 |     }
50 |
/host/spi-builder-workspace/.build/checkouts/WolfFoundation/Sources/WolfFoundation/ObjCRuntime/Associated.swift:48:49: error: cannot infer contextual base in reference to member 'OBJC_ASSOCIATION_COPY'
46 |     public func setAssociatedValue<T>(_ value: T?, for key: UnsafeRawPointer) {
47 |         let v = value.map { Associated<T>($0) }
48 |         objc_setAssociatedObject(self, key, v, .OBJC_ASSOCIATION_COPY)
   |                                                 `- error: cannot infer contextual base in reference to member 'OBJC_ASSOCIATION_COPY'
49 |     }
50 |
/host/spi-builder-workspace/.build/checkouts/WolfFoundation/Sources/WolfFoundation/ObjCRuntime/Associated.swift:52:17: error: cannot find 'objc_getAssociatedObject' in scope
50 |
51 |     public func getAssociatedValue<T>(for key: UnsafeRawPointer) -> T? {
52 |         return (objc_getAssociatedObject(self, key) as? Associated<T>).map { $0.value }
   |                 `- error: cannot find 'objc_getAssociatedObject' in scope
53 |     }
54 | }
/host/spi-builder-workspace/.build/checkouts/WolfFoundation/Sources/WolfFoundation/ObjCRuntime/Associated.swift:48:9: error: cannot find 'objc_setAssociatedObject' in scope
46 |     public func setAssociatedValue<T>(_ value: T?, for key: UnsafeRawPointer) {
47 |         let v = value.map { Associated<T>($0) }
48 |         objc_setAssociatedObject(self, key, v, .OBJC_ASSOCIATION_COPY)
   |         `- error: cannot find 'objc_setAssociatedObject' in scope
49 |     }
50 |
/host/spi-builder-workspace/.build/checkouts/WolfFoundation/Sources/WolfFoundation/ObjCRuntime/Associated.swift:48:49: error: cannot infer contextual base in reference to member 'OBJC_ASSOCIATION_COPY'
46 |     public func setAssociatedValue<T>(_ value: T?, for key: UnsafeRawPointer) {
47 |         let v = value.map { Associated<T>($0) }
48 |         objc_setAssociatedObject(self, key, v, .OBJC_ASSOCIATION_COPY)
   |                                                 `- error: cannot infer contextual base in reference to member 'OBJC_ASSOCIATION_COPY'
49 |     }
50 |
/host/spi-builder-workspace/.build/checkouts/WolfFoundation/Sources/WolfFoundation/ObjCRuntime/Associated.swift:52:17: error: cannot find 'objc_getAssociatedObject' in scope
50 |
51 |     public func getAssociatedValue<T>(for key: UnsafeRawPointer) -> T? {
52 |         return (objc_getAssociatedObject(self, key) as? Associated<T>).map { $0.value }
   |                 `- error: cannot find 'objc_getAssociatedObject' in scope
53 |     }
54 | }
/host/spi-builder-workspace/.build/checkouts/WolfFoundation/Sources/WolfFoundation/ObjCRuntime/Associated.swift:48:9: error: cannot find 'objc_setAssociatedObject' in scope
46 |     public func setAssociatedValue<T>(_ value: T?, for key: UnsafeRawPointer) {
47 |         let v = value.map { Associated<T>($0) }
48 |         objc_setAssociatedObject(self, key, v, .OBJC_ASSOCIATION_COPY)
   |         `- error: cannot find 'objc_setAssociatedObject' in scope
49 |     }
50 |
/host/spi-builder-workspace/.build/checkouts/WolfFoundation/Sources/WolfFoundation/ObjCRuntime/Associated.swift:48:49: error: cannot infer contextual base in reference to member 'OBJC_ASSOCIATION_COPY'
46 |     public func setAssociatedValue<T>(_ value: T?, for key: UnsafeRawPointer) {
47 |         let v = value.map { Associated<T>($0) }
48 |         objc_setAssociatedObject(self, key, v, .OBJC_ASSOCIATION_COPY)
   |                                                 `- error: cannot infer contextual base in reference to member 'OBJC_ASSOCIATION_COPY'
49 |     }
50 |
/host/spi-builder-workspace/.build/checkouts/WolfFoundation/Sources/WolfFoundation/ObjCRuntime/Associated.swift:52:17: error: cannot find 'objc_getAssociatedObject' in scope
50 |
51 |     public func getAssociatedValue<T>(for key: UnsafeRawPointer) -> T? {
52 |         return (objc_getAssociatedObject(self, key) as? Associated<T>).map { $0.value }
   |                 `- error: cannot find 'objc_getAssociatedObject' in scope
53 |     }
54 | }
/host/spi-builder-workspace/.build/checkouts/WolfFoundation/Sources/WolfFoundation/Extensions/DateExtensions.swift:168:29: error: cannot find 'NSDataDetector' in scope
166 |     public init?(naturalLanguage s: String) {
167 |         let type: NSTextCheckingResult.CheckingType = .date
168 |         let detector = try! NSDataDetector(types: type®)
    |                             `- error: cannot find 'NSDataDetector' in scope
169 |         let length = (s as NSString).length
170 |         let range = NSRange(location: 0, length: length)
/host/spi-builder-workspace/.build/checkouts/WolfFoundation/Sources/WolfFoundation/Extensions/DateExtensions.swift:171:64: error: cannot infer contextual base in reference to member 'reportCompletion'
169 |         let length = (s as NSString).length
170 |         let range = NSRange(location: 0, length: length)
171 |         guard let match = detector.firstMatch(in: s, options: .reportCompletion, range: range) else {
    |                                                                `- error: cannot infer contextual base in reference to member 'reportCompletion'
172 |             return nil
173 |         }
/host/spi-builder-workspace/.build/checkouts/WolfFoundation/Sources/WolfFoundation/Extensions/DateExtensions.swift:168:29: error: cannot find 'NSDataDetector' in scope
166 |     public init?(naturalLanguage s: String) {
167 |         let type: NSTextCheckingResult.CheckingType = .date
168 |         let detector = try! NSDataDetector(types: type®)
    |                             `- error: cannot find 'NSDataDetector' in scope
169 |         let length = (s as NSString).length
170 |         let range = NSRange(location: 0, length: length)
/host/spi-builder-workspace/.build/checkouts/WolfFoundation/Sources/WolfFoundation/Extensions/DateExtensions.swift:171:64: error: cannot infer contextual base in reference to member 'reportCompletion'
169 |         let length = (s as NSString).length
170 |         let range = NSRange(location: 0, length: length)
171 |         guard let match = detector.firstMatch(in: s, options: .reportCompletion, range: range) else {
    |                                                                `- error: cannot infer contextual base in reference to member 'reportCompletion'
172 |             return nil
173 |         }
/host/spi-builder-workspace/.build/checkouts/WolfFoundation/Sources/WolfFoundation/Extensions/DateExtensions.swift:168:29: error: cannot find 'NSDataDetector' in scope
166 |     public init?(naturalLanguage s: String) {
167 |         let type: NSTextCheckingResult.CheckingType = .date
168 |         let detector = try! NSDataDetector(types: type®)
    |                             `- error: cannot find 'NSDataDetector' in scope
169 |         let length = (s as NSString).length
170 |         let range = NSRange(location: 0, length: length)
/host/spi-builder-workspace/.build/checkouts/WolfFoundation/Sources/WolfFoundation/Extensions/DateExtensions.swift:171:64: error: cannot infer contextual base in reference to member 'reportCompletion'
169 |         let length = (s as NSString).length
170 |         let range = NSRange(location: 0, length: length)
171 |         guard let match = detector.firstMatch(in: s, options: .reportCompletion, range: range) else {
    |                                                                `- error: cannot infer contextual base in reference to member 'reportCompletion'
172 |             return nil
173 |         }
/host/spi-builder-workspace/.build/checkouts/WolfFoundation/Sources/WolfFoundation/Extensions/DateExtensions.swift:168:29: error: cannot find 'NSDataDetector' in scope
166 |     public init?(naturalLanguage s: String) {
167 |         let type: NSTextCheckingResult.CheckingType = .date
168 |         let detector = try! NSDataDetector(types: type®)
    |                             `- error: cannot find 'NSDataDetector' in scope
169 |         let length = (s as NSString).length
170 |         let range = NSRange(location: 0, length: length)
/host/spi-builder-workspace/.build/checkouts/WolfFoundation/Sources/WolfFoundation/Extensions/DateExtensions.swift:171:64: error: cannot infer contextual base in reference to member 'reportCompletion'
169 |         let length = (s as NSString).length
170 |         let range = NSRange(location: 0, length: length)
171 |         guard let match = detector.firstMatch(in: s, options: .reportCompletion, range: range) else {
    |                                                                `- error: cannot infer contextual base in reference to member 'reportCompletion'
172 |             return nil
173 |         }
[124/141] Compiling WolfFoundation DictionaryExtensions.swift
/host/spi-builder-workspace/.build/checkouts/WolfFoundation/Sources/WolfFoundation/Extensions/DateExtensions.swift:168:29: error: cannot find 'NSDataDetector' in scope
166 |     public init?(naturalLanguage s: String) {
167 |         let type: NSTextCheckingResult.CheckingType = .date
168 |         let detector = try! NSDataDetector(types: type®)
    |                             `- error: cannot find 'NSDataDetector' in scope
169 |         let length = (s as NSString).length
170 |         let range = NSRange(location: 0, length: length)
/host/spi-builder-workspace/.build/checkouts/WolfFoundation/Sources/WolfFoundation/Extensions/DateExtensions.swift:171:64: error: cannot infer contextual base in reference to member 'reportCompletion'
169 |         let length = (s as NSString).length
170 |         let range = NSRange(location: 0, length: length)
171 |         guard let match = detector.firstMatch(in: s, options: .reportCompletion, range: range) else {
    |                                                                `- error: cannot infer contextual base in reference to member 'reportCompletion'
172 |             return nil
173 |         }
BUILD FAILURE 6.1 android