The Swift Package Index logo.Swift Package Index

Build Information

Failed to build WolfGeometry, reference 4.0.7 (86eeb0), with Swift 6.1 for Android on 27 May 2025 13:23:34 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/wolfmcnally/WolfGeometry.git
Reference: 4.0.7
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/WolfGeometry
 * tag               4.0.7      -> FETCH_HEAD
HEAD is now at 86eeb01 Fix dependencies.
Cloned https://github.com/wolfmcnally/WolfGeometry.git
Revision (git rev-parse @):
86eeb01ad751770fc39793311fa195db01f07b02
SUCCESS checkout https://github.com/wolfmcnally/WolfGeometry.git at 4.0.7
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/wolfmcnally/WolfGeometry.git
https://github.com/wolfmcnally/WolfGeometry.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "wolfnumerics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/wolfmcnally/WolfNumerics"
    },
    {
      "identity" : "extensibleenumeratedname",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/wolfmcnally/ExtensibleEnumeratedName"
    },
    {
      "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"
    }
  ],
  "manifest_display_name" : "WolfGeometry",
  "name" : "WolfGeometry",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "tvos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "WolfGeometry",
      "targets" : [
        "WolfGeometry"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "WolfGeometry",
      "module_type" : "SwiftTarget",
      "name" : "WolfGeometry",
      "path" : "Sources/WolfGeometry",
      "product_dependencies" : [
        "WolfNumerics",
        "ExtensibleEnumeratedName",
        "WolfStrings",
        "WolfFoundation"
      ],
      "product_memberships" : [
        "WolfGeometry"
      ],
      "sources" : [
        "AffineTransformExtensions.swift",
        "AspectRatio.swift",
        "BezierPathExtensions.swift",
        "DegressToRadiansOperator.swift",
        "GeometryUtils.swift",
        "Insets.swift",
        "IntOffset.swift",
        "IntPoint.swift",
        "IntRect.swift",
        "IntSize.swift",
        "OSBezierPath.swift",
        "Point.swift",
        "PointExtensions.swift",
        "Rect.swift",
        "RectExtensions.swift",
        "Size.swift",
        "SizeExtensions.swift",
        "Transform.swift",
        "Vector.swift",
        "VectorExtensions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
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: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/WolfStrings
Fetching https://github.com/wolfmcnally/WolfNumerics
Fetching https://github.com/wolfmcnally/ExtensibleEnumeratedName
[1/139] Fetching extensibleenumeratedname
[140/566] Fetching extensibleenumeratedname, wolfstrings
[567/909] Fetching extensibleenumeratedname, wolfstrings, wolffoundation
Fetched https://github.com/wolfmcnally/ExtensibleEnumeratedName from cache (0.28s)
Fetched https://github.com/wolfmcnally/WolfFoundation from cache (0.28s)
[1/275] Fetching wolfnumerics
Fetched https://github.com/wolfmcnally/WolfNumerics from cache (0.34s)
Fetched https://github.com/wolfmcnally/WolfStrings from cache (0.34s)
Computing version for https://github.com/wolfmcnally/WolfFoundation
Computed https://github.com/wolfmcnally/WolfFoundation at 5.0.1 (1.58s)
Fetching https://github.com/wolfmcnally/WolfPipe
[1/277] Fetching wolfpipe
Fetched https://github.com/wolfmcnally/WolfPipe from cache (0.70s)
Computing version for https://github.com/wolfmcnally/ExtensibleEnumeratedName
Computed https://github.com/wolfmcnally/ExtensibleEnumeratedName at 2.0.2 (1.36s)
Computing version for https://github.com/wolfmcnally/WolfPipe
Computed https://github.com/wolfmcnally/WolfPipe at 2.0.2 (0.59s)
Computing version for https://github.com/wolfmcnally/WolfNumerics
Computed https://github.com/wolfmcnally/WolfNumerics at 4.0.4 (0.57s)
Computing version for https://github.com/wolfmcnally/WolfStrings
Computed https://github.com/wolfmcnally/WolfStrings at 2.2.1 (0.54s)
Fetching https://github.com/wolfmcnally/WolfWith
Fetching https://github.com/wolfmcnally/WolfOSBridge
[1/95] Fetching wolfosbridge
[96/198] Fetching wolfosbridge, wolfwith
Fetched https://github.com/wolfmcnally/WolfOSBridge from cache (0.28s)
Fetched https://github.com/wolfmcnally/WolfWith from cache (0.29s)
Computing version for https://github.com/wolfmcnally/WolfWith
Computed https://github.com/wolfmcnally/WolfWith at 2.0.3 (0.84s)
Computing version for https://github.com/wolfmcnally/WolfOSBridge
Computed https://github.com/wolfmcnally/WolfOSBridge at 2.0.3 (0.59s)
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/WolfPipe
Working copy of https://github.com/wolfmcnally/WolfPipe resolved at 2.0.2
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/WolfStrings
Working copy of https://github.com/wolfmcnally/WolfStrings resolved at 2.2.1
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/WolfWith
Working copy of https://github.com/wolfmcnally/WolfWith resolved at 2.0.3
Building for debugging...
[0/33] Write sources
[8/33] Write swift-version-24593BA9C3E375BF.txt
[10/61] Emitting module WolfWith
[11/61] Compiling WolfWith WithOperator.swift
[12/62] Compiling WolfPipe SetAlgebra.swift
[13/62] Compiling WolfPipe PipeOperator.swift
[15/62] Compiling WolfPipe KeyPaths.swift
[16/62] Compiling WolfPipe EffectfulComposeOperator.swift
[17/62] Compiling WolfPipe PipeCompatibleFunctions.swift
[18/62] Emitting module WolfPipe
[19/62] Compiling WolfPipe Curry.swift
[20/62] Compiling WolfPipe ComposeOperator.swift
[21/63] Compiling WolfOSBridge OSView.swift
[22/63] Emitting module WolfOSBridge
[23/64] Emitting module ExtensibleEnumeratedName
[24/64] Compiling ExtensibleEnumeratedName ExtensibleEnumeratedName.swift
[26/65] Wrapping AST for WolfWith for debugging
[27/65] Write Objects.LinkFileList
[29/65] Wrapping AST for WolfPipe for debugging
[30/65] Write Objects.LinkFileList
[31/65] Wrapping AST for WolfOSBridge for debugging
[32/65] Write Objects.LinkFileList
[33/65] Wrapping AST for ExtensibleEnumeratedName for debugging
[34/65] Write Objects.LinkFileList
[35/65] Linking libWolfWith.so
[36/65] Linking libWolfPipe.so
[38/65] Compiling WolfNumerics SecureRandomNumberGenerator.swift
[38/66] Linking libWolfOSBridge.so
[39/66] Linking libExtensibleEnumeratedName.so
[41/66] Compiling WolfNumerics SeededRandomNumberGenerator.swift
[42/66] Compiling WolfNumerics Interval.swift
[43/66] Compiling WolfNumerics IntervalCreationOperator.swift
[44/66] Compiling WolfNumerics Frac.swift
[45/66] Compiling WolfNumerics Interpolable.swift
[46/66] Emitting module WolfNumerics
[47/66] Compiling WolfNumerics ApproximatelyEqualsOperator.swift
[48/66] Compiling WolfNumerics BinarySearch.swift
[49/66] Compiling WolfNumerics PercentOperator.swift
[50/66] Compiling WolfNumerics RandomExtensions.swift
[51/66] Compiling WolfNumerics Lerp.swift
[52/66] Compiling WolfNumerics NumericUtils.swift
[53/66] Compiling WolfNumerics RangeExtensions.swift
[54/66] Compiling WolfNumerics RunningAverage.swift
[55/67] Wrapping AST for WolfNumerics for debugging
[56/67] Write Objects.LinkFileList
[57/67] Linking libWolfNumerics.so
[59/134] 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/134] 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/134] 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/134] 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/134] 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
[64/134] Compiling WolfFoundation ErrorExtensions.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/134] Compiling WolfFoundation MessageError.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/134] Compiling WolfFoundation ValidationError.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/137] 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
[68/137] 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
[69/137] 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
[70/137] 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[71/137] 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/137] Compiling WolfFoundation WolfFoundationError.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/137] 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
[74/137] Compiling WolfFoundation Associated.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/137] Compiling WolfFoundation DebugIdentifier.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/137] 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
[77/137] Compiling WolfFoundation Queue.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/137] Compiling WolfFoundation ValueCache.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/137] 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
[80/137] 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
[81/137] 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
[82/137] 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
[83/137] Compiling WolfFoundation AttributeAssignmentPrecedence.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/137] Compiling WolfFoundation InheritsFromOperator.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/137] 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
[86/137] 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
/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 | }
[92/142] 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
[93/142] 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
[94/142] 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
[95/142] 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
[96/142] Emitting module WolfFoundation
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: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/25] Write swift-version-24593BA9C3E375BF.txt
[2/53] Emitting module WolfWith
[3/53] Compiling WolfWith WithOperator.swift
[4/54] Emitting module WolfPipe
[5/54] Emitting module WolfOSBridge
[6/54] Compiling WolfOSBridge OSView.swift
[7/54] Write Objects.LinkFileList
[11/53] Compiling ExtensibleEnumeratedName ExtensibleEnumeratedName.swift
[12/53] Emitting module ExtensibleEnumeratedName
[13/54] Compiling WolfPipe KeyPaths.swift
[14/54] Compiling WolfPipe PipeOperator.swift
[15/54] Compiling WolfPipe PipeCompatibleFunctions.swift
[16/54] Compiling WolfPipe SetAlgebra.swift
[18/54] Compiling WolfPipe Curry.swift
[19/54] Compiling WolfPipe ComposeOperator.swift
[20/54] Compiling WolfPipe EffectfulComposeOperator.swift
[20/54] Write Objects.LinkFileList
[22/54] Emitting module WolfNumerics
[23/54] Compiling WolfNumerics RangeExtensions.swift
[24/54] Compiling WolfNumerics RunningAverage.swift
[25/54] Compiling WolfNumerics SecureRandomNumberGenerator.swift
[26/55] Linking libWolfWith.so
[27/55] Linking libWolfOSBridge.so
[28/54] Write Objects.LinkFileList
[30/54] Compiling WolfNumerics SeededRandomNumberGenerator.swift
[31/54] Compiling WolfNumerics PercentOperator.swift
[32/54] Compiling WolfNumerics RandomExtensions.swift
[32/54] Linking libExtensibleEnumeratedName.so
[33/54] Linking libWolfPipe.so
[35/54] Compiling WolfNumerics Frac.swift
[36/54] Compiling WolfNumerics Interpolable.swift
[37/54] Compiling WolfNumerics ApproximatelyEqualsOperator.swift
[38/54] Compiling WolfNumerics BinarySearch.swift
[39/54] Compiling WolfNumerics Interval.swift
[40/54] Compiling WolfNumerics IntervalCreationOperator.swift
[41/54] Compiling WolfNumerics Lerp.swift
[42/54] Compiling WolfNumerics NumericUtils.swift
[43/54] Write Objects.LinkFileList
[44/54] Linking libWolfNumerics.so
[46/121] Compiling WolfFoundation InvalidateAndAssignOperator.swift
[47/121] Compiling WolfFoundation ReferenceOperator.swift
[48/121] Compiling WolfFoundation TweakOperator.swift
[49/121] Compiling WolfFoundation Hideable.swift
[50/121] Compiling WolfFoundation Invalidatable.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[51/126] 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
[52/129] 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
[53/129] 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
[54/129] Compiling WolfFoundation Associated.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
[55/129] Compiling WolfFoundation DebugIdentifier.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
[56/129] 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
[57/129] 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
[58/129] 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
[59/129] 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
[60/129] Compiling WolfFoundation Position.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/129] 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
[62/129] 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
[63/129] 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
/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
/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
/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
/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/129] 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
[69/129] 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
[70/129] 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
[71/129] 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
[72/129] 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
[73/129] Compiling WolfFoundation Queue.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/129] Compiling WolfFoundation ValueCache.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
/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/129] Emitting module WolfFoundation
[77/129] Compiling WolfFoundation Hex.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/129] Compiling WolfFoundation JSON.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/129] Compiling WolfFoundation Lazy.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/129] Compiling WolfFoundation Ordinal.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/129] 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
[82/129] 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
[83/129] 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
[95/129] Compiling WolfFoundation WeakSet.swift
[96/129] Compiling WolfFoundation CodedError.swift
[97/129] Compiling WolfFoundation ErrorExtensions.swift
[98/129] Compiling WolfFoundation MessageError.swift
[99/129] Compiling WolfFoundation ValidationError.swift
[100/129] Compiling WolfFoundation WolfFoundationError.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 |         }
/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 |         }
[116/129] Compiling WolfFoundation SortWeight.swift
[117/129] Compiling WolfFoundation Tagged.swift
[118/129] Compiling WolfFoundation TransferValue.swift
[119/129] Compiling WolfFoundation UTF8.swift
[120/129] Compiling WolfFoundation Weak.swift
BUILD FAILURE 6.1 android