Build Information
Successful build of Mockingbird with Swift 5.9 for macOS (SPM).
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.35.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/typealiased/mockingbird.git
Reference: 0.20.0
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/typealiased/mockingbird
* tag 0.20.0 -> FETCH_HEAD
HEAD is now at 6e0d473 Fix parsing async keywords in void methods (#290)
Cloned https://github.com/typealiased/mockingbird.git
Revision (git rev-parse @):
6e0d473df6b975719e145f6aebf90990c634700e
SUCCESS checkout https://github.com/typealiased/mockingbird.git at 0.20.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $workDir
https://github.com/typealiased/mockingbird.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/31] Compiling MKBMocking.m
[1/31] Compiling MKBTypeFacade.m
[2/31] Compiling MKBTestUtils.m
[3/31] Compiling MKBTestExpectation.m
[5/80] Emitting module Mockingbird
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Matching/ArgumentCaptor.swift:32:19: warning: generic parameter 'ParameterType' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
public func any<ParameterType>() -> ParameterType {
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Matching/ArgumentCaptor.swift:16:29: note: 'ParameterType' previously declared here
public class ArgumentCaptor<ParameterType>: ArgumentMatcher {
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Matching/ArgumentCaptor.swift:37:19: warning: generic parameter 'ParameterType' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
public func any<ParameterType: NSObjectProtocol>() -> ParameterType {
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Matching/ArgumentCaptor.swift:16:29: note: 'ParameterType' previously declared here
public class ArgumentCaptor<ParameterType>: ArgumentMatcher {
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Stubbing/ImplementationProvider.swift:45:19: warning: generic parameter 'DeclarationType' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
func didAddStub<DeclarationType: Declaration>(
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Stubbing/ImplementationProvider.swift:4:38: note: 'DeclarationType' previously declared here
public struct ImplementationProvider<DeclarationType: Declaration, InvocationType, ReturnType> {
^
[6/86] Compiling Mockingbird ArgumentCaptor.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Matching/ArgumentCaptor.swift:32:19: warning: generic parameter 'ParameterType' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
public func any<ParameterType>() -> ParameterType {
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Matching/ArgumentCaptor.swift:16:29: note: 'ParameterType' previously declared here
public class ArgumentCaptor<ParameterType>: ArgumentMatcher {
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Matching/ArgumentCaptor.swift:37:19: warning: generic parameter 'ParameterType' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
public func any<ParameterType: NSObjectProtocol>() -> ParameterType {
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Matching/ArgumentCaptor.swift:16:29: note: 'ParameterType' previously declared here
public class ArgumentCaptor<ParameterType>: ArgumentMatcher {
^
[7/86] Compiling Mockingbird ArgumentMatcher.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Matching/ArgumentCaptor.swift:32:19: warning: generic parameter 'ParameterType' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
public func any<ParameterType>() -> ParameterType {
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Matching/ArgumentCaptor.swift:16:29: note: 'ParameterType' previously declared here
public class ArgumentCaptor<ParameterType>: ArgumentMatcher {
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Matching/ArgumentCaptor.swift:37:19: warning: generic parameter 'ParameterType' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
public func any<ParameterType: NSObjectProtocol>() -> ParameterType {
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Matching/ArgumentCaptor.swift:16:29: note: 'ParameterType' previously declared here
public class ArgumentCaptor<ParameterType>: ArgumentMatcher {
^
[8/86] Compiling Mockingbird ArgumentPosition.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Matching/ArgumentCaptor.swift:32:19: warning: generic parameter 'ParameterType' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
public func any<ParameterType>() -> ParameterType {
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Matching/ArgumentCaptor.swift:16:29: note: 'ParameterType' previously declared here
public class ArgumentCaptor<ParameterType>: ArgumentMatcher {
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Matching/ArgumentCaptor.swift:37:19: warning: generic parameter 'ParameterType' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
public func any<ParameterType: NSObjectProtocol>() -> ParameterType {
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Matching/ArgumentCaptor.swift:16:29: note: 'ParameterType' previously declared here
public class ArgumentCaptor<ParameterType>: ArgumentMatcher {
^
[9/86] Compiling Mockingbird CollectionMatchers.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Matching/ArgumentCaptor.swift:32:19: warning: generic parameter 'ParameterType' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
public func any<ParameterType>() -> ParameterType {
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Matching/ArgumentCaptor.swift:16:29: note: 'ParameterType' previously declared here
public class ArgumentCaptor<ParameterType>: ArgumentMatcher {
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Matching/ArgumentCaptor.swift:37:19: warning: generic parameter 'ParameterType' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
public func any<ParameterType: NSObjectProtocol>() -> ParameterType {
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Matching/ArgumentCaptor.swift:16:29: note: 'ParameterType' previously declared here
public class ArgumentCaptor<ParameterType>: ArgumentMatcher {
^
[10/86] Compiling Mockingbird CountMatcher.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Matching/ArgumentCaptor.swift:32:19: warning: generic parameter 'ParameterType' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
public func any<ParameterType>() -> ParameterType {
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Matching/ArgumentCaptor.swift:16:29: note: 'ParameterType' previously declared here
public class ArgumentCaptor<ParameterType>: ArgumentMatcher {
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Matching/ArgumentCaptor.swift:37:19: warning: generic parameter 'ParameterType' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
public func any<ParameterType: NSObjectProtocol>() -> ParameterType {
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Matching/ArgumentCaptor.swift:16:29: note: 'ParameterType' previously declared here
public class ArgumentCaptor<ParameterType>: ArgumentMatcher {
^
[11/86] Compiling Mockingbird NonEscapingType.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Matching/ArgumentCaptor.swift:32:19: warning: generic parameter 'ParameterType' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
public func any<ParameterType>() -> ParameterType {
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Matching/ArgumentCaptor.swift:16:29: note: 'ParameterType' previously declared here
public class ArgumentCaptor<ParameterType>: ArgumentMatcher {
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Matching/ArgumentCaptor.swift:37:19: warning: generic parameter 'ParameterType' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
public func any<ParameterType: NSObjectProtocol>() -> ParameterType {
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Matching/ArgumentCaptor.swift:16:29: note: 'ParameterType' previously declared here
public class ArgumentCaptor<ParameterType>: ArgumentMatcher {
^
[12/86] Compiling Mockingbird TypeFacade.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Matching/ArgumentCaptor.swift:32:19: warning: generic parameter 'ParameterType' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
public func any<ParameterType>() -> ParameterType {
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Matching/ArgumentCaptor.swift:16:29: note: 'ParameterType' previously declared here
public class ArgumentCaptor<ParameterType>: ArgumentMatcher {
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Matching/ArgumentCaptor.swift:37:19: warning: generic parameter 'ParameterType' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
public func any<ParameterType: NSObjectProtocol>() -> ParameterType {
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Matching/ArgumentCaptor.swift:16:29: note: 'ParameterType' previously declared here
public class ArgumentCaptor<ParameterType>: ArgumentMatcher {
^
[13/86] Compiling Mockingbird DefaultValues.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Stubbing/ImplementationProvider.swift:45:19: warning: generic parameter 'DeclarationType' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
func didAddStub<DeclarationType: Declaration>(
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Stubbing/ImplementationProvider.swift:4:38: note: 'DeclarationType' previously declared here
public struct ImplementationProvider<DeclarationType: Declaration, InvocationType, ReturnType> {
^
[14/86] Compiling Mockingbird DynamicStubbingManager.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Stubbing/ImplementationProvider.swift:45:19: warning: generic parameter 'DeclarationType' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
func didAddStub<DeclarationType: Declaration>(
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Stubbing/ImplementationProvider.swift:4:38: note: 'DeclarationType' previously declared here
public struct ImplementationProvider<DeclarationType: Declaration, InvocationType, ReturnType> {
^
[15/86] Compiling Mockingbird ImplementationProvider.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Stubbing/ImplementationProvider.swift:45:19: warning: generic parameter 'DeclarationType' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
func didAddStub<DeclarationType: Declaration>(
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Stubbing/ImplementationProvider.swift:4:38: note: 'DeclarationType' previously declared here
public struct ImplementationProvider<DeclarationType: Declaration, InvocationType, ReturnType> {
^
[16/86] Compiling Mockingbird InvocationForwarding.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Stubbing/ImplementationProvider.swift:45:19: warning: generic parameter 'DeclarationType' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
func didAddStub<DeclarationType: Declaration>(
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Stubbing/ImplementationProvider.swift:4:38: note: 'DeclarationType' previously declared here
public struct ImplementationProvider<DeclarationType: Declaration, InvocationType, ReturnType> {
^
[17/86] Compiling Mockingbird InvocationRecorder.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Stubbing/ImplementationProvider.swift:45:19: warning: generic parameter 'DeclarationType' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
func didAddStub<DeclarationType: Declaration>(
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Stubbing/ImplementationProvider.swift:4:38: note: 'DeclarationType' previously declared here
public struct ImplementationProvider<DeclarationType: Declaration, InvocationType, ReturnType> {
^
[18/86] Compiling Mockingbird PropertyProviders.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Stubbing/ImplementationProvider.swift:45:19: warning: generic parameter 'DeclarationType' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
func didAddStub<DeclarationType: Declaration>(
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Stubbing/ImplementationProvider.swift:4:38: note: 'DeclarationType' previously declared here
public struct ImplementationProvider<DeclarationType: Declaration, InvocationType, ReturnType> {
^
[19/86] Compiling Mockingbird ProxyContext.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Stubbing/ImplementationProvider.swift:45:19: warning: generic parameter 'DeclarationType' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
func didAddStub<DeclarationType: Declaration>(
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MockingbirdFramework/Stubbing/ImplementationProvider.swift:4:38: note: 'DeclarationType' previously declared here
public struct ImplementationProvider<DeclarationType: Declaration, InvocationType, ReturnType> {
^
[20/86] Compiling Mockingbird SequenceProviders.swift
[21/86] Compiling Mockingbird Stubbing+ObjC.swift
[22/86] Compiling Mockingbird Stubbing.swift
[23/86] Compiling Mockingbird StubbingContext+ObjC.swift
[24/86] Compiling Mockingbird StubbingContext.swift
[25/86] Compiling Mockingbird ValueProvider+Collections.swift
[26/86] Compiling Mockingbird ValueProvider+Foundation.swift
[27/86] Compiling Mockingbird Optional+Extensions.swift
[28/86] Compiling Mockingbird SourceLocation.swift
[29/86] Compiling Mockingbird StackTrace.swift
[30/86] Compiling Mockingbird String+Extensions.swift
[31/86] Compiling Mockingbird AsyncVerification.swift
[32/86] Compiling Mockingbird ExpectationGroup.swift
[33/86] Compiling Mockingbird Invocation.swift
[34/86] Compiling Mockingbird MonotonicIncreasingIndex.swift
[35/86] Compiling Mockingbird OrderedVerification.swift
[36/86] Compiling Mockingbird TestFailure.swift
[37/86] Compiling Mockingbird Verification.swift
[38/86] Compiling Mockingbird XCTFailSwizzler.swift
[39/86] Compiling Mockingbird WildcardMatchers.swift
[40/86] Compiling Mockingbird Context.swift
[41/86] Compiling Mockingbird Declaration.swift
[42/86] Compiling Mockingbird GenericStaticMockContext.swift
[43/86] Compiling Mockingbird Mock.swift
[44/86] Compiling Mockingbird Mocking.swift
[45/86] Compiling Mockingbird MockingContext.swift
[46/86] Compiling Mockingbird ValueProvider+Tuples.swift
[47/86] Compiling Mockingbird ValueProvider.swift
[48/86] Compiling Mockingbird Array+Extensions.swift
[49/86] Compiling Mockingbird CwlDemangle.swift
[50/86] Compiling Mockingbird DynamicCast.swift
[51/86] Compiling Mockingbird MockingbirdBridge.swift
[52/86] Compiling Mockingbird ObjCTypeEncodings.swift
[53/86] Compiling Mockingbird Data+SHA1.swift
[54/86] Compiling Mockingbird ProcessInfo+ControlCodes.swift
[55/86] Compiling Mockingbird String+ControlCodes.swift
[56/86] Compiling Mockingbird String+Interpolation.swift
[57/86] Compiling Mockingbird String+Regex.swift
[58/86] Compiling Mockingbird Synchronized.swift
[59/86] Compiling Mockingbird Version.swift
[59/86] Compiling MockingbirdObjC MKBProperty.m
[60/86] Compiling NSInvocation+MKBErrorObjectType.m
[61/86] Compiling MockingbirdObjC MKBProtocolMock.m
[62/86] Compiling MockingbirdObjC MKBClassMock.m
[63/86] Compiling MKBUnsignedShortInvocationHandler.m
[64/86] Compiling MockingbirdObjC MKBConcreteMock.m
[65/86] Compiling MKBUnsignedCharInvocationHandler.m
[66/86] Compiling MKBUnsignedIntInvocationHandler.m
[66/86] Compiling MKBStructInvocationHandler.m
[68/86] Compiling MKBShortInvocationHandler.m
[69/86] Compiling MKBUnsignedLongInvocationHandler.m
[70/86] Compiling MKBUnsignedLongLongInvocationHandler.m
[71/86] Compiling MKBSelectorInvocationHandler.m
[72/86] Compiling MKBPointerInvocationHandler.m
[73/86] Compiling MKBLongLongInvocationHandler.m
[74/86] Compiling MKBInvocationHandler.m
[74/86] Compiling MKBLongInvocationHandler.m
[76/86] Compiling MKBInvocationHandlerChain.m
[77/86] Compiling MKBIntInvocationHandler.m
[78/86] Compiling MKBFloatInvocationHandler.m
[79/86] Compiling MKBDoubleInvocationHandler.m
[80/86] Compiling MKBComparator.m
[81/86] Compiling MKBClassInvocationHandler.m
[81/86] Compiling MKBCStringInvocationHandler.m
[83/86] Compiling MKBCharInvocationHandler.m
[84/86] Compiling MKBBoolInvocationHandler.m
[85/86] Compiling MKBObjectInvocationHandler.m
Build complete! (17.04s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Mockingbird",
"name" : "Mockingbird",
"path" : "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.10"
},
{
"name" : "ios",
"version" : "9.0"
},
{
"name" : "tvos",
"version" : "9.0"
},
{
"name" : "watchos",
"version" : "7.4"
}
],
"products" : [
{
"name" : "Mockingbird",
"targets" : [
"Mockingbird",
"MockingbirdObjC"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "MockingbirdObjC",
"module_type" : "ClangTarget",
"name" : "MockingbirdObjC",
"path" : "Sources/MockingbirdFramework/Objective-C",
"product_memberships" : [
"Mockingbird"
],
"sources" : [
"InvocationHandlers/MKBBoolInvocationHandler.m",
"InvocationHandlers/MKBCStringInvocationHandler.m",
"InvocationHandlers/MKBCharInvocationHandler.m",
"InvocationHandlers/MKBClassInvocationHandler.m",
"InvocationHandlers/MKBComparator.m",
"InvocationHandlers/MKBDoubleInvocationHandler.m",
"InvocationHandlers/MKBFloatInvocationHandler.m",
"InvocationHandlers/MKBIntInvocationHandler.m",
"InvocationHandlers/MKBInvocationHandler.m",
"InvocationHandlers/MKBInvocationHandlerChain.m",
"InvocationHandlers/MKBLongInvocationHandler.m",
"InvocationHandlers/MKBLongLongInvocationHandler.m",
"InvocationHandlers/MKBObjectInvocationHandler.m",
"InvocationHandlers/MKBPointerInvocationHandler.m",
"InvocationHandlers/MKBSelectorInvocationHandler.m",
"InvocationHandlers/MKBShortInvocationHandler.m",
"InvocationHandlers/MKBStructInvocationHandler.m",
"InvocationHandlers/MKBUnsignedCharInvocationHandler.m",
"InvocationHandlers/MKBUnsignedIntInvocationHandler.m",
"InvocationHandlers/MKBUnsignedLongInvocationHandler.m",
"InvocationHandlers/MKBUnsignedLongLongInvocationHandler.m",
"InvocationHandlers/MKBUnsignedShortInvocationHandler.m",
"InvocationHandlers/NSInvocation+MKBErrorObjectType.m",
"MKBClassMock.m",
"MKBConcreteMock.m",
"MKBProperty.m",
"MKBProtocolMock.m"
],
"target_dependencies" : [
"Mockingbird",
"MockingbirdBridge"
],
"type" : "library"
},
{
"c99name" : "MockingbirdBridge",
"module_type" : "ClangTarget",
"name" : "MockingbirdBridge",
"path" : "Sources/MockingbirdFramework/Objective-C/Bridge",
"product_memberships" : [
"Mockingbird"
],
"sources" : [
"sources/MKBMocking.m",
"sources/MKBTestExpectation.m",
"sources/MKBTestUtils.m",
"sources/MKBTypeFacade.m"
],
"type" : "library"
},
{
"c99name" : "Mockingbird",
"module_type" : "SwiftTarget",
"name" : "Mockingbird",
"path" : "Sources",
"product_memberships" : [
"Mockingbird"
],
"sources" : [
"MockingbirdCommon/Data+SHA1.swift",
"MockingbirdCommon/ProcessInfo+ControlCodes.swift",
"MockingbirdCommon/String+ControlCodes.swift",
"MockingbirdCommon/String+Interpolation.swift",
"MockingbirdCommon/String+Regex.swift",
"MockingbirdCommon/Synchronized.swift",
"MockingbirdCommon/Version.swift",
"MockingbirdFramework/Matching/ArgumentCaptor.swift",
"MockingbirdFramework/Matching/ArgumentMatcher.swift",
"MockingbirdFramework/Matching/ArgumentPosition.swift",
"MockingbirdFramework/Matching/CollectionMatchers.swift",
"MockingbirdFramework/Matching/CountMatcher.swift",
"MockingbirdFramework/Matching/NonEscapingType.swift",
"MockingbirdFramework/Matching/TypeFacade.swift",
"MockingbirdFramework/Matching/WildcardMatchers.swift",
"MockingbirdFramework/Mocking/Context.swift",
"MockingbirdFramework/Mocking/Declaration.swift",
"MockingbirdFramework/Mocking/GenericStaticMockContext.swift",
"MockingbirdFramework/Mocking/Mock.swift",
"MockingbirdFramework/Mocking/Mocking.swift",
"MockingbirdFramework/Mocking/MockingContext.swift",
"MockingbirdFramework/Stubbing/DefaultValues.swift",
"MockingbirdFramework/Stubbing/DynamicStubbingManager.swift",
"MockingbirdFramework/Stubbing/ImplementationProvider.swift",
"MockingbirdFramework/Stubbing/InvocationForwarding.swift",
"MockingbirdFramework/Stubbing/InvocationRecorder.swift",
"MockingbirdFramework/Stubbing/PropertyProviders.swift",
"MockingbirdFramework/Stubbing/ProxyContext.swift",
"MockingbirdFramework/Stubbing/SequenceProviders.swift",
"MockingbirdFramework/Stubbing/Stubbing+ObjC.swift",
"MockingbirdFramework/Stubbing/Stubbing.swift",
"MockingbirdFramework/Stubbing/StubbingContext+ObjC.swift",
"MockingbirdFramework/Stubbing/StubbingContext.swift",
"MockingbirdFramework/Stubbing/ValueProvider+Collections.swift",
"MockingbirdFramework/Stubbing/ValueProvider+Foundation.swift",
"MockingbirdFramework/Stubbing/ValueProvider+Tuples.swift",
"MockingbirdFramework/Stubbing/ValueProvider.swift",
"MockingbirdFramework/Utilities/Array+Extensions.swift",
"MockingbirdFramework/Utilities/CwlDemangle.swift",
"MockingbirdFramework/Utilities/DynamicCast.swift",
"MockingbirdFramework/Utilities/MockingbirdBridge.swift",
"MockingbirdFramework/Utilities/ObjCTypeEncodings.swift",
"MockingbirdFramework/Utilities/Optional+Extensions.swift",
"MockingbirdFramework/Utilities/SourceLocation.swift",
"MockingbirdFramework/Utilities/StackTrace.swift",
"MockingbirdFramework/Utilities/String+Extensions.swift",
"MockingbirdFramework/Verification/AsyncVerification.swift",
"MockingbirdFramework/Verification/ExpectationGroup.swift",
"MockingbirdFramework/Verification/Invocation.swift",
"MockingbirdFramework/Verification/MonotonicIncreasingIndex.swift",
"MockingbirdFramework/Verification/OrderedVerification.swift",
"MockingbirdFramework/Verification/TestFailure.swift",
"MockingbirdFramework/Verification/Verification.swift",
"MockingbirdFramework/Verification/XCTFailSwizzler.swift"
],
"target_dependencies" : [
"MockingbirdBridge"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Done.